Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jan 2004 16:15:03 +0900 (JST)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61928: Update port: print/tgif2tex 2.13
Message-ID:  <200401260715.i0Q7F3ks028655@alph.allbsd.org>
Resent-Message-ID: <200401260720.i0Q7K6RW057279@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         61928
>Category:       ports
>Synopsis:       Update port: print/tgif2tex 2.13
>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:   Sun Jan 25 23:20:06 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Hiroki Sato
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Tokyo University of Science
>Environment:
System: FreeBSD alph.allbsd.org 4.9-RC FreeBSD 4.9-RC #0: Sat Oct 25 04:40:22 JST 2003     hrs@alph.allbsd.org:/usr/obj/usr/src/sys/ALPH  i386

>Description:
	Update to 2.13 and use %%PORTDOCS%%%%DOCSDIR%% in pkg-plist.
	I do not think japanese/tgif2tex is needed because it additionally
	installs document/sample files written in Japanese only and there
	is no difference of the functionality between the two.  Although
	japanese/tgif2tex has japanese/nkf dependancy for Kanji character
	support, the dependancy can be merged into print/tgif2tex
	safely (it is not included in the following update patch, though).

>How-To-Repeat:
	N/A

>Fix:

Index: print/tgif2tex/Makefile
===================================================================
RCS file: /home/ncvs/ports/print/tgif2tex/Makefile,v
retrieving revision 1.10
diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.10 Makefile
--- print/tgif2tex/Makefile	6 Sep 2003 16:44:18 -0000	1.10
+++ print/tgif2tex/Makefile	26 Jan 2004 07:00:25 -0000
@@ -6,18 +6,26 @@
 #
 
 PORTNAME=	tgif2tex
-PORTVERSION=	2.12
+PORTVERSION=	2.13
 CATEGORIES+=	print
 MASTER_SITES=	http://www.fse.hiroshima-u.ac.jp/~nakano/tgif2tex/
 
 MAINTAINER=	taoka@FreeBSD.org
-COMMENT?=	Converting texts in figure by tgif to LaTeX commands
+COMMENT=	Converting texts in figure by tgif to LaTeX commands
 
 USE_PERL5=	yes
 
-PORTSDOCDIR?=	${PREFIX}/share/doc/tgif2tex
-DOCSRC+=	example.obj \
-		example.tex
+DOCSRC=		how-to-use.aux how-to-use.dvi
+DOCSRC+=	how-to-use.log how-to-use.ps how-to-use.tex
+DOCSRC+=	example.obj example.tex
+DOCSRC+=	original.dps original.tps
+DOCSRC+=	pythagoras.dps pythagoras.tps
+DOCSRC+=	sample1.obj sample1.ps
+DOCSRC+=	sample2.1.dps sample2.1.tps
+DOCSRC+=	sample2.2.dps sample2.2.tps
+DOCSRC+=	sample2.3.dps sample2.3.tps
+DOCSRC+=	sample2.aux sample2.dvi sample2.log
+DOCSRC+=	sample2.tex sample2.obj sample2.ps
 
 do-build:
 	@cd ${WRKSRC}; ${MV} tgif2tex tgif2tex.org; \
@@ -29,9 +37,9 @@
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/tgif2tex ${PREFIX}/bin/tgif2tex
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${PORTSDOCDIR}
-	cd ${WRKSRC}; ${INSTALL_DATA} ${DOCSRC} ${PORTSDOCDIR};
-	${INSTALL_DATA} ${FILESDIR}/00readme ${PORTSDOCDIR}
+	${MKDIR} ${DOCSDIR}
+	cd ${WRKSRC}; ${INSTALL_DATA} ${DOCSRC} ${DOCSDIR};
+	${INSTALL_DATA} ${FILESDIR}/00readme ${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
Index: print/tgif2tex/distinfo
===================================================================
RCS file: /home/ncvs/ports/print/tgif2tex/distinfo,v
retrieving revision 1.4
diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.4 distinfo
--- print/tgif2tex/distinfo	6 Sep 2003 16:44:18 -0000	1.4
+++ print/tgif2tex/distinfo	26 Jan 2004 06:45:19 -0000
@@ -1 +1 @@
-MD5 (tgif2tex-2.12.tar.gz) = a32a105acc8761517a200e149eb43743
+MD5 (tgif2tex-2.13.tar.gz) = bc8834f6628d5c5a6293d7d8bb21291a
Index: print/tgif2tex/pkg-plist
===================================================================
RCS file: /home/ncvs/ports/print/tgif2tex/pkg-plist,v
retrieving revision 1.1.1.1
diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.1.1.1 pkg-plist
--- print/tgif2tex/pkg-plist	13 Dec 1998 03:36:35 -0000	1.1.1.1
+++ print/tgif2tex/pkg-plist	26 Jan 2004 06:59:42 -0000
@@ -1,5 +1,28 @@
 bin/tgif2tex
-share/doc/tgif2tex/00readme
-share/doc/tgif2tex/example.obj
-share/doc/tgif2tex/example.tex
-@dirrm share/doc/tgif2tex
+%%PORTDOCS%%%%DOCSDIR%%/00readme
+%%PORTDOCS%%%%DOCSDIR%%/how-to-use.aux
+%%PORTDOCS%%%%DOCSDIR%%/how-to-use.dvi
+%%PORTDOCS%%%%DOCSDIR%%/how-to-use.log
+%%PORTDOCS%%%%DOCSDIR%%/how-to-use.ps
+%%PORTDOCS%%%%DOCSDIR%%/how-to-use.tex
+%%PORTDOCS%%%%DOCSDIR%%/example.obj
+%%PORTDOCS%%%%DOCSDIR%%/example.tex
+%%PORTDOCS%%%%DOCSDIR%%/original.dps
+%%PORTDOCS%%%%DOCSDIR%%/original.tps
+%%PORTDOCS%%%%DOCSDIR%%/pythagoras.dps
+%%PORTDOCS%%%%DOCSDIR%%/pythagoras.tps
+%%PORTDOCS%%%%DOCSDIR%%/sample1.obj
+%%PORTDOCS%%%%DOCSDIR%%/sample1.ps
+%%PORTDOCS%%%%DOCSDIR%%/sample2.1.dps
+%%PORTDOCS%%%%DOCSDIR%%/sample2.1.tps
+%%PORTDOCS%%%%DOCSDIR%%/sample2.2.dps
+%%PORTDOCS%%%%DOCSDIR%%/sample2.2.tps
+%%PORTDOCS%%%%DOCSDIR%%/sample2.3.dps
+%%PORTDOCS%%%%DOCSDIR%%/sample2.3.tps
+%%PORTDOCS%%%%DOCSDIR%%/sample2.aux
+%%PORTDOCS%%%%DOCSDIR%%/sample2.dvi
+%%PORTDOCS%%%%DOCSDIR%%/sample2.log
+%%PORTDOCS%%%%DOCSDIR%%/sample2.tex
+%%PORTDOCS%%%%DOCSDIR%%/sample2.obj
+%%PORTDOCS%%%%DOCSDIR%%/sample2.ps
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401260715.i0Q7F3ks028655>