summaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg-devel/pkg-plist
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-11-06 16:24:10 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-11-06 16:24:10 +0000
commit101824f06823f3af8ef2b0b6a520fdf386700be6 (patch)
treee69aca00348760d6dceb536e9704a70e6de928b4 /ports-mgmt/pkg-devel/pkg-plist
parent - Cleanup the Makefile (diff)
Update to pkg 1.2.0 b1
Changes: - Bug fixes in zsh completion - Lots of bug fixes discovered by Coverity Scan - New debug level traces - Auto upgrade of pkg(8) now restart the upgrade process automatically - Dependencies on library is now automatic via pkg register and pkg create - YAML is replaced by UCL format: Both formats are really simular. pkg(8) will falls back on parsing YAML when the UCL parser fail. And will emit a warning to the user showing a syntax that is compatible with both YAML and UCL. More informations on UCL: https://github.com/vstakhov/libucl - Do not generate catalogs in pkg 1.0 format anymore. - Working ssh protocol supported for repositories - New PKG_SSH_ARGS to allow passing custom arguments to ssh command used for the ssh:// protocol - Allow using '?' operator in pkg query expressions - New git like aliases to allow creating custom commands - REPO_DIR is now a list instead of a simple string - packagesite in pkg.conf is deprecated in favour using dedicated repository configuration files - New 'fingerprint' kind of signature: if a repository is declared using the fingerprint type of signature, a fingerprint directory should also be provided. Inside that fingerprint directory should be 2 directories: trusted and revoked. Those directories will contains files (in yaml/ucl format) containing the fingerprint of the trusted certificated and the revoked ones: --- begins -- function: sha256 fingerprint: an_hex_representation_of_the_fingerprint --- ends --- All unknown attribute will be silently ignored to allow extending in the future. It also support multiple signatures inside the catalog. the catalog should provide the signature in the following form: name.sig name.cert - pkg add is now able to read the packages from a pipe or a non-regular file '-' is an alias for stdin, this also works from pipes, fifos, unix domain sockets etc. - Support for pkg+foo url scheme where foo can be (http, https, ftp). - pkg info now default on glob matching - Print a pkg name only once - even if multiple vulns were found - when using -q - Accept empty/comment only configuration files - vuxml is now the default source for pkg audir - expat is now bundled (for vuxml) - pkg info -q is now equivalent of pkg info -qa - in case pkg info is querying a file or is a single direct match query then default on -f - pkg repo can now take new arguments: pkg repo [path] [rsa_key|'signing_command: <command>'] This allow calling external command to perform the signing and pass the checksum to be signed in the command stdin. - options can now have a description - new pkg config subcommand to allow direct query of options - ABI is now checked again using globs: a 'noarch' package should just specify: ARCH: 'freebsd:*' a package working on both i386 and amd64: ARCH: 'freebsd:9:x86:*' - Broken incremental pkg repo support was removed. - Lots of spelling/grammar fixes - Properly support srv priority/weigh when ordering mirrors - Use port specified in the SRV entries to connect to a given mirror - New pkg bootstrap subcommand that is the counter part of the pkg(7) bootstrap subcommand - Allow ARCH to be printed by pkg info - Allow to hook plugins, before closing the local db if it was opened in RW mode - Improved build system
Notes
Notes: svn path=/head/; revision=333010
Diffstat (limited to 'ports-mgmt/pkg-devel/pkg-plist')
-rw-r--r--ports-mgmt/pkg-devel/pkg-plist55
1 files changed, 45 insertions, 10 deletions
diff --git a/ports-mgmt/pkg-devel/pkg-plist b/ports-mgmt/pkg-devel/pkg-plist
index b1260d5b5c3e..086a647a91a0 100644
--- a/ports-mgmt/pkg-devel/pkg-plist
+++ b/ports-mgmt/pkg-devel/pkg-plist
@@ -1,19 +1,54 @@
-etc/pkg.conf.sample
-sbin/pkg
-sbin/pkg-static
-sbin/pkg2ng
-include/pkg.h
-lib/libpkg.so.1
-lib/libpkg.so
-lib/libpkg.a
-etc/periodic/daily/400.status-pkg
+etc/bash_completion.d/_pkg.bash
etc/periodic/daily/411.pkg-backup
etc/periodic/daily/490.status-pkg-changes
etc/periodic/security/410.pkg-audit
etc/periodic/security/460.pkg-checksum
+etc/periodic/weekly/400.status-pkg
+etc/pkg.conf.sample
+include/pkg.h
+lib/libpkg.a
+lib/libpkg.so
+lib/libpkg.so.1
libdata/pkgconfig/pkg.pc
+man/man3/pkg_printf.3.gz
+man/man5/pkg-repository.5.gz
+man/man5/pkg.conf.5.gz
+man/man8/pkg-add.8.gz
+man/man8/pkg-annotate.8.gz
+man/man8/pkg-audit.8.gz
+man/man8/pkg-autoremove.8.gz
+man/man8/pkg-backup.8.gz
+man/man8/pkg-check.8.gz
+man/man8/pkg-clean.8.gz
+man/man8/pkg-convert.8.gz
+man/man8/pkg-create.8.gz
+man/man8/pkg-delete.8.gz
+man/man8/pkg-fetch.8.gz
+man/man8/pkg-info.8.gz
+man/man8/pkg-install.8.gz
+man/man8/pkg-lock.8.gz
+man/man8/pkg-query.8.gz
+man/man8/pkg-register.8.gz
+man/man8/pkg-remove.8.gz
+man/man8/pkg-repo.8.gz
+man/man8/pkg-rquery.8.gz
+man/man8/pkg-search.8.gz
+man/man8/pkg-set.8.gz
+man/man8/pkg-shell.8.gz
+man/man8/pkg-shlib.8.gz
+man/man8/pkg-static.8.gz
+man/man8/pkg-stats.8.gz
+man/man8/pkg-unlock.8.gz
+man/man8/pkg-update.8.gz
+man/man8/pkg-updating.8.gz
+man/man8/pkg-upgrade.8.gz
+man/man8/pkg-version.8.gz
+man/man8/pkg-which.8.gz
+man/man8/pkg.8.gz
+sbin/pkg
+sbin/pkg-static
+sbin/pkg2ng
share/zsh/site-functions/_pkg
-etc/bash_completion.d/_pkg.bash
@dirrmtry etc/bash_completion.d
@dirrmtry etc/periodic/daily
@dirrmtry etc/periodic/security