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-04-03 15:09:08 +00:00
|
|
|
* Fix -C flag while building packages via chroot.
|
2008-12-28 10:38:40 +00:00
|
|
|
|
2008-12-16 23:53:12 +00:00
|
|
|
Packages:
|
|
|
|
* fix mpfr hardcoded rpath for gmp.
|
2009-03-13 17:54:30 +00:00
|
|
|
* Create /etc/issue.
|
2009-03-19 02:22:24 +00:00
|
|
|
* Add a trigger for fc-cache.
|
2009-03-22 04:06:44 +00:00
|
|
|
* 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.
|
2009-04-03 15:09:08 +00:00
|
|
|
* How to handle kernel package upgrades? dpkg seems to keep previous
|
|
|
|
package and its initramfs, and a dummy package depends on the latest one.
|
|
|
|
I think this is the best option.
|
2009-04-18 15:35:49 +00:00
|
|
|
* Fix initramfs-tools trigger for $pkgname != kernel.
|
2009-04-18 17:39:44 +00:00
|
|
|
* Fix initramfs-tools 'update-initramfs -a'.
|
|
|
|
* Avoid the need to use $sourcepkg and $subpackages in template files,
|
|
|
|
these vars shouldn't be needed to be set manually; find a way!
|
2009-04-21 16:33:01 +00:00
|
|
|
* Fix HAL/PolicyKit for nonroot to be able to admin tasks.
|
2009-05-05 23:31:14 +00:00
|
|
|
* acl needs to have attr installed into /usr/lib, otherwise the rpath
|
|
|
|
will always be set to XBPS_MASTERDIR. Find a way to fix this.
|
2009-05-08 17:50:12 +00:00
|
|
|
* Fix loadkeys(1) incorrectly loading the olpc keymap vs qwerty.
|
2009-04-18 17:39:44 +00:00
|
|
|
|
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-05 15:20:51 +00:00
|
|
|
* Add support to install binary packages without any repository.
|
2009-03-16 06:05:10 +00:00
|
|
|
* 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.
|
2009-04-03 17:48:50 +00:00
|
|
|
* When checking file hash integrity (with -C files), it doesn't take
|
|
|
|
into account configuration files.
|
2009-04-05 13:19:15 +00:00
|
|
|
* Implement shell style match patterns with fnmatch().
|
2009-05-16 02:13:14 +00:00
|
|
|
* Make -f flag to overwrite files when installing, and to ignore
|
|
|
|
files with wrong checksum or unexistent when removing.
|
2009-02-05 14:26:59 +00:00
|
|
|
|
2009-05-17 02:23:19 +00:00
|
|
|
libxbps:
|
|
|
|
* Fix glibc updates: removing libc is bad.
|
|
|
|
* When accessing .plist files, only internalize_from_file once to
|
|
|
|
avoid multiple open(3) and fstat(3) calls. [IN PROGRESS]
|
|
|
|
|
2009-02-05 14:26:59 +00:00
|
|
|
xbps-repo:
|
2009-02-28 23:34:00 +00:00
|
|
|
* Add support for remote repositories, requires libfetch.
|