vp-build/doc/TODO
Juan RP c661af8233 TODO: more stuff.
--HG--
extra : convert_revision : 32420a6f071350ebd71b596f50719ac6c242bf77
2009-03-22 05:06:44 +01:00

38 lines
1.7 KiB
Plaintext

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. [STOPPED]
* Modify the genindex target to add a single package, without having
to create it from scratch.
Packages:
* fix mpfr hardcoded rpath for gmp.
* Add a $revision var to change version number if there's some change
in a package, to know when update it.
* Create /etc/issue.
* Create files in /etc/skel for new users.
* Add a trigger for fc-cache.
* Add a trigger to (un)register users/groups. Currently packages that
require user/groups use custom INSTALL/REMOVE scripts, which adds
a lot of duplicated work.
xbps-bin:
* Add support to handle conf_files and keep_dirs from package metadata.
[PARTIALLY IMPLEMENTED]
* Add support to install binary packages without any repository.
* Show binpkg size and installed size for all packages that are going
to be installed before installation happens.
* Add support to update packages. [IN PROGRESS]
* Add a flag to reinstall a package version that is already installed,
overwritting files on disk and updating required_by if required.
Perhaps change the automatic-install object to false, like pkg_install
from NetBSD do.
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.