diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-02-27 02:12:21 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-02-27 02:12:21 +0000 |
commit | 8113a557689ce89f82fc5b03128f2a5856631bea (patch) | |
tree | 4e821385cd4b95e82cb20a14daf39212b19ff605 /textproc/bib2html | |
parent | 69e7db61df36f9e98bce99fb4e8489c443199ad1 (diff) | |
download | ports-8113a557689ce89f82fc5b03128f2a5856631bea.tar.gz ports-8113a557689ce89f82fc5b03128f2a5856631bea.zip |
Notes
Diffstat (limited to 'textproc/bib2html')
-rw-r--r-- | textproc/bib2html/Makefile | 4 | ||||
-rw-r--r-- | textproc/bib2html/distinfo | 4 | ||||
-rw-r--r-- | textproc/bib2html/files/patch-BibScanner.pm | 11 | ||||
-rw-r--r-- | textproc/bib2html/pkg-descr | 2 |
4 files changed, 5 insertions, 16 deletions
diff --git a/textproc/bib2html/Makefile b/textproc/bib2html/Makefile index 82e770238719..95e60effa553 100644 --- a/textproc/bib2html/Makefile +++ b/textproc/bib2html/Makefile @@ -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 diff --git a/textproc/bib2html/distinfo b/textproc/bib2html/distinfo index fd9d1cca4b5f..7133429136c3 100644 --- a/textproc/bib2html/distinfo +++ b/textproc/bib2html/distinfo @@ -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 diff --git a/textproc/bib2html/files/patch-BibScanner.pm b/textproc/bib2html/files/patch-BibScanner.pm deleted file mode 100644 index 54112d4161e9..000000000000 --- a/textproc/bib2html/files/patch-BibScanner.pm +++ /dev/null @@ -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'} ) ; diff --git a/textproc/bib2html/pkg-descr b/textproc/bib2html/pkg-descr index ae2cd9517892..dc960540abe3 100644 --- a/textproc/bib2html/pkg-descr +++ b/textproc/bib2html/pkg-descr @@ -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/ |