summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2012-03-04Restore previous version, accidentally committed with pcre PKGREVISIONwiz1-1/+11
bump. It would be nice to have a solution for catinstall being unset on -current so I don't need these patches.
2012-03-03More pcre PKGREVISION bumps.wiz1-11/+1
2012-02-22Revert unintended commits.wiz1-1/+11
2012-02-22Mention putty-devel successor.wiz1-11/+1
2010-03-19Add man pages for audit-packages and download-vulnerability-list whichwiz1-1/+5
point to pkg_admin and notes that the scripts are obsolete. Bump version to 20100319.
2009-02-02Merge pkg_install-20090201 from pkg_install-renovation branch.joerg1-14/+3
- DB support is always included from libnbcompat if needed - pkg_view and linkfarm are not installed any more; they are not moved into the attic yet, so they can easily be installed as separte package - common configuration file to customise the behavior of various components; this supersedes the old audit-packages.conf - support for PKSC7 signatures (using X509 certs) and GPG signatures for packages in a secure way. See pkg_admin(8) for how to create them and pkg_install.conf(5) for the options to use them - audit-packages and download-vulnerability-list are wrapper scripts around pkg_admin. They try to mimic the classic options if used sanely. "pkg_admin audit" is now an order of magnitude faster than before - pkg_add uses libarchive and libfetch instead of external ftp and tar: - progress bar is currently missing for downloads - "pkg_add -" is no longer supported - no adhoc check for conficts between dependencies and already installed packages - "pkg_add -s" has been replaced with an option in pkg_install.conf, verification of plain detached GPG signatures is no longer supported - optional check for vulnerabilities before adding a package - if /var and /usr/pkg are on different fileystems it is twice as fast now - conflicts due to overlapping plists are checked before installation - pkg_add no longer plays with the process limits - pkg_add and pkg_delete have a new destdir option; scripts have to either be modified to use PKG_DESTDIR or should be disabled - pkg_add -u for now can't be used to update to the exact same version - internal "rm -rf" and "mkdir_p" code - all memory allocation failures are not explicitly fatal - if a file is not removed due to a failed checksum, still remove the entry from pkgdb
2007-07-16Change download-vulnerability-list.sh to use exec_prefix in thejoerg1-1/+3
sense of pkg_tools_prefix and prefix in the sense of LOCALBASE. This allows individual overriding for NetBSD. Add the forgotten part to allow DESTDIR builds and the pkgsrc.7 man page.
2007-07-14Update to pkg_install-20070714adrianp1-1/+10
Merge of audit-packages with various improvements: * Version 20070714 Initial release of re-write in C Add support for notfication of eol packages (-e) Multiple levels of verbosity (e.g. -v -v) Specify a custom config file to use (-c) Query running config values (-Q) Default to download .gz compress pkg-vulnerabilities file Support for .bz2 compress pkg-vulnerabilities file Verify signature on downloaded files (-s) Thanks to tron@, jschauma@, agc@, joerg@ and pkgsrc-security@ for feedback and testing.
2006-04-24Sync with src, version 20060424:dillo1-1/+3
Add support for creating summary file containing all information about a package repository needed by package managing software. This allows better use of remote binary package repositories. Discussed on tech-pkg.
2006-01-06Fixed pkglint warnings about incorrect quoting and unsorted PLIST.rillig1-8/+8
2005-11-06Remove @exec from PLIST and put the action into an INSTALL script instead.jlam1-16/+15
Also, simplify the package by making use of the PKGMANDIR-handling in pkgsrc to remove the custom MANDIR code from the package Makefile and the PLIST. Technically, this type of a change would require a PKGREVISION bump, but as this is the pkg_* tools package and there were no changes to the binaries, we refrain from doing so.
2003-10-11ensure pkg_admin is called with the full path and use the rightgrant1-16/+16
directory for man pages in the PLIST. fixes remaining part of PR pkg/21858 from Jeremy C. Reed.
2003-09-01Update pkg_install to 20030823, which has the changes to supportjlam1-1/+7
package views. Pkgsrc changes include: * Convert to use pkgtools/libnbcompat so that it's easier to keep this in sync with src/usr.sbin/pkg_install. * Add a src2nbcompat script that converts src/usr.sbin/pkg_install into an appropriate start for pkgtools/pkg_install. The script removes the Makefiles, adds CPP inclusion guards around each #include <...> line, and includes <nbcompat.h> at the top of each *.c file. This should make it even easier to keep sources in sync with the HEAD.
2003-07-31also install man page source, no version bump as this is not yet ingrant1-6/+6
sync with -current, and no functionality change.
2003-01-12Comment out (non-cat) man pages, currently not installed.wiz1-6/+6
2001-10-31Move pkg/ files into package's toplevel directoryzuntum1-0/+17