aboutsummaryrefslogtreecommitdiffstats
path: root/main/mdocml/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* main/mandoc: rename mdocml to mandocMilan P. Stanić2020-04-291-73/+0
| | | | | | | | | | upstream renamed mdocml to mandoc about three years ago (concluded from looking at download page) so we rename it to reflect upstream name rewrite pkgdesc to more desctiptive one add replaces and provides 'mdocml' for smooth upgrade and for some packages which didn't changed depends to' mandoc'
* main/mdocml: pass HAVE_LESS_TLeo2020-03-291-14/+5
| | | | fixes #11345
* main/mdocml: Patch the configure fileGustavo Walbon2020-01-301-2/+4
| | | | | | | | | | | | | The ./configure fails when try to execute CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | env -i make -sf -` apparently the PATH variable content has been lost, so the patch keeps the content of path. That issues appeared after the Make was updated from 4.2.1 to 4.3, and so I opened this issue #11163. Signed-off-by: Gustavo Walbon <gustavowalbon@gmail.com> Signed-off-by: Mike Sullivan <mksully22@gmail.com>
* main/mdocml: fix segfault in tbl_term.cMilan P. Stanić2019-12-031-2/+4
| | | | | added patch from upstream to fix segmentation fault in some man pages (nft.8 only known for now)
* main/mdocml: upgrade to 1.14.5Leo2019-08-261-17/+14
|
* main/mdocml: remove trigger from sourceLeonardo Arena2019-03-131-4/+2
|
* main/mdocml: silence makewhatis outdated moanPaul Bredbury2019-03-131-1/+3
| | | | | | | | | Since the mdocml-apropos package (which provides makewhatis) is not pulled in by default, and isn't needed, then stop moaning about it being missing. Silences e.g.: $ man neomutt man: outdated mandoc.db lacks neomutt(1) entry, run makewhatis /usr/share/man
* main/mdocml: improve based on feedback from upstreamNatanael Copa2019-03-051-7/+3
|
* main/mdocml: upgrade to 1.14.3Daniel Sabogal2017-08-141-5/+3
|
* main/mdocml: use MANPATH_DEFAULTDaniel Sabogal2017-08-031-5/+3
| | | | | | | MANPATH_DEFAULT is recommended for operating system defaults. man.conf is recommended for machine-specific defaults. See http://mdocml.bsd.lv/NEWS
* main/mdocml: upgrade to 1.14.2Daniel Sabogal2017-08-031-6/+9
| | | | | Include upstream patch that fixes an out-of-bounds read. This can be triggered with mount(8) from util-linux.
* main/mdocml: modernize abuild and explicitly set UTF8_LOCALEDaniel Sabogal2017-08-031-12/+20
| | | | | The configure script depends on the locale(1) utility to select a UTF-8 encoding to test. This utility is not available.
* main/mdocml: upgrade to 1.14.1Daniel Sabogal2017-02-231-20/+6
|
* main/[various]: set proper archTimo Teräs2016-11-011-1/+1
| | | | fixes commit "main/[various]: dont set arch in split function"
* main/[various]: dont set arch in split functionNatanael Copa2016-10-261-1/+0
|
* main/mdocml: gcc6 fix for dependency testingDaniel Sabogal2016-09-211-1/+5
|
* main/mdocml: split soelim into subpackageDaniel Sabogal2016-08-151-1/+9
|
* main/mdocml: upgrade to 1.13.4Daniel Sabogal2016-08-151-25/+20
|
* main/mdocml: force symbolic links instead of hardIsaac Dunham2016-03-221-1/+6
|
* main/mdocml: split out apropos and whatis to subpackageNatanael Copa2015-08-281-7/+17
|
* 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-121-11/+7
| | | | This reverts commit d9d91145ef2bd1334cfb9c59f45d9b1fb6995bd6.
* main/mdocml: use a cron instead of a trigger to invoke makewhatis(8)Sören Tempel2015-08-121-7/+11
| | | | | | | | | | | | 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/mdocmal: don't rebuild the mandoc.db from scratch every timeSören Tempel2015-08-051-1/+9
| | | | | | | | | | | | | 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-291-1/+5
|
* main/mdocml: upgrade to 1.13.3Natanael Copa2015-05-071-8/+8
|
* main/mdocml: build shared, add 'man' and trigger for dbNatanael Copa2014-12-291-20/+30
|
* main/mdocml: upgrade to 1.13.2Hiltjo Posthuma2014-12-291-7/+16
|
* main/mdocml: update to 1.12.4Peter Bui2014-08-281-8/+8
| | | | | | | | | | | | | | - 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-261-2/+2
|
* main/mdocml: upgrade to 1.11.5Paul Onyschuk2011-07-261-2/+3
|
* main/mdocml: moved from testingNatanael Copa2011-07-121-0/+39