prt-get: 0.5.12pre1
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1143 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
This commit is contained in:
parent
5c03d74720
commit
ec36dcd199
@ -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'
|
||||
|
2
TODO
2
TODO
@ -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)
|
||||
|
@ -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
|
||||
|
@ -89,8 +89,6 @@ public:
|
||||
|
||||
void dumpConfig();
|
||||
|
||||
bool greaterThan( const string& v1, const string& v2 );
|
||||
|
||||
int returnValue() const;
|
||||
|
||||
SignalHandler::HandlerResult handleSignal( int signal );
|
||||
@ -143,6 +141,7 @@ protected:
|
||||
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);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user