TODO: add new items.

--HG--
extra : convert_revision : 636dec5341d934ef18f0686a84d08e7e8a230a14
This commit is contained in:
Juan RP 2008-12-28 11:38:40 +01:00
parent 43543bbaa1
commit a1425f164d

View file

@ -1,11 +1,13 @@
xbps-src.sh: xbps-src:
* Personalized scripts per template to unpack distfiles. * Personalized scripts per template to unpack distfiles.
* Multiple URLs to download source distribution files, aliases, etc. * Multiple URLs to download source distribution files, aliases, etc.
Something like ${sourceforge} to pick up any specified mirror on the list. Something like ${sourceforge} to pick up any specified mirror on the list.
* More robust and fast dependency checking. * More robust and fast dependency checking.
* $version needs to have a dot to be found by xbps.sh. * $version needs to have a dot to be found by xbps.sh.
Some packages do not have a dot on its version, like udev-130. Some packages do not have a dot on its version, like udev-130.
* xbps-cmpver fails in some cases: foo-2.0 vs foo-1.99 and foo-2a vs foo-2b.
xbps-cmpver:
* It fails in some cases: foo-2.0 vs foo-1.99 and foo-2a vs foo-2b.
Packages: Packages:
* fix mpfr hardcoded rpath for gmp. * fix mpfr hardcoded rpath for gmp.
@ -14,3 +16,9 @@ Packages:
xbps-bin: xbps-bin:
* Add support to handle conf_files and keep_dirs from package metadata. * Add support to handle conf_files and keep_dirs from package metadata.
* Add support to remove packages, heh!
* Add support to detect orphaned packages.
* Add support to check sha512 hashes of all installed files, as well as
hashes for binary packages before installation happens.
* Add support to use the search target with no repositories.
* Add support to use the show target with no repositories.