ports/94505: Update port: textproc/csv2latex to 0.9.1

KATO Tsuguru tkato432 at yahoo.com
Wed Mar 15 18:10:38 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list