Commit Graph

2228 Commits

Author SHA1 Message Date
Akinori MUSHA
a7ef39af39 Update to 0.5. 2002-02-15 11:18:54 +00:00
Patrick Li
5fee4ed56b Pass the maintainership wand to Jason Harris <jharris@widomaker.com>
Submitted by:	Jason Harris <jharris@widomaker.com>
2002-02-14 23:35:46 +00:00
Akinori MUSHA
80fe15d7b7 Remove an accidentally mingled debug print from portcvsweb(1).
Bump PORTREVISION.
2002-02-14 17:53:15 +00:00
Ade Lovett
f43da67820 Remove (broken) screensaver-capplet code, in favor of the code from
x11/xscreensaver-gnome
2002-02-14 00:03:47 +00:00
Akinori MUSHA
b470af5478 Update to 20020213.1 which fixes the PKG_DBDRIVER problem introduced
in the last version.  For the victims please manually reinstall the
portupgrade port, as always. ;)

Reported by:	many users (Sorry!)

Use some logic and keep pkg_add/pkg_delete from complaining about the
@exec/@unexec return codes.

Submitted by:	olgeni
2002-02-13 11:19:34 +00:00
Akinori MUSHA
03a588a8cd Repack 20020213 to slide the following change in.
- Make the experimental feature easier to try out.  Allow defining
  ENV['PKG_DBDRIVER'] in pkgtools.conf.

<ja>Irekaeru nara ima no uchi.. ;)</ja>
2002-02-13 03:48:20 +00:00
Patrick Li
c5d93040b7 Update to 373
PR:		34892
Submitted by:	Jason Harris <jharris@widomaker.com>
2002-02-13 03:17:53 +00:00
Akinori MUSHA
80c012f48e Update to 20020213.
pkgdb(1):
- Set the default answer to no when a score is under 80%.

pkgdb(1), portupgrade(1):
- Add a BUGS entry to each of the two man pages to note that a user
  must run pkgdb -fu to rebuild a corrupt pkgdb.

pkgdb(3):
- Add a silly workaround against a possible bug of the dbm module to
  keep a pkgdb from getting insane and rebuilt.

- [exp.] Add a knob environment variable PKG_DBDRIVER to specify an
  alternative binary database format for pkgdb.  The available options
  are:

    "bdb_btree":
        DB 3.x/4.x B+tree; requires databases/ruby-bdb.

    "bdb_hash" or just "bdb":
        DB 3.x/4.x hash; requires databases/ruby-bdb.

    "bdb1_btree" or just "btree":
        DB 1.85 B+tree; requires databases/ruby-bdb1.

    "bdb1_hash", or just "bdb1" or "hash":
        DB 1.85 hash; requires databases/ruby-bdb1.  This should be
        equivalent to the default except some tuning parameters, but
        it is quite possible that ruby-bdb1 is stabler than the
        standard dbm module included in ruby.

    default:
        DB 1.85 hash; uses ruby's standard dbm module.

  In principle, a B+tree database is faster to store data, a little
  bit slower to extract data, and takes more space than a hash
  database.

  This is still an experimental/undocumented feature only for those
  interested, although I don't believe it brings any unstability.
  Note that you can always run pkgdb -fu to rebuild a database.

portcvsweb(1):
- Invoke browsers with system() instead of exec() so that it will
  properly try every browser in turn - exec('/bin/sh', '-c', '..') may
  cause an error within /bin/sh but it never returns.

  Reported by:	Jimmy Olgeni <olgeni@FreeBSD.org>

portsclean(1):
- Make portsclean -D remove empty directories (recursively) as well.
2002-02-13 03:06:05 +00:00
Ade Lovett
21cb270f57 Fixing packaging error (non-existent file)
Found by:	little script trying to make controlcenter and
		xscreensaver work nicely together :)
2002-02-13 01:50:27 +00:00
Maxim Sobolev
fe1e4525a0 Update to 1.4.0.4. 2002-02-12 17:48:20 +00:00
David E. O'Brien
4ea01ba363 fix byteorder -- tcplist -n returns the IP address in network order
instead of host order.

PR:		34873
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-02-12 15:31:41 +00:00
Trevor Johnson
a98e3ec8b3 Update maintainer's e-mail address.
PR:	34866
2002-02-12 08:30:29 +00:00
Hajimu UMEMOTO
46bcdf1b7b One more breakage on Alpha.
Reported by:	Xavier Beaudouin <kiwi@oav.net>
2002-02-12 02:48:27 +00:00
Hajimu UMEMOTO
eeaac44eb2 apm and sensor are available only on i386.
Reported by:	Xavier Beaudouin <kiwi@oav.net>
2002-02-11 18:37:23 +00:00
Jimmy Olgeni
021900e87b Update jabber module and MSC theme. 2002-02-11 10:11:55 +00:00
Patrick Li
3c28bfb5a5 Update to 0.6.0 2002-02-11 00:38:47 +00:00
Kris Kennaway
cc99216876 Update to pstree 2.17 (fixes -a option to show commandline args)
PR:		34297
Submitted by:	Alan Eldridge <ports@geeksrus.net>
2002-02-10 21:17:08 +00:00
Pete Fritchman
6b7d345509 Fix pkg-plist.
PR:		34786
Submitted by:	darren <igla@batterybackups.net>
2002-02-10 10:21:35 +00:00
Jimmy Olgeni
4cbed426c6 * Update modules: postgresql, mysql, proftpd.
* Update the MSC theme.

* Stop the webmin service when the port is deinstalled, and restart it
properly when it is update (if BATCH is set then nothing happens, so
sysinstall will be happy at install time). Also, fix a $BATCH -> ${BATCH}
error in Makefile.
2002-02-08 10:05:11 +00:00
Christian Weisgerber
2da0affcd4 MAINTAINER resigns.
Submitted by:	David Lebel <lebel@lebel.org>
2002-02-07 22:43:57 +00:00
Peter Pentchev
863b8c0aed Install Gerritt Pape's manual pages unless WITHOUT_MAN is defined.
Properly remove the sample svscan.sh script at deinstall time.
2002-02-07 14:57:58 +00:00
Maxim Sobolev
7d412b8e6e Update to 1.4.0.3. 2002-02-07 13:46:49 +00:00
James E. Housley
bee60d32c3 A small patch to allow the command line to override the ENV in healthdc.
NOTE:  I still have a lot of other patches that I am working on, they
haven't been forgotten.

Submitted by:	David McNett <nugget@slacker.com>
2002-02-05 01:43:06 +00:00
Akinori MUSHA
123c2a69f5 o Update to 20020205. The best release ever, I hope. :)
pkg_deinstall(1), portupgrade(1):

  - Properly print the legend.

  pkg_glob(1), portsdb(1):

  - Do not print an empty line when the result list is empty.

  pkgdb(1):

  - Greatly improve the origin fixing procedure.  Do the origin
    duplicateness check before checking dependencies and avoid redoing
    the origin check.

  - Show the user CVS history on the spot via the CVSweb.

  portcvsweb(1):

  - Allow specifying a no longer existent port file/directory.
    "portcvsweb net/ruby-uri" now works.

  - Change the default BROWSER value from 'lynx' to
    'w3m:lynx:links:mozilla:netscape'.

  portupgrade(1):

  - Fix a bug where portupgrade tried to use a package with a different
    origin when the package name is identical to that of what it wants
    except for the version part.

  pkgdb(3):

  - Abolish the [You have no permission to update the pkgdb -- using a
    slow method] message.  Instead, run 'pkgdb -u' via sudo(8) when
    under portupgrade -s, or stop the process immediately with a
    message that the user must run the command as root.

  pkgtools.conf(5):

  - Allow specifying unofficial ports' origin globs in HOLD_PKGS as
    well as package globs.

  overall/miscellaneous:

  - Change --no-config to --noconfig in order to get the -q option
    really working.  Since --no-config was regarded a negative form of
    --config, it didn't work as expected.

  - Fix some bugs in the zsh compdefs and add missing descriptions for
    some options.

o Use bzip2 instead of gzip for the distribution tarball to save 20KB.
  As the portupgrade user base is growing significantly, I'll get more
  serious about the download size issue from now on.  The next few
  releases will be distributed in patches against this version.
2002-02-04 17:47:31 +00:00
Pete Fritchman
85645168f8 Update to 5.1 2002-02-04 08:08:11 +00:00
Pete Fritchman
f8e8be0b4a House distfiles at ${MASTER_SITE_LOCAL} until the main distribution site
reappears.

Submitted by:	fenner's distfile survey
2002-02-04 00:10:57 +00:00
Patrick Li
a8858ba2fa Update to 1.2.3
PR:		34555, 33854
Submitted by:	maintainer, gary@outloud.org
2002-02-02 17:39:57 +00:00
Jimmy Olgeni
37c4b26c19 Update module: bind8. 2002-02-01 16:46:51 +00:00
Akinori MUSHA
d9cc8c645c Update the pkg_tarup dependency; misc/pkg_tarup -> sysutils/pkg_tarup. 2002-02-01 08:20:19 +00:00
Akinori MUSHA
b1bbf5a81a Move pkg_tarup from misc to sysutils, where the port should dwell.
Approved by:	portmgr
Repocopied by:	joe
2002-02-01 05:13:11 +00:00
Akinori MUSHA
bc395b6f00 Update to 1.0.1. 2002-01-31 05:34:22 +00:00
Akinori MUSHA
77f6c01ede Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
2002-01-29 11:58:52 +00:00
Peter Pentchev
51aa799051 Tweak the startup script so that it is *really* a FreeBSD startup
script; that is, add 'start|stop' argument processing and
the ability to actually stop the script.
Bump PORTREVISION to indicate a functionality change - or rather,
to indicate a change that actually makes this a FreeBSD port..

Final push by:	Dan Langille <dan@langille.org> in a somewhat
		unrelated e-mail exchange
Obtained from:	a svscan SysV init script that I somehow managed
		to lose the source and URL for :(
2002-01-28 19:37:14 +00:00
Patrick Li
8720ec47aa Update to 3.8.5
PR:		34218
Submitted by:	Edward Ping-Da Chuang <edwardc@firebird.org.tw>
Approved by:	maintainer
2002-01-28 15:15:08 +00:00
Anders Nordby
2711247858 Update to version 2.1. 2002-01-28 00:47:32 +00:00
Akinori MUSHA
9e010b246e Update to 20020128. This makes the second stage to more utilize the
pkg_which database. (The first stage was 'portsclean -L'.)

Hopefully these tools will support divided/obsoleted/renamed ports
some way in the not-too-distant future..

pkgdb(1):
- Make pkgdb(1) -F provide a user an option to unregister stale
  packages, in addition to deinstalling them.
- Reword: 'remove a package record' -> 'unregister a package', etc. .

pkg_deinstall(1):
- Add a new option:
  -c, --collate
    Check if any of the installed files of each package have been
    overwritten by other packages, and do not deinstall if any.

pkg_which(1):
- Make pkg_which(1) capable of showing multiple file owner packages.
- Add a new option:
  -c/--collate	PKGNAME
    Show files installed by the given packge that have been
    overwritten by other packages.
- Strip -c/-o's argument of PKG_DBDIR and a trailing slash.
- Be less verbose unless -v is given.

pkgdb(3):
- Record and handle files that are installed by multiple packages.
- Bump the DB version.
- Squeeze series of slashes seen in the output of 'pkg_info -L'.
- Show the reason for rebuilding a package database.
2002-01-27 23:22:14 +00:00
Jimmy Olgeni
fee0aa2f01 Update modules: useradmin, custom, jabber. 2002-01-27 11:41:04 +00:00
Dirk Meyer
f548eac2a9 Update MASTER_SITES to reflect mirror site reorganisation.
PR:		34325
Submitted by:	andrew@ugh.net.au
2002-01-27 08:56:17 +00:00
Patrick Li
20309e3ab8 Update to 2.1.0
PR:		34221
Submitted by:	maintainer
2002-01-27 02:47:27 +00:00
Kris Kennaway
3473265a9d Fix malloc.h brokenness on -current. The build still fails for
another reason.
2002-01-26 08:06:02 +00:00
Akinori MUSHA
3736f8c32e Update to 20020126. Just one enhancement and one man page fix.
pkgdb(1):
- When pkgdb(1) finds a package with a non-existent or missing origin
  which is not required by any other package, ask the user if the
  package should be deinstalled.  This will help users delete
  obsoleted packages.

pkg_fetch(1):
- Fix the pkg_fetch(1) man page: PKG_PATH should read PKG_SITES...

After upgrading ruby and portupgrade, try running pkgdb -F to see if
it suggests deinstalling ruby-uri (which has been obsoleted).
2002-01-25 21:25:43 +00:00
Akinori MUSHA
a678c3596c Let net/ruby-uri and devel/ruby-timex retire, which have now been
included in the standard distribution of ruby. (both 1.6 and 1.7)

Bump PORTREVISIONs of dependent ports for those who don't use
portupgrade/pkgdb which can handle stale package dependencies.
2002-01-25 21:04:54 +00:00
Johann Visagie
6c4b48357d - Update to version 1.20 2002-01-24 14:52:25 +00:00
Jimmy Olgeni
4072b01c31 Update port to version 0.92. 2002-01-22 10:29:36 +00:00
Akinori MUSHA
ee3b6d99a8 Update to 20020122.
- Add support for start/stop arguments to the startup script.

- Do not exit in subtask routines to let -CDP complete every task.
2002-01-22 08:08:59 +00:00
Akinori MUSHA
c984b4502e This library is deprecated and removed from the distribution site.
Temporarily put the distfile in my local_distfiles and change
MASTER_SITES accordingly.
2002-01-22 04:54:56 +00:00
Akinori MUSHA
b733011372 Add bsdsar, System Activity Reporter for FreeBSD.
PR:		ports/33702
Submitted by:	Yen-Ming Lee <leeym@utopia.leeym.com>
Reviewed and fixed by:	knu
2002-01-22 04:47:23 +00:00
Bill Fenner
40b746ffb7 Remove maske@freebsd.radioslost.com as MAINTAINER; the host
freebsd.radioslost.com has not existed for 2.5 months.
2002-01-21 19:30:35 +00:00
Doug Barton
f55829cb5a The safest way to handle nut's state and pid files is to have them all
sent to a directory that's writeable by user uucp. I generally configure
this manually myself when I install nut, and since there are so many
other things that need manual configuration, I never thought it was
a big deal. However, a user pointed out that it'd be nice if the thing
(well, at least this part of the thing) worked more or less out of
the box, so here you go.

This change adds a /var/db/nut directory that is owned by user uucp.
2002-01-20 01:11:27 +00:00
Dmitry Sivachenko
a3e40f0009 Fix corrupted patch.
Submitted by:	SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
PR:		34015
2002-01-19 11:23:40 +00:00
David W. Chapman Jr.
7cdb9dd859 Update maintainer's email address
Update a few MASTER_SITES

PR:		34012
Submitted by:	maintainer
2002-01-17 23:13:38 +00:00
Patrick Li
2a05a5e309 Update to 0.8.1 2002-01-17 22:07:20 +00:00
Johann Visagie
3a4c6e21b5 - Update to version 0.7
- Make PREFIX-compliant
- Added a PKGREQ script to check for Python version >= 2.0
2002-01-17 12:21:08 +00:00
Akinori MUSHA
6f3d6eb333 Update to 1.0.0. 2002-01-17 04:17:41 +00:00
Dmitry Sivachenko
48c6ddd478 Fix build.
PR:		33189
Submitted by:	Bjarne Wichmann Petersen <freebsd.nospam@mekanix.dk>
2002-01-16 23:56:28 +00:00
Akinori MUSHA
2d261c44b8 Update to 20020117.
Fix a silly bug in the last version where portupgrade doesn't upgrade
packages which requisite packages don't need upgrading.  Probably you
need to reinstall this port manually.

PR:		ports/33946
Submitted by:	Vivek Khera <khera@kciLink.com>
2002-01-16 17:53:23 +00:00
Akinori MUSHA
7411179f8f Update to 20020116.1.
- Distinguish "ignored" from "skipped", and only report ignored
  packages when -v/--verbose is specified. (This reduces loads of "No
  need to upgrade ..." messages that you see when you run portupgrade
  -a, etc.)

  Point taken from: Quincey Koziol <koziol@ncsa.uiuc.edu>

- Embrace the bsd.*.mk changes in CURRENT and stop files from getting
  installed into /.

  Problem noted by: Brooks Davis <brooks@FreeBSD.org>,
                    Anders Andersson <anders@hack.org>

  For recent CURRENT users, please manually remove /_* and /*.rb files
  that should have been accidentally installed by bsd.prog.mk.
2002-01-16 10:38:53 +00:00
Akinori MUSHA
8b3cac8f4b Update to version 20020116. Only minor fixes have been made since the
last release.

portsclean(1):
- -C/--workclean: Support the case where the ports directory is a
  symlink.

portupgrade(1):
- Alter the "skip" message for originless packages.

pkgdb(3):
- When a dependency sanity check fails, suggest specifying -O as the
  alternative to running pkgdb -F.

overall:
- Make more grammar/wording fixes.
2002-01-15 20:15:09 +00:00
Maxim Sobolev
f6a6facaf8 Fix with newest gnomelibs.
Reported by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-01-15 17:44:10 +00:00
Maxim Sobolev
d91c9ce8c3 Remove empty files. 2002-01-15 09:28:31 +00:00
Bill Fenner
c9948e7561 Remove netman@dynaplex.net as MAINTAINER; email has been bouncing for
3 months.
2002-01-15 01:03:09 +00:00
Jim Mock
3228eafe99 Add mirrors to MASTER_SITES.
PR:		33868
Submitted by:	maintainer
2002-01-14 07:59:08 +00:00
Akinori MUSHA
503d35e637 Add ruby-log4r, a flexible logging library written in Ruby. 2002-01-12 18:20:18 +00:00
Will Andrews
bda8e9b3d4 Bring in a few changes to the KDE ports infrastructure, and some fixes.
- Move all stuff specific to kde core ports to x11/kde2/Makefile.kde.
   + Default to compile optimized for speed, not debugging, in ports
     builds, not just packages.  We don't really get that many backtraces
     or debugging information, and there's a better way to provide these
     things to people willing to spend some time working on KDE.  It's
     at (as announced before): http://freebsd.kde.org/.
 - Remove teTeX dependency for kdegraphics2 upon request, and being unable
   to find any reason not to.  Apparently, kdegraphics still compiles
   libkdvi and kdvi -- I guess dvips is merely a runtime dependency.
   Therefore to enable its use one just needs to add the teTeX package.
   Bump PORTREVISION to reflect dependency change.
 - Fix koffice port by removing PYTHON_VERSION, which is unnecessary.

PR:		33650 (part of)
Submitted by:	John Merryweather Cooper <jmcoopr@johncoop.MSHOME.bmi.net>
Reviewed by:	kde-freebsd@lists.csociety.org (teTeX dep removal, and
		optimizing for speed, not debugging capability)
2002-01-11 06:17:04 +00:00
Ying-Chieh Liao
0f46ae5a25 add gfslicer 1.5.4
gfslicer helps to slice and then deslice files which are of larger size
2002-01-10 19:04:28 +00:00
Maxim Sobolev
868c8996d9 Update to 0.9.0. 2002-01-10 10:11:40 +00:00
Lars Koeller
a89c219356 * Add pkg-message to infor the user to install a softlink in
/dev from the serial line to usv
2002-01-09 19:19:05 +00:00
Patrick Li
03b97a67e4 Fix WWW and MASTER_SITE
PR:		33705
Submitted by:	maintainer
2002-01-08 21:56:31 +00:00
Will Andrews
fccbfb4a6f If !WANT_KDE_NDEBUG and !PARALLEL_PACKAGE_BUILDING, also add
--enable-debug and turn off stripping of binaries so we actually get all
the debugging we're supposed to get.  :)

Submitted by:	Alan Eldridge <alane@geeksrus.net>
2002-01-08 01:24:11 +00:00
Bill Fenner
1bc2608868 Fully qualify MAINTAINER address. 2002-01-07 19:36:49 +00:00
Bill Fenner
0d3301a39e Remove rantapaa@uswest.net as MAINTAINER; mail has been bouncing for
2.5 months.
2002-01-07 19:31:20 +00:00
Dmitry Sivachenko
de55f9a5ca RUN_DEPEND on latex to build documentation correctly.
Remove strip commands from post-install target: binaries are stripped
without this hack.
2002-01-07 13:47:40 +00:00
Ying-Chieh Liao
333ec1853c distfiles rerolled, nothing changed
drop maintainership
2002-01-07 04:20:29 +00:00
Will Andrews
f3171de7e6 First round of auto* cleanups:
- USE_AUTO* -> USE_AUTO*_VER=* where required
 - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
 - Other minor changes to fix things

These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.

Submitted by:	bento 4-exp USE_AUTO* cleanups
		http://people.FreeBSD.org/~will/4-exp/
		http://bento.FreeBSD.org/errorlogs/4-exp-latest/
2002-01-06 06:20:22 +00:00
Hajimu UMEMOTO
75cdc5114e Update to 1.2.8. 2002-01-05 18:36:24 +00:00
Will Andrews
06517618a8 Conditionalize use of objprelink based on whether we're running on
MACHINE_ARCH=i386 *and* whether NO_KDE_OBJPRELINK is defined.

Requested by:	several
2002-01-05 02:29:15 +00:00
Patrick Li
de8f3bdd67 Change maintainer's email
PR:		33556
Submitted by:	maintainer
2002-01-04 22:39:16 +00:00
Peter Pentchev
5d9acace80 Update to 0.76.
Assume maintainership.

Reviewed by:	nbm
Approved by:	nbm
2002-01-04 14:38:13 +00:00
Patrick Li
8214fad735 -Fix typo
-Remove unwanted dependencies
2002-01-03 23:00:46 +00:00
Akinori MUSHA
0f5ca5a16e portupgrade(1):
- Fix a couple of undefined method errors introduced in the last
  version.

  Reported by:	roberto, jan grant <jan.grant@bristol.ac.uk>
  PR:		ports/33478

portsclean(1), portupgrade(1), portversion(1):

- Apply English grammar fixes.

  Submitted by:	David Bogen <db@bogen.org>  (Thanks a lot!)
2002-01-03 20:17:05 +00:00
Alfred Perlstein
f9ebe593fd bump PORTREVISION because of last set of patches (open apm device readonly) 2002-01-03 18:54:22 +00:00
Hajimu UMEMOTO
cc2db57cb7 Update to 1.2.7. 2002-01-03 06:13:49 +00:00
Mark Pulford
61ed46ab55 Updated to 1.1. 2002-01-01 09:25:00 +00:00
Alfred Perlstein
b67226884f Open the apm device readonly, this means a user doesn't need to
be in any special groups to run xbattbar.
2001-12-31 09:47:58 +00:00
Akinori MUSHA
361431b8cb Update to 20011231.
pkgtools.conf(5):
  - Introduce new configuration variables: BEFOREBUILD and
    AFTERINSTALL.

    Requested by: Gabriel Ambuehl <gabriel_ambuehl@buz.ch>

  - New utility functions localbase() and x11base() are now available.

pkgdb(1):
  - Add some progress messages.

pkg_deinstall(1):
  - Do not try to backup a nonexistent file.

portupgrade(1):
  - Always run afterinstall commands as root.

  - Show beforebuild/afterinstall commands to run.

  - Do not try to restore a +REQUIRED_BY file that's empty.

overall:
  - Do not call stty(1) if stdin is not a terminal.

  - Fix a bug where portupgrade(1) and pkgdb(1) fail to do a
    substitution over a large file.

    Reported by:	asmodai
2001-12-30 22:45:44 +00:00
Patrick Li
e3c2ea1130 Update to 0.8.0 2001-12-30 18:00:17 +00:00
Patrick Li
2f8aed0f87 Update to 1.21 2001-12-30 00:10:41 +00:00
Pete Fritchman
873dac6dfc - update to 1.2.2
- reword pkg-descr

PR:		33163
Submitted by:	maintainer
2001-12-29 04:25:13 +00:00
Pete Fritchman
8d4de0671f Need to ${MKDIR} ${PREFIX}/share/bbtools before trying to install files
there.

Noticed by:	bento
2001-12-27 19:45:20 +00:00
Jean-Marc Zucconi
fcf2572a3f Fix build on -current.
Problem reported by: rwatson
2001-12-26 20:49:05 +00:00
Peter Pentchev
be248a0a05 Update to penv-1.1, a special Christmas version ;)
Seriously, this removes a warning when the 'list' command was invoked
(either by -L or -c list) and penv could not change to its envdir.
This is especially useful if penv is used as a make(1) environment
processor, as described in my message to -arch today.  The previous
versions would complain loudly about nonexistent envdirs for e.g. all
the build, lib and run dependencies.

Happy holidays!

Initialy reported by:	Valentin Zahariev <curly@e-card.bg>
Long disregarded by:	myself, as merely an annoyance, before
			the actual development of the make(1) envproc code,
			when it became a *big* noisy annoyance :)
2001-12-25 19:42:35 +00:00
Akinori MUSHA
b8a2391c06 Retire ruby-syslog, which has been extended and integrated into the
standard distribution of ruby.
2001-12-25 17:03:54 +00:00
Pete Fritchman
0cf708bc4e Add tree 1.3, display a tree-view of directories with optional
color or HTML output.

PR:		33145
Submitted by:	Alan Eldridge <ports@geeksrus.net>
2001-12-24 21:50:53 +00:00
Pete Fritchman
7eeae1d7cb Update to 4.7. 2001-12-24 20:16:08 +00:00
Patrick Li
b666502afd - PORTDOCS police
- DOCSDIR support to some
- Brush out some lint
2001-12-24 02:17:17 +00:00
Dmitry Sivachenko
63be11f7a4 Upgrade to 1.0rc2
PR:		32870
Submitted by:	Miguel Mendez <flynn@energyhq.homeip.net>
2001-12-23 21:37:11 +00:00
Doug Barton
d0faf23098 Upgrade to 0.45.3, which has several new UPS modules, and many new man pages 2001-12-22 08:52:42 +00:00
Patrick Li
1d6de8f32d Fix segfault
PR:		33069
Submitted by:	ppl <ppl@users.sourceforge.net>
2001-12-22 02:34:03 +00:00
Jimmy Olgeni
e06b506a98 Update module "man" (important: security fix!). 2001-12-21 20:21:57 +00:00
Lars Koeller
452b2559fe Update to version 3.8.4-2. 2001-12-21 18:29:33 +00:00
Max Khon
53ce17e5ae Add sbniconfig -- Granch SBNI12-xx network adapters configurator 2001-12-20 19:41:40 +00:00
Patrick Li
d32c57094b Further fix a local exploit
Submitted by:	corecode <corecode@corecode.ath.cx>
2001-12-20 02:24:26 +00:00
Patrick Li
df4b735e2e Update to 0.98p2 which fixes a local buffer overflow exploit
resulting in priviledge escalation

PR:	33003, 33020
Submitted by: corecode <corecode@corecode.ath.cx>
2001-12-20 00:08:35 +00:00
Will Andrews
89eeaa809b Add blimitd 0.1, a daemon to enforce login.conf limits.
PR:		29456
Submitted by:	Andrew Stevenson <andrew@ugh.net.au>
2001-12-19 02:55:21 +00:00
Patrick Li
609a70ed42 Update to 1.7
PR:		32985
Submitted by:	maintainer
2001-12-18 20:54:24 +00:00
Akinori MUSHA
1b85cae969 Update to 20011218.
portupgrade:

- Do not invoke sudo if a command is already run as root.

  Suggested by:	Will Andrews <will@csociety.org>

- Fix a bug where the port that's built first is built with wrong make
  arguments.

  Reported by:	Ollivier Robert <roberto@eurocontrol.fr>

- Add a note that ^Z doesn't work to the BUGS section of the man page.

pkgdb & portupgrade:

- Ignore any empty lines in +REQUIRED_BY.

- Speed up dealing with a big file.

- Chase a recent Ruby 1.7.x change so they don't produce superfluous
  empty lines.

pkg_fetch & portupgrade:

- Make these commands more verbose even if -v/--verbose is not given,
  so that one can see what is going on.

  Requested by:	 Alfred Perlstein <bright@mu.org>

pkg_sort:

- Make this command actually work.

pkgtools.conf:

- Fix a typo in comment.

  Submitted by:	Gregory Neil Shapiro <gshapiro@gshapiro.net>
2001-12-18 16:45:42 +00:00
Hajimu UMEMOTO
3e98beaf8a Update to 1.2.6. 2001-12-17 21:04:23 +00:00
Patrick Li
47f960a639 Update to 1.20
PR:		32890
Submitted by:	coral <freebsd@crystalflame.net>
2001-12-17 21:04:15 +00:00
Steve Price
55e3e0ef46 Fix for new world order of automake and friends but using ${ACLOCAL} and
${AUTOHEADER}.
2001-12-15 22:56:48 +00:00
Jimmy Olgeni
05defced70 Update modules: sendmail, file manager. 2001-12-15 17:28:59 +00:00
Jimmy Olgeni
a40bf8d62b Update module bind8. 2001-12-13 20:28:21 +00:00
Jimmy Olgeni
08e80543c3 Chase distfile checksum change for module sendmail. All
"#!/usr/local/bin/perl" lines have been changed to "#!/usr/bin/perl", but
the setup procedure will insert the correct path anyway.
2001-12-13 20:14:14 +00:00
Ying-Chieh Liao
25dc52867d add file for 4.3-pre users
PR:		32709
Submitted by:	Jason Harris <jharris@widomaker.com>
2001-12-13 04:03:48 +00:00
Ying-Chieh Liao
54685a8200 upgrade to 358
change master site and WWW
2001-12-13 03:58:33 +00:00
Ying-Chieh Liao
2b2eed9b65 upgrade to 1.1
PR:		32748
Submitted by:	maintainer
2001-12-12 19:50:33 +00:00
Akinori MUSHA
ead84ab467 Update to 20011210 which brings several usability improvements.
pkgtools.conf(5):

- Turn HOLD_PORTS into HOLD_PKGS.

- List `bsdpan-*' in HOLD_PKGS by default.

  Requested by:	Anton Berezin <tobez@tobez.org>

pkgdb(1):

- Support HOLD_PKGS and make -f/--force overrite the setting.

pkg_fetch(1):

- Dig the temporary directory and the packages directory before
  fetching.

  Requested by:	Chris Dillon <cdillon@wolves.k12.mo.us>

- Properly quote the fetch command line arguments.

portupgrade(1):

- Fix a bug that -Pf did not properly work.

  Reported by:	The Anarcat <anarcat@anarcat.dyndns.org>

- Make -p/--package build packages for the ports that are installed as
  dependency as well.

  Suggested by:	Vivek Khera <khera@kcilink.com>

- Make -p/--package build packages for those which requisite packages
  are upgraded as well, when they are given from the command line or
  -r is specified.

  Suggested by:	Vivek Khera <khera@kcilink.com>,
		Lev Serebryakov <lev@serebryakov.spb.ru>

- Do not regard a packaging error as an installation error.

- Make -Nf override HOLD_PKGS.

- Suggest specifying -f when skipping a package.

- Detect a checksum mismatch error properly from a build log.

portinstall(1): (portupgrade -N)

- Only upgrade required packages of a newly installed port when -R is
  specified.

portversion(1):

- Support HOLD_PKGS.

overall/miscellaneous:

- Introduce lazy initialization for config variables and make
  the initialization process a little bit quicker.

- Fix some typos in the manpages.

  Submitted by:	Dan Langille <dan@langille.org>,
		kuriyama@FreeBSD.org

- Add shell completion definitions for pkg_tarup(1).

- Provide a replacement of the weekly status-pkg report script
  (/etc/periodic/weekly/400.status-pkg), which is installed as
  $PREFIX/etc/pkgtools.status-pkg.sh.

port:

- Add a missing entry of pkg_which to pkg_plist.

- Do not remove the zsh site-functions directory on deinstallation
  when zsh is installed.
2001-12-10 02:43:52 +00:00
Jimmy Olgeni
791383e0d0 Update modules: man, quota. 2001-12-09 22:01:18 +00:00
Akinori MUSHA
7db74a4056 Update to 1.14. 2001-12-08 15:08:06 +00:00
Patrick Li
40c3e68ad8 Initial import of x11-wm/bbapm, an APM meter for Blackbox
PR:		29461
Submitted by:	Adam Weinberger <monkey@crackula.com>, \
		Scott Renfro <scott@renfro.org> (additional patches)
2001-12-08 02:18:07 +00:00
Pete Fritchman
61a3a66271 Fix a problem with auto{conf,make}: some build magic was introduced to
make sure that the "autoconf" and "automake" binaries KDE looked for were
found and were autoconf213 and automake14 (as there are issues with the
latest versions), but the logic in setting $PATH was wrong.  This puts
${WRKSRC}/auto-bin before the rest of the users $PATH.  This fixes KDE
auto* problems if automake14 and automake-1.5 are both installed.

PR:		32512
Submitted by:	Alan Eldridge <alane@geeksrus.net>
Approved by:	will
2001-12-07 15:43:46 +00:00
Jimmy Olgeni
5f9fa5ce26 Style: convert spaces to tabs, remove extra tabs from should-be-empty line. 2001-12-05 23:49:55 +00:00
Jimmy Olgeni
7558b6e8af Update the bind8 module. 2001-12-05 23:46:49 +00:00
Lars Koeller
fe5ee9a8f3 * Add missing patch file to compile correctly with libwrap
* Use --disable-install-distdir instead of patching Makefile
 * Bump port revision
2001-12-05 21:15:26 +00:00
Hajimu UMEMOTO
4819c441da Update to 1.2.5. 2001-12-05 19:28:32 +00:00
Will Andrews
1d206a3483 Upgrade KDE to 2.2.2:
* General:
 	- Support for objprelink.
 	- Hack for autoconf 2.13/automake 1.4.  Note that we can't use
	  the standard USE_AUTO* because they change things in work/*;
	  KDE has its own way of doing that.
 	- Light cleanup of extra dirs in the PLISTs provided by
	   my mkplistpkg[1] script.
 	- Speedups of both compile and runtime through the usage of
	  --disable-debug and --enable-final.  The latter did not work
	  with the kdemultimedia package, unfortunately.
	- Patch updates.
 * audio/kdemultimedia2:
	- Patch to fix KSCD on FreeBSD[2].  It works very well now.
 * deskutils/kdepim:
 	- Enable kpilot[3].  Pull in the latest pilot-link stuff.
 * devel/kdesdk,
 * devel/kdevelop:
 	- No specific changes.
 * devel/qt-designer:
 	- Make this port depend almost entirely on qt23 to make it more
	  maintainable, so I don't have to keep hacking the patches to
	  get them to apply.
 * editors/koffice,
 * games/kdegames,
 * graphics/kdegraphics:
 	- No specific changes.
 * misc/kdeaddons:
	- SDL is required now.  Cull SDL PLIST_SUB and such.
	- Fix breakage from hardcoding "sdl-config".
 * misc/kdeutils2:
	- Fix problem with klaptopdaemon[4] where it didn't properly
	  display the battery time.  This patch is untested, but applied.
 * net/kdenetwork2:
	- Fix DCC for KSIRC[5].
	- Remove ktalkd from the build.  It requires some weird thing
	  in the configure script that I don't have time to look at.
 * sysutils/kdeadmin:
	- No specific changes.
 * textproc/kdoc:
	- Remove bogus requirement that kdoc requires Perl 5.6.0; it sure
	  seems to operate fine with >= 5.005.  But I'll let time tell.
 * www/quanta:
	- No specific changes (--disable-debug support only).
 * x11/kde2:
	- No specific changes.
 * x11/kdebase2:
	- Fix ksysguard compile by merging the files from the HEAD branch
	  of KDE CVS that were missing at release time for FreeBSD[6].  :\
 * x11/kdelibs2:
	- Recognize CUPS' spinoff[7].
	- Add libxslt dependency since it was removed from kdelibs.
	- Fix libxml compile problems[8] (accomplished by upgrading).
	- Remove libkformula from port Makefile; this library has been
	  spun off into koffice.
	- Fix mode problems with DCOP[9].  This allows you to save files
	  properly.  It also seems to be a FreeBSD specific problem.
	- Fix bashisms in kdeprint/imagetops script[10].
 * x11-clocks/kdetoys2:
 	- No specific changes.
 * x11-toolkits/qt23:
	- Do NOT upgrade to QT 2.3.2[11].
	- Allow devel/qt-designer to depend on this port entirely for the
	  patches by adding a perlre to accomplish this.
 * x11-wm/kdeartwork:
	- No specific changes.

Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out!

[1]  http://freebsd.kde.org/;
     http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg
[2]  Submitted by:	Matthew Holmes <matt@speakeasy.net>
[3]  PR:		31914
     Submitted by:	Alan Eldridge <alane@geeksrus.net>
[4]  PR:		28475
     Submitted by:	Arun Sharma <arun@sharmas.dhs.org>
[5]  Submitted by:	Luc Morin <luc_m@videotron.ca>
[6]  Found at:	http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/
[7]  PR:		32321
     Reported by:	gad
     Submitted by:	James A. Halstead <jah4007@cs.rit.edu>
[8]  PR:		32055
     Reported by:	William Richard <wrichard@trivalley.com>, others
[9]  PR:		31629
     Submitted by:	Alan Eldridge <alane@geeksrus.net>
[10] PR:		32358
     Submitted by:	Alexander N. Kabaev <ak03@gte.com>
[11] PR:		31809
     Requested by:	Nathan Ahlstrom <nrahlstr@winternet.com> (denied)
[12] http://freebsd.kde.org/contact.shtml;
     http://lists.csociety.org/pipermail/kde-freebsd;
     http://lists.csociety.org/listinfo/kde-freebsd
2001-12-04 03:47:18 +00:00
Lars Koeller
128c79b0d4 * Add HTML documentation
* Fix problems with libwrap support
2001-12-03 21:27:29 +00:00
Steve Price
d797854aa2 Update to version 1.2.
PR:		31928
Submitted by:	maintainer
2001-12-03 03:09:28 +00:00
Patrick Li
98bf0db692 Update to 1.19 Use DOCSDIR 2001-12-03 02:45:08 +00:00
Patrick Li
60d60bc369 Fix WWW 2001-12-03 02:30:32 +00:00
Steve Price
a299d73914 Update to version 1.4.14.
PR:		32369
Submitted by:	maintainer
2001-12-02 18:31:06 +00:00
Lars Koeller
cb8552bd64 Forgotten to bump PORTREVISION ;-( 2001-12-02 13:19:05 +00:00
Lars Koeller
7cbe6d42f4 Patchfile for fixing wrong path to mail binary. 2001-12-02 13:09:52 +00:00
Lars Koeller
1c4d2ad037 Fixing missing brace in startup script and wrong path to mail binary. 2001-12-02 13:07:25 +00:00
Lars Koeller
da0b33d01c Add apcupsd 3.8.3, a daemon for controlling APC UPS.
PR:		31478
Submitted by:	Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE>
2001-12-02 11:24:53 +00:00
Jimmy Olgeni
d9f28d5c97 Do not alter the module configuration for postgresql: it has already been
integrated in the webmin distribution.
2001-12-02 10:57:17 +00:00
Jimmy Olgeni
7b8c2d0c4f Chase main distfile checksum change.
The new distfile fixes an HTML form bug in the stock sendmail module (the
"User Email" page).

Noticed by:	Forrest Aldrich <forrie@forrie.com>
2001-12-02 10:55:48 +00:00
Jimmy Olgeni
862b4d6b18 Update port to version 0.91 (with sendmail module patch). 2001-11-30 16:03:41 +00:00
Chris D. Faulhaber
35f0b10c15 o Use MASTER_SITE_LOCAL since the author's site vanished
months ago.
o Update email (jedgar@fxp.org -> jedgar@FreeBSD.org)
2001-11-27 15:06:37 +00:00
Anders Nordby
d90f4b1e1c Add httplog. Apache log rollover program with strftime(3) filename
support.
2001-11-25 20:21:34 +00:00
Dirk Froemberg
ebb304a29b Add WWW. 2001-11-25 15:16:41 +00:00
Akinori MUSHA
153ee0470d Update to 20011125. (This should be the last beta) 2001-11-24 20:33:30 +00:00
Jimmy Olgeni
e37cc9ff78 Update webmin module: acl. 2001-11-24 20:03:56 +00:00
Akinori MUSHA
582104dbd2 Update to 20011124b. 2001-11-24 08:26:06 +00:00
Akinori MUSHA
3b621aa8c8 Update to 20011124. 2001-11-24 06:34:24 +00:00
Patrick Li
7ce3de6b5a Update to 1.6
PR:		32187
Submitted by:	maintainer
2001-11-23 06:25:04 +00:00
Pete Fritchman
2e8d503ec4 Mark as BROKEN: this port needs to be updated to use the new ports layout.
If anybody wants to help msmith@, please drop him a line.

Approved by:	maintainer
2001-11-21 23:22:26 +00:00
Akinori MUSHA
7548588942 Update to 20011121b. 2001-11-21 10:30:01 +00:00
Jimmy Olgeni
8693f38281 Update module dnsadmin (Bind 4 administration). 2001-11-21 09:46:41 +00:00
Ying-Chieh Liao
fb959af326 add ttyload
Give a color-coded graph of load averages over time
2001-11-21 04:06:44 +00:00
Mario Sergio Fujikawa Ferreira
72dab870f3 Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:49:34 +00:00
Mario Sergio Fujikawa Ferreira
75ad5febcb Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:29:38 +00:00
Mario Sergio Fujikawa Ferreira
3c7443d83b Style police: remove trailing space in WWW tag 2001-11-20 22:33:58 +00:00
Akinori MUSHA
e0c0d00cc2 Update to 20011121. 2001-11-20 20:43:40 +00:00
Peter Pentchev
6f394a4c44 Update to 1.1pre4, which lets the 'mkdir' command create parent directories
as needed (equivalent to mkdir -p) and corrects a couple of option names
in the manual page synopsis.

Submitted by:	olgeni (the manual page fixes)
2001-11-19 13:16:32 +00:00
Dirk Froemberg
2124f79666 Fix cdda2wav for ATAPI drives.
Submitted by:	Naoya Nishimura <nishinao@m3.kcn.ne.jp>
2001-11-18 11:50:31 +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
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
Matt Jacob
feeb11dacf Add nwclient602 2001-11-16 03:00:42 +00:00
Matt Jacob
428f4e3fa4 Add NetWorker client based on 6.0.2 NetWorker release. Corrects some problems
and bugs seen in other port. Because we don't really test as much as we would
like, this gets entered as a new port so the old software is still easily
available.
2001-11-16 02:46:18 +00:00
Jimmy Olgeni
acdc948603 Update module: proftpd. 2001-11-15 22:37:57 +00:00
Patrick Li
8ca16eda55 Maintainer is now committer so change to new email address.
Approved by:	lioux
2001-11-15 03:59:42 +00:00
Ying-Chieh Liao
65df8489a4 add slmon
S-Lang System Monitor
2001-11-13 08:05:40 +00:00
David E. O'Brien
fbf4c24557 Update to version 4.60
+ Added special handling to and corrected bugs in the matching of IPv4
  in IPv6 addresses to -i6:<...> selectors.
2001-11-09 16:16:31 +00:00
Peter Pentchev
3971100205 Update to 1.1pre3:
- fix a segfault when no arguments were given to the 'exec' action;
- rework the 'setvar' code, allow setting of empty variables, which
  envdir(1) interprets as requests to unset the corresponding env vars;
- replace the printenv(1) invocation with local envdir parsing code
  for the 'list' action.
2001-11-08 14:31:11 +00:00
Jimmy Olgeni
0edfeec38c Update module: squid. 2001-11-08 09:36:34 +00:00
Akinori MUSHA
c8af4c91ab Update to 20011107.
- Get to properly work on Ruby 1.7.

  Reported by:	Ollivier Robert <roberto@eurocontrol.fr>

- pkgdb: Fix a regexp problem when it meets a pkgname that ends with a `+'.

  Reported by:	Albert Kinderman <albert.kinderman@csun.edu>
2001-11-07 09:46:15 +00:00
Akinori MUSHA
769e50d829 Set LATEST_LINK to "xperfmon3". 2001-11-06 21:43:41 +00:00
Pete Fritchman
133eb30843 Add another MASTER_SITE.
PR:		29719
Submitted by:	maintainer
2001-11-06 17:47:50 +00:00
FUJISHIMA Satsuki
491c201bad assign new MAINTAINER.
PR:		31110
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2001-11-06 16:29:37 +00:00
Akinori MUSHA
31a699e0ff Update to 20011106.
pkgdb:

  - Make the dependency guesser rather more intelligent and show a score
    when suggesting a candidate to the user.

  - Check for the pkgdb directory ownership before starting to fix it.

pkg_deinstall:

  - Emit a warning if none matches given patterns.

pkg_glob:

  - Do not sort package names in dependency order but in alphabetical
    order. (see pkg_sort(1) below)

pkg_sort:

  - This is a new command to sort given lines of package names in
    dependency order.

portversion:

  - Fix the portversion -c output again.

misc.:

  - Fix typos in the zsh compdef's: PKGDBDIR -> PKG_DBDIR.
2001-11-06 13:57:08 +00:00
Akinori MUSHA
3a90e88c50 Repacked; I released this version before committing everything. ;) 2001-11-04 21:27:41 +00:00
Akinori MUSHA
327f03d400 Update to 20011105.
- portupgrade: Do not go fetch "Latest" packages unless -P is given
  twice.

- Fix and improve wording in the manual pages.
2001-11-04 20:35:17 +00:00
Jimmy Olgeni
331f4f7931 Update module: quota. 2001-11-04 17:33:57 +00:00
Mario Sergio Fujikawa Ferreira
5dc31d718d update AUTHOR email
Submitted by:	MAINTAINER
2001-11-04 06:25:07 +00:00
Mikhail Teterin
35f671f1e4 Upgrade to 1.47. Change the maintainer's address.
Submitted by:	myself
Reviewed by:	maintainer
Approved by:	maintainer
2001-11-04 01:30:42 +00:00
Christian Weisgerber
4fbb2f66a7 Update my MAINTAINER address.
Approved by:	trevor
2001-11-03 22:22:34 +00:00
Akinori MUSHA
6436b1fde9 Update to 20011104, which fixes another couple of bugs that are
recently mingled.

- Fix a bug where portupgrade fails in error if -f is given and it
  tries to reinstall the same version of a package.

  Reported by:	Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
  FreeBSD PR:	31730

- Fix a bug where portversion reports results all reversed. ;(

  Reported by:	Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
  FreeBSD PR:	31731
2001-11-03 20:51:54 +00:00
Akinori MUSHA
e8aa44c1f6 Update to 20011103.
- Fix a problem where it fails to parse uname(1)'s output when it has
  a release suffix; e.g. `4.4-STABLE-20011103-JPSNAP i386'.

  Reported by:	Mark Russell <mark@mark.net.au>

- Add a minimal manual page for pkgtools.conf(5).

- portversion: Fix a typo: errir -> error.

  Found by:	TOGAWA Satoshi <toga@puyo.org>
2001-11-03 12:21:15 +00:00
Jimmy Olgeni
1fc2c97730 Update the servers index module. 2001-11-02 20:29:12 +00:00
Akinori MUSHA
30348dda27 Update to 20011102.2.
Fix a recently caused problem where portupgrade might raise an error
during detecting obsoleted dependencies.

Reported by:	Fritz Heinrichmeyer <jfh@jfh00.fernuni-hagen.de>
2001-11-02 13:01:48 +00:00
Akinori MUSHA
4110b42784 Update to 20011102.1. Rewrite PREFIX in the startup script properly.
Reported by:	Jimmy Olgeni <olgeni@uli.it>
2001-11-02 11:17:49 +00:00
Akinori MUSHA
b09902db7f Fix a typo and unbreak portversion -c/-v.
Reported by:	Masahide -mac- NODA <mac@clave.gr.jp>
2001-11-02 07:12:33 +00:00
Jimmy Olgeni
1e0e991a49 Update port to 0.90. Version 0.89 had some session authentication problems
with FreeBSD.

Submitted by:	clive
2001-11-01 20:12:45 +00:00
Akinori MUSHA
ac6b1d0d4e Update to 20011101, keeping things stable, safe and clean.
portupgrade:

  Properly remove obsoleted dependencies in an upgrade.  This reduces
  pkgdb(1)'s turn.

portversion:

  Inspect the origin port to get the latest version if a package's
  origin is not found in the ports database.

  Distinguish between `origin is not recorded' and `origin port is not
  found'.  Now the flag `#' represents the former and the flag `?'
  represents the latter.

    - Resurrect the flag `!', which means `port Makefile broken'.

    - Yes, the meanings of `#' and `!' have been reversed.  Because we
      would hardly see ports missing origins any longer, I decided to
      assign `!' to the one we see more often.

portsdb:

  Call make_describe_pass[12] with the full paths.  This fixes a
  problem where `portsdb -U' cannot run them if ${PREFIX}/sbin is not
  in the PATH.

miscellaneous:

  Improve the build process.

    - Move shebang line adjustment and ${PREFIX} substitution from the
      port Makefile to the source Makefiles.

    - Add Makefile.compat in order to support old systems which
      doesn't have the SCRIPTS framework. (4.3 or prior)
2001-11-01 14:52:18 +00:00
Hajimu UMEMOTO
086bcfa480 Update to 1.2.4. 2001-10-31 17:58:46 +00:00
Jimmy Olgeni
87ce2d50ca Update port to version 0.89, with new useradmin module. 2001-10-31 15:32:31 +00:00
Peter Pentchev
b4883e02cb Update to 1.1pre2, which adds the '-c command' switch to make
penv take lots of different, exciting actions:

[roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -c mkdir
[roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -c set JADETEX=no
[roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -S A4=yes
[roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -L
JADETEX=no
A4=yes
[roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -c reset A4
[roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -R JADETEX
[roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -L
[roam@straylight:v0 /usr/ports/textproc/docproj]$
2001-10-30 19:04:54 +00:00
Maxim Sobolev
3428db513a Prepare ground for gdk-pixbuf update to 0.13.0 - its include files have been
moved aroud, so all ports that don't pay attention to an output of
`gdk-pixbuf-config --cflags' need to be fixed.
2001-10-30 12:42:02 +00:00
Peter Pentchev
83dba97842 Update to 1.1pre1, which introduces the -p option to only display
the path to the environment directory to be used.

This allows you to do neat things like:

[roam@straylight:v0 /usr/ports/textproc/docproj]$ mkdir -p `penv -p`
[roam@straylight:v0 /usr/ports/textproc/docproj]$ echo no > `penv -p`/JADETEX
[roam@straylight:v0 /usr/ports/textproc/docproj]$ echo yes > `penv -p`/A4
[roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -L
JADETEX=no
A4=yes
[roam@straylight:v0 /usr/ports/textproc/docproj]$ penv make clean all install

..and watch the port build fly!
2001-10-30 09:43:48 +00:00
Akinori MUSHA
b890a420cd Update to 20011030. Some minor bugs/typos were fixed.
portupgrade:
- Fix quotes.
  [Submitted by: Jimmy Olgeni <olgeni@uli.it>]

- Do not ask whether to install a port twice. (portinstall/-N)

- Complete missing words in the manpage.

pkgdb:
- Comment out deleted pkgdeps properly.

misc.:
- Convert the install script to Makefiles.

- Change the examples/docs subdirectory name from `portupgrade' to
  `pkgtools'.
2001-10-29 22:18:30 +00:00
Pete Fritchman
075a870c71 - update to 0.1.46
PR:		29999
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>

- we don't own share/pixmaps, don't try to @dirrm it
2001-10-29 10:25:54 +00:00
Akinori MUSHA
db561cd3cc Update to 20011029.1.
- Add portsclean -P/--pkgclean to clean obsolete package tarballs.
- Fix manpages a bit.
2001-10-29 08:20:34 +00:00
Akinori MUSHA
2393eee237 Update to 20011029. With this update, the binary package support has
reached the one step higher level.  It's *really* powerful.  Enjoy! :)

portupgrade:
- Greatly improve the procedure of binary upgrading (-P/-PP):
    When a fetched package is not of the latest version:
      1) If -PP is given and the package is at least newer than the
         current installation, put up with it and do an upgrade.
      2) If -PP is given and the package is now newer than the current
         installation, give up.
      3) Else, fall back to the port.
  This way you can now do binary upgrades just as you'd expect.

- Improve the new installation procedure as well.

- Allow using ports glob patterns in the configutation variables
  MAKE_ARGS and HOLD_PORTS.

- If a port/package matches multiple entries of MAKE_ARGS, join all
  the arguments using the space as separator.

pkg_fetch:
- Introduce a new {environment,configuration} variable PKG_SITES.
  You can now specify multiple URI's to fetch packages from.

- When a URI is given, check for the last path component and if it is
  not "Latest" or "All", fetch the dependent ports from the same
  directory. (-R)

- Do not repeat same error messages.

- Properly reflect the environment variables defined in pkgtools.conf.

pkg_deinstall:
- Add a timestamp hack as well as portupgrade to let the pkgdb engine
  properly detect an update of PKG_DBDIR.

pkgdb:
- When the user chooses to delete a dependency, comment the line out
  instead of deleting it.

pkgtools.conf:
- Provide some useful predefined constants and functions.
2001-10-28 21:50:20 +00:00
Matt Jacob
8458b62518 There's no such host as gw.feral.com any more. 2001-10-27 16:20:27 +00:00
Dmitry Sivachenko
c96b4198d0 Upgrade to 2.2.1.
Submitted by:		SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
(with slight modifications)
2001-10-27 08:50:18 +00:00
Akinori MUSHA
3d7d67d9cc Roll a new tarball instead of a tarball + a tiny patch. 2001-10-26 19:16:22 +00:00
Akinori MUSHA
1727c88b10 Oops, fix a stupid fat-fingered bug. 2001-10-26 19:08:44 +00:00
Akinori MUSHA
90003baa60 Update to 20011027, the latest and greatest release ever, with lots of
people's help.  Thanks so much!

portupgrade:

- D'oh!  Fix a stupid bug where portupgrade didn't modify
  dependencies when upgrading a package while portupgrade _is_ meant
  to do that. ;)  But you don't need to worry: `pkgdb -F' can always
  handle that situation.

  This bug had been there since 2 October, and was finally exposed by
  the newly introduced dependency sanity checks.  I guess you has been
  annoyed by the warnings, but they are gone now. ;)

  Reported by:	Ollivier Robert <roberto@eurocontrol.fr>

- Make portupgrade download packages from a remote site if -P is
  specified. Now one can do binary upgrading in a handy way:

    portupgrade -P foo bar

  Instead of:

    portupgrade -FP foo bar && portupgrade -P foo bar

  Although the latter is friendlier to dialup users.

- Add a delay between deinstallation and installation to let pkgdb
  properly detect the update of PKG_DBDIR entries.

- Since pkg_add(1) is mute, always show a progress message when
  invoking it no matter whether -v is given or not.

- Make -f override "hold" marks set in pkgtools.conf.

pkgdb:

- Since the dbm routines in libc seem to dead lock in some cases,
  slightly change the DB format and bump the DB version accordingly.

  Reported by: Ollivier Robert <roberto@eurocontrol.fr> and others

- Make sure to check DB version when checking for a DB. (-u)

pkg_fetch, pkgdb, portsclean, portsdb:

- Make them read the configuration file and add the -q/--no-config
  option just as other tools.

pkgtools.conf:

- Add examples for PKG_FETCH, PACKAGEROOT and PACKAGESITE.

- Introduce new configuration variables: IGNORE_CATEGORIES and
  EXTRA_CATEGORIES.

- Now one can set common environment variables in this file.

- Now all the tools read this file by default.

overall:

- Reword and enhance the manual pages and the usage instructions.

- Clarify the explanation about port/package dependency.

  Submitted by:	Jos Backus <josb@cncdsl.com> (Thanks a lot!)
2001-10-26 18:16:18 +00:00
Jimmy Olgeni
e3477a68a9 Update modules: proc, custom. 2001-10-25 12:54:15 +00:00
Chris D. Faulhaber
95fb90fdf6 Update port to 0.90 2001-10-24 14:01:17 +00:00
Akinori MUSHA
145882753d Update to 20011024.
portupgrade, portversion, pkg_deinstall, pkg_glob:

  Introduce the configuration file `pkgtools.conf' for the pkgtools
  suite.  Currently portupgrade(1), portversion(1), pkg_deinstall(1)
  and pkg_glob(1) use it.

  Add a new option -q/--no-config to avoid reading the configuration
  file.

  Introduce dependency sanity checks.  If an inconsistency is
  detected, immediately abort a process suggesting the user should run
  `pkgdb -F'.

  Add a new option -O/--omit-check to omit the sanity checks.

pkgdb:

  Fix the origin guesser's minor bug when the origin port directory
  does not exist.

portupgrade:

  Add a new option -y/--yes, which lets portupgrade assume user
  answers yes to all the questions.

  Make sure to ask user where it should. (Get -N and -i right)

  Fix a bug where portinstall -i didn't work interactively.
  [Submitted by: Gregory Neil Shapiro <gshapiro@gshapiro.net>]

portsdb:

  Attempt to offer fast INDEX generation.  Now it generates an INDEX
  file more than a few minutes faster.

overall:

  Emit a warning when pkgdb cannot be updated though it is not
  up-to-date.

  Finally remove -E/--regex.  Use the ':RE' glob pattern instead.
2001-10-24 13:08:20 +00:00
Martin Cracauer
b29b1387a2 Give alternate distfile location 2001-10-23 21:14:14 +00:00
Hajimu UMEMOTO
0e8bed7cab Update to 1.2.3. 2001-10-23 16:50:04 +00:00
David E. O'Brien
5935210eec fix minor nit 2001-10-20 19:18:54 +00:00
David E. O'Brien
a3463c1318 Update to version 4.59
* IPv4 and IPv6 network files can be selected with -i4 and -i6.
  (IPv6 network file selection is only possible when lsof supports
  IPv6 for the dialect.)
* Added new output field for raw device number in hex.  The field is
  identified with 'r'.  This field is NOT selected when -F or -F0 is
  specified so that its appearance won't disturb existing scripts that
  process field output.
2001-10-20 19:17:41 +00:00
Mario Sergio Fujikawa Ferreira
397f81c2b4 Update to 0.2.0
PR:		31381
Submitted by:	maintainer
2001-10-19 23:11:19 +00:00
Kevin Lo
12588aef8b Update to version 2.4.7
PR: 31248
Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
2001-10-19 16:31:58 +00:00
Mario Sergio Fujikawa Ferreira
932f27376d Update to 3.7.6
PR:		30786
Submitted by:	Gerald Pfeifer <admin@dbai.tuwien.ac.at>
Approved by:	MAINTAINER (3 weeks timeout and port has been broken far longer)
2001-10-17 19:14:21 +00:00
Mario Sergio Fujikawa Ferreira
2c7268a8e4 New port ticker.app version 0.1.0: Ticker dockapp for Window Maker
PR:		31267
Submitted by:	Patrick Li <pat@databits.net>
2001-10-16 01:04:21 +00:00
David E. O'Brien
65ada083b9 Update for NFS changes in 5-CURRENT. 2001-10-15 20:16:07 +00:00
David E. O'Brien
ae9b4d0503 I goofed on the packaging. 2001-10-15 20:10:27 +00:00
David E. O'Brien
a0bdaffbf3 ltrace is a dynamic library tracer. ltrace is a debugging tool, similar to
strace, but it traces library calls instead of system calls.
2001-10-15 20:07:30 +00:00
Akinori MUSHA
6348927743 Update to 20011015, a stable maintenance release.
portupgrade:

  Fix a couple of bugs where `portupgrade -h | more' doesn't show the
  usage nicely.

  Reported by:	Gregory Neil Shapiro <gshapiro@gshapiro.net>

portsclean:

  Make good use of portsdb and pkgdb, use lazy (but virtually
  sufficient) checks and get distclean much faster. (both -D and -DD)

portsdb:

  Do not fail even if some categories are missing in the ports tree.

  Reported and tested by: Jos Backus <josb@cncdsl.com>

And some other internal bugfixes that do not affect the user tools.
2001-10-14 19:53:01 +00:00
Ying-Chieh Liao
0b278f3c0b add x86info
Utility to display information about the systems x86 processor(s)

PR:		30116
Submitted by:	Erik Greenwald <erik@smluc.org>
2001-10-14 18:13:23 +00:00
Anton Berezin
0bfc62a083 Remove one of the master sites.
PR:		31245
Submitted by:	maintainer
2001-10-14 16:48:00 +00:00
Vanilla I. Shu
1f4a791a73 Dont split info file. 2001-10-14 15:36:56 +00:00
Akinori MUSHA
1b3e75281d Update to 20011012. Fix several minor bugs and make it a stable
release again. (Hopefully)

portupgrade:

  Delete an unneeded exception snatcher.  This fixes a bug where ports
  marked as IGNORE are not properly skipped.

pkgdb:

  Rebuild pkgdb if it looks like broken, instead of resulting in
  failure.

  Unbreak regexp match. ;)

  Fix a typo of a variable name in an error message.
  [Reported by: Stijn Hoop <stijn@win.tue.nl>]

portsdb:

  Allow a port dir to be a symlink to a directory.

  Add support for the case where some catetories are missing in a
  ports tree.
  [Submitted by: Jos Backus <josb@cncdsl.com>]
2001-10-11 19:53:14 +00:00
Ying-Chieh Liao
813b775b23 add pkg_tree
Get a 'graphical' tree-overview of installed packages

PR:		30776
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2001-10-11 14:14:03 +00:00
Mark Pulford
205e500371 Add flog 1.3, a small STDIN-to-file logger with support for log
rotation.

PR:		31099
Submitted by:	Anders Nordby <anders@fix.no>
2001-10-10 10:29:18 +00:00
Mario Sergio Fujikawa Ferreira
67fe376f99 New port wmzazof version 0.3: A simple dockapp that displays the
uptime, free and used memory

PR:		31091
Submitted by:	Patrick Li <pat@databits.net>
2001-10-10 02:50:21 +00:00
Akinori MUSHA
fa0cf70254 Update to 20011010.1, with a couple of fixes.
pkgdb:
  Fix a type error and unbreak date-based pkg glob.
  [Reported by: Ollivier Robert <roberto@keltia.freenix.fr>]

portupgrade:
  Silence pkg_info when it does not find a package.
  [Submitted by: Jimmy Olgeni <olgeni@uli.it>]
2001-10-09 20:23:46 +00:00
Akinori MUSHA
cb169bd332 Update to 20011010.
pkgdb:

  Make pkgdb fixer's dependency guesser aware of language specific
  categories.  Now it suggests ja-qt-2.3.1 instead of qt-1.45_1 for
  a missing qt-2.3.1.

  Do not fail over a package entry that has no +COMMENT file, like an
  XFree86 package entry faked by the FreeBSD installer.
  [Reported by: Ollivier Robert <roberto@eurocontrol.fr>]

portsdb:

  Do not allow specifying a ports glob using a relative path to the
  current directory. This prevents the tools from confusing when the
  current directory is under PORTS_DIR.

  Give a better progress display.
2001-10-09 17:05:35 +00:00
Ying-Chieh Liao
27eb7dab43 upgrade to 2.0.0
PR:		31153
Submitted by:	Jerry A! <jerry@thehutt.org>
2001-10-09 07:54:23 +00:00
Doug Barton
276d9b8ab8 * Update to 0.45.1, which as numerous new features, new UPS', and
many bugfixes. Check out http://www.exploits.org/nut/release/new-0.45.1.txt
for more details. Highlights include experimental USB support, and the
various programs dropping more privileges after startup.

* Clean up the Makefile a little by grouping more of the CGI-dependent
stuff together. Improve the pkg-plist in this regard as well. Make a
directory and install a conf file sample that the software Makefile's
are missing for some reason.

* Make the cgi directory depend on one of the previously
discussed plans to use PREFIX/www/cgi-bin if it exists already, and
PREFIX/share/apache if not.
2001-10-07 23:01:18 +00:00
Doug Barton
be7420e844 Take over maintainership, update coming 2001-10-07 07:19:05 +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
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
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
Maxim Sobolev
5720c40936 Unbroke on recent -stable. 2001-10-05 12:43:25 +00:00
Akinori MUSHA
8f61b4e8de Update to 1.13. 2001-10-05 07:44:44 +00:00
Pete Fritchman
7d9be77142 Update to 1.1.6
PR:		31030
Submitted by:	maintainer
2001-10-05 00:16:49 +00:00
Dmitry Sivachenko
da7b4d9a19 Update to 1.0rc1. 2001-10-04 22:03:43 +00:00
Mark Pulford
d7b04d31b9 Updated to 0.7b.
PR:		30973
Submitted by:	maintainer
2001-10-02 12:12:31 +00:00
Akinori MUSHA
39b71db358 De-typo: s/compt/compat/.
Submitted by:	olgeni
2001-10-02 12:09:59 +00:00
Jimmy Olgeni
7149da2604 Update module: samba. 2001-09-28 11:30:48 +00:00
Mario Sergio Fujikawa Ferreira
e833ba5e59 Fix DATADIR and DOCSDIR installation since this port has PKGNAMESUFFIX
defined

PR:		30853
Submitted by:	MAINTAINER
2001-09-27 00:11:21 +00:00
Akinori MUSHA
66abe10ffe Add another patch against 20010922, which fixes the default value of
`$backup_packages' from true to false, which should only be turned on
when -b is specified.

I wonder why I couldn't notice this for long. ;)
2001-09-26 16:04:05 +00:00
Mario Sergio Fujikawa Ferreira
14b8331c3a update to 0.98p1
PR:		30835
Submitted by:	MAINTAINER
2001-09-26 03:07:37 +00:00
FUJISHIMA Satsuki
8c80416644 update to 0.5.2.
PR:		30803
Submitted by:	maintainer
2001-09-24 22:51:13 +00:00
Akinori MUSHA
63388d3a06 Owing to some mistake, pkgtools-20010922.1.patch.gz on ftp.FreeBSD.org
and that on www.idaemons.org didn't match.  They are identical in the
uncompressed form but I think I compressed one with -9 and another
with -6 somehow.  Thereby list the MD5 checksums of both in pkg-plist
as a workaround.

The one on ftp.FreeBSD.org will be overwritten by the one on
www.idaemons.org soon.

Submitted by:	John Merryweather Cooper <john_m_cooper@yahoo.com>
2001-09-24 14:52:21 +00:00
Akinori MUSHA
ac76034d71 Update to 20010922.1. Add a patch to fix a coredump problem in pkgdb. 2001-09-24 09:38:20 +00:00
Akinori MUSHA
81c7e61f5a Add a WITHOUT_X11 knob and set PREFIX to LOCALBASE.
Submitted by:	MAINTAINER
2001-09-24 07:39:17 +00:00
David W. Chapman Jr.
0b8a6fee6b Remove .orig file in files/
Change author's email in pkg-descr

Submitted by:	maintainer
2001-09-23 19:54:04 +00:00
David W. Chapman Jr.
479a523af4 Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer exists.
PR:		30497
Submitted by:	Dan Larsson
Approved by:	will
2001-09-23 19:50:42 +00:00
David W. Chapman Jr.
fdcbf801b2 Update to 0.5.0
PR:		30765
Submitted by:	maintainer
2001-09-23 19:33:38 +00:00
Brian Somers
8d7739e998 constify dvdtape.c
Correct format arguments for unsigned long longs;

  In printf, use %llu
  In sscanf, use %qu

These were both previously using %Ld...

This fixes generation of DVDs >4Gb in size.
2001-09-23 00:52:44 +00:00
David E. O'Brien
ea218fd3a8 Update to version 4.58.1
This version now takes into account our new split nfsserver / nfsclient
headers in -CURRENT.
2001-09-23 00:10:02 +00:00
Jimmy Olgeni
f0f3feb582 Update the useradmin and status modules. 2001-09-22 22:40:03 +00:00
Akinori MUSHA
71a4f12840 Update to 20010922, with some brand new functionalities.
overall:

  - Implement new package glob patterns: {<|<=|>=|>}{date|pkgname_glob}.

    For example, you can rebuild and reinstall all the dependent
    packages of png that had been installed prior to png this way:

      portupgrade -fr png -x '>=png'

  - Introduce the packages database, which is currently a simple hash
    that maps file paths to package names.

    Inspired by:	NetBSD

pkgdb(1): (new)

  - A command to create/update the packages database.

pkg_which(1): (new)

  - A command to check which package a file came from quickly.

portsclean(1):

  - Suppress "can't cd" error messages.

    Submitted by:	Jos Backus <josb@cncdsl.com>

ports_glob(1): (new)

  - Give portsdb(1)'s ports glob expanding feature a suitable name.
2001-09-21 22:46:14 +00:00