xbps/TODO
Juan RP 9673c4bd09 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
2011-06-04 13:37:53 +02:00

11 lines
528 B
Plaintext

- conflicts: the object is there but is not handled yet.
- properties: (hold) still unimplemented.
- properties: (update-first) still unimplemented.
- 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
(I have some preliminar code but need to clean it up, thanks to
NetBSD's netpgp).
- xbps-bin: add a flag (or use -f install) to force reinstallation of any
installed package preserving requiredby and modified files.