2008-12-28 11:38:40 +01:00
|
|
|
xbps-src:
|
2008-12-17 00:53:12 +01: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 17:48:47 +01:00
|
|
|
* Add support to run INSTALL/REMOVE scripts, so that the same actions are
|
2009-03-12 10:53:16 +01:00
|
|
|
performed in source/bin packages. [STOPPED]
|
2008-12-28 11:38:40 +01:00
|
|
|
|
2008-12-17 00:53:12 +01:00
|
|
|
Packages:
|
|
|
|
* fix mpfr hardcoded rpath for gmp.
|
2009-03-13 18:54:30 +01:00
|
|
|
* 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.
|
|
|
|
|
2008-12-27 06:10:26 +01:00
|
|
|
xbps-bin:
|
|
|
|
* Add support to handle conf_files and keep_dirs from package metadata.
|
2009-02-27 17:41:31 +01:00
|
|
|
[PARTIALLY IMPLEMENTED]
|
2009-02-05 16:20:51 +01:00
|
|
|
* Add support to install binary packages without any repository.
|
2009-02-28 17:50:53 +01:00
|
|
|
* Show binpkg size and installed size for all packages that are going
|
|
|
|
to be installed before installation happens.
|
2009-03-01 00:34:00 +01:00
|
|
|
* Add support to update packages.
|
|
|
|
* While installing a package, check if version that is going to be
|
|
|
|
installed is already installed.
|
2009-02-05 15:26:59 +01: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.
|
2009-03-01 00:34:00 +01:00
|
|
|
* Add support for remote repositories, requires libfetch.
|