TODO: add some more items.
--HG-- extra : convert_revision : 03f9b2d2878248fdad68a7c2b3696e7361b9fbec
This commit is contained in:
parent
62e1344b53
commit
7acc216a1c
1 changed files with 9 additions and 2 deletions
11
doc/TODO
11
doc/TODO
|
@ -3,11 +3,14 @@ xbps-src:
|
||||||
* 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.
|
||||||
* Add support to run INSTALL/REMOVE scripts, so that the same actions are
|
* Add support to run INSTALL/REMOVE scripts, so that the same actions are
|
||||||
performed in source/bin packages. Use current postinstall_helpers to
|
performed in source/bin packages.
|
||||||
automatically add triggers, shared by src/bin pkgs.
|
* Use current postinstall_helpers to automatically add triggers, shared
|
||||||
|
by src/bin packages.
|
||||||
|
|
||||||
Packages:
|
Packages:
|
||||||
* fix mpfr hardcoded rpath for gmp.
|
* 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:
|
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.
|
||||||
|
@ -21,8 +24,12 @@ xbps-bin:
|
||||||
installed and therefore unusable. [IN PROGRESS]
|
installed and therefore unusable. [IN PROGRESS]
|
||||||
* Show binpkg size and installed size for all packages that are going
|
* Show binpkg size and installed size for all packages that are going
|
||||||
to be installed before installation happens.
|
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.
|
||||||
|
|
||||||
xbps-repo:
|
xbps-repo:
|
||||||
* Replace binpkg-genindex.sh with a target for xbps-repo to generate the
|
* 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
|
index. The goal is to be able to add/remove a package without having to
|
||||||
create the file from scratch, for performance.
|
create the file from scratch, for performance.
|
||||||
|
* Add support for remote repositories, requires libfetch.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue