Commit graph

36 commits

Author SHA1 Message Date
Gerald Pfeifer
43e4a106b2 Update address. 2009-06-18 17:47:56 +00:00
Gerald Pfeifer
af9d1f158c Update to bibtex2html 1.94. This brings the following change:
- Support for arXiv preprints links:  A field "eprint = {xxx}" will
   be recognized, if any, and a link to http://arxiv.org/abs/ will be
   displayed.  The command-line option -noeprint disables this new
   behavior; the option -eprintf-prefix <url> sets a different prefix
   for these URLs.
2009-05-09 16:35:24 +00:00
Gerald Pfeifer
6be6b0ed87 Update to bibtex2html 1.93. This brings the following changes:
- bib2bib: giving '$date' as argument of option -s allows to sort from
   oldest to newest entry.
 - bib2bib: field names in conditions may contain digits and '-' (usefull
   for custom fields).

Replace pkg-plist by PLIST_FILES in Makefile.
2009-02-01 11:04:44 +00:00
Gerald Pfeifer
2ef3a4cdea 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).
2008-07-09 21:17:12 +00:00
Gerald Pfeifer
d1838fca6a Update to bibtex2html 1.91. This brings the following changes:
- Fixed bug in bib2bib and bibtex2html when quotes (") are used in fields.
 - Fixed bug with -nobibsource and -multiple (bib links on the separate
   pages).
2008-02-22 22:44:07 +00:00
Gerald Pfeifer
16fef643c8 Update to bibtex2html 1.90. This brings the following changes:
- bib2bib: = and <> are now case insensitive; use == and != instead
   to perform case sensitive comparison.
 - Correctly support $x$$y$ where the central $$ is not passing into
   display math mode.
 - More cases for accent macros \' \~ \. \u \v (patch by John Kewley).
2008-02-02 11:59:17 +00:00
Gerald Pfeifer
282f427dd5 Update to bibtex2html 1.89. This brings the following changes:
- entry types and field names now typeset in lowercase in f_bib.html
 - new option -unicode to use Unicode entities for some macros
   (such as &#9711; for \bigcirc, etc.)
 - new option -html-entities to use HTML entities for some macros
   such as \le, \approx, etc. (patch by Steven G. Johnson)
 - new option -header to insert a header (similar to -footer)
   (patch by Steven G. Johnson)
2008-01-10 17:20:52 +00:00
Gerald Pfeifer
2642f72ed2 Update to bibtex2html 1.88. This brings the following changes:
- New option -revkeys to number entries in reverse order.
 - Fixed bug with '\ ' (backslash space) introduced in version 1.82.
 - \c{C}, \"y, \"Y and \k (using unicode entities).
2007-12-25 20:09:02 +00:00
Gerald Pfeifer
5dbd371032 Update to bibtex2html 1.87. This adds support for \hat, \mathfrak
(supported but no font change, as for \mathcal ad \mathbb), \~a, \~A,
\~o, and \~O.  "--" is translated to &ndash; and "---" to &mdash; now.
2007-07-22 00:58:53 +00:00
Gerald Pfeifer
0d41d29b71 Update to version 1.86 which adds support for more accents macros
(\oe \OE \~ \v \' \r).
2007-06-02 10:20:02 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Gerald Pfeifer
74ef9ebe0a Update to bibtex2html 1.85. This brings the following changes:
- Fixed HTML output in f_bib.html: <pre> no more enclosed in <p>;
   bibtex fields now typeset in lowercase; added links back to f.html.
 - Macros \textin (<sub>), \textsu (<sup>), \textsi (<i>), and macros
   \textln, \textos, \textdf, \textsw without translation.
 - Option -t now sets the title of f_bib.html too (and of entries
   files when used with -multiple).

Submitted by:	rafan
2007-02-17 00:11:13 +00:00
Gerald Pfeifer
7a4022ef9a Update to bibtex2html 1.84. This brings the following changes:
- Improved support for MRNUMBER of AMS styles: only first word is
   used in the URL link.
2006-10-31 12:03:11 +00:00
Gerald Pfeifer
7fe6f5dd3c Update to new upstream tarball. The only change is an adjustment of the
version reported by the tools to match the official version number (based
on a bug report of mine).
2006-09-24 15:30:36 +00:00
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
Gerald Pfeifer
53c9ad5b0a Update to version 1.80.
According to the upstream ChangeLog, this addresses the following issues:

 o remove leading ./ in front of relative URLs (was introduced a long
   time ago to circumvent an Internet Explorer bug)
 o no more escaping of the character & in URLs
 o fixed bug with ISO-latin characters in bib2bib conditions
 o fixed bug with implicit abbrevs (jan, feb, etc.)
2006-04-09 09:19:18 +00:00
Gerald Pfeifer
3f0deee25a Shorten COMMENT.
Suggested by:	portlint
2006-04-07 08:19:01 +00:00
Gerald Pfeifer
986864724d Update to version 1.78, which fixes a minor bug with unbalanced brackets
in bib2bib/bibtex2html output.
2006-01-14 02:38:32 +00:00
Gerald Pfeifer
4acde692ed Update to version 1.77 which fixes a bug with unbalanced brackets in output. 2005-11-29 22:17:44 +00:00
Kris Kennaway
d9a8ab5c87 Add the distinfo update omitted from the 1.76 upgrade a few weeks ago.
Submitted by:	 gerald (maintainer)
2005-10-22 19:49:29 +00:00
Gerald Pfeifer
c040589f84 Update to version 1.76. 2005-10-04 22:07:04 +00:00
Gerald Pfeifer
ccb2e821d6 Update to version 1.75 (only doc changes). 2005-07-10 14:02:11 +00:00
Gerald Pfeifer
a05b4a926c Update to version 1.74. 2004-11-30 18:58:31 +00:00
Gerald Pfeifer
ab72c089d2 Update to bibtex2html 1.71. 2004-08-31 19:50:53 +00:00
Gerald Pfeifer
bf22500589 Update to version 1.70. 2004-07-25 05:45:41 +00:00
Gerald Pfeifer
2bd78af3cb Update to version 1.68, skipping 1.66 and 1.67 which contained bugs I
encountered (and reported) while preparing the update of this port.
2004-03-16 11:25:07 +00:00
Gerald Pfeifer
5157145fd6 Update to version 1.65. 2003-10-17 13:52:01 +00:00
Gerald Pfeifer
c97e040df9 Update to version 1.61. 2003-08-22 21:41:21 +00:00
Gerald Pfeifer
4c368fe3a2 Update to version 1.60 which adds a new sorting option -s to bib2bib and
improve the generated HTML output in several details.
2003-06-19 19:42:18 +00:00
Gerald Pfeifer
64fb8f8d70 Update to version 1.57. 2003-06-03 07:56:58 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Gerald Pfeifer
6524667e23 Update to version 1.56, which fixes a severe bug in bib2bib.
Approved by:	obrien (mentor)
2002-11-12 21:33:23 +00:00
Gerald Pfeifer
d43cfdbdaa Update checksum, as the authors of bibtex2html released a slightly modified
version without bumping the version/name of the archive.

Approved by:	obrien (mentor)
2002-07-31 07:25:02 +00:00
Gerald Pfeifer
96bfb29cd9 Update the bibtex2html port to version 1.54.
Approved by:	obrien (mentor)
2002-07-11 10:34:35 +00:00
Gerald Pfeifer
aec4e517ea Use my FreeBSD.org mail address for the MAINTAINER field.
Approved by:	obrien (mentor)
2002-07-11 10:15:23 +00:00
Pete Fritchman
40d65a2ed9 Add bibtex2html 1.52, a collection of tools for searching BibTeX
and translating from BibTeX to HTML.

PR:		34079
Submitted by:	Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2002-02-10 09:49:55 +00:00