mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
add catdvi 0.12
A DVI to text/plain translator
This commit is contained in:
parent
cc2144b0ea
commit
1b595092a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54540
@ -27,6 +27,7 @@
|
||||
SUBDIR += bjfilters6300
|
||||
SUBDIR += c2ps-a4
|
||||
SUBDIR += c2ps-letter
|
||||
SUBDIR += catdvi
|
||||
SUBDIR += cdlabelgen
|
||||
SUBDIR += cjk-lyx
|
||||
SUBDIR += clibpdf
|
||||
|
33
print/catdvi/Makefile
Normal file
33
print/catdvi/Makefile
Normal file
@ -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>
|
1
print/catdvi/distinfo
Normal file
1
print/catdvi/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (catdvi-0.12.tar.gz) = f05c9378de53c79a2deab5d653ad0e89
|
1
print/catdvi/pkg-comment
Normal file
1
print/catdvi/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A DVI to text/plain translator
|
4
print/catdvi/pkg-descr
Normal file
4
print/catdvi/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
catdvi is a program that translates TeX Device Independent (DVI) files into
|
||||
readable plain text.
|
||||
|
||||
WWW: http://catdvi.sourceforge.net/
|
1
print/catdvi/pkg-plist
Normal file
1
print/catdvi/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/catdvi
|
Loading…
Reference in New Issue
Block a user