aboutsummaryrefslogtreecommitdiffstats
path: root/main/mdocml
Commit message (Collapse)AuthorAgeFilesLines
* main/mdocml: split out apropos and whatis to subpackageNatanael Copa2015-08-283-11/+20
|
* main/mdocml: don't list $install in $sourceSören Tempel2015-08-131-4/+0
|
* Revert "main/mdocml: use a cron instead of a trigger to invoke makewhatis(8)"Bartłomiej Piotrowski2015-08-123-12/+7
| | | | This reverts commit d9d91145ef2bd1334cfb9c59f45d9b1fb6995bd6.
* main/mdocml: use a cron instead of a trigger to invoke makewhatis(8)Sören Tempel2015-08-123-7/+12
| | | | | | | | | | | | The database created by makewhatis(8) doesn't need to be up to date all the time, it is not critical at all when the database doesn't contain a newly added manpage for a few hours. So instead of slowing down package installation by using a trigger the makewhatis(8) database is now created and updated using a daily cron. The daily cron is run once after the first install of mdocml as well. Many distribution (e.g. Gentoo) also use a cron instead of a trigger to invoke makewhatis(8), in my opinion it is simply saner to it this way.
* main/mdocml: bump pkgrel and fix checksumNatanael Copa2015-08-061-4/+4
|
* main/mdocml: fix makewhatis invocationBartłomiej Piotrowski2015-08-051-1/+1
| | | | /usr/share/man has to be the last argument
* main/mdocmal: don't rebuild the mandoc.db from scratch every timeSören Tempel2015-08-052-3/+11
| | | | | | | | | | | | | mdocmls makewhatis(8) implementation should be able to build the mandoc.db incrementally. Removing it forces mdocml to regenerate it completely which can take a lot of time if you have a bunch of man pages installed on your system and thus slows down package installation. Furthermore, I also switch the string encoding from ascii to utf-8. In addition to that I noticed that some files weren't listed in the source APKBUILD variable. Seem to work for me but further tests would be appreciated.
* main/man: remove, main/mdocml provides a replacement package without suid/sgidWilliam Pitcock2015-05-291-3/+3
|
* main/mdocml: fix invocation with PAGER/MANPAGER env variable unsetWilliam Pitcock2015-05-292-1/+16
|
* main/mdocml: upgrade to 1.13.3Natanael Copa2015-05-072-13/+13
|
* main/mdocml: build shared, add 'man' and trigger for dbNatanael Copa2014-12-296-77/+157
|
* main/mdocml: upgrade to 1.13.2Hiltjo Posthuma2014-12-291-7/+16
|
* main/mdocml: update to 1.12.4Peter Bui2014-08-282-11/+16
| | | | | | | | | | | | | | - Use "base-install" target instead of "install" to avoid complications with DBBIN (i.e. apropos, makewhatis). - Add MANWIDTH environment variable support to man command. This allows users to set the width of the generated text. By default, mandoc uses a column width of 78, and completely ignores the size of the terminal. When MANWIDTH is unset, it will default to 78 as mandoc would use. With MANWIDTH=0, the man command will use stty to lookup the width of the terminal and set the appropriate value. When MANWIDTH > 0, the width value will be passed to mandoc directly.
* main/mdocml: upgrade to 1.12.3Natanael Copa2014-01-021-4/+4
|
* main/mdocml: upgrade to 1.12.2Natanael Copa2013-10-081-2/+6
|
* main/mdocml: upgrade to 1.12.1Natanael Copa2012-11-131-2/+2
|
* main/mdocml: upgrade to 1.12.0Natanael Copa2011-10-111-5/+5
|
* main/mdocml: fix opening of compressed man pages in man.shPaul Onyschuk2011-07-262-4/+4
|
* main/mdocml: upgrade to 1.11.5Paul Onyschuk2011-07-261-2/+3
|
* main/mdocml: moved from testingNatanael Copa2011-07-122-0/+91