Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2006 16:28:43 +0300
From:      "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/96585: [PATCH] textproc/bib2html: update to 4.1.1
Message-ID:  <1146490123.21197@it.buh.tecnik93.com>
Resent-Message-ID: <200605011330.k41DUGvq022611@freefall.freebsd.org>

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

>Number:         96585
>Category:       ports
>Synopsis:       [PATCH] textproc/bib2html: update to 4.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 01 13:30:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ion-Mihai "IOnut" Tetcu
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
Tecnik'93 
>Environment:


System: FreeBSD 6.1-PRERELEASE #3: Tue Apr  4 15:35:15 EEST 2006
    root@it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_U_P



>Description:


Update to 4.1.1:
- fix fetch with this update [1]
- also install bib2xml and Italina Lang file
- update WWW

Reported by:		fenner's distfiles survey [1]
Tinderbox logs:	http://sce-tindy.tecnik93.com/tb-exp/index.php?action=describe_port&id=305


>How-To-Repeat:





>Fix:


--- bib2html.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/bib2html/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	5 Apr 2005 10:55:44 -0000	1.7
+++ Makefile	1 May 2006 13:25:49 -0000
@@ -7,15 +7,16 @@
 #
 
 PORTNAME=	bib2html
-PORTVERSION=	3.3
+DISTVERSION=	4.1-1
 CATEGORIES=	textproc print
-MASTER_SITES=	http://galland.stephane.free.fr/arakhne.org/bib2html/ \
-		http://fresh.t-systems-sfr.com/unix/src/privat2/
+MASTER_SITES=	http://www.arakhne.org/IMG/gz/ \
+		http://fresh.t-systems-sfr.com/fresh/unix/src/privat2/
+DISTFILES=	${PORTNAME}_${DISTVERSION}${EXTRACT_SUFX}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	The BibTeX to HTML Translator
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
+WRKSRC=		${WRKDIR}/${PORTNAME}-4.1/src
 
 USE_PERL5_RUN=	yes
 NO_BUILD=	yes
@@ -23,9 +24,12 @@
 post-patch:
 	@${SED} -e 's:= "$$0";:= "${SITE_PERL}/Bib2HTML";:g' \
 		< ${WRKSRC}/bib2html.pl > ${WRKSRC}/bib2html
+	@${SED} -e 's:= "$$0";:= "${SITE_PERL}/Bib2HTML";:g' \
+		< ${WRKSRC}/bib2xml.pl > ${WRKSRC}/bib2xml
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/bib2html ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/bib2xml ${PREFIX}/bin
 	@${MKDIR} ${SITE_PERL}/Bib2HTML
 	@cd ${WRKSRC}/Bib2HTML && ${FIND} . | \
 		${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} ${SITE_PERL}/Bib2HTML
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/textproc/bib2html/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo	25 Nov 2005 18:40:27 -0000	1.6
+++ distinfo	1 May 2006 13:25:49 -0000
@@ -1,3 +1,3 @@
-MD5 (bib2html-3.3.tar.gz) = ec9ea5d6f2bfb8e0d7b8d51c2f64b5c2
-SHA256 (bib2html-3.3.tar.gz) = 3de09a1c29f59a8d9a0a0cc6d9a84408dff2226358d9d678ea271b390927153e
-SIZE (bib2html-3.3.tar.gz) = 547210
+MD5 (bib2html_4.1-1.tar.gz) = 728ee5de1dacef3f70d01ad0da4cc371
+SHA256 (bib2html_4.1-1.tar.gz) = 76486dd2b610d990b863871920f90adf2376d3dd58ebe21ca127e5d962b39a49
+SIZE (bib2html_4.1-1.tar.gz) = 555090
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/textproc/bib2html/pkg-descr,v
retrieving revision 1.2
diff -u -r1.2 pkg-descr
--- pkg-descr	27 Feb 2004 02:12:20 -0000	1.2
+++ pkg-descr	1 May 2006 13:25:49 -0000
@@ -1,4 +1,4 @@
 bib2html is a script which permits to generate a set of HTML pages from a
 BibTeX database.
 
-WWW: http://galland.stephane.free.fr/arakhne.org/bib2html/
+WWW: http://www.arakhne.org/
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/textproc/bib2html/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	5 Apr 2005 10:55:44 -0000	1.1
+++ pkg-plist	1 May 2006 13:25:49 -0000
@@ -1,4 +1,5 @@
 bin/bib2html
+bin/bib2xml
 %%SITE_PERL%%/Bib2HTML/Checker/Names.pm
 %%SITE_PERL%%/Bib2HTML/General/Error.pm
 %%SITE_PERL%%/Bib2HTML/General/HTML.pm
@@ -11,6 +12,7 @@
 %%SITE_PERL%%/Bib2HTML/Generator/HTMLGen.pm
 %%SITE_PERL%%/Bib2HTML/Generator/Lang/English.pm
 %%SITE_PERL%%/Bib2HTML/Generator/Lang/French.pm
+%%SITE_PERL%%/Bib2HTML/Generator/Lang/Italian.pm
 %%SITE_PERL%%/Bib2HTML/Generator/Lang/Portuguese.pm
 %%SITE_PERL%%/Bib2HTML/Generator/Lang/Spanish.pm
 %%SITE_PERL%%/Bib2HTML/Generator/Lang.pm
--- bib2html.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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