r1143 - in tools/prt-get/trunk: . src
Author: jw Date: 2006-04-04 22:25:18 +0200 (Tue, 04 Apr 2006) New Revision: 1143 Modified: tools/prt-get/trunk/ChangeLog tools/prt-get/trunk/TODO tools/prt-get/trunk/configure.in tools/prt-get/trunk/src/prtget.h Log: prt-get: 0.5.12pre1 Modified: tools/prt-get/trunk/ChangeLog =================================================================== --- tools/prt-get/trunk/ChangeLog 2006-04-04 20:12:42 UTC (rev 1142) +++ tools/prt-get/trunk/ChangeLog 2006-04-04 20:25:18 UTC (rev 1143) @@ -8,6 +8,7 @@ - print update summary right before running the addcommand - print full add command and PACKAGE_DIR info when using install/update -v - Make 'cat' and 'readme' use $PAGER if set +- update default prt-get.conf to reflect new port hierarchy (core/opt/contrib) * 0.5.11 29.05.2005 Johannes Winkelmann - add --path to 'ls' Modified: tools/prt-get/trunk/TODO =================================================================== --- tools/prt-get/trunk/TODO 2006-04-04 20:12:42 UTC (rev 1142) +++ tools/prt-get/trunk/TODO 2006-04-04 20:25:18 UTC (rev 1143) @@ -1,7 +1,5 @@ - use `eval $(fgrep -h 'PKGMK_PACKAGE_DIR=' $(which pkgmk) /etc/pkgmk.conf) && echo $PKGMK_PACKAGE_DIR` to determine PACKAGE_DIR -- store former information version first, and print before pkgadd: - "updating X from /usr/ports/Y: n -> n+m" - add update-footprint, update-md5sum commands (patch in trac) - allow dependency injection for sysup, with previews - prefer toolchain (patch in trac) Modified: tools/prt-get/trunk/configure.in =================================================================== --- tools/prt-get/trunk/configure.in 2006-04-04 20:12:42 UTC (rev 1142) +++ tools/prt-get/trunk/configure.in 2006-04-04 20:25:18 UTC (rev 1143) @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_INIT AC_CONFIG_SRCDIR([src/prtget.cpp]) -AM_INIT_AUTOMAKE(prt-get,0.5.12pre) +AM_INIT_AUTOMAKE(prt-get,0.5.12pre1) dnl Determine default prefix Modified: tools/prt-get/trunk/src/prtget.h =================================================================== --- tools/prt-get/trunk/src/prtget.h 2006-04-04 20:12:42 UTC (rev 1142) +++ tools/prt-get/trunk/src/prtget.h 2006-04-04 20:25:18 UTC (rev 1143) @@ -89,8 +89,6 @@ void dumpConfig(); - bool greaterThan( const string& v1, const string& v2 ); - int returnValue() const; SignalHandler::HandlerResult handleSignal( int signal ); @@ -143,6 +141,7 @@ void assertExactArgCount(int count); void argCountFailure(int count, const string& specifier); + bool greaterThan( const string& v1, const string& v2 ); static bool printFile(const string& file); };
participants (1)
-
crux@crux.nu