pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/mdocml Remove mdocml (replaced by mandoc).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad474169220a
branches:  trunk
changeset: 366036:ad474169220a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Aug 01 15:10:13 2017 +0000

description:
Remove mdocml (replaced by mandoc).

diffstat:

 textproc/mdocml/DESCR                   |  13 --------
 textproc/mdocml/Makefile                |  51 ---------------------------------
 textproc/mdocml/PLIST                   |  23 --------------
 textproc/mdocml/distinfo                |   8 -----
 textproc/mdocml/patches/patch-configure |  15 ---------
 textproc/mdocml/patches/patch-roff.7    |  19 ------------
 6 files changed, 0 insertions(+), 129 deletions(-)

diffs (153 lines):

diff -r 5e49cc3348b5 -r ad474169220a textproc/mdocml/DESCR
--- a/textproc/mdocml/DESCR     Tue Aug 01 15:09:52 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 5e49cc3348b5 -r ad474169220a textproc/mdocml/Makefile
--- a/textproc/mdocml/Makefile  Tue Aug 01 15:09:52 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r 5e49cc3348b5 -r ad474169220a textproc/mdocml/PLIST
--- a/textproc/mdocml/PLIST     Tue Aug 01 15:09:52 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 5e49cc3348b5 -r ad474169220a textproc/mdocml/distinfo
--- a/textproc/mdocml/distinfo  Tue Aug 01 15:09:52 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 5e49cc3348b5 -r ad474169220a textproc/mdocml/patches/patch-configure
--- a/textproc/mdocml/patches/patch-configure   Tue Aug 01 15:09:52 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 5e49cc3348b5 -r ad474169220a textproc/mdocml/patches/patch-roff.7
--- a/textproc/mdocml/patches/patch-roff.7      Tue Aug 01 15:09:52 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index