freebsd-ports/ports-mgmt
Akinori MUSHA 0c2b1eb0f6 Update to 20021113, a maintenance release.
portupgrade(1):
- Check return status of hardly failing commands also.

pkgdb(1):
- Add -Q/--quiet and -QQ for internal use.

portsclean(1):
- Ditto.

overall:
- Reduce /bin/sh process calls by replacing shell redirection to
  /dev/null with pkgdb -Q/portsclean -Q/fetch -q. (I know I can do
  fork, dup and exec if necessary)

- Eliminate zombies during running.  Formerly waitpid's against
  terminated processes are delayed until Ruby gets short of resource
  and thus runs a GC, but now portupgrade(1), pkgdb(1) and
  portsclean(1) explicitly kick a waitpid immediately after each
  popen() is done.

  PR:		ports/38075
  Submitted by:	Chris J. Mutter <cjm@s2.enemy.org>
  Reported by:	several others
2002-11-14 08:32:39 +00:00
..
barry Unbreak by creating subdir under applnk if necessary. 2002-10-13 11:04:16 +00:00
p5-FreeBSD-Ports Add Perl modules for parsing and querying FreeBSD's Ports INDEX file 2001-09-12 22:58:50 +00:00
pib Repair sysutils/pib, make Aleksandr A. Babaylov the new maintainer. 2002-11-01 07:30:09 +00:00
pkg_remove Notate more detailed functionarity of this script. 2001-04-24 17:16:47 +00:00
pkg_tree use USE_PERL5. 2002-10-07 07:38:24 +00:00
portcheckout Fix up a port that somehow got missed in The Great Conversion Process 2000-11-14 20:32:28 +00:00
porteasy Really fix that cosmetic nit. I'm an idiot. 2002-10-29 10:24:00 +00:00
portlint Teach portlint to recognize RUN_DEPENDS=${BUILD_DEPENDS} and the like 2002-09-14 18:57:41 +00:00
portupgrade Update to 20021113, a maintenance release. 2002-11-14 08:32:39 +00:00
portupgrade-devel Update to 20021113, a maintenance release. 2002-11-14 08:32:39 +00:00
qtpkg Overhaul QT/KDE support: 2001-04-03 08:14:43 +00:00