XBPS major changes in June 2011.

- A configuration file "xbps-conf.plist" replaces the (un)register target
  in xbps-repo(8) and (un)set-prop in xbps-bin(8). For now, you can set
  the repositories and prefered virtual packages.

- New package pattern matching code from NetBSD. Supports more ways of
  matching patterns in packages.

- Multiple bugs fixed in virtual packages related matching code.

--HG--
rename : LICENSE => COPYING
This commit is contained in:
Juan RP
2011-06-04 13:37:53 +02:00
parent 2d6140f65b
commit 9673c4bd09
59 changed files with 1183 additions and 1416 deletions

2
TODO
View File

@@ -1,8 +1,6 @@
- conflicts: the object is there but is not handled yet.
- properties: (hold) still unimplemented.
- properties: (update-first) still unimplemented.
- A configuration file? I think we can survive without it...
- xbps-repo: a way to change the order of registered repos (push/pop enough?)
- xbps-bin: a target to clean outdated binpkgs in cachedir
(like apt-get autoclean).
- xbps-repo: support to verify PGP signed pkg-index.plist repo files