doc/FEATURES: mention some implemented features.
--HG-- extra : convert_revision : d4e86d69f11b2d1bcf12dc72f0e81dfafa3f0e1d
This commit is contained in:
parent
855ec90fdf
commit
7c0071facc
1 changed files with 22 additions and 4 deletions
26
doc/FEATURES
26
doc/FEATURES
|
@ -1,11 +1,29 @@
|
||||||
This is the incomplete list of currently implemented features:
|
This is the incomplete list of currently implemented features:
|
||||||
|
|
||||||
* Automatic compression of manual pages
|
* Packages are built from sources in a chroot, thus avoiding dependency
|
||||||
* Automatic compression of info files
|
incompatibilities with installed system.
|
||||||
|
|
||||||
|
* Automatic compression of manual pages.
|
||||||
|
|
||||||
|
* Automatic compression of info files.
|
||||||
|
|
||||||
* Registers and unregisters info files automatically.
|
* Registers and unregisters info files automatically.
|
||||||
|
|
||||||
|
* Registers and unregisters shells in /etc/shells automatically.
|
||||||
|
|
||||||
* Binary package hash is checked before installing with SHA256 algorithm.
|
* Binary package hash is checked before installing with SHA256 algorithm.
|
||||||
|
|
||||||
* Before removing a package, the hash of installed files is checked
|
* Before removing a package, the hash of installed files is checked
|
||||||
to found modified files and ignores them if they were modified.
|
to found modified files and ignores them if they were modified.
|
||||||
|
|
||||||
* Configuration files are preserved if they are modified.
|
* Configuration files are preserved if they are modified.
|
||||||
* Support for multiple local package repositories.
|
|
||||||
* Support for running triggers at pre/post install/remove for binpkgs.
|
* Support for multiple binary local package repositories.
|
||||||
|
|
||||||
|
* Support for running a script at pre/post install/remove in binpkgs.
|
||||||
|
|
||||||
|
* Support for running triggers at pre/post install/remove in binpkgs.
|
||||||
|
|
||||||
|
* Finds and removes orphan packages, i.e packages that were installed
|
||||||
|
automatically (required by some other package that was installed but
|
||||||
|
any package currently depends on).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue