void-packages/doc/TODO
Juan RP b4806141f7 TODO: another item.
--HG--
extra : convert_revision : c24c1f09857cb4f4c33716e66e1702bf2935cdd3
2009-03-01 00:37:28 +01:00

37 lines
1.7 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.
* Add support to run INSTALL/REMOVE scripts, so that the same actions are
performed in source/bin packages.
* Use current postinstall_helpers to automatically add triggers, shared
by src/bin packages.
Packages:
* fix mpfr hardcoded rpath for gmp.
* Add initscripts, if possible for upstart. Otherwise use the SysV compat
from upstart and make them LSB compliant.
xbps-bin:
* Add support to handle conf_files and keep_dirs from package metadata.
[PARTIALLY IMPLEMENTED]
* Add support to detect orphaned packages, something like
"apt-get autoremove" [IN PROGRESS]
* Add support to install binary packages without any repository.
* Check SHA256 hash of pkg and dependencies before installing.
Currently the hash is checked before a pkg is unpacked, this is
suboptimal because if some pkg fails, previous packages will be
installed and therefore unusable. [IN PROGRESS]
* Show binpkg size and installed size for all packages that are going
to be installed before installation happens.
* Add support to update packages.
* While installing a package, check if version that is going to be
installed is already installed.
* While removing a package, abort if pkg is required by others
(looking at its requiredby array object).
xbps-repo:
* Replace binpkg-genindex.sh with a target for xbps-repo to generate the
index. The goal is to be able to add/remove a package without having to
create the file from scratch, for performance.
* Add support for remote repositories, requires libfetch.