2008-12-28 10:38:40 +00:00
|
|
|
xbps-src:
|
2008-12-16 23:53:12 +00:00
|
|
|
* 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.
|
2009-02-27 16:48:47 +00:00
|
|
|
* Add support to run INSTALL/REMOVE scripts, so that the same actions are
|
2009-02-09 16:37:12 +00:00
|
|
|
performed in source/bin packages. Use current postinstall_helpers to
|
2009-02-27 15:00:38 +00:00
|
|
|
automatically add triggers, shared by src/bin pkgs.
|
2008-12-28 10:38:40 +00:00
|
|
|
|
2008-12-16 23:53:12 +00:00
|
|
|
Packages:
|
|
|
|
* fix mpfr hardcoded rpath for gmp.
|
2008-12-27 05:10:26 +00:00
|
|
|
|
|
|
|
xbps-bin:
|
|
|
|
* Add support to handle conf_files and keep_dirs from package metadata.
|
2009-02-27 16:41:31 +00:00
|
|
|
[PARTIALLY IMPLEMENTED]
|
2009-02-27 15:00:38 +00:00
|
|
|
* Add support to detect orphaned packages, something like
|
|
|
|
"apt-get autoremove" [IN PROGRESS]
|
2009-02-05 15:20:51 +00:00
|
|
|
* Add support to install binary packages without any repository.
|
2009-02-27 15:00:38 +00:00
|
|
|
* 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]
|
2009-02-28 16:50:53 +00:00
|
|
|
* Show binpkg size and installed size for all packages that are going
|
|
|
|
to be installed before installation happens.
|
2009-02-05 14:26:59 +00:00
|
|
|
|
|
|
|
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.
|