Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Jul 2020 09:52:51
0.9.82

|
lwhsu  |
Update to 0.9.82
PR: 247794
Submitted by: Felix Palmen <felix@palmen-it.de> (maintainer) |
20 May 2020 05:39:53
0.9.80

|
fernape  |
textproc/linuxdoc-tools: Update to 0.9.80
PR: 246562
Submitted by: felix@palmen-it.de (maintainer) |
13 May 2020 02:11:14
0.9.78

|
dbaio  |
textproc/linuxdoc-tools: Update to 0.9.78
PR: 246418
Submitted by: Felix Palmen <felix@palmen-it.de> (maintainer) |
05 May 2020 10:58:59
0.9.77

|
dbaio  |
textproc/linuxdoc-tools: Update to 0.9.77
PR: 246178
Submitted by: Felix Palmen <felix@palmen-it.de> (maintainer) |
11 Apr 2020 07:17:38
0.9.76

|
tcberner  |
textproc/linuxdoc-tools: Update to 0.9.76
PR: 245417
Submitted by: Felix Palmen <felix@palmen-it.de> (maintainer) |
26 Mar 2020 17:26:14
0.9.75

|
makc  |
textproc/linuxdoc-tools:
- Unbreak and update to 0.9.75
PR: 244926
Submitted by: Felix Palmen (maintainer) |
06 Nov 2019 16:26:35
0.9.71

|
antoine  |
Mark a few ports BROKEN (unfetchable) |
28 Mar 2018 16:52:54
0.9.71

|
mat  |
Fix build with Perl 5.26.
Unescaped left brace in regex is illegal in regex when not used as a
quantifier.
- /foo{3}/ will match foofoofoo.
- /\\new{bar}/ is illegal and should be written as /\\new\{bar}/.
PR: 226817
Sponsored by: Absolight |
25 May 2017 14:42:40
0.9.71

|
bapt  |
Register groff as both build and run dependency |
18 Jan 2017 13:20:32
0.9.71

|
tijl  |
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine) |
24 Apr 2016 09:19:05
0.9.71

|
lme  |
- Update to 0.9.71
- Build DOCS with dvipsk
PR: 208983
Submitted by: maintainer
Sponsored by: Essen Linuxhotel Hackathon 2016 |
01 Apr 2016 20:17:25
0.9.69

|
amdmi3  |
- Switch to more correct USES=makeinfo
PR: 208444
Suggested by: bapt |
01 Apr 2016 20:11:32
0.9.69

|
amdmi3  |
- Fix dependency line
Approved by: portmgr blanket |
01 Apr 2016 20:06:29
0.9.69

|
amdmi3  |
- Add missing dependency on makeinfo, fix build on 11.x
PR: 208444
Submitted by: felix@palmen-it.de (maintainer) |
01 Apr 2016 14:25:18
0.9.69

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
01 Apr 2016 13:18:17
0.9.69

|
mat  |
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight |
06 Nov 2015 18:35:26
0.9.69

|
pawel  |
Linuxdoc-Tools is a fork of SGML-Tools 1.0.9, capable of processing
LinuxDoc DTD SGML files. Such files are sometimes used as an input
format for generated documentation.
WWW: https://tracker.debian.org/pkg/linuxdoc-tools
PR: 195478
Submitted by: Felix Palmen <felix@palmen-it.de> |