void-packages/doc/TODO
Juan RP 6c252d43d4 Split installation/removal parts in prepost-action scripts.
There are two scripts that can be used now:
	- prepost-inst: for pre/post actions at installation.
	- prepost-rm: for pre/post actions at removal.

--HG--
extra : convert_revision : 5e054758f549f5c81693b825795fbb36e2d5513a
2009-02-03 17:32:51 +01:00

27 lines
1.2 KiB
Text

xbps-src:
* Personalized scripts per template to unpack distfiles.
* Multiple URLs to download source distribution files, aliases, etc.
Something like ${sourceforge} to pick up any specified mirror on the list.
* More robust and fast dependency checking.
* $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.
* Add support to run the prepost-* scripts, so that the same actions are
performed in source/bin packages.
xbps-cmpver:
* It fails in some cases: foo-2.0 vs foo-1.99 and foo-2a vs foo-2b.
Packages:
* fix mpfr hardcoded rpath for gmp.
* Fix sudo permissions for /etc/sudoers. This must be 644 to be able to
build the binary package.
xbps-bin:
* 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 show target with no repositories.
* Some problems when installing binpkgs with repos:
- If first repo is valid but second is not, will fail.