diff options
Diffstat (limited to 'textproc/csv2latex')
-rw-r--r-- | textproc/csv2latex/Makefile | 33 | ||||
-rw-r--r-- | textproc/csv2latex/distinfo | 2 | ||||
-rw-r--r-- | textproc/csv2latex/pkg-descr | 4 |
3 files changed, 0 insertions, 39 deletions
diff --git a/textproc/csv2latex/Makefile b/textproc/csv2latex/Makefile deleted file mode 100644 index e3c318a48361..000000000000 --- a/textproc/csv2latex/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# Created by: ijliao -# $FreeBSD$ - -PORTNAME= csv2latex -PORTVERSION= 0.18 -PORTEPOCH= 1 -CATEGORIES= textproc converters -MASTER_SITES= http://ftp.debian.org/pool/main/c/csv2latex/ -DISTNAME= ${PORTNAME}_${PORTVERSION}.orig - -MAINTAINER= wen@FreeBSD.org -COMMENT= Converts a well formed csv file to a LaTeX document - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -LICENSE= GPLv2 - -BUILD_DEPENDS= docbook-to-man:textproc/docbook-to-man - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -PLIST_FILES= bin/csv2latex man/man1/${PORTNAME}.1.gz - -do-build: - ${CC} ${CFLAGS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c - docbook-to-man ${WRKSRC}/${PORTNAME}.sgml > ${WRKSRC}/${PORTNAME}.1 - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/textproc/csv2latex/distinfo b/textproc/csv2latex/distinfo deleted file mode 100644 index abea0d9c036a..000000000000 --- a/textproc/csv2latex/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (csv2latex_0.18.orig.tar.gz) = 82283647e66ec919fe139cf1a9f7e160152928e3ad91b1ffd1269fff7c2156b2 -SIZE (csv2latex_0.18.orig.tar.gz) = 19709 diff --git a/textproc/csv2latex/pkg-descr b/textproc/csv2latex/pkg-descr deleted file mode 100644 index 0e23093ac8b9..000000000000 --- a/textproc/csv2latex/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -csv2latex converts a well-formed csv file (such as made by OpenOffice.org) to -a LaTeX document. - -WWW: http://herewe.servebeer.com/csv2latex/ |