diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2008-07-09 21:17:12 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2008-07-09 21:17:12 +0000 |
commit | 2ef3a4cdeab8937abea5ada940450b2856cf2e64 (patch) | |
tree | 5736ee708318bafdcd58caa0887d60ab0ced1e96 /textproc | |
parent | 544815feaba659255a80603de583b47fcc62071f (diff) | |
download | ports-2ef3a4cdeab8937abea5ada940450b2856cf2e64.tar.gz ports-2ef3a4cdeab8937abea5ada940450b2856cf2e64.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).
Notes
Notes:
svn path=/head/; revision=216637
Diffstat (limited to 'textproc')
-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 |