Updated TODO.
--HG-- extra : convert_revision : 6b37e23d827b9fabb0305e1de5c1a8ac780bd9da
This commit is contained in:
parent
6023615a89
commit
f211c85e6d
10
doc/TODO
10
doc/TODO
|
@ -4,16 +4,20 @@ xbps-src:
|
|||
Something like ${sourceforge} to pick up any specified mirror on the list.
|
||||
* Add support to run the prepost-* scripts, so that the same actions are
|
||||
performed in source/bin packages. Use current postinstall_helpers to
|
||||
automatically add triggers, shared by src/bin pkgs. [IN PROGRESS]
|
||||
automatically add triggers, shared by src/bin pkgs.
|
||||
|
||||
Packages:
|
||||
* fix mpfr hardcoded rpath for gmp.
|
||||
|
||||
xbps-bin:
|
||||
* Add support to handle conf_files and keep_dirs from package metadata.
|
||||
* Add support to remove recursively all deps of a package. [IN PROGRESS]
|
||||
* Add support to detect orphaned packages.
|
||||
* 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]
|
||||
|
||||
xbps-repo:
|
||||
* Replace binpkg-genindex.sh with a target for xbps-repo to generate the
|
||||
|
|
Loading…
Reference in New Issue