Age | Commit message (Collapse) | Author |
|
pkg_* bits;
ok espie@
|
|
|
|
* move the signature code to a packing-list method, prepend the pkgname.
* depend on distant listings, cache these systematically.
* cut the PKG_PATH at :/ systematically, much simpler than parsing URLs.
People should get used to trailing /s.
* let pkg_add -u actually run the update.
* check for signature in more places, for instance, let pkg_add installed_stuff
be a void operation.
* grab enough stuff during updates to check signatures, so that pkg_add -u
can report updates that are not needed right away, instead of waiting
for the more confusing `trying to update'
* beginning of @module support.
* @pkgpath support, including updates.
* systematically expand stems when applicable.
* use visitors systematically in pkg_info.
* pkg_info -S reports signature.
* remove hardcoding of categories in PackingList, so that future modules
will be able to expand them.
* add @updateset and @incompatibility keywords.
|
|
okay pvalchev@, naddy@, marco@, deraadt@
(keep -f around for the transition, will scrap it soon)
|
|
some dependency got badly adjusted.
|
|
pkg_delete since it now works for both.
|
|
|
|
ok espie@
|
|
ok espie@
|
|
document the new stuff, partial reorder of options.
|
|
Common option for not running scripts: -I for both pkg_add and pkg_delete.
|
|
kill -C and -P options which are definitely no longer used as well.
Reorder special files so that REQUIRE is at front (and it's executed first
anyways).
|
|
the side effect of fixing some ugly indentation (or the lack thereof).
|
|
new method in Logger, annotate, so that the pkg_delete log script can
set
PKG_DESTDIR= conditionally, and use ${PKG_DESTDIR} later on in filenames.
|
|
`looks sane' henning@
|
|
|
|
comments and okay jmc@
|
|
|
|
|
|
ok pval
|