diff options
-rw-r--r-- | textproc/untex/Makefile | 16 | ||||
-rw-r--r-- | textproc/untex/files/md5 | 3 | ||||
-rw-r--r-- | textproc/untex/files/patch-sum | 3 | ||||
-rw-r--r-- | textproc/untex/patches/patch-aa | 10 | ||||
-rw-r--r-- | textproc/untex/pkg/COMMENT | 1 | ||||
-rw-r--r-- | textproc/untex/pkg/DESCR | 11 | ||||
-rw-r--r-- | textproc/untex/pkg/PLIST | 3 |
7 files changed, 47 insertions, 0 deletions
diff --git a/textproc/untex/Makefile b/textproc/untex/Makefile new file mode 100644 index 00000000000..e3e0a18f3d1 --- /dev/null +++ b/textproc/untex/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/10/18 09:35:40 itojun Exp $ +# + +DISTNAME= untex-1.3 +CATEGORIES= textproc +MASTER_SITES= ftp://hal6000.uni-duisburg.de/pub/source/ + +MAINTAINER= packages@netbsd.org + +NO_WRKSUBDIR= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKDIR}/untex ${PREFIX}/bin + ${INSTALL_MAN} ${WRKDIR}/untex.man ${PREFIX}/man/man1/untex.1 + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/untex/files/md5 b/textproc/untex/files/md5 new file mode 100644 index 00000000000..90c96af15c0 --- /dev/null +++ b/textproc/untex/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/10/18 09:35:40 itojun Exp $ + +MD5 (untex-1.3.tar.gz) = 909da862cdccea0f6987467be72f103a diff --git a/textproc/untex/files/patch-sum b/textproc/untex/files/patch-sum new file mode 100644 index 00000000000..bfccd1395c0 --- /dev/null +++ b/textproc/untex/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 2000/10/18 09:35:40 itojun Exp $ + +MD5 (patch-aa) = 8e214ce2ed98018d06d0e968dc3190e2 diff --git a/textproc/untex/patches/patch-aa b/textproc/untex/patches/patch-aa new file mode 100644 index 00000000000..014000448d0 --- /dev/null +++ b/textproc/untex/patches/patch-aa @@ -0,0 +1,10 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/10/18 09:35:40 itojun Exp $ +--- Makefile- Wed Oct 18 18:24:04 2000 ++++ Makefile Wed Oct 18 18:24:28 2000 +@@ -4,4 +4,5 @@ + MANDIR=/usr/local/man/man$(MANEXT) +-CFLAGS=-O ++#CFLAGS=-O + ++all: untex + untex: untex.c diff --git a/textproc/untex/pkg/COMMENT b/textproc/untex/pkg/COMMENT new file mode 100644 index 00000000000..39297733044 --- /dev/null +++ b/textproc/untex/pkg/COMMENT @@ -0,0 +1 @@ +remove LaTeX commands diff --git a/textproc/untex/pkg/DESCR b/textproc/untex/pkg/DESCR new file mode 100644 index 00000000000..6531c076e44 --- /dev/null +++ b/textproc/untex/pkg/DESCR @@ -0,0 +1,11 @@ +DESCRIPTION +Untex removes some LaTeX commands from the files listed in the +arguments (or standard input) and prints the output to standard +output. + +AUTHORS +Untex was written by Michael Staats (michael@thp.Uni-Duisburg.DE). +The -gascii and -uascii options were added by Denis Endisch +(denis@smoky.ikf.physik.uni-frankfurt.de). Thanks to Subhasish +Mazumdar (mazumdar@ringer.cs.utsa.edu) for some hints for improvements +and bug reports. diff --git a/textproc/untex/pkg/PLIST b/textproc/untex/pkg/PLIST new file mode 100644 index 00000000000..45663e1d4a4 --- /dev/null +++ b/textproc/untex/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/18 09:35:40 itojun Exp $ +bin/untex +man/man1/untex.1 |