freebsd-ports/textproc/bibtex2html/Makefile
Gerald Pfeifer c925e9559c Update to bibtex2html 1.83. This brings the following changes:
- Support for DOI links: a field "DOI = {xxx}" will be recognized,
   if any, and a link to http://dx.doi.org/xxx will be displayed.
   -no-doi disables this, and -doi-prefix <url> sets a different prefix
   for DOI URLs.
 - Support macro \H (Hungarian umlauts).
 - New option -linebreak inserts a linebreak between an entry and its links.
 - New option -use-table enforces the use of a table (to be used after
   -no-keys if needed).  By default, -nokeys disables the use of tables.
 - `` and '' are translated to &ldquo; and &rdquo.
 - Some aesthetic changes.
 - Improve date parsing: month field such as "2~" # dec is now parsed.
 - Improve date sorting to handle months such as mar # "\slash " # apr.
 - Bugfix: a space after a macro is now discarded.
 - New option --print-keys displays the sorted keys (and exits).
2006-09-23 13:45:19 +00:00

22 lines
511 B
Makefile

# New ports collection makefile for: bibtex2html
# Date created: 2002-01-21
# Whom: Gerald Pfeifer <gerald@pfeifer.com>
#
# $FreeBSD$
#
PORTNAME= bibtex2html
PORTVERSION= 1.83
CATEGORIES= textproc print
MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/
MAINTAINER= gerald@FreeBSD.org
COMMENT= Tools for searching BibTeX and translating from BibTeX to HTML
BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml
GNU_CONFIGURE= yes
MAN1= bibtex2html.1 bib2bib.1 aux2bib.1
.include <bsd.port.mk>