summaryrefslogtreecommitdiff
path: root/textproc/mdocml
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-08-01 15:10:13 +0000
committerwiz <wiz@pkgsrc.org>2017-08-01 15:10:13 +0000
commit6fb650e5dbdd13fea94cdc66c6be8781e44459ac (patch)
treee05d80e829658e1bc445d234de7d2b9c7e4ca3c3 /textproc/mdocml
parent7375646d8fe40ae0c7804ed5a4dbbe89e651f463 (diff)
downloadpkgsrc-6fb650e5dbdd13fea94cdc66c6be8781e44459ac.tar.gz
Remove mdocml (replaced by mandoc).
Diffstat (limited to 'textproc/mdocml')
-rw-r--r--textproc/mdocml/DESCR13
-rw-r--r--textproc/mdocml/Makefile51
-rw-r--r--textproc/mdocml/PLIST23
-rw-r--r--textproc/mdocml/distinfo8
-rw-r--r--textproc/mdocml/patches/patch-configure15
-rw-r--r--textproc/mdocml/patches/patch-roff.719
6 files changed, 0 insertions, 129 deletions
diff --git a/textproc/mdocml/DESCR b/textproc/mdocml/DESCR
deleted file mode 100644
index ab00625b8c4..00000000000
--- a/textproc/mdocml/DESCR
+++ /dev/null
@@ -1,13 +0,0 @@
-The mdocml = mandoc manual page parser and formatter contains:
- * complete validating parsers for the mdoc and man languages
- * a slightly incomplete parser handling most of the tbl language
- * a very incomplete parser handling a part of the eqn language
- * support for a few selected roff requests that often occur in manuals
- * complete ASCII, UTF8, HTML and XHTML text output formatters
- * simple PostScript and PDF output formatters
- * output formatters producing indented mdoc and man parse trees
-
-To format manuals for console display, it can be used as a smaller
-and faster drop-in replacement for nroff -mandoc. Some rare manuals
-using lots of uncommon low-level roff requests may not work with
-mandoc but require a full roff implementation.
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile
deleted file mode 100644
index 244c3de00de..00000000000
--- a/textproc/mdocml/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-# $NetBSD: Makefile,v 1.60 2017/02/22 10:45:05 wiz Exp $
-
-DISTNAME= mdocml-1.14.1
-CATEGORIES= textproc devel
-MASTER_SITES= http://mdocml.bsd.lv/snapshots/
-
-MAINTAINER= schwarze@usta.de
-HOMEPAGE= http://mdocml.bsd.lv/
-COMMENT= Convert man pages from mdoc, man, and tbl to txt, html, ps, or pdf
-LICENSE= 2-clause-bsd # not exactly, but near enough
-
-HAS_CONFIGURE= yes
-
-CONFLICTS= man-pages-[0-9]*
-
-SUBST_CLASSES+= roff
-SUBST_STAGE.roff= pre-build
-SUBST_FILES.roff= mandoc.1 mandoc.3
-SUBST_FILES.roff+= eqn.7 man.7 mdoc.7 tbl.7
-SUBST_SED.roff= -e 's,Xr roff,Xr mandoc-roff,g'
-
-# test needs perl
-USE_TOOLS+= perl:build
-TEST_TARGET= regress
-
-.include "../../mk/bsd.fast.prefs.mk"
-
-post-extract:
- ${ECHO} PREFIX=${PREFIX} > ${WRKSRC}/configure.local
- ${ECHO} MANDIR=${PREFIX}/${PKGMANDIR} >> ${WRKSRC}/configure.local
- ${ECHO} CFLAGS=\"${CFLAGS:Q}\" >> ${WRKSRC}/configure.local
- ${ECHO} LDFLAGS=\"${LDFLAGS:Q}\" >> ${WRKSRC}/configure.local
- ${ECHO} LD_SQLITE3=\"${LDFLAGS} -lsqlite3\" >> ${WRKSRC}/configure.local
- ${ECHO} INSTALL=\"${INSTALL:Q}\" >> ${WRKSRC}/configure.local
- ${ECHO} INSTALL_PROGRAM=\"${INSTALL_PROGRAM:Q}\" >> ${WRKSRC}/configure.local
- ${ECHO} INSTALL_LIB=\"${INSTALL_DATA:Q}\" >> ${WRKSRC}/configure.local
- ${ECHO} INSTALL_MAN=\"${INSTALL_MAN:Q}\" >> ${WRKSRC}/configure.local
- ${ECHO} INSTALL_DATA=\"${INSTALL_DATA:Q}\" >> ${WRKSRC}/configure.local
- ${ECHO} MANM_ROFF="mandoc-roff" >> ${WRKSRC}/configure.local
- ${ECHO} BINM_SOELIM="msoelim" >> ${WRKSRC}/configure.local
-# Need -lrt for nanosleep(2) on Solaris.
-.if ${OPSYS} == "SunOS"
- ${ECHO} LDADD=\"-lrt\" >> ${WRKSRC}/configure.local
-.endif
-# Mac OS X and Solaris 10 and newer do not support static binaries.
-.if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS"
- ${ECHO} STATIC= >> ${WRKSRC}/configure.local
-.endif
-
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/mdocml/PLIST b/textproc/mdocml/PLIST
deleted file mode 100644
index 0d39fdfd97d..00000000000
--- a/textproc/mdocml/PLIST
+++ /dev/null
@@ -1,23 +0,0 @@
-@comment $NetBSD: PLIST,v 1.15 2017/02/22 10:45:05 wiz Exp $
-bin/apropos
-bin/demandoc
-bin/man
-bin/mandoc
-bin/msoelim
-bin/whatis
-man/man1/apropos.1
-man/man1/demandoc.1
-man/man1/man.1
-man/man1/mandoc.1
-man/man1/msoelim.1
-man/man1/whatis.1
-man/man5/man.conf.5
-man/man5/mandoc.db.5
-man/man7/eqn.7
-man/man7/man.7
-man/man7/mandoc-roff.7
-man/man7/mandoc_char.7
-man/man7/mdoc.7
-man/man7/tbl.7
-man/man8/makewhatis.8
-sbin/makewhatis
diff --git a/textproc/mdocml/distinfo b/textproc/mdocml/distinfo
deleted file mode 100644
index abe7e93951d..00000000000
--- a/textproc/mdocml/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.48 2017/03/03 23:00:36 jperkin Exp $
-
-SHA1 (mdocml-1.14.1.tar.gz) = 7dd020fed9fc2a0f56835e903c92a5ae8cc89632
-RMD160 (mdocml-1.14.1.tar.gz) = 2e2d593e3f6cfcde3bdf57b090947b355ce2b2e8
-SHA512 (mdocml-1.14.1.tar.gz) = 90f00297d162faa404fe4e530f95422c210b8d23a0be5a115c2c8c17255d366e224444901842affb06ed8aaf8febd3e5c79966ff713fa7daf00e8c48b7a857c6
-Size (mdocml-1.14.1.tar.gz) = 549302 bytes
-SHA1 (patch-configure) = bd53ddf7d98de53bc04dafe6b2dbb1b79e35399e
-SHA1 (patch-roff.7) = fb68085cf5c68710a13ec306857760c8a583d86a
diff --git a/textproc/mdocml/patches/patch-configure b/textproc/mdocml/patches/patch-configure
deleted file mode 100644
index 3b01c873c7a..00000000000
--- a/textproc/mdocml/patches/patch-configure
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2017/03/03 23:00:36 jperkin Exp $
-
-Avoid broken CC detection.
-
---- configure.orig 2017-02-21 00:25:20.000000000 +0000
-+++ configure
-@@ -39,7 +39,7 @@ MANPATH_DEFAULT="/usr/share/man:/usr/X11
- OSNAME=
- UTF8_LOCALE=
-
--CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | env -i make -sf -`
-+#CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | env -i make -sf -`
- CFLAGS="-g -W -Wall -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings"
- CFLAGS="${CFLAGS} -Wno-unused-parameter"
- LDADD=
diff --git a/textproc/mdocml/patches/patch-roff.7 b/textproc/mdocml/patches/patch-roff.7
deleted file mode 100644
index c208ae9890e..00000000000
--- a/textproc/mdocml/patches/patch-roff.7
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-roff.7,v 1.8 2016/07/14 15:26:42 wiz Exp $
-
-Install roff with 'mandoc-' prefix to avoid conflict with groff.
-
---- roff.7.orig 2016-07-09 11:15:54.000000000 +0000
-+++ roff.7
-@@ -16,10 +16,10 @@
- .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- .\"
- .Dd $Mdocdate: September 24 2015 $
--.Dt ROFF 7
-+.Dt MANDOC-ROFF 7
- .Os
- .Sh NAME
--.Nm roff
-+.Nm mandoc-roff
- .Nd roff language reference for mandoc
- .Sh DESCRIPTION
- The