Commit Graph

47804 Commits

Author SHA1 Message Date
Yoshio MITA
27c7fce666 To catch up the latest version
Submitted by:	The maintainer.
2001-10-07 07:25:51 +00:00
Doug Barton
be7420e844 Take over maintainership, update coming 2001-10-07 07:19:05 +00:00
Akinori MUSHA
5588ac433c Update to 0.5.2. 2001-10-07 07:14:01 +00:00
Dirk Meyer
fd751f1110 - Add senndmail-old as module
- reserve UID 90 for sendmail client queue
2001-10-07 06:51:44 +00:00
Dirk Meyer
9c724bfe99 - Update to sendmail 8.12.1
This ports will creates a new user and group named smmsp.
 Setting up the serer and client queues.
 You need to create an "sumbit.cf" for local submission.
2001-10-07 06:40:42 +00:00
Dirk Meyer
f9facfa79a - uncomment a line in the sample script 2001-10-07 06:33:30 +00:00
Pete Fritchman
148cc67559 Add p5-Net-ParseWhois-0.62, an extendable perl5 module for parsing whois
information

PR:		30953
Submitted by:	Anders Nordby <anders@fix.no>
2001-10-07 02:17:50 +00:00
Pete Fritchman
afbebb0cfe Set maintainer to ports@FreeBSD.org
Submitted by:	Anders Nordby <anders@fix.no> (previous maintainer)
2001-10-07 02:03:45 +00:00
Jean-Marc Zucconi
48bcbda354 re-enable DRI
Submitted by:	Eric Anholt <eanholt@gladstone.uoregon.edu>
2001-10-06 21:20:26 +00:00
Akinori MUSHA
022de76493 Update to 20011006.1, a hotfix release. This fixes a bug where pkgdb fails to
create a new database for the very first time. (Run "pkgdb -fu" if you have
20011006 installed)

Fix MAN1 entries.

Remove old database pkgdb.byfile.db on installation.
(new database is named pkgdb.db)
2001-10-06 21:01:34 +00:00
David E. O'Brien
6141c2c9cd Explicitly set the LATEST_LINK to "qt1". The KDE maintainers can
decide if they want to change the port name back to just "qt" or not.
2001-10-06 18:29:11 +00:00
Mario Sergio Fujikawa Ferreira
49bd17d0a4 o Update to 2.4.94 (patchlevel c)
o Update ${FILESDIR}/elm.mimetypes

PR:		30856
Submitted by:	MAINTAINER
2001-10-06 18:19:44 +00:00
Mario Sergio Fujikawa Ferreira
46c20c2ea4 update to 0.55.2
PR:		31054
Submitted by:	MAINTAINER
2001-10-06 18:05:18 +00:00
Mario Sergio Fujikawa Ferreira
87a67e83c0 o CFLAGS/CC safeness; therefore, bump PORTREVISION
o simplify DESCR, add WWW tag
o support NOPORTDOCS in PLIST
o style changes in Makefile:
	- un"echo" installation
	- merge do-install/post-install

PR:		31075
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-10-06 17:37:23 +00:00
Mario Sergio Fujikawa Ferreira
ed5be532e3 o style fixes
- deploy DATADIR/DOCSDIR
	- don't use internal .mk work variables, rely on supported
	  ones
		_DISTDIR -> DISTDIR/DIST_SUBDIR
o use <machine/endian.h> for checking byte order instead of an
  ARCH check

PR:		31078
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-10-06 17:24:19 +00:00
Mario Sergio Fujikawa Ferreira
dd68190357 o style fixes
- deploy DATADIR/DOCSDIR
	- don't use internal .mk work variables, rely on supported
	  ones
		_DISTDIR -> DISTDIR/DIST_SUBDIR
o use <machine/endian.h> for checking byte order instead of an
  ARCH check

PR:		31077
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-10-06 17:16:21 +00:00
Mario Sergio Fujikawa Ferreira
5fd6c06733 typo fix: libtoo -> libtool 2001-10-06 16:47:36 +00:00
Mario Sergio Fujikawa Ferreira
2d56df646f o style fix, use PKGNAMESUFFIX instead of PORTNAME for -devel
o don't install .*\.la files (based on an idea from sobomax)
2001-10-06 16:43:09 +00:00
Akinori MUSHA
0d292eefc6 Update to 20011006 with many improvements.
Beware, there can probably be some bugs left in the new pkgdb code.
In such a case please run "pkgdb -fu" to fix the situation.

overall:

  Utilize pkgdb better and optimize.

portupgrade:

  Do not scan packages all at once when -P is given, but find one per
  request.  [Requested by: Hideaki OKADA <hokada@isl.melco.co.jp>]

  Create a backup package record in tmpdir instead of pkgdbdir, in
  order not to update pkgdbdir's mtime.

  Rephrase/add messages.

portinstall:

  Commit major changes and improvements over portinstall.

  Now it warns and asks the user for confirmation if a port is being
  installed when a package of the same origin is already installed.

  Upgrade all the required packages before installing a new port.
  [Requested by: Hajimu UMEMOTO <ume@mahoroba.org>]

  Do not install ports immediately but queue them up, then install
  them after upgrading all the specified and required packages.

pkgdb:

  Record pkgname <=> origin mapping in the pkgdb and make full use of
  it instead of repeatedly calling pkg_info -o which has undesirable
  overheads.

  Make portupgrade, pkg_deinstall update the pkgdb after they
  install/deinstall packages or modify package records.

  Integrate pkgdepfix(1) within. (pkgdb -F/--fix)

  Add -o/--origin, which looks up an origin of a package in pkgdb.

  Detect added/deleted/reinstalled packages more strictly so pkgdb can
  keep being sane and consistent.

  Do not fail over a small conflict found during updating pkgdb;
  portupgrade should not be aborted by such a minor problem.

pkgdepfix:

  Obsolete -o and turn -o on by default.  Now we can look up an origin
  of a package so quickly thanks to the pkgdb.

  Integrate into pkgdb(1). (pkgdb -F/--fix)

portsdb:

  A date spec is not a valid ports glob; emit a warning if specified.
  [Found by: Hajimu UMEMOTO <ume@mahoroba.org>]
2001-10-06 15:52:58 +00:00
Mario Sergio Fujikawa Ferreira
64a1e37357 o update to 3.30
o support NOPORTDOCS in PLIST
o add WWW tag to PLIST

PR:		31073
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-10-06 15:43:19 +00:00
Mario Sergio Fujikawa Ferreira
d9fdd8eb05 o Update to 1.6.4
o Update WWW tag in DESCR

PR:		31071
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-10-06 15:15:18 +00:00
Mario Sergio Fujikawa Ferreira
971449d1b6 o Update to 2.3.3.b15
o Update WWW tag in DESCR

PR:		31070
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-10-06 15:09:38 +00:00
Mario Sergio Fujikawa Ferreira
68a4151e39 Update to 0.0.26
PR:		31069
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-10-06 14:50:33 +00:00
Ying-Chieh Liao
e0f7520c72 add autodia
Automatic Dia XML - from Source Code and Data
2001-10-06 12:13:53 +00:00
Maxim Sobolev
aef9da2538 Add drm-kmod 0.9.2, a FreeBSD kernel modules for 3d acceleration
with the DRI.

PR:		31081
Submitted by:	Eric Anholt <eanholt@gladstone.uoregon.edu>
2001-10-06 07:08:42 +00:00
Bill Fenner
9d596c885f Add full path to sysctl; not everyone has /sbin in their PATH. (If we
still support systems where sysctl is in /usr/bin then this needs to be
fixed.)

Noticed by:	distfile survey
2001-10-06 05:45:30 +00:00
Andrey A. Chernov
cc35e16915 Run as drweb user, not as root 2001-10-06 04:25:14 +00:00
Andrey A. Chernov
80768d9139 Run as drweb user, not as root 2001-10-06 04:10:21 +00:00
Jun Kuriyama
a0e018c40f (1) Drop maintainership.
(2) Fix typo in pkg-comment.

Reported by:	Cyrille Lefevre <clefevre@citeweb.net> (2)
2001-10-06 04:01:10 +00:00
Jimmy Olgeni
783fefffb1 Add INSTALLS_SHLIB. 2001-10-05 20:53:44 +00:00
Pete Fritchman
3b5dd0eb9f Add ratmenu-1.4, a simple menu patterened for use with ratpoison
PR:		31064
Submitted by:	Mike Meyer <mwm@mired.org>
2001-10-05 20:44:11 +00:00
Pete Fritchman
5afd89e04e - update 0.3
- remove manpages from files, they are now included w/dist
- sort pkg-plist

PR:		31062
Submitted by:	Dmitry Morozovsky <marck@rinet.ru>
2001-10-05 20:34:53 +00:00
Pete Fritchman
132a1a3d5c Add scdp-1.0.b, tool that sends CDP (CISCO Discovery Protocol) Packets
PR:		30960
Submitted by:	Tilman Linneweh <tilman@tl.kom.tuwien.ac.at>
2001-10-05 20:15:44 +00:00
Jimmy Olgeni
1fe9c70f3d Update port to version R7B-4, with updated documentation tarball. I also
had to rework the documentation merging process because it thought that
1.9 became after 1.10, breaking the merge for this release.
2001-10-05 19:39:12 +00:00
Dirk Froemberg
882695f893 Upgrade to 3.23.43. 2001-10-05 19:15:41 +00:00
Anton Berezin
06c619f3ab Fix plist.
Reported by:	bento logs
2001-10-05 18:48:45 +00:00
Maxim Sobolev
0d43ca451f Distfile has been renamed (content is the same, verified by `diff -druN').
Submitted by:	Fenner's distfiles survey
2001-10-05 18:13:29 +00:00
Maxim Sobolev
7ed7680c12 Update to 0.1.6. 2001-10-05 17:46:18 +00:00
Maxim Sobolev
c03df2a8c8 Update to 0.8.9. 2001-10-05 16:47:52 +00:00
Maxim Sobolev
9e7b6e1062 Provide alternative download site to make Fenner's distfiles survey happy. 2001-10-05 16:35:08 +00:00
Mark Pulford
7bd3e8b534 Add plucker 1.1.13, an offline HTML viewer for PalmOS devices.
PR:		27935
Submitted by:	Jose Marques <noway@nohow.demon.co.uk>
2001-10-05 14:55:02 +00:00
Adrian Chadd
1a33f2c3eb Change the ports that relied on squid23 to rely on squid24.
I should have checked this first. :(

PR:		31050
Submitted by:	des
2001-10-05 14:40:23 +00:00
Sheldon Hearn
8e4c2e5e4c Fix a typo in BIN_DIRECTORY that prevented exim-monitor from finding
the exim binary.

Reported by:	AMAKAWA Shuhei <sa264@cam.ac.uk>
2001-10-05 12:58:46 +00:00
Maxim Sobolev
5720c40936 Unbroke on recent -stable. 2001-10-05 12:43:25 +00:00
Akinori MUSHA
374eec35d5 Update to 1.3.8. 2001-10-05 12:15:06 +00:00
Maxim Sobolev
861539a6de Remove sysutils/e2fsprogs from LIB_DEPENDS - we don't really need it here. 2001-10-05 11:41:04 +00:00
Maxim Sobolev
be7e84ad19 - Unbroke with latest gnomevfs;
- use system gnuregex library instead of one buindled with the package.
2001-10-05 11:28:13 +00:00
Peter Pentchev
ccd1e6f59d Update to 7.9.
Submitted by:	kris
2001-10-05 11:24:26 +00:00
Pete Fritchman
84cca2517f Update to 0.9r 2001-10-05 09:11:51 +00:00
Pete Fritchman
ca0982db2e Add p5-Parse-Syslog-0.03, Perl5 routines that present a simple interface to
parse syslog files.

PR:		30978
Submitted by:	Stephen J. Roznowski <sjr@home.com>
2001-10-05 08:55:59 +00:00