aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2006-03-17 20:36:48 +0800
committerehaupt <ehaupt@FreeBSD.org>2006-03-17 20:36:48 +0800
commit9140ac18ef765ec820d2635b8726bfc1b15bb361 (patch)
treed286381234bf3fe27d9fdfe1932c15296c1adc2f /textproc
parentd7ec8f9d757d82dfebd90c9c665d68ac39ed2279 (diff)
downloadfreebsd-ports-gnome-9140ac18ef765ec820d2635b8726bfc1b15bb361.tar.gz
freebsd-ports-gnome-9140ac18ef765ec820d2635b8726bfc1b15bb361.tar.zst
freebsd-ports-gnome-9140ac18ef765ec820d2635b8726bfc1b15bb361.zip
- Update to 0.9.1 and therefor
- bump PORTEPOCH PR: 94505 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/csv2latex/Makefile19
-rw-r--r--textproc/csv2latex/distinfo6
2 files changed, 12 insertions, 13 deletions
diff --git a/textproc/csv2latex/Makefile b/textproc/csv2latex/Makefile
index a03e6a6b184f..6c5e104995ca 100644
--- a/textproc/csv2latex/Makefile
+++ b/textproc/csv2latex/Makefile
@@ -7,27 +7,26 @@
#
PORTNAME= csv2latex
-PORTVERSION= 20040213
+PORTVERSION= 0.9.1
+PORTEPOCH= 1
CATEGORIES= textproc
-MASTER_SITES= http://brouits.free.fr/share/utils/
-DISTNAME= ${PORTNAME}
-EXTRACT_SUFX= .c
+MASTER_SITES= http://brouits.free.fr/csv2latex/
+DISTNAME= ${PORTNAME}_${PORTVERSION:R}-${PORTVERSION:E}
MAINTAINER= ports@FreeBSD.org
COMMENT= Converts a well formed csv file to a LaTeX document
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
+
USE_GETOPT_LONG= yes
-NO_WRKSUBDIR= yes
+
PLIST_FILES= bin/csv2latex
-EXTRACT_CMD= ${CP}
-EXTRACT_BEFORE_ARGS= #
-EXTRACT_AFTER_ARGS= .
do-build:
- @cd ${WRKSRC} && \
+ cd ${WRKSRC} && \
${CC} ${CPPFLAGS} -o ${PORTNAME} ${PORTNAME}.c ${LDFLAGS}
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>
diff --git a/textproc/csv2latex/distinfo b/textproc/csv2latex/distinfo
index 694caaab6ca2..4fa4a145327f 100644
--- a/textproc/csv2latex/distinfo
+++ b/textproc/csv2latex/distinfo
@@ -1,3 +1,3 @@
-MD5 (csv2latex.c) = cf04dc2572c058201999f06a01d3a362
-SHA256 (csv2latex.c) = 8e0657ab1788c4cd7314d71e612e504d4865068fdf41ff90a70fc9d9582c634e
-SIZE (csv2latex.c) = 6830
+MD5 (csv2latex_0.9-1.tar.gz) = 5738dd1bc76282783833380f64125f65
+SHA256 (csv2latex_0.9-1.tar.gz) = 5b56cdf85b30bef5e4105a9e8cd3ae36540b2584152db4f070936ece2d69b59f
+SIZE (csv2latex_0.9-1.tar.gz) = 16943