Date: Thu, 16 Mar 2006 03:00:55 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/94505: Update port: textproc/csv2latex to 0.9.1 Message-ID: <20060316030055.1fb6b251.tkato432@yahoo.com> Resent-Message-ID: <200603151810.k2FIAPGr000448@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 94505 >Category: ports >Synopsis: Update port: textproc/csv2latex to 0.9.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 15 18:10:25 GMT 2006 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p15 i386 >Organization: >Environment: >Description: - Update to version 0.9.1 >How-To-Repeat: >Fix: diff -urN /usr/ports/textproc/csv2latex/Makefile textproc/csv2latex/Makefile --- /usr/ports/textproc/csv2latex/Makefile Sat Sep 4 08:31:19 2004 +++ textproc/csv2latex/Makefile Sun Mar 5 14:38:30 2006 @@ -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 -urN /usr/ports/textproc/csv2latex/distinfo textproc/csv2latex/distinfo --- /usr/ports/textproc/csv2latex/distinfo Sat Nov 26 19:32:05 2005 +++ textproc/csv2latex/distinfo Sun Mar 5 14:37:46 2006 @@ -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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060316030055.1fb6b251.tkato432>