Skip site navigation (1)Skip section navigation (2)

CVS log for ports/textproc/bibtex2html/Makefile

[BACK] Up to [FreeBSD] / ports / textproc / bibtex2html

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Oct 24 23:25:39 2010 UTC (15 months, 2 weeks ago) by gerald
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -1 lines
Update to bibtex2html 1.96.  This brings the following changes:
 - bib2bib: option "--php-output" to produce output as a PHP 2D array.
 - bib2bib: options "--remove" and "--rename" to remove or rename fields.
 - bib2bib: option "--no-comment", to prevent generation of extra comments.
 - Fixed support for DOI links: when field "doi" is already an URL, the
   DOI prefix is not prepended.
 - Tags "bibtexnumber" and "bibtexitem" are now inserted to ease the
   customization using CSS.
 - Option -debug now prints the exact BibTeX commmand which is run.
 - New option --note-html similar to --note but assuming a bibtex
   field already in HTML format.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat May 9 16:35:24 2009 UTC (2 years, 9 months ago) by gerald
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
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.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Feb 1 11:04:44 2009 UTC (3 years ago) by gerald
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -1 lines
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.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Jul 9 21:17:12 2008 UTC (3 years, 7 months ago) by gerald
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
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).

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Feb 22 22:44:07 2008 UTC (3 years, 11 months ago) by gerald
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
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).

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Feb 2 11:59:17 2008 UTC (4 years ago) by gerald
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
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).

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Jan 10 17:20:52 2008 UTC (4 years, 1 month ago) by gerald
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
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)

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Dec 25 20:09:02 2007 UTC (4 years, 1 month ago) by gerald
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
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).

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Jul 22 00:58:53 2007 UTC (4 years, 6 months ago) by gerald
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
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.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Jun 2 10:20:02 2007 UTC (4 years, 8 months ago) by gerald
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -2 lines
Update to version 1.86 which adds support for more accents macros
(\oe \OE \~ \v \' \r).

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat May 19 20:23:48 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Feb 17 00:11:13 2007 UTC (4 years, 11 months ago) by gerald
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
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

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Oct 31 12:03:11 2006 UTC (5 years, 3 months ago) by gerald
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
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.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Sep 23 13:45:19 2006 UTC (5 years, 4 months ago) by gerald
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
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).

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Apr 9 09:19:18 2006 UTC (5 years, 10 months ago) by gerald
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
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.)

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Apr 7 08:19:01 2006 UTC (5 years, 10 months ago) by gerald
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
Shorten COMMENT.

Suggested by:	portlint

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Jan 14 02:38:32 2006 UTC (6 years ago) by gerald
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Update to version 1.78, which fixes a minor bug with unbalanced brackets
in bib2bib/bibtex2html output.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Nov 29 22:17:44 2005 UTC (6 years, 2 months ago) by gerald
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Update to version 1.77 which fixes a bug with unbalanced brackets in output.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Oct 4 22:07:04 2005 UTC (6 years, 4 months ago) by gerald
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Update to version 1.76.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Jul 10 14:02:11 2005 UTC (6 years, 7 months ago) by gerald
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
Update to version 1.75 (only doc changes).

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Nov 30 18:58:31 2004 UTC (7 years, 2 months ago) by gerald
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Update to version 1.74.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Aug 31 19:50:53 2004 UTC (7 years, 5 months ago) by gerald
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Update to bibtex2html 1.71.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Jul 25 05:45:41 2004 UTC (7 years, 6 months ago) by gerald
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Update to version 1.70.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Mar 16 11:25:07 2004 UTC (7 years, 10 months ago) by gerald
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
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.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Oct 17 13:52:00 2003 UTC (8 years, 3 months ago) by gerald
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Update to version 1.65.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Aug 22 21:41:21 2003 UTC (8 years, 5 months ago) by gerald
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Update to version 1.61.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jun 19 19:42:18 2003 UTC (8 years, 7 months ago) by gerald
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
Update to version 1.60 which adds a new sorting option -s to bib2bib and
improve the generated HTML output in several details.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jun 3 07:56:58 2003 UTC (8 years, 8 months ago) by gerald
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Update to version 1.57.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:11:37 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_8_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -0 lines
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Nov 12 21:33:23 2002 UTC (9 years, 3 months ago) by gerald
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Update to version 1.56, which fixes a severe bug in bib2bib.

Approved by:	obrien (mentor)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jul 11 10:34:35 2002 UTC (9 years, 7 months ago) by gerald
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Update the bibtex2html port to version 1.54.

Approved by:	obrien (mentor)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jul 11 10:15:23 2002 UTC (9 years, 7 months ago) by gerald
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Use my FreeBSD.org mail address for the MAINTAINER field.

Approved by:	obrien (mentor)

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Feb 10 09:49:55 2002 UTC (10 years ago) by petef
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
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>

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options