pkgutils repository
Go to file
just_fun 35b56a38e0 pkgmk: fix the up-to-date option (avoid unnecesarry rebuilds)
build_needed() function returns true/yes if a source is missing,
even when the target/package exists and is up-to-date. This
behaviour triggers unnecesarry rebuilds.

Because only the remote sources can be missing and
we don't want to rebuild a port just because we've deleted
some of its remote sources, this patch changes that condition
from:
    ( the source is missing OR  is newer than the target/package )
to
    ( the source exists     AND is newer than the target/package )
2017-09-20 17:49:07 +02:00
.gitignore Bug #287: Added a manpage for pkgmk.conf. 2008-06-22 11:53:58 +02:00
COPYING Initial import 2005-11-11 23:40:48 +01:00
main.cc pkgadd: fix deprecated warning, patch by tnut 2017-02-28 13:32:16 +01:00
Makefile bump version to 5.40.4 2017-09-19 23:50:10 +02:00
pkgadd.8.in updated copyright to 2017 2017-02-07 21:01:46 +01:00
pkgadd.cc added sepen's patch for pkgadd config-file 2017-09-19 23:45:19 +02:00
pkgadd.conf pkgadd.conf: allow update of /etc/ssl/cert.pem provided by core/ca-certificates 2014-03-23 19:13:04 +01:00
pkgadd.h added sepen's patch for pkgadd config-file 2017-09-19 23:45:19 +02:00
pkginfo.8.in updated copyright to 2017 2017-02-07 21:01:46 +01:00
pkginfo.cc updated copyright to 2017 2017-02-07 21:01:46 +01:00
pkginfo.h updated copyright to 2017 2017-02-07 21:01:46 +01:00
pkgmk.8.in signify related updates to pkgmk.8.in 2017-02-07 21:01:52 +01:00
pkgmk.conf pkgmk.conf: include PKGMK_IGNORE_MD5SUM and PKGMK_IGNORE_SIGNATURE variables 2017-02-08 22:14:03 +01:00
pkgmk.conf.5.in updated copyright to 2017 2017-02-07 21:01:46 +01:00
pkgmk.in pkgmk: fix the up-to-date option (avoid unnecesarry rebuilds) 2017-09-20 17:49:07 +02:00
pkgrm.8.in updated copyright to 2017 2017-02-07 21:01:46 +01:00
pkgrm.cc updated copyright to 2017 2017-02-07 21:01:46 +01:00
pkgrm.h updated copyright to 2017 2017-02-07 21:01:46 +01:00
pkgutil.cc pkgadd: avoid fake installations if unpacking fails 2017-09-19 23:44:01 +02:00
pkgutil.h pkgadd: avoid fake installations if unpacking fails 2017-09-19 23:44:01 +02:00
README updated copyright to 2017 2017-02-07 21:01:46 +01:00
rejmerge.8.in updated copyright to 2017 2017-02-07 21:01:46 +01:00
rejmerge.conf Initial import 2005-11-11 23:40:48 +01:00
rejmerge.in updated copyright to 2017 2017-02-07 21:01:46 +01:00

              pkgutils - Package Management Utilities

               http://www.fukt.bth.se/~per/pkgutils/


Description
-----------
pkgutils is a set of utilities (pkgadd, pkgrm, pkginfo, pkgmk and rejmerge),
which are used for managing software packages in Linux. It is developed for
and used by the CRUX distribution (http://crux.nu).


Building and installing
-----------------------
$ make
$ make install
or
$ make DESTDIR=/some/other/path install


Copyright
---------
pkgutils is Copyright (c) 2000-2005 Per Liden and
Copyright (c) 2006-2017 CRUX team (http://crux.nu).

pkgutils is licensed through the GNU General Public License.
Read the COPYING file for the complete license.