./wip/pkgin, Apt / yum like tool for managing pkgsrc binary packages

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 20120429, Package name: pkgin-20120429, Maintainer: imil

pkgin is aimed at being an apt / yum like tool for managing
pkgsrc binary packages. It relies on pkg_summary(5) for
installation, removal and upgrade of packages and associated
dependencies, using a remote repository.


Required to run:
[pkgtools/pkg_install]

Master sites:

SHA1: dfee298a9c33357f9b5548a37e67b335a74ca5d5
RMD160: b9c0227c3800b3a89d78e4232b09c042c0a52f34
Filesize: 1426.747 KB

Version history: (Expand)


CVS history: (Expand)


   2012-04-29 13:53:31 by iMil | Files touched by this commit (2)
Log message:
20120429
        When a package is marked as TOREMOVE and TOUPGRADE because of a
        dependency breakage during upgrade, just follow the usual upgrade
        process.

20120427
        Handled "no value field" for buggy packages.

20120419
        Hopefuly fixed the "dirty repository" bug thanks to bapt
   2012-04-18 18:44:27 by iMil | Files touched by this commit (2)
Log message:
20120416
        Added show-{pkg-,}category as requested by Julian Fagir
        Introduced preferred.conf, in order not to break preferred versions
        when upgrading
	Reverted Nils patch
   2012-04-16 13:11:06 by iMil | Files touched by this commit (2)
Log message:
20120416
        Fixed possible upgrades failures when remote repo is not clean
        Added pkg-build-defs as requested by gls@

20120415
        Added pkg-content and pkg-descr
        Introduced pkg_infos.c to fetch remote informations
        Removed -D_FILE_OFFSET_BITS=64 from Makefile and added it in fsops.c
   2012-04-15 14:03:48 by iMil | Files touched by this commit (2)
Log message:
20120415
        Removed -D_FILE_OFFSET_BITS=64 from Makefile and added it in fsops.c

20120414
        Fire up pkgin 0.6.0
        case: cleanup in summary.c (stacktic)
        Packages list queries ordered differently for display and internals
   2012-04-09 09:48:41 by iMil | Files touched by this commit (2)
Log message:
20120409
        pkgin 0.5.2.3
        Fixed "upgrade too many packages" bug (thanks stacktic)
   2011-10-29 17:37:24 by iMil | Files touched by this commit (2)
Log message:
20111029
	Sync'ed with pkgsrc-current (0.5.2.1)
   2011-10-16 00:53:50 by iMil | Files touched by this commit (2)
Log message:
20111016
	Don't download packages when repository is a file:// scheme
	Reduce verbosity when marking non-autoremovable packages
   2011-10-10 22:42:53 by iMil | Files touched by this commit (2)
Log message:
20111010
	Keep going if unmet requirements are encountered and warn about
	it before proceeding