Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.0_2 17 Oct 2024 19:04:13
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/docbook2mdoc: Update MASTER_SITES and WWW
- While I'm here, fix indent
mdocml.bsd.lv redirects to mandoc.bsd.lv (HTTP/1.0 301 Moved Permanently).
Approved by: portmgr (blanket) |
1.1.0_2 22 Jan 2024 10:42:25
    |
Muhammad Moinur Rahman (bofh)  |
textproc/docbook2mdoc: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
1.1.0_1 15 May 2023 07:24:25
    |
Baptiste Daroussin (bapt)  |
textproc/docbook2mdoc: fix PREFIX support
PR: 271173 |
1.1.0_1 15 Sep 2022 10:20:28
    |
Baptiste Daroussin (bapt)  |
textproc/docbook2mdoc: patch to support <address>
The xdg-utils docbook uses a "address" tag, this allows to use
docbook2mdoc to convert xdg-utils docbook files to manpages or
text files |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.1.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.1.0 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.1.0 05 May 2019 14:50:09
  |
bapt  |
Update to 1.1.0 |
1.0.2 30 Apr 2019 08:29:02
  |
bapt  |
Update to 1.0.2 |
1.0.1 27 Apr 2019 07:38:37
  |
bapt  |
Update to 1.0.1 |
1.0.0_1 24 Apr 2019 06:25:54
  |
bapt  |
Incorporate an upstream patch preventing a crash when parsing
some docbook files |
1.0.0 23 Apr 2019 13:51:42
  |
bapt  |
Update to 1.0.0 |
0.0.9_1 08 Dec 2016 17:40:42
  |
tijl  |
Remove libexpat.so.6 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
0.0.9 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.0.9 22 Nov 2014 03:22:42
  |
bapt  |
The docbook2mdoc utility is a converter from DocBook V4.x and v5.x XML into
mdoc. Unlike most DocBook utilities, it's a standalone ISC-licensed ISO C
utility that should compile on any modern UNIX system. The only requirement is
libexpat (for parsing XML), which is installed by default on most systems.
WWW: http://mdocml.bsd.lv/docbook2mdoc/ |