diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-02-11 09:08:47 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-02-11 09:08:47 +0000 |
commit | 1b595092a973b55460a1e8f9c0a0401fabd47078 (patch) | |
tree | 359915fb8ba3e9a48de6e6322928c6f20b1714f6 /print/catdvi | |
parent | remove xerces (diff) |
add catdvi 0.12
A DVI to text/plain translator
Notes
Notes:
svn path=/head/; revision=54540
Diffstat (limited to 'print/catdvi')
-rw-r--r-- | print/catdvi/Makefile | 33 | ||||
-rw-r--r-- | print/catdvi/distinfo | 1 | ||||
-rw-r--r-- | print/catdvi/pkg-comment | 1 | ||||
-rw-r--r-- | print/catdvi/pkg-descr | 4 | ||||
-rw-r--r-- | print/catdvi/pkg-plist | 1 |
5 files changed, 40 insertions, 0 deletions
diff --git a/print/catdvi/Makefile b/print/catdvi/Makefile new file mode 100644 index 000000000000..7635da6e31dd --- /dev/null +++ b/print/catdvi/Makefile @@ -0,0 +1,33 @@ +# ex:ts=8 +# Ports collection makefile for: catdvi +# Date created: Feb 10, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= catdvi +PORTVERSION= 0.12 +CATEGORIES= print +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX +LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt + +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" +MAKEFILE= GNUmakefile +USE_GMAKE= yes +ALL_TARGET= # empty + +MAN1= catdvi.1 + +post-patch: + ${GREP} -lR "malloc.h" ${WRKSRC} | xargs \ + ${PERL} -pi -e "s/malloc.h/stdlib.h/g" + +.include <bsd.port.mk> diff --git a/print/catdvi/distinfo b/print/catdvi/distinfo new file mode 100644 index 000000000000..6b0b6266939e --- /dev/null +++ b/print/catdvi/distinfo @@ -0,0 +1 @@ +MD5 (catdvi-0.12.tar.gz) = f05c9378de53c79a2deab5d653ad0e89 diff --git a/print/catdvi/pkg-comment b/print/catdvi/pkg-comment new file mode 100644 index 000000000000..9c0d5825438d --- /dev/null +++ b/print/catdvi/pkg-comment @@ -0,0 +1 @@ +A DVI to text/plain translator diff --git a/print/catdvi/pkg-descr b/print/catdvi/pkg-descr new file mode 100644 index 000000000000..c24a34648706 --- /dev/null +++ b/print/catdvi/pkg-descr @@ -0,0 +1,4 @@ +catdvi is a program that translates TeX Device Independent (DVI) files into +readable plain text. + +WWW: http://catdvi.sourceforge.net/ diff --git a/print/catdvi/pkg-plist b/print/catdvi/pkg-plist new file mode 100644 index 000000000000..a6d6649e51e7 --- /dev/null +++ b/print/catdvi/pkg-plist @@ -0,0 +1 @@ +bin/catdvi |