From bremner-dated-1098906764.9e8866@unb.ca  Wed Oct 13 19:52:46 2004
Return-Path: <bremner-dated-1098906764.9e8866@unb.ca>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 47A4116A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Oct 2004 19:52:46 +0000 (GMT)
Received: from convex.cs.unb.ca (convex.cs.unb.ca [131.202.244.141])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CBF6F43D31
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Oct 2004 19:52:45 +0000 (GMT)
	(envelope-from bremner-dated-1098906764.9e8866@unb.ca)
Received: from bremner by convex.cs.unb.ca with local (Exim 4.41 (FreeBSD))
	id 1CHpAy-000GKH-WC
	for FreeBSD-gnats-submit@freebsd.org; Wed, 13 Oct 2004 16:52:45 -0300
Received: by convex.cs.unb.ca (tmda-sendmail, from uid 1266);
	Wed, 13 Oct 2004 16:52:44 -0300 (ADT)
Received: from bremner by convex.cs.unb.ca with local (Exim 4.41 (FreeBSD))
	id 1CHpAy-000GK7-CS; Wed, 13 Oct 2004 16:52:44 -0300
Message-Id: <E1CHpAy-000GK7-CS@convex.cs.unb.ca>
Date: Wed, 13 Oct 2004 16:52:44 -0300
From: David Bremner <bremner@unb.ca>
Sender: David Bremner <bremner@convex.cs.unb.ca>
Reply-To: David Bremner <bremner@unb.ca>
To: FreeBSD-gnats-submit@freebsd.org
Cc: witr@rwwa.com
Subject: update ports/print/hyperlatex to version 2.7
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         72658
>Category:       ports
>Synopsis:       update ports/print/hyperlatex to version 2.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 13 20:00:47 GMT 2004
>Closed-Date:    Mon Oct 18 06:13:02 GMT 2004
>Last-Modified:  Mon Oct 18 06:13:02 GMT 2004
>Originator:     David Bremner
>Release:        FreeBSD 5.2.1-RELEASE-p3 i386
>Organization:
University of 
>Environment:
System: FreeBSD convex.cs.unb.ca 5.2.1-RELEASE-p3 FreeBSD 5.2.1-RELEASE-p3 #12: Fri Mar 19 11:08:54 AST 2004 bremner@convex.cs.unb.ca:/usr/obj/usr/src/sys/CONVEX2 i386


	
>Description:

	Here is an update of the port to version 2.7.

	I moved most of the data files out of ${PREFIX}/share/texmf,
	because they are independant from TeX.

>How-To-Repeat:
	
>Fix:
diff -u /usr/ports/print/hyperlatex/Makefile hyperlatex/Makefile
--- /usr/ports/print/hyperlatex/Makefile	Thu Apr  1 09:33:51 2004
+++ hyperlatex/Makefile	Wed Oct 13 16:06:35 2004
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	Hyperlatex
-PORTVERSION=	2.6
+PORTVERSION=	2.7
 CATEGORIES=	print
-MASTER_SITES=	http://www.cs.uu.nl/~otfried/Hyperlatex/
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=hyperlatex
 
 MAINTAINER=	witr@rwwa.com
 COMMENT=	Produce HTML and printed documents from LaTeX source
@@ -19,23 +20,26 @@
 		ppmtogif:${PORTSDIR}/graphics/netpbm
 
 USE_REINPLACE=	yes
-LATEX_DIR=	${PREFIX}/share/texmf/tex/latex
-HYPERLATEX_DIR=	${PREFIX}/share/texmf/tex/latex/hyperlatex
+LATEX_DIR=	${PREFIX}/share/texmf/tex/latex/hyperlatex
+HYPERLATEX_DIR=	${PREFIX}/share/hyperlatex
 
 do-configure:
 	@(cd ${WRKSRC} && \
-	${REINPLACE_CMD} -e 's|http://www.cs.uu.nl/\\~{}otfried/img/||' siteinit.hlx && \
-	${REINPLACE_CMD} -e 's|$$HOME/Hyperlatex/Hlx|${PREFIX}/share/texmf/tex/latex/hyperlatex|' hyperlatex)
+	${REINPLACE_CMD} -e 's|http://www.cs.uu.nl/\\~{}otfried/img/||' hlx/siteinit.hlx && \
+	${REINPLACE_CMD} -e 's|$$HOME/Hyperlatex/Hlx|${HYPERLATEX_DIR}|' bin/hyperlatex && \
+	${REINPLACE_CMD} -e '1s|^#$$|#\!/usr/bin/awk|' bin/normalize-eps.awk)
 
 do-build:
-	cd ${WRKSRC}; emacs -batch -q -no-site-file -l hyperlatex.el -f hyperlatex-compile
+	cd ${WRKSRC}/hlx; emacs -batch -q -no-site-file -l hyperlatex.el -f hyperlatex-compile
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/hyperlatex ${PREFIX}/bin
-	${INSTALL_SCRIPT} ${WRKSRC}/ps2gif ${PREFIX}/bin
-	${INSTALL_DATA} ${WRKSRC}/hyperlatex.sty ${LATEX_DIR}
 	${MKDIR} ${HYPERLATEX_DIR}
-	cd ${WRKSRC}; for f in *.el *.elc *.hlx *.xbm *.awk ; do \
+	${MKDIR} ${LATEX_DIR}
+	${INSTALL_SCRIPT} ${WRKSRC}/bin/hyperlatex ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/bin/ps2image ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/bin/normalize-eps.awk ${PREFIX}/bin/normalize-eps	
+	${INSTALL_DATA} ${WRKSRC}/etc/hyperlatex.sty ${LATEX_DIR}
+	cd ${WRKSRC}/hlx; for f in *.el *.elc *.hlx *.xbm *.awk ; do \
 	    if [ -f $$f ]; then ${INSTALL_DATA} $$f ${HYPERLATEX_DIR}; fi; done
 
 .include <bsd.port.mk>
Only in hyperlatex: Makefile~
diff -u /usr/ports/print/hyperlatex/distinfo hyperlatex/distinfo
--- /usr/ports/print/hyperlatex/distinfo	Thu Apr  1 09:33:51 2004
+++ hyperlatex/distinfo	Wed Oct 13 15:25:45 2004
@@ -1,2 +1,2 @@
-MD5 (Hyperlatex-2.6.tar.gz) = b1d48a3b76ce5f5daf38bf69312cfddd
-SIZE (Hyperlatex-2.6.tar.gz) = 86430
+MD5 (Hyperlatex-2.7.tar.gz) = 1d204f7985dfd0d7f314a6474e9eda39
+SIZE (Hyperlatex-2.7.tar.gz) = 108548
diff -u /usr/ports/print/hyperlatex/pkg-plist hyperlatex/pkg-plist
--- /usr/ports/print/hyperlatex/pkg-plist	Fri Nov  7 10:16:58 2003
+++ hyperlatex/pkg-plist	Wed Oct 13 16:07:42 2004
@@ -1,29 +1,31 @@
 bin/hyperlatex
-bin/ps2gif
-share/texmf/tex/latex/hyperlatex.sty
-share/texmf/tex/latex/hyperlatex/article.hlx
-share/texmf/tex/latex/hyperlatex/babel.hlx
-share/texmf/tex/latex/hyperlatex/bluepanels.hlx
-share/texmf/tex/latex/hyperlatex/book.hlx
-share/texmf/tex/latex/hyperlatex/color.hlx
-share/texmf/tex/latex/hyperlatex/colortbl.hlx
-share/texmf/tex/latex/hyperlatex/dutch.hlx
-share/texmf/tex/latex/hyperlatex/english.hlx
-share/texmf/tex/latex/hyperlatex/fancyhdr.hlx
-share/texmf/tex/latex/hyperlatex/frames.hlx
-share/texmf/tex/latex/hyperlatex/french.hlx
-share/texmf/tex/latex/hyperlatex/german.hlx
-share/texmf/tex/latex/hyperlatex/hyperxml.hlx
-share/texmf/tex/latex/hyperlatex/italian.hlx
-share/texmf/tex/latex/hyperlatex/longtable.hlx
-share/texmf/tex/latex/hyperlatex/makeidx.hlx
-share/texmf/tex/latex/hyperlatex/portuges.hlx
-share/texmf/tex/latex/hyperlatex/pstcol.hlx
-share/texmf/tex/latex/hyperlatex/report.hlx
-share/texmf/tex/latex/hyperlatex/sequential.hlx
-share/texmf/tex/latex/hyperlatex/simplepanels.hlx
-share/texmf/tex/latex/hyperlatex/siteinit.hlx
-share/texmf/tex/latex/hyperlatex/tabularx.hlx
-share/texmf/tex/latex/hyperlatex/hyperlatex.el
-share/texmf/tex/latex/hyperlatex/hyperlatex.elc
+bin/ps2image
+bin/normalize-eps
+share/texmf/tex/latex/hyperlatex/hyperlatex.sty
+share/hyperlatex/article.hlx
+share/hyperlatex/babel.hlx
+share/hyperlatex/bluepanels.hlx
+share/hyperlatex/book.hlx
+share/hyperlatex/color.hlx
+share/hyperlatex/colortbl.hlx
+share/hyperlatex/dutch.hlx
+share/hyperlatex/english.hlx
+share/hyperlatex/fancyhdr.hlx
+share/hyperlatex/frames.hlx
+share/hyperlatex/french.hlx
+share/hyperlatex/german.hlx
+share/hyperlatex/hyperxml.hlx
+share/hyperlatex/italian.hlx
+share/hyperlatex/longtable.hlx
+share/hyperlatex/makeidx.hlx
+share/hyperlatex/portuges.hlx
+share/hyperlatex/pstcol.hlx
+share/hyperlatex/report.hlx
+share/hyperlatex/sequential.hlx
+share/hyperlatex/simplepanels.hlx
+share/hyperlatex/siteinit.hlx
+share/hyperlatex/tabularx.hlx
+share/hyperlatex/hyperlatex.el
+share/hyperlatex/hyperlatex.elc
 @dirrm share/texmf/tex/latex/hyperlatex
+@dirrm share/hyperlatex




>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: pav 
State-Changed-When: Sat Oct 16 15:03:14 GMT 2004 
State-Changed-Why:  
Asked maintainer for approval. 


Responsible-Changed-From-To: freebsd-ports-bugs->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Sat Oct 16 15:03:14 GMT 2004 
Responsible-Changed-Why:  
Handle. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=72658 

From: Pav Lucistnik <pav@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org, bremner@unb.ca, witr@rwwa.com
Cc:  
Subject: Re: ports/72658: update ports/print/hyperlatex to version 2.7
Date: Sat, 16 Oct 2004 17:03:11 +0200

 Dear maintainer of FreeBSD port print/hyperlatex, please take a look at
 
 http://www.freebsd.org/cgi/query-pr.cgi?q=72658
 
 Do you approve this update?
 
 -- 
 Pav Lucistnik <pav@oook.cz>
               <pav@FreeBSD.org>
 
 Eat when you are hungry, sleep when you are tired.
 Chase butterflies when you want some fun.
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Mon Oct 18 06:12:50 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=72658 
>Unformatted:
