diff options
author | gerald <gerald@FreeBSD.org> | 2008-07-10 05:17:12 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2008-07-10 05:17:12 +0800 |
commit | 5df8015be0f093f722e67cec74d81c65563ccf21 (patch) | |
tree | 92327e38326ed043c43f98e30191f99f7943502c /textproc/bibtex2html | |
parent | 5cab83fe946b6786285f92864d36827108ab1af4 (diff) | |
download | freebsd-ports-gnome-5df8015be0f093f722e67cec74d81c65563ccf21.tar.gz freebsd-ports-gnome-5df8015be0f093f722e67cec74d81c65563ccf21.tar.zst freebsd-ports-gnome-5df8015be0f093f722e67cec74d81c65563ccf21.zip |
Update to bibtex2html 1.92. This brings the following relevant changes:
- New bib2bib option --expand-xrefs to perform crossrefs expansion.
- Option -m (reading macros from a file):
- fixed macro definition with \def
- macros with arguments are now supported
- Added accents conversion for tilda, and fixed accents conversion
for \"i, \"\i and such (patch by Samuel Colin).
- Fixed bib2bib command-line options to accept --warn-error and
--quiet (as described in the manual).
Diffstat (limited to 'textproc/bibtex2html')
-rw-r--r-- | textproc/bibtex2html/Makefile | 2 | ||||
-rw-r--r-- | textproc/bibtex2html/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/bibtex2html/Makefile b/textproc/bibtex2html/Makefile index 0575156ff0f3..5f2380fba523 100644 --- a/textproc/bibtex2html/Makefile +++ b/textproc/bibtex2html/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bibtex2html -PORTVERSION= 1.91 +PORTVERSION= 1.92 CATEGORIES= textproc print MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ diff --git a/textproc/bibtex2html/distinfo b/textproc/bibtex2html/distinfo index e1d73b409ac9..98512ae1ca02 100644 --- a/textproc/bibtex2html/distinfo +++ b/textproc/bibtex2html/distinfo @@ -1,3 +1,3 @@ -MD5 (bibtex2html-1.91.tar.gz) = 19d9415d5da3681f5b99d9fa1c432e1d -SHA256 (bibtex2html-1.91.tar.gz) = f676ecc944635ae125d52386600c9173defa9a4be2ccddf03874ba0a2b1b2fe8 -SIZE (bibtex2html-1.91.tar.gz) = 69251 +MD5 (bibtex2html-1.92.tar.gz) = 9d69980f595be02a79a96a851d79bb88 +SHA256 (bibtex2html-1.92.tar.gz) = 3410acb7c01871a48fb4b483a3d93ade49e7fde2ce6d2c19daa3733c734caaea +SIZE (bibtex2html-1.92.tar.gz) = 69800 |