Commit Graph

49356 Commits

Author SHA1 Message Date
Maxim Sobolev
dd7f321ddf Add two missed in the last commit manpages.
Submitted by:	will
2001-11-18 08:34:08 +00:00
Dirk Meyer
608ce54ae3 improved pkg-message
Thanks to Stephane.Lentz@ansf.alcatel.fr
2001-11-18 08:16:49 +00:00
Masafumi Max NAKANE
1aef56db61 Oops, PORTVERSION had an extraneous `.'. 2001-11-18 06:08:44 +00:00
Marcel Moolenaar
d9b729a5ca Pass maintainership over to ports@FreeBSD.org. The linux_base ports
are getting beyond my control.
2001-11-18 05:58:33 +00:00
Clive Lin
f92c1aafa5 Add missing entry. 2001-11-18 05:56:57 +00:00
Masafumi Max NAKANE
3c1817697c Upgrade to 3.5b2.
This upgrade is based on submissions from several people over years.
I have been reluctant to upgrade this port primarily because
I was never sure about the shared lib compatibility.
Thanks to those who submitted the patch as well as tested the new version.
2001-11-18 04:48:55 +00:00
Mark Pulford
fc3ea0f08c Updated to 3.1.4. 2001-11-18 04:33:05 +00:00
Ying-Chieh Liao
5f6d9f9eb4 add bcpp
Simple utility to indent C++ code

PR:		31831
Submitted by:	Mike Buchanon <buchanon@mlss15.cl.msu.edu>
2001-11-18 03:33:45 +00:00
Ying-Chieh Liao
f9f2f05b97 add p5-Class-Delegation
Object-oriented delegation

PR:		31783
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2001-11-18 03:23:25 +00:00
Ying-Chieh Liao
acaf2d28e6 add p5-Class-Contract
Design-by-Contract OO in Perl

PR:		31782
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2001-11-18 03:20:10 +00:00
Kris Kennaway
fe9678fff2 Add a RUN_DEPENDS on wget.
PR:	31993
2001-11-18 02:34:43 +00:00
Kris Kennaway
a59abf0dc1 Update to snort 1.8.2, a bugfix/stability release. 2001-11-18 01:57:48 +00:00
Kris Kennaway
0a53790043 Update to ssldump 0.9b2
Submitted by:	Eric Rescorla <ekr@rtfm.com>
PR:		31340
2001-11-18 01:09:51 +00:00
Peter Wemm
be30073289 One thing I missed.. spell 'chown root.wheel' as 'chown root:wheel'. 2001-11-18 00:41:29 +00:00
Peter Wemm
734e3786df Update rtty to 4.0. This is posixified vs. the old bsd tty interface. 2001-11-18 00:18:34 +00:00
Jason Evans
0dbeb62281 Update to onyx 2.2.0. 2001-11-17 23:21:48 +00:00
Akinori MUSHA
14483751ba Update to 20011118, with steady improvements.
overall:

- Perform better checks on pkgname and origin.

- Deprecate the use of PKGREPOSITORY and PKGREPOSITORYSUBDIR.  Use
  PACKAGES for PKGREPOSITORY and hardcode 'All'.

pkg_deinstall:

- -P/--preserve: Only preserve shared libraries with version numbers.
  Keeping *.so files may be harmful because it allows ld to pick them
  up and produce new binaries linked with the libraries of removed
  packages.  It is enough to only preserve *.so.* files to retain
  compatibility.

portsclean:

- -P/--pkgclean: Clean dead symlinks as well.

- Fix the manpage: supply missing words.

portupgrade:

- Detect NO_LATEST_LINK and LATEST_LINK and use them to determine the
  name of the latest package to fetch.

pkgdb:

- Improve the score computer.  Try not to suggest a stupid guess. ;)

pkg_fetch, pkg_glob, pkg_sort, pkgdb, portsdb, portversion:

- Do not show help twice when -h/--help is given.

  Reported by:	Masami Kobayashi <masami@tncc.jp>

pkgtools.conf:

- Explain how to use EXTRA_CATEGORIES.
2001-11-17 23:13:00 +00:00
Jason Evans
7443cbf5e8 Update to cook 2.18. 2001-11-17 22:38:16 +00:00
Christian Weisgerber
1114b68700 Bump PORTREVISION in response to shared library version bump in dependency.
Approved by:	trevor
2001-11-17 22:21:59 +00:00
Akinori MUSHA
919909471b Fix a wrong comment. PATCHDIR is now ${MASTERDIR}/files by default,
not ${MASTERDIR}/patches.

PR:		ports/30328
Submitted by;	Hye-Shik Chang <perky@python.or.kr>
2001-11-17 21:35:39 +00:00
Akinori MUSHA
5493715c67 Add bzip2 support for distribution patches. The bzip2 dependency is
automatically added if there is a .bz2 patch in PATCHFILES.

PR:	ports/16252 and ports/30862
Seven months have passed since the PR was assigned to:	portmgr
2001-11-17 21:23:09 +00:00
Akinori MUSHA
e00f292763 Add a bunch of generally used command macros:
BZCAT, BZIP2_CMD, CHGRP, CUT, DC, ECHO_CMD, EGREP, FILE, FIND,
    HEAD, ID, IDENT, STRIP_CMD, SU, TAIL, TEST, XARGS

And use shell (ash or ksh) builtins where available for efficiency:

    ECHO_CMD, FALSE, TEST, TRUE

Grepping the ports tree, a few dozen ports already have FIND,
STRIP_CMD and XARGS variables on their own and numerous ports use
these commands without using macros.  Some ports use FILE as a .for
loop variable, but it doesn't matter anyway.

Obtained from:	NetBSD

Remove the definition of ECHO because it is already defined in
/usr/share/mk/sys.mk and leaving the useless definition may mislead
developers.  Add the following comment that would help:

    # ECHO is defined in /usr/share/mk/sys.mk and its value can either be
    # "echo", or "true" if the make flag -s is given.  Use ECHO_CMD where
    # you mean the echo command.

No response yet from:	portmgr
Clued by:	Cyrille Lefevre <clefevre@citeweb.net> (on ${ECHO})
2001-11-17 21:05:50 +00:00
Akinori MUSHA
2f28d718b7 Define EXAMPLESDIR as well as DOCSDIR and DATADIR. Of course this
does not clobber the existing definitions because of the `?='
assignment.

Grepping the whole ports tree, a few dozen ports already define this
variable on their own and most of them have the same value as this
(${PREFIX}/share/examples/${PORTNAME}).

Approved but not committed by:	portmgr
2001-11-17 20:08:05 +00:00
Akinori MUSHA
38d33ba583 Fix PKG_IGNORE_DEPENDS so it matches the latest XFree86 3.x port.
As I didn't see why the full package name is needed there, I changed
it to a simple regexp that matches any later version of the XFree86
3.x port.

No response from:	portmgr
2001-11-17 19:56:29 +00:00
Mario Sergio Fujikawa Ferreira
4634238708 o New port hlserver-tsc version 2.4.6b: Half-Life mod Counter-Strike
with TSC modifications
o It is a server side only change that both enhances Counter-Strike
and adds some anti-cheat measures

Reviewed by:	pat
2001-11-17 19:40:05 +00:00
Patrick Li
b5ce732260 New port ipfw-graph: Graphical overview of traffic going through
your IPFW rules

patch-ipfw-gtk.c contributed by lioux

PR:	32031
Submitted by:	Edwin Groothuis <edwin@mavetju.org>, lioux(see above)
Reviewed by:	lioux
Approved by:	lioux
2001-11-17 19:12:25 +00:00
Patrick Li
6c11a49170 Update to 5.3.1
Approved by:	lioux
2001-11-17 18:41:06 +00:00
Jimmy Olgeni
564b40d619 Update nessus-*-devel to version 1.1.9.
PR:		32057
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com>
2001-11-17 18:06:18 +00:00
Cy Schubert
f261274fa7 Updatre to 4.1.71.
Reviewed by:	nectar
Approved by:	nectar
2001-11-17 16:28:47 +00:00
Tom Hukins
d49d576fe5 Make Generic-NQS actually work properly
PR:		ports/31208
Submitted by:	AMAKAWA Shuhei <sa264@cam.ac.uk>
2001-11-17 16:06:51 +00:00
Akinori MUSHA
0828951b17 Update to 0.4.6. 2001-11-17 13:17:25 +00:00
Ying-Chieh Liao
0b4f7abe40 upgrade to 5.3.0
PR:		32050
Submitted by:	Ports Fury
2001-11-17 10:24:59 +00:00
Akinori MUSHA
cb2a101cc8 Update to 0.1.9. 2001-11-17 10:08:43 +00:00
Akinori MUSHA
f1be322593 Update to 0.9.9. 2001-11-17 10:01:50 +00:00
Akinori MUSHA
3af93f0bd9 Update to 1.1a4. 2001-11-17 09:59:37 +00:00
Ying-Chieh Liao
6d30fd2124 add dosunix
Manipulation of text files in a mixed DOS/Windows and Unix environment
2001-11-17 09:36:40 +00:00
Jim Mock
c9c9f252d4 Update to version 0.48. 2001-11-17 07:33:17 +00:00
Jun Kuriyama
05731e33da Update to 1.41. 2001-11-17 05:48:53 +00:00
SADA Kenji
2ab7412921 Upgrade to version 4.79 . 2001-11-17 05:48:24 +00:00
SADA Kenji
5e959c2682 Upgrade linux-netscapes to 4.79.
Approved by:	Maintainer
2001-11-17 05:46:50 +00:00
Vanilla I. Shu
eda7fc70a8 Add another patch for BIG5 cursor movement, and bump version.
Submitted by:	mhsin@mhsin.org
2001-11-17 04:29:08 +00:00
Jun Kuriyama
cacd966dd8 Fix to make vc-backup file only if vc-make-backup-files is t.
Use (make-backup-file-name-1) to reflect backup-directory-alist in vc-mode.
2001-11-17 03:41:07 +00:00
Patrick Li
5176aa1cde Shared library version bump because of audio/mad update
Approved by:	lioux
2001-11-16 22:56:56 +00:00
Patrick Li
5e74111657 Update to 0.14.2b
PR:	32044
Submitted by:	maintainer
Approved by:	lioux
2001-11-16 22:48:18 +00:00
Shafeeq Sinnamohideen
885dfb4c17 Updated for Coda-5.3.15
Shafeeq
2001-11-16 20:52:25 +00:00
Dirk Meyer
1d9da1e8bd Remove leftover file
Submitted by:	huck@spawar.navy.mil
2001-11-16 19:02:56 +00:00
Mario Sergio Fujikawa Ferreira
7f91b72c00 New port giFT version 0.9.7: A generic interface to the
FastTrack (TM) peer-to-peer network
2001-11-16 16:04:10 +00:00
James E. Housley
9904de13b1 Update to 4171 2001-11-16 12:04:28 +00:00
Maxim Sobolev
3c38fcb4fb Fix another place where CPUID code doesn't bother to restore original state
of the bit 21 of eflags register. This should fix `sigreturn: eflags ...'
problem in many threaded GNOME apps.

Update is highly recommended to all GNOME users - it improves stability
of Nautilus, Balsa etc greatly.
2001-11-16 10:51:32 +00:00
Neil Blakey-Milner
46e5de6760 Upgrade to 1.3.12, which brings in postgresql authentication support. 2001-11-16 09:22:36 +00:00