aboutsummaryrefslogtreecommitdiffstats
path: root/print/catdvi
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-02-11 17:08:47 +0800
committerijliao <ijliao@FreeBSD.org>2002-02-11 17:08:47 +0800
commited4acd2b2946b8877d067e35637b287dbf8c7ab9 (patch)
treea0302b958e349e769de70ab8d8c9bd1bd7219196 /print/catdvi
parentb591fd8aa70508393428753051d45389e680d707 (diff)
downloadfreebsd-ports-gnome-ed4acd2b2946b8877d067e35637b287dbf8c7ab9.tar.gz
freebsd-ports-gnome-ed4acd2b2946b8877d067e35637b287dbf8c7ab9.tar.zst
freebsd-ports-gnome-ed4acd2b2946b8877d067e35637b287dbf8c7ab9.zip
add catdvi 0.12
A DVI to text/plain translator
Diffstat (limited to 'print/catdvi')
-rw-r--r--print/catdvi/Makefile33
-rw-r--r--print/catdvi/distinfo1
-rw-r--r--print/catdvi/pkg-comment1
-rw-r--r--print/catdvi/pkg-descr4
-rw-r--r--print/catdvi/pkg-plist1
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