1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

upgrade to 0.11

This commit is contained in:
Ying-Chieh Liao 2004-02-27 02:12:21 +00:00
parent 69e7db61df
commit 8113a55768
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102255
4 changed files with 5 additions and 16 deletions

View File

@ -7,9 +7,9 @@
#
PORTNAME= bib2html
PORTVERSION= 0.10
PORTVERSION= 0.11
CATEGORIES= textproc print
MASTER_SITES= http://www.arakhne.org/mirrors/ \
MASTER_SITES= http://galland.stephane.free.fr/arakhne.org/bib2html/ \
http://fresh.t-systems-sfr.com/unix/src/privat2/
MAINTAINER= ports@FreeBSD.org

View File

@ -1,2 +1,2 @@
MD5 (bib2html-0.10.tar.gz) = bd41bee1136d95f346e9297fd9dbb8cb
SIZE (bib2html-0.10.tar.gz) = 77665
MD5 (bib2html-0.11.tar.gz) = 19cbe51a50d805ca76a9bdd2e1219da6
SIZE (bib2html-0.11.tar.gz) = 92808

View File

@ -1,11 +0,0 @@
--- Bib2HTML/Parser/BibScanner.pm.orig Fri Feb 13 09:23:42 2004
+++ Bib2HTML/Parser/BibScanner.pm Fri Feb 13 09:23:59 2004
@@ -327,7 +327,7 @@
sub transition_callback_entry_fields_main($) {
my $self = shift ;
- $self->addentry $self->{'BUFFER'}{'currententry'}{'key'},
+ $self->addentry( $self->{'BUFFER'}{'currententry'}{'key'},
$self->{'BUFFER'}{'currententry'}{'type'},
$self->{'BUFFER'}{'currententry'}{'fields'},
$self->{'BUFFER'}{'currententry'}{'lineno'} ) ;

View File

@ -1,4 +1,4 @@
bib2html is a script which permits to generate a set of HTML pages from a
BibTeX database.
WWW: http://www.arakhne.org/tools/bib2html/
WWW: http://galland.stephane.free.fr/arakhne.org/bib2html/