Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.b9_1 30 Mar 2012 10:31:55
 |
bapt  |
- Fix pkg check -ra
Reported by: gelraen (irc://freenode/#pkgng)
Feature safe: yes |
1.0.b9 30 Mar 2012 07:34:00
 |
bapt  |
- update to 1.0-beta9
- changes:
* query -f has been replaced by query -F when querying a package (file) for
consistency with pkg info
* fix autoremove recursion
* pkg set -o oldorigin:neworigin allow the user to modify the origin of a
packages (useful for MOVED)
* several fixes on powerpc
* pkg query evaluation expression now accept !=
* pkg2ng is now able to migrate a local database without needed the ports tree
* speed up pkg check by only loading the informations needed for the operation
it will do
* code cleanup in the library
* fix uname/gname lookup when creating packages
* new periodic script for pkg audit
* new keyword shlib, pkgng is able to load information about the needed shlibs
for a package (disable by default)
* pkg info act as pkg info -a by default
* new install timestamp in the package database, available using pkg query
"%t" (Only the first 15 lines of the commit message are shown above ) |
1.0.b8 02 Mar 2012 23:08:42
 |
bapt  |
- update to 1.0-beta8
- changes:
* pkg info -R now show a full yaml (script, options, users and groups were
missing in previous versions)
* new pkg query -e <evalutaion> <query-format> to be able to query packages
base on boolean expression matching content of the package
* pkg check now works like other subcommand: -a for all, -gxX for (glob, regex,
eregex)
* pkg check is now able to check the file checksum and print what has been
modified since package installation (-s option)
* pkg check is now able to recompute the flatsize (-r) this can fix the
flatsize of packages installed with version prior to beta7
* new pkg set currently can only be used to manually mark package as
automatically installed or not |
1.0.b7 22 Feb 2012 17:51:26
 |
bapt  |
- update to 1.0-beta7
- changes:
* move commands man pages from section 1 to 8
* pkg check can now be run as a user (will print the missing dependencies if
any)
* better handling of database creation error
* new option -f to install subcommand to force reinstallation of a package
* new option -f to upgrade subcommand to force reinstallation of the whole set
of packages
* pkg audit can now take a package: name-version in argument |
1.0.b6 15 Feb 2012 22:45:00
 |
bapt  |
Add forgotten pkg-updating(1) to plist
Submitted by: George Liaskos <geo.liaskos@gmail.com> |
1.0.b6 15 Feb 2012 20:37:06
 |
bapt  |
liblzma in base is needed so only version >= 800505 are supported
Submitted by: thompsa |
1.0.b6 15 Feb 2012 17:52:23
 |
bapt  |
- update to 1.0-beta6
- changes:
* pkg register: now run inside a transaction, this speeds up things a lot
(thank you avg)
* pkg version: -v now print name-version to match behaviour of legacy
pkg_version
* pkg register: fix flatsize calculation
* new pkg-updating(1) man page (thanks beat) |
1.0.b5_1 12 Feb 2012 10:52:26
 |
bapt  |
pkg should never register itself as automatic
Tested by: rene |
1.0.b5 12 Feb 2012 09:10:01
 |
bapt  |
- update to beta5
- changes:
* move all the private headers into a private subdirectory to prevent the
temptation of using them in the frontend
* fix a miss behaviour in pkg query printing things it shouldn't in case of
mistakes |
1.0.b4 11 Feb 2012 20:03:47
 |
bapt  |
- update to beta4
- changes:
* do not assert in case of unfinished buffer but finish it instead
* more userfriendly error message for pkg audit
* print not found patterns for pkg info and pkg query |
1.0.b3 10 Feb 2012 23:36:55
 |
bapt  |
- update to beta3
- changes:
* fix pkg add (it is been broken during beta2 sorry about that)
* fix manifest emitter: now really emit the pkg-message in message no more
description
* add %M to pkg query to show messages
* concat all pkg-messages and show it once at the end of operations
* print messages about missing dependency during pkg add |
1.0.b2 10 Feb 2012 15:55:56
 |
bapt  |
- update to 1.0-beta2
- add a message to warn user that they need to migrate using pkg2ng
- add a mirror to download
- changes:
* update bundled sqlite to 3.7.10
* add -n to pkg create to avoid packing already packed packages
* Fix rc script handling
* safer sbuf usage (this fix ia64 support)
* report a list of failing packages if any with pkg add
* allow "<category>/<port>" pattern in pkg search
* add support for syslog (through a pkg.conf option)
* the portmaster patch in the git is now up to date with 3.11 and feature
complete (thanks avilla)
* add -R to pkg info to print out the raw manifest of a given package
* fix pkg query "%a"
* more robust to errors when creating packages |
1.0.b1 30 Jan 2012 12:39:14
 |
bapt  |
Please welcome pkgng beta1.
if you want to use it please define WITH_PKGNG=yes in your /etc/make.conf
For more information read the announcement on the mailing list
With hat: portmgr
Non-Regression test: linimon |