pkgin-0.5.1
. Don't download packages when repository is a file:// scheme . Reduce verbosity when marking non-autoremovable packages . Keep going if unmet requirements are encountered and warn about it before proceeding . Always move pkg_install on top of the "to-upgrade" list . pkgin now depends on pkgsrc's pkg_install . Log timestamp . Better handling of pkg_install error logs . rec_pkglist() now takes a va_list . Added "requires" and "provides" to have a closer look on packages requirements . Globs can now be passed as an argument for package installation, i.e. # pkgin in 'mysql-server<5.1' . Export / import a list of packages as requested by wiz@ . Operations tracing flag (-t) . Database silent migration . More flexible check_yesno() . Made pkgin in / rm yes by default . One struct to rule them all (Pkglist) . Got rid of many useless lists (speed x10, literally) . Introduced FULLPKGNAME as db member, speed ups searches . unique_pkg(): no more "many versions of foo", pickup newer
This commit is contained in:
parent
30eeb20249
commit
be0159faee
2 changed files with 8 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.16 2011/08/13 11:23:36 imil Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2011/10/16 09:26:36 imil Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pkgin-0.4.3
|
||||
DISTNAME= pkgin-0.5.1
|
||||
CATEGORIES= pkgtools
|
||||
MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/imil/
|
||||
|
||||
|
@ -33,6 +33,8 @@ SUBST_SED.path+= -e "s|/usr/pkg|${PREFIX}|g"
|
|||
GNU_CONFIGURE= yes
|
||||
USE_FEATURES= nbcompat
|
||||
|
||||
DEPENDS+= pkg_install>=20110215:../../pkgtools/pkg_install
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
# those have official repositories
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.13 2011/08/13 11:23:36 imil Exp $
|
||||
$NetBSD: distinfo,v 1.14 2011/10/16 09:26:36 imil Exp $
|
||||
|
||||
SHA1 (pkgin-0.4.3.tar.gz) = 48e36210e7c10acd78f3e5042aa869922bc0557f
|
||||
RMD160 (pkgin-0.4.3.tar.gz) = 8db8dbacda436ead911ef2568714bca7ffe25438
|
||||
Size (pkgin-0.4.3.tar.gz) = 1400551 bytes
|
||||
SHA1 (pkgin-0.5.1.tar.gz) = 0464cc57a9ca36709f93c0c8d8bf283d8f65556f
|
||||
RMD160 (pkgin-0.5.1.tar.gz) = 825ff2c109f5219dfa32e7980102ef2115326e6d
|
||||
Size (pkgin-0.5.1.tar.gz) = 1458205 bytes
|
||||
|
|
Loading…
Reference in a new issue