svn commit: r212396 - in user/pgollucci/portupgrade/branches/2.4.6: . bin etc lib man misc tests

Philip M. Gollucci pgollucci at FreeBSD.org
Thu Sep 9 23:28:35 UTC 2010


Author: pgollucci (ports committer)
Date: Thu Sep  9 23:28:35 2010
New Revision: 212396
URL: http://svn.freebsd.org/changeset/base/212396

Log:
  tag 2.4.6

Added:
  user/pgollucci/portupgrade/branches/2.4.6/
     - copied from r212394, user/pgollucci/portupgrade/trunk/
  user/pgollucci/portupgrade/branches/2.4.6/COPYING
     - copied unchanged from r212395, user/pgollucci/portupgrade/trunk/COPYING
  user/pgollucci/portupgrade/branches/2.4.6/ChangeLog
     - copied unchanged from r212395, user/pgollucci/portupgrade/trunk/ChangeLog
  user/pgollucci/portupgrade/branches/2.4.6/Makefile
     - copied unchanged from r212395, user/pgollucci/portupgrade/trunk/Makefile
  user/pgollucci/portupgrade/branches/2.4.6/Makefile.compat
     - copied unchanged from r212395, user/pgollucci/portupgrade/trunk/Makefile.compat
  user/pgollucci/portupgrade/branches/2.4.6/Makefile.inc
     - copied unchanged from r212395, user/pgollucci/portupgrade/trunk/Makefile.inc
  user/pgollucci/portupgrade/branches/2.4.6/NEWS
     - copied unchanged from r212395, user/pgollucci/portupgrade/trunk/NEWS
  user/pgollucci/portupgrade/branches/2.4.6/README
     - copied unchanged from r212395, user/pgollucci/portupgrade/trunk/README
  user/pgollucci/portupgrade/branches/2.4.6/bin/
     - copied from r212395, user/pgollucci/portupgrade/trunk/bin/
  user/pgollucci/portupgrade/branches/2.4.6/etc/
     - copied from r212395, user/pgollucci/portupgrade/trunk/etc/
  user/pgollucci/portupgrade/branches/2.4.6/lib/
     - copied from r212395, user/pgollucci/portupgrade/trunk/lib/
  user/pgollucci/portupgrade/branches/2.4.6/man/
     - copied from r212395, user/pgollucci/portupgrade/trunk/man/
  user/pgollucci/portupgrade/branches/2.4.6/misc/
     - copied from r212395, user/pgollucci/portupgrade/trunk/misc/
  user/pgollucci/portupgrade/branches/2.4.6/tests/
     - copied from r212395, user/pgollucci/portupgrade/trunk/tests/

Copied: user/pgollucci/portupgrade/branches/2.4.6/COPYING (from r212395, user/pgollucci/portupgrade/trunk/COPYING)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ user/pgollucci/portupgrade/branches/2.4.6/COPYING	Thu Sep  9 23:28:35 2010	(r212396, copy of r212395, user/pgollucci/portupgrade/trunk/COPYING)
@@ -0,0 +1,32 @@
+Copyright (c) 2000, 2001, 2002, 2003, 2004 by Akinori MUSHA.
+Copyright (c) 2005, 2006 by KOMATSU Shinichiro.
+Copyright (c) 2006, 2007 by Sergey Matveychuk.
+
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+
+3. Neither the name of the organizations nor the names of its
+   contributors may be used to endorse or promote products derived
+   from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
+CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: user/pgollucci/portupgrade/branches/2.4.6/ChangeLog (from r212395, user/pgollucci/portupgrade/trunk/ChangeLog)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ user/pgollucci/portupgrade/branches/2.4.6/ChangeLog	Thu Sep  9 23:28:35 2010	(r212396, copy of r212395, user/pgollucci/portupgrade/trunk/ChangeLog)
@@ -0,0 +1,9849 @@
+------------------------------------------------------------------------
+r1049 | knu | 2004-12-26 06:08:29 +0900 (Sun, 26 Dec 2004) | 4 lines
+Changed paths:
+   M /trunk/bin/portupgrade
+
+Reverse the condition to check if custom MAKE_ARGS is specified.
+
+Submitted by:	Max Laier <max at love2party.net>
+
+------------------------------------------------------------------------
+r1048 | knu | 2004-12-26 00:54:12 +0900 (Sun, 26 Dec 2004) | 3 lines
+Changed paths:
+   M /trunk/lib/portsdb.rb
+
+When INDEX is not found, try "make fetchindex" first, then try "make
+index".
+
+------------------------------------------------------------------------
+r1047 | knu | 2004-12-26 00:35:21 +0900 (Sun, 26 Dec 2004) | 2 lines
+Changed paths:
+   M /trunk/etc/pkgtools.sh
+
+s/echo //
+
+------------------------------------------------------------------------
+r1046 | knu | 2004-12-24 05:11:54 +0900 (Fri, 24 Dec 2004) | 1 line
+Changed paths:
+   M /trunk/Makefile
+
+Fix ChangeLog generation, this time.
+------------------------------------------------------------------------
+r1045 | knu | 2004-12-24 05:07:40 +0900 (Fri, 24 Dec 2004) | 1 line
+Changed paths:
+   M /trunk/Makefile
+
+Fix ChangeLog generation.
+------------------------------------------------------------------------
+r1044 | knu | 2004-12-24 05:00:31 +0900 (Fri, 24 Dec 2004) | 1 line
+Changed paths:
+   M /trunk/Makefile
+
+Generate ChangeLog in English.
+------------------------------------------------------------------------
+r1043 | knu | 2004-12-24 03:50:36 +0900 (Fri, 24 Dec 2004) | 3 lines
+Changed paths:
+   M /trunk/bin/portsdb
+   M /trunk/bin/portsdb.1
+   M /trunk/lib/portsdb.rb
+
+Add portsdb -F, which calls make fetchindex internally to update the
+ports index file.
+
+------------------------------------------------------------------------
+r1042 | knu | 2004-12-20 05:34:46 +0900 (Mon, 20 Dec 2004) | 2 lines
+Changed paths:
+   M /trunk/lib/pkgmisc.rb
+
+Fix double free.
+
+------------------------------------------------------------------------
+r1041 | knu | 2004-12-14 08:59:06 +0900 (Tue, 14 Dec 2004) | 6 lines
+Changed paths:
+   M /trunk/bin/portupgrade
+
+- Make -fP properly reinstall an installed package using a binary
+  package.
+
+- Do not use a binary package when custom MAKE_ARGS or -m option is
+  defined, unless -PP is specified.
+
+------------------------------------------------------------------------
+r1040 | knu | 2004-12-14 08:55:47 +0900 (Tue, 14 Dec 2004) | 1 line
+Changed paths:
+   M /trunk/bin/pkg_glob.1
+
+Fix a typo.
+------------------------------------------------------------------------
+r1039 | knu | 2004-12-14 08:55:06 +0900 (Tue, 14 Dec 2004) | 2 lines
+Changed paths:
+   M /trunk/bin/portsclean
+
+Make sure that a library does not shadow itself.
+
+------------------------------------------------------------------------
+r1038 | knu | 2004-10-18 23:59:09 +0900 (Mon, 18 Oct 2004) | 2 lines
+Changed paths:
+   M /trunk/lib/pkgdb.rb
+
+Use Object#class instead of Object#type.
+
+------------------------------------------------------------------------
+r1037 | knu | 2004-08-08 03:47:36 +0900 (Sun, 08 Aug 2004) | 2 lines
+Changed paths:
+   M /trunk/etc/pkgtools.sh
+
+rcNG'ify.
+
+------------------------------------------------------------------------
+r1036 | knu | 2004-07-20 20:53:06 +0900 (Tue, 20 Jul 2004) | 2 lines
+Changed paths:
+   D /trunk/.cvsignore
+   D /trunk/bin/.cvsignore
+   D /trunk/etc/.cvsignore
+   D /trunk/lib/.cvsignore
+
+Remove obsolete .cvsignore files.
+
+------------------------------------------------------------------------
+r1035 | knu | 2004-07-20 20:52:37 +0900 (Tue, 20 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/Makefile
+
+Clean up ChangeLog stuff.
+
+------------------------------------------------------------------------
+r1034 | knu | 2004-07-20 20:46:12 +0900 (Tue, 20 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/lib/pkgtools.rb
+
+Fix a regex pattern for `uname -rm'.  \D* does not work as expected in
+this case.
+
+------------------------------------------------------------------------
+r1033 | knu | 2004-07-20 20:42:08 +0900 (Tue, 20 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/lib
+
+Add ignore patterns.
+
+------------------------------------------------------------------------
+r1032 | knu | 2004-07-20 20:41:48 +0900 (Tue, 20 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/bin
+   M /trunk/etc
+
+Add ignore patterns.
+
+------------------------------------------------------------------------
+r1031 | knu | 2004-07-20 20:40:51 +0900 (Tue, 20 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/bin
+
+Add ignore patterns.
+
+------------------------------------------------------------------------
+r1030 | knu | 2004-07-20 20:39:35 +0900 (Tue, 20 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk
+
+Add ignore patterns.
+
+------------------------------------------------------------------------
+r1029 | knu | 2004-07-20 20:38:57 +0900 (Tue, 20 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/Makefile
+
+Switch over to Subversion.
+
+------------------------------------------------------------------------
+r1028 | knu | 2004-07-20 20:14:02 +0900 (Tue, 20 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/Makefile
+   M /trunk/Makefile.compat
+   M /trunk/Makefile.inc
+   M /trunk/README
+   M /trunk/bin/Makefile
+   M /trunk/bin/pkg_deinstall.1
+   M /trunk/bin/pkg_fetch
+   M /trunk/bin/pkg_fetch.1
+   M /trunk/bin/pkg_glob
+   M /trunk/bin/pkg_glob.1
+   M /trunk/bin/pkg_sort
+   M /trunk/bin/pkg_sort.1
+   M /trunk/bin/pkgdb
+   M /trunk/bin/pkgdb.1
+   M /trunk/bin/portcvsweb
+   M /trunk/bin/portcvsweb.1
+   M /trunk/bin/portsclean
+   M /trunk/bin/portsclean.1
+   M /trunk/bin/portsdb
+   M /trunk/bin/portsdb.1
+   M /trunk/bin/portupgrade
+   M /trunk/bin/portupgrade.1
+   M /trunk/bin/portversion
+   M /trunk/bin/portversion.1
+   M /trunk/etc/Makefile
+   M /trunk/etc/pkgtools.conf
+   M /trunk/etc/pkgtools.conf.5
+   M /trunk/etc/pkgtools.sh
+   M /trunk/etc/status-pkg.sh
+   M /trunk/lib/Makefile
+   M /trunk/lib/pkg.rb
+   M /trunk/lib/pkgdb.rb
+   M /trunk/lib/pkginfo.rb
+   M /trunk/lib/pkgmisc.rb
+   M /trunk/lib/pkgsqldb.rb
+   M /trunk/lib/pkgtools.rb
+   M /trunk/lib/pkgtsort.rb
+   M /trunk/lib/pkgversion.rb
+   M /trunk/lib/portinfo.rb
+   M /trunk/lib/ports.rb
+   M /trunk/lib/portsdb.rb
+   M /trunk/misc/Makefile
+   M /trunk/misc/Makefile.inc
+   M /trunk/misc/bash/Makefile
+   M /trunk/misc/bash/complete.sample
+   M /trunk/misc/tcsh/Makefile
+   M /trunk/misc/tcsh/complete.sample
+   M /trunk/misc/zsh/Makefile
+   M /trunk/tests/test_pkgdb.rb
+   M /trunk/tests/test_pkginfo.rb
+   M /trunk/tests/test_pkgtsort.rb
+   M /trunk/tests/test_pkgversion.rb
+   M /trunk/tests/test_portinfo.rb
+   M /trunk/tests/test_portsdb.rb
+
+Switch over to Subversion keyword tag expansion.
+
+------------------------------------------------------------------------
+r1027 | knu | 2004-07-15 21:20:03 +0900 (Thu, 15 Jul 2004) | 4 lines
+Changed paths:
+   M /trunk/lib/pkgtools.rb
+
+Fix the regexp for uname(1) output to support DragonFly BSD.
+
+Submitted by:	Hiten Pandya <hmp at freebsd.org> (slightly modified)
+
+------------------------------------------------------------------------
+r1026 | knu | 2004-07-15 21:15:11 +0900 (Thu, 15 Jul 2004) | 4 lines
+Changed paths:
+   M /trunk/bin/pkg_deinstall.1
+
+Fix a punctuation typo.
+
+Submitted by:	Guido Falsi <mad at madpilot.net>
+
+------------------------------------------------------------------------
+r1025 | knu | 2004-07-13 01:29:33 +0900 (Tue, 13 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/lib/portsdb.rb
+
+Work around the bdb bug.
+
+------------------------------------------------------------------------
+r1024 | knu | 2004-07-07 04:58:15 +0900 (Wed, 07 Jul 2004) | 7 lines
+Changed paths:
+   M /trunk/bin/portupgrade
+
+Fix a bug with -P when there are more than one binary package file for
+a package to install or upgrade.
+
+PR:		ports/68598
+Submitted by:	Victor Prylipko <vic at liniya.ru>
+Bug traced by:	Andrew Bliznak <andrew at ort.lviv.net>
+
+------------------------------------------------------------------------
+r1023 | knu | 2004-07-02 13:24:28 +0900 (Fri, 02 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/lib/pkgtools.rb
+
+Make sure that hash is not nil before calling each().
+
+------------------------------------------------------------------------
+r1022 | knu | 2004-07-01 01:51:46 +0900 (Thu, 01 Jul 2004) | 5 lines
+Changed paths:
+   M /trunk/bin/portupgrade
+
+Make -PP/--use-packages-only work better, just as I originally
+intended.  Now packages are correctly identified using pkg_info(1),
+"LATEST_LINK" files are also detected.  Related informational messages
+have also been improved.
+
+------------------------------------------------------------------------
+r1021 | knu | 2004-07-01 01:40:54 +0900 (Thu, 01 Jul 2004) | 3 lines
+Changed paths:
+   M /trunk/bin/pkg_fetch
+
+Properly rename a "latest link" file with a full package name with
+version part.
+
+------------------------------------------------------------------------
+r1020 | knu | 2004-07-01 01:24:12 +0900 (Thu, 01 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/bin/pkg_fetch
+   M /trunk/lib/pkgtools.rb
+
+Move identify_pkg() to pkgtools.rb.
+
+------------------------------------------------------------------------
+r1019 | knu | 2004-07-01 01:23:35 +0900 (Thu, 01 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/lib/portinfo.rb
+
+Permit extra fields of INDEX.
+
+------------------------------------------------------------------------
+r1018 | knu | 2004-07-01 01:22:35 +0900 (Thu, 01 Jul 2004) | 2 lines
+Changed paths:
+   M /trunk/lib/portsdb.rb
+
+Fix latest_link().  The condition was reversed!
+
+------------------------------------------------------------------------
+r1017 | knu | 2004-06-14 22:03:23 +0900 (Mon, 14 Jun 2004) | 6 lines
+Changed paths:
+   M /trunk/lib/pkgtools.rb
+
+Improve and unify the method for pattern matching in MAKE_ARGS,
+BEFOREBUILD, BEFOREDEINSTALL and AFTERINSTALL variables.
+
+This should fix some cases where it looks like MAKE_ARGS entries are
+ignored.
+
+------------------------------------------------------------------------
+r1016 | knu | 2004-05-29 05:28:43 +0900 (Sat, 29 May 2004) | 2 lines
+Changed paths:
+   M /trunk/lib/pkgversion.rb
+
+Fix handling of padded zero's.
+
+------------------------------------------------------------------------
+r1015 | knu | 2004-05-27 15:00:51 +0900 (Thu, 27 May 2004) | 3 lines
+Changed paths:
+   M /trunk/bin/portupgrade
+
+Indicate some pieces of information on what is going on in the process
+title.
+
+------------------------------------------------------------------------
+r1014 | knu | 2004-05-27 14:59:32 +0900 (Thu, 27 May 2004) | 2 lines
+Changed paths:
+   M /trunk/lib/pkgtools.rb
+
+Add setproctitle().
+
+------------------------------------------------------------------------
+r1013 | knu | 2004-05-27 14:26:53 +0900 (Thu, 27 May 2004) | 2 lines
+Changed paths:
+   M /trunk/bin/portversion
+
+Make a generated script accept additional arguments for portupgrade(1).
+
+------------------------------------------------------------------------
+r1012 | knu | 2004-05-27 14:05:33 +0900 (Thu, 27 May 2004) | 2 lines
+Changed paths:
+   M /trunk/bin/portupgrade
+   M /trunk/bin/portversion
+
+Massive message improvement. (I hope..)
+
+------------------------------------------------------------------------
+r1011 | knu | 2004-05-27 13:08:35 +0900 (Thu, 27 May 2004) | 2 lines
+Changed paths:
+   M /trunk/lib/pkgtools.rb
+
+pkg_site_mirror(): Use pointyhat.FreeBSD.org instead of bento and beta.
+
+------------------------------------------------------------------------
+r1010 | knu | 2004-05-15 02:22:09 +0900 (Sat, 15 May 2004) | 2 lines
+Changed paths:
+   M /trunk/COPYING
+   M /trunk/bin/pkg_fetch
+   M /trunk/bin/pkg_glob
+   M /trunk/bin/pkg_sort
+   M /trunk/bin/pkgdb
+   M /trunk/bin/portcvsweb
+   M /trunk/bin/portsclean
+   M /trunk/bin/portsdb
+   M /trunk/bin/portupgrade
+   M /trunk/bin/portversion
+   M /trunk/lib/pkgtsort.rb
+
+Update Copyright years.
+
+------------------------------------------------------------------------
+r1009 | knu | 2004-03-25 06:46:49 +0900 (Thu, 25 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/lib/pkgtools.rb
+
+Fix a leftover Fixnum.
+
+------------------------------------------------------------------------
+r1008 | knu | 2004-03-25 06:28:45 +0900 (Thu, 25 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/lib/pkgversion.rb
+   M /trunk/tests/test_pkgversion.rb
+
+Ignore padded 0's.
+
+------------------------------------------------------------------------
+r1007 | knu | 2004-03-25 06:11:48 +0900 (Thu, 25 Mar 2004) | 7 lines
+Changed paths:
+   M /trunk/bin/pkg_fetch
+   M /trunk/bin/pkg_glob
+   M /trunk/bin/portupgrade
+   M /trunk/lib/pkgtools.rb
+
+- Replace the PkgResult constants with symbols.
+
+- Show a summary of how many packages were upgraded, ignored, skipped
+  and failed after listing results.
+
+  Requested by:	netchild
+
+------------------------------------------------------------------------
+r1006 | knu | 2004-03-25 05:11:08 +0900 (Thu, 25 Mar 2004) | 4 lines
+Changed paths:
+   M /trunk/lib/pkginfo.rb
+   M /trunk/lib/pkgversion.rb
+   M /trunk/tests/test_pkgversion.rb
+
+Ruby 1.8-ism.
+  - Object#type -> Object#class
+  - TypeError -> ArgumentError (partially)
+
+------------------------------------------------------------------------
+r1005 | knu | 2004-03-25 05:09:30 +0900 (Thu, 25 Mar 2004) | 2 lines
+Changed paths:
+   M /trunk/tests/test_pkgdb.rb
+
+Update libtool_pkgname.
+
+------------------------------------------------------------------------
+r1004 | knu | 2004-02-08 17:22:23 +0900 (Sun, 08 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/lib/pkgtools.rb
+
+Use stdout/stderr redirection rather than calling script(1) when stdin
+is not a tty.
+
+------------------------------------------------------------------------
+r1003 | knu | 2004-02-08 17:21:57 +0900 (Sun, 08 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/lib/pkgdb.rb
+
+make_describe_pass[12] were obsoleted.
+
+------------------------------------------------------------------------
+r1002 | knu | 2004-02-08 17:21:28 +0900 (Sun, 08 Feb 2004) | 3 lines
+Changed paths:
+   M /trunk/bin/Makefile
+   D /trunk/bin/make_describe_pass1
+   D /trunk/bin/make_describe_pass2
+   M /trunk/lib/portsdb.rb
+
+Use the canonical way to generate INDEX now that "make index" is fast
+enough and the alternative method now does not work properly.
+
+------------------------------------------------------------------------
+r1001 | knu | 2004-02-08 17:19:15 +0900 (Sun, 08 Feb 2004) | 2 lines
+Changed paths:
+   M /trunk/bin/portupgrade
+
+Properly pass logfile to uninstall_pkg().
+
+------------------------------------------------------------------------
+r1000 | knu | 2004-01-13 11:51:35 +0900 (Tue, 13 Jan 2004) | 2 lines
+Changed paths:
+   M /trunk/bin/make_describe_pass1
+   M /trunk/bin/make_describe_pass2
+
+Take EXTRACT_DEPENDS into account.
+
+------------------------------------------------------------------------
+r999 | knu | 2004-01-13 11:50:48 +0900 (Tue, 13 Jan 2004) | 4 lines
+Changed paths:
+   M /trunk/bin/pkgdb.1
+
+Fix typos and grammos.
+
+Submitted by:	Jens Schweikhardt <schweikh at schweikhardt.net>
+
+------------------------------------------------------------------------
+r998 | knu | 2003-10-25 19:41:18 +0900 (Sat, 25 Oct 2003) | 2 lines
+Changed paths:
+   M /trunk/misc/zsh/_pkgtools
+
+Fix another occurrence of "pacakge".
+
+------------------------------------------------------------------------
+r997 | knu | 2003-10-25 18:42:46 +0900 (Sat, 25 Oct 2003) | 5 lines
+Changed paths:
+   M /trunk/README
+   M /trunk/etc/pkgtools.conf.5
+
+More typo fixes.
+
+FreeBSD PR:	ports/57349
+Submitted by:	Oliver Eikemeier <eikemeier at fillmore-labs.com>
+
+------------------------------------------------------------------------
+r996 | knu | 2003-10-19 20:56:34 +0900 (Sun, 19 Oct 2003) | 2 lines
+Changed paths:
+   M /trunk/etc/pkgtools.conf
+   M /trunk/lib/pkgtools.rb
+
+Sleep for 3 seconds between stop and start in restart.
+
+------------------------------------------------------------------------
+r995 | knu | 2003-08-31 23:04:48 +0900 (Sun, 31 Aug 2003) | 4 lines
+Changed paths:
+   M /trunk/bin/pkg_glob.1
+   M /trunk/bin/pkgdb.1
+
+Fix typos: pacakges -> packages
+
+Submitted by:	Oliver Eikemeier <eikemeier at fillmore-labs.com>
+
+------------------------------------------------------------------------
+r994 | knu | 2003-07-23 21:23:05 +0900 (Wed, 23 Jul 2003) | 3 lines
+Changed paths:
+   M /trunk/bin/pkg_fetch
+   M /trunk/bin/pkg_glob
+   M /trunk/bin/pkgdb
+   M /trunk/bin/portsclean
+   M /trunk/bin/portupgrade
+   M /trunk/lib/pkgdb.rb
+   M /trunk/lib/pkginfo.rb
+   M /trunk/lib/portsdb.rb
+
+If pkg_* is found in $PREFIX/sbin, use them instead of ones in
+/usr/sbin.
+
+------------------------------------------------------------------------
+r993 | knu | 2003-07-22 14:25:24 +0900 (Tue, 22 Jul 2003) | 3 lines
+Changed paths:
+   M /trunk/lib/pkgtools.rb
+
+Fix -q by properly initializing necessary variables in
+init_pkgtools_global() instead of load_config().
+
+------------------------------------------------------------------------
+r992 | knu | 2003-07-22 14:15:35 +0900 (Tue, 22 Jul 2003) | 3 lines
+Changed paths:
+   M /trunk/lib/portsdb.rb
+
+As the MOVED file is getting bigger and bigger, do not cache the
+entries in memory but look it up every time needed.
+
+------------------------------------------------------------------------
+r991 | knu | 2003-07-20 06:39:31 +0900 (Sun, 20 Jul 2003) | 5 lines
+Changed paths:
+   M /trunk/etc/pkgtools.conf
+
+Show how to specify multipart arguments in one MAKE_ARG entry.
+
+FreeBSD PR:	ports/54631
+Submitted by:	Bruce M Simpson <bms at spc.org>
+
+------------------------------------------------------------------------
+r990 | knu | 2003-07-20 06:18:48 +0900 (Sun, 20 Jul 2003) | 3 lines
+Changed paths:
+   M /trunk/bin/pkg_fetch
+
+Some servers like bento transfer packages files uncompressed, so add a
+workaround for this.
+
+------------------------------------------------------------------------
+r989 | knu | 2003-04-27 06:22:47 +0900 (Sun, 27 Apr 2003) | 3 lines
+Changed paths:
+   M /trunk/bin/portsclean
+
+Ruby 1.8's open() {} fails in error if the stream is closed when the
+block ends.  I just hope that the zombie problem is already gone.
+
+------------------------------------------------------------------------
+r988 | knu | 2003-04-27 06:20:37 +0900 (Sun, 27 Apr 2003) | 2 lines
+Changed paths:
+   M /trunk/lib/pkgtools.rb
+
+The variable "line" should be defined outside the block.
+
+------------------------------------------------------------------------
+r987 | knu | 2003-04-27 06:19:44 +0900 (Sun, 27 Apr 2003) | 5 lines
+Changed paths:
+   M /trunk/bin/make_describe_pass1
+
+COMMENTFILE is deprecated.  Weird.  I thought I committed these
+changes long long ago.
+
+Submitted by:	Jean-Yves Lefort <jylefort at brutele.be>.
+
+------------------------------------------------------------------------
+r986 | knu | 2003-04-22 14:35:20 +0900 (Tue, 22 Apr 2003) | 2 lines
+Changed paths:
+   M /trunk/bin/make_describe_pass1
+   M /trunk/bin/pkgdb
+   M /trunk/bin/portupgrade
+   M /trunk/lib/pkgdb.rb
+   M /trunk/lib/pkgtools.rb
+
+Do not explicitly close streams when open(){} automatically does it.
+
+------------------------------------------------------------------------
+r985 | knu | 2003-04-22 14:05:59 +0900 (Tue, 22 Apr 2003) | 4 lines
+Changed paths:
+   M /trunk/bin/portsclean
+
+Fix a typo and unbreak portsclean -P.
+
+Submitted by:	Olivier Tharan <olive at oban.frmug.org>
+
+------------------------------------------------------------------------
+r984 | knu | 2003-04-20 07:11:18 +0900 (Sun, 20 Apr 2003) | 4 lines
+Changed paths:
+   M /trunk/bin/make_describe_pass2
+
+Fix the COMMENT support.
+
+Submitted by:	Frerich Raabe <frerich.raabe at gmx.de>
+
+------------------------------------------------------------------------
+r983 | knu | 2003-03-28 17:26:54 +0900 (Fri, 28 Mar 2003) | 2 lines
+Changed paths:
+   M /trunk/bin/pkg_fetch
+
+Fix a missing assignment.
+
+------------------------------------------------------------------------
+r982 | knu | 2003-03-23 17:17:27 +0900 (Sun, 23 Mar 2003) | 2 lines
+Changed paths:
+   M /trunk/etc/pkgtools.conf
+
+Fix a finger'o.
+
+------------------------------------------------------------------------
+r981 | knu | 2003-03-10 17:51:18 +0900 (Mon, 10 Mar 2003) | 2 lines
+Changed paths:
+   M /trunk/lib/pkgtools.rb
+
+Set OS_PKGBRANCH to "<n>-stable" for PRERELEASE, RC, ALPHA, BETA, etc.
+
+------------------------------------------------------------------------
+r980 | knu | 2003-03-10 02:20:51 +0900 (Mon, 10 Mar 2003) | 5 lines
+Changed paths:
+   M /trunk/etc/pkgtools.conf.5
+
+Rephrase a paragraph.
+
+PR:		ports/49042
+Submitted by:	Chris Pepper <pepper at rockefeller.edu>
+
+------------------------------------------------------------------------
+r979 | knu | 2003-03-09 16:09:20 +0900 (Sun, 09 Mar 2003) | 5 lines
+Changed paths:
+   M /trunk/etc/pkgtools.conf
+
+Apply grammar fixes.
+
+PR:		ports/49041
+Submitted by:	Chris Pepper <pepper at reppep.com>
+
+------------------------------------------------------------------------
+r978 | knu | 2003-03-08 15:55:50 +0900 (Sat, 08 Mar 2003) | 2 lines
+Changed paths:
+   M /trunk/bin/pkg_glob
+
+Fix BEFOREDEINSTALL facilities.
+
+------------------------------------------------------------------------
+r977 | knu | 2003-03-08 15:15:26 +0900 (Sat, 08 Mar 2003) | 2 lines
+Changed paths:
+   M /trunk/lib/pkgtools.rb
+
+Require "features/ruby18/enumerable", for any? is a ruby 1.8 feature.
+
+------------------------------------------------------------------------
+r976 | knu | 2003-03-06 14:56:03 +0900 (Thu, 06 Mar 2003) | 2 lines
+Changed paths:
+   M /trunk/bin/portupgrade
+
+Run AFTERINSTALL commands after restoring a failed upgrade.
+
+------------------------------------------------------------------------
+r975 | knu | 2003-03-05 12:24:03 +0900 (Wed, 05 Mar 2003) | 8 lines
+Changed paths:
+   M /trunk/etc/pkgtools.conf
+   M /trunk/lib/pkgtools.rb
+
+Introduce a BEFOREDEINSTALL knob.
+
+Deprecate rc_file() and rc_files(), and provide enabled_rc_scripts()
+and disabled_rc_scripts() instead.
+
+Provide cmd_start_rc(), cmd_stop_rc(), and cmd_enable_rc() in addition
+to cmd_restart_rc() and cmd_disable_rc().
+
+------------------------------------------------------------------------
+r974 | knu | 2003-03-05 12:21:53 +0900 (Wed, 05 Mar 2003) | 2 lines
+Changed paths:
+   M /trunk/bin/pkg_glob
+
+Introduce a BEFOREDEINSTALL knob.
+
+------------------------------------------------------------------------
+r973 | knu | 2003-03-03 03:02:52 +0900 (Mon, 03 Mar 2003) | 5 lines
+Changed paths:
+   M /trunk/etc/pkgtools.conf
+   M /trunk/lib/pkgtools.rb
+
+Add new utility functions: startup_files(), cmd_restart_rc() and
+cmd_disable_rc().  rc_file() is being obsoleted. (still available)
+
+Update examples.
+
+------------------------------------------------------------------------
+r972 | knu | 2003-03-03 03:00:52 +0900 (Mon, 03 Mar 2003) | 5 lines
+Changed paths:
+   M /trunk/bin/portupgrade
+
+-A/-B: Remove ;'s and spaces at the beginning of each command line to
+stop sh(1) from issuing a syntax error.
+
+-A/-B: Omit running null commands.
+
+------------------------------------------------------------------------
+r971 | knu | 2003-02-28 04:20:50 +0900 (Fri, 28 Feb 2003) | 4 lines
+Changed paths:
+   M /trunk/bin/pkgdb
+
+Add a missing comma and unbreak the cyclic dependency fixer.
+
+Submitted by:	ITO Tsuyoshi <tsuyoshi at is.s.u-tokyo.ac.jp>
+
+------------------------------------------------------------------------
+r970 | knu | 2003-02-26 14:45:07 +0900 (Wed, 26 Feb 2003) | 2 lines
+Changed paths:
+   M /trunk/lib/pkgdb.rb
+
+Always skip '.' and '..'.
+
+------------------------------------------------------------------------
+r969 | knu | 2003-02-26 14:44:47 +0900 (Wed, 26 Feb 2003) | 2 lines
+Changed paths:
+   M /trunk/etc/pkgtools.conf
+
+INDEX.local would be a better name for a locally generated INDEX.
+
+------------------------------------------------------------------------
+r968 | knu | 2003-02-18 11:33:59 +0900 (Tue, 18 Feb 2003) | 4 lines
+Changed paths:
+   M /trunk/bin/pkgdb
+
+PortsDB#glob() can return an empty array.
+
+Reported by:	"Daniel M. Zimmerman" <dmz at tffenterprises.com>
+
+------------------------------------------------------------------------
+r967 | knu | 2003-02-18 05:41:24 +0900 (Tue, 18 Feb 2003) | 2 lines
+Changed paths:
+   M /trunk/bin/portupgrade.1
+
+Update the WARNINGS section to match the reality.
+
+------------------------------------------------------------------------
+r966 | knu | 2003-02-18 05:00:57 +0900 (Tue, 18 Feb 2003) | 4 lines
+Changed paths:
+   M /trunk/bin/portupgrade
+
+Fix bogus next's.
+
+Reported by:	Larry Rosenman <ler at lerctr.org>
+
+------------------------------------------------------------------------
+r965 | knu | 2003-02-17 01:23:57 +0900 (Mon, 17 Feb 2003) | 2 lines
+Changed paths:
+   M /trunk/bin/portupgrade
+
+Make a forgotten replacement of variables.
+
+------------------------------------------------------------------------
+r964 | knu | 2003-02-17 00:11:32 +0900 (Mon, 17 Feb 2003) | 5 lines
+Changed paths:
+   M /trunk/bin/pkgdb
+
+Treat bsdpan-* packages specially; set their origins to those of p5-*
+where possible.
+
+Requested by:	nik
+
+------------------------------------------------------------------------
+r963 | knu | 2003-02-17 00:10:21 +0900 (Mon, 17 Feb 2003) | 3 lines
+Changed paths:
+   M /trunk/lib/pkgtools.rb
+
+Fix modify_origin(): Properly add a new origin line if no origin is
+recorded.
+
+------------------------------------------------------------------------
+r962 | knu | 2003-02-16 20:31:02 +0900 (Sun, 16 Feb 2003) | 3 lines
+Changed paths:
+   M /trunk/bin/portupgrade
+
+Improve the packages support: When installing a binary package,
+automatically detect and install ports/packages it depends on.
+
+------------------------------------------------------------------------
+r961 | knu | 2003-02-16 02:24:15 +0900 (Sun, 16 Feb 2003) | 4 lines
+Changed paths:
+   M /trunk/bin/make_describe_pass1
+
+Replace COMMENT with COMMENTFILE.
+
+Submitted by:	Jean-Yves Lefort <jylefort at brutele.be>
+
+------------------------------------------------------------------------
+r960 | knu | 2003-02-04 15:20:35 +0900 (Tue, 04 Feb 2003) | 2 lines
+Changed paths:
+   M /trunk/bin/portupgrade
+
+Update the usage: add -l and -L.
+
+------------------------------------------------------------------------
+r959 | knu | 2003-02-04 15:18:24 +0900 (Tue, 04 Feb 2003) | 2 lines
+Changed paths:
+   M /trunk/bin/portupgrade.1
+
+Catch up with the change of -L.
+
+------------------------------------------------------------------------
+r958 | knu | 2003-02-01 07:44:57 +0900 (Sat, 01 Feb 2003) | 2 lines
+Changed paths:
+   M /trunk/bin/pkg_fetch
+   M /trunk/bin/pkg_glob
+   M /trunk/bin/portupgrade
+   M /trunk/lib/pkgmisc.rb
+   M /trunk/lib/pkgtools.rb
+
+Introduce PkgResult and PkgResultSet classes.
+
+------------------------------------------------------------------------
+r957 | knu | 2003-01-30 12:01:21 +0900 (Thu, 30 Jan 2003) | 2 lines
+Changed paths:
+   M /trunk/lib/pkgtools.rb
+
+Chase the bento site hierarchy change.
+
+------------------------------------------------------------------------
+r956 | knu | 2003-01-27 03:37:36 +0900 (Mon, 27 Jan 2003) | 4 lines
+Changed paths:
+   M /trunk/etc/pkgtools.conf
+
+Update the description of MAKE_ARGS.
+
+Replace an obsolete example with a new one.
+
+------------------------------------------------------------------------
+r955 | knu | 2003-01-27 03:21:02 +0900 (Mon, 27 Jan 2003) | 2 lines
+Changed paths:
+   M /trunk/lib/pkgtools.rb
+
+Clean up config_commandtable().
+
+------------------------------------------------------------------------
+r954 | knu | 2003-01-26 21:32:18 +0900 (Sun, 26 Jan 2003) | 2 lines
+Changed paths:
+   M /trunk/etc/pkgtools.conf
+
+Update examples.
+
+------------------------------------------------------------------------
+r953 | knu | 2003-01-26 21:32:02 +0900 (Sun, 26 Jan 2003) | 2 lines
+Changed paths:
+   M /trunk/bin/portupgrade
+
+Utilize the optional second argument of config_make_args().
+
+------------------------------------------------------------------------
+r952 | knu | 2003-01-26 21:30:47 +0900 (Sun, 26 Jan 2003) | 5 lines
+Changed paths:
+   M /trunk/lib/pkgtools.rb
+
+- Use Set where convenient.
+
+- Make MAKE_ARGS more intelligent.  Now understands something like
+  'ruby18-*' => 'RUBY_VER=1.8'.
+
+------------------------------------------------------------------------
+r951 | knu | 2003-01-23 23:10:43 +0900 (Thu, 23 Jan 2003) | 2 lines
+Changed paths:
+   M /trunk/lib/pkgmisc.rb
+
+Enumerable#partition is not used any more.
+
+------------------------------------------------------------------------
+r950 | knu | 2003-01-20 07:03:12 +0900 (Mon, 20 Jan 2003) | 2 lines
+Changed paths:
+   A /trunk/lib/pkgsqldb.rb
+
+Prototype implementation of SQLite backed pkgdb.
+
+------------------------------------------------------------------------
+r949 | knu | 2003-01-20 02:27:17 +0900 (Mon, 20 Jan 2003) | 2 lines
+Changed paths:
+   M /trunk/bin/pkg_fetch
+
+Switch from ftools to fileutils.
+
+------------------------------------------------------------------------
+r948 | knu | 2003-01-15 16:36:12 +0900 (Wed, 15 Jan 2003) | 2 lines
+Changed paths:
+   M /trunk/lib/pkgdb.rb
+
+Fix a trivial and harmless typo.
+
+------------------------------------------------------------------------
+r947 | knu | 2003-01-15 16:35:39 +0900 (Wed, 15 Jan 2003) | 2 lines
+Changed paths:
+   M /trunk/lib/pkgmisc.rb
+
+Use ruby-shim's implementation.
+
+------------------------------------------------------------------------
+r946 | knu | 2002-12-31 05:06:49 +0900 (Tue, 31 Dec 2002) | 2 lines
+Changed paths:
+   M /trunk/bin/pkg_deinstall.1
+   M /trunk/bin/pkg_glob.1
+   M /trunk/bin/pkgdb.1
+   M /trunk/bin/portsclean.1
+   M /trunk/bin/portupgrade.1
+   M /trunk/bin/portversion.1
+
+Fix tag misuses.
+
+------------------------------------------------------------------------
+r945 | knu | 2002-12-31 02:29:06 +0900 (Tue, 31 Dec 2002) | 2 lines
+Changed paths:
+   M /trunk/etc/pkgtools.conf
+
+Fix a typo.
+
+------------------------------------------------------------------------
+r944 | knu | 2002-12-24 22:08:13 +0900 (Tue, 24 Dec 2002) | 3 lines
+Changed paths:
+   M /trunk/lib/pkgmisc.rb
+
+realpath(3) may return NULL, so delegate to File.expand_path() in such
+a case.
+
+------------------------------------------------------------------------
+r943 | knu | 2002-12-23 03:51:04 +0900 (Mon, 23 Dec 2002) | 3 lines
+Changed paths:
+   M /trunk/etc/pkgtools.conf
+
+Rename -L/--log-prefix to -L/--log-file and make it accept a printf(3)
+style format.
+
+------------------------------------------------------------------------
+r942 | knu | 2002-12-23 03:50:57 +0900 (Mon, 23 Dec 2002) | 12 lines
+Changed paths:
+   M /trunk/bin/portupgrade
+   M /trunk/bin/portupgrade.1
+
+Change the meaning of -D/--distclean.  When specified once, delete
+failed distfiles and retry if checksum fails.  When specified twice,
+do "make distclean" before each fetch or build.
+
+Make -F/--fetch-only call make checksum/checksum-recursive instead of
+make fetch/fetch-recursive.
+
+Rename -l/--log-results to -l/--results-file.
+

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***


More information about the svn-src-user mailing list