textproc/mandoc: rename from mdocml

The upstream project was fully renamed with the 1.14.2 release in July
2017 per https://mandoc.bsd.lv/history.html.
This commit is contained in:
Brooks Davis 2024-12-18 01:22:33 +00:00
parent b78f3a799f
commit 48f0cebae8
8 changed files with 16 additions and 21 deletions

1
MOVED
View file

@ -3754,3 +3754,4 @@ x11-toolkits/py-qt5-chart|x11-toolkits/py-qt5-charts|2024-12-08|Renamed to be co
x11-toolkits/py-qt6-chart|x11-toolkits/py-qt6-charts|2024-12-08|Renamed to be consistent with the Qt module name
devel/sfml251|devel/sfml|2024-12-09|Removed pinned port because the last user is gone
devel/ocaml-seq|lang/ocaml|2024-12-10|Has expired: Seq is provided by lang/ocaml
textproc/mdocml|textproc/mandoc|2024-12-17|Upstream reanamed

View file

@ -473,6 +473,7 @@
SUBDIR += makefaq
SUBDIR += makepatch
SUBDIR += man2html
SUBDIR += mandoc
SUBDIR += mantra
SUBDIR += markdown
SUBDIR += markdown-mode.el
@ -484,7 +485,6 @@
SUBDIR += mdbook
SUBDIR += mdbook-linkcheck
SUBDIR += mdbook-mermaid
SUBDIR += mdocml
SUBDIR += meilisearch
SUBDIR += meld
SUBDIR += metauml

View file

@ -1,14 +1,13 @@
PORTNAME= mdocml
PORTNAME= mandoc
PORTVERSION= 1.14.6
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://mdocml.bsd.lv/snapshots/ \
MASTER_SITES= http://mandoc.bsd.lv/snapshots/ \
LOCAL/uqs
DISTNAME= mandoc-${DISTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= mdoc macro compiler
WWW= https://mdocml.bsd.lv/
COMMENT= Suite of for tools compiling mdoc and man macros
WWW= https://mandoc.bsd.lv/
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
@ -27,7 +26,7 @@ post-configure:
-e 's|/var/www|${WWWDIR}|' \
-e 's|^MANDIR.*|MANDIR=${PREFIX}/share/man|' \
${WRKSRC}/Makefile.local
cp ${WRKSRC}/cgi.h.example ${WRKSRC}/cgi.h
${CP} ${WRKSRC}/cgi.h.example ${WRKSRC}/cgi.h
post-build:
cd ${WRKSRC} && ${MAKE} ${MAKE_ARGS} man.cgi

View file

@ -0,0 +1,8 @@
mandoc is a suite of tools compiling mdoc, the roff macro language of
choice for BSD manual pages, and man, the predominant historical language
for UNIX manuals. It is small, ISO C, ISC-licensed, and quite fast. The
main component of the toolset is the mandoc utility program, based on the
libmandoc validating compiler, to format output for UTF-8 and ASCII UNIX
terminals, HTML 5, PostScript, and PDF.
mandoc was formerly distributed as mdocml.

View file

@ -1,13 +0,0 @@
mdocml is a suite of tools compiling mdoc, the roff macro package of
choice for BSD manual pages, and man, the predominant historical
package for UNIX manuals. The mission of mdocml is to deprecate groff,
the GNU troff implementation, for displaying mdoc pages whilst
providing token support for man.
mdocml consists of the libmandoc validating compiler and mandoc, which
interfaces with the compiler library to format output for UNIX
terminals (with support for wide-character locales), XHTML, HTML,
PostScript, and PDF.
Disambiguation: mdocml is often referred to by its installed binary,
"mandoc".