FreshPorts -- The Place For Ports Wed, 23 Jul 2008 5:02 PM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
bibtex2html 1.92 textproc on this many watch lists=2 search for ports that depend on this port
Tools for searching BibTeX and translating from BibTeX to HTML
Maintained by: gerald@FreeBSD.org search for ports maintained by this maintainer
Port Added: 10 Feb 2002 06:49:55
Also Listed In: print


bibtex2html is a collection of tools for translating from BibTeX to HTML.
They allow to produce, from a set of bibliography files in BibTeX format,
a bibliography in HTML format. Here are some features:

 o Handle any BibTeX style (even those producing multiple bibliographies);
 o Use additional fields like abstract, url, ps, etc. to insert web links;
 o Crossrefs are also replaced by links;
 o Sort by dates or authors, in increasing or decreasing order;
 o Read simple macros in TeX or LaTeX files;
 o Show syntax errors in BibTeX files;
 o Extract from one or several BibTeX files the set of entries satisfying a
   given criterion.

WWW: http://www.lri.fr/~filliatr/bibtex2html/

Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: lang/ocaml

To install the port: cd /usr/ports/textproc/bibtex2html/ && make install clean
To add the package: pkg_add -r bibtex2html


Configuration Options
     No options to configure

Master Sites:
http://www.lri.fr/~filliatr/ftp/bibtex2html/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 33

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
09 Jul 2008 22:17:12
Original commit files touched by this commit  1.92
gerald search for other commits by this committer
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).
22 Feb 2008 22:44:07
Original commit files touched by this commit  1.91
gerald search for other commits by this committer
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).
02 Feb 2008 11:59:17
Original commit files touched by this commit  1.90
gerald search for other commits by this committer
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).
10 Jan 2008 17:20:52
Original commit files touched by this commit  1.89
gerald search for other commits by this committer
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)
25 Dec 2007 20:09:02
Original commit files touched by this commit  1.88
gerald search for other commits by this committer
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).
22 Jul 2007 01:58:53
Original commit files touched by this commit  1.87
gerald search for other commits by this committer
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.
02 Jun 2007 11:20:03
Original commit files touched by this commit  1.86
gerald search for other commits by this committer
Update to version 1.86 which adds support for more accents macros
(\oe \OE \~ \v \' \r).
19 May 2007 21:32:57
Original commit files touched by this commit  1.85_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
17 Feb 2007 00:11:13
Original commit files touched by this commit  1.85
gerald search for other commits by this committer
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
31 Oct 2006 12:03:11
Original commit files touched by this commit  1.84
gerald search for other commits by this committer
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.
24 Sep 2006 16:30:37
Original commit files touched by this commit  1.83
gerald search for other commits by this committer
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).
23 Sep 2006 14:45:19
Original commit files touched by this commit  1.83
gerald search for other commits by this committer
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).
09 Apr 2006 10:19:18
Original commit files touched by this commit  1.80
gerald search for other commits by this committer
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.)
07 Apr 2006 09:19:01
Original commit files touched by this commit  1.78
gerald search for other commits by this committer
Shorten COMMENT.

Suggested by:   portlint
14 Jan 2006 02:38:32
Original commit files touched by this commit  1.78
gerald search for other commits by this committer
Update to version 1.78, which fixes a minor bug with unbalanced brackets
in bib2bib/bibtex2html output.
29 Nov 2005 22:17:44
Original commit files touched by this commit  1.77
gerald search for other commits by this committer
Update to version 1.77 which fixes a bug with unbalanced brackets in output.
22 Oct 2005 20:49:29
Original commit files touched by this commit  1.76
kris search for other commits by this committer
Add the distinfo update omitted from the 1.76 upgrade a few weeks ago.

Submitted by:    gerald (maintainer)
04 Oct 2005 23:07:04
Original commit files touched by this commit  1.76
gerald search for other commits by this committer
Update to version 1.76.
10 Jul 2005 15:02:11
Original commit files touched by this commit  1.75
gerald search for other commits by this committer
Update to version 1.75 (only doc changes).
30 Nov 2004 18:58:31
Original commit files touched by this commit  1.74
gerald search for other commits by this committer
Update to version 1.74.
31 Aug 2004 20:50:53
Original commit files touched by this commit  1.71
gerald search for other commits by this committer
Update to bibtex2html 1.71.
25 Jul 2004 06:45:42
Original commit files touched by this commit  1.70
gerald search for other commits by this committer
Update to version 1.70.
16 Mar 2004 11:25:07
Original commit files touched by this commit  1.68
gerald search for other commits by this committer
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.
17 Oct 2003 14:52:01
Original commit files touched by this commit  1.65
gerald search for other commits by this committer
Update to version 1.65.
22 Aug 2003 22:41:21
Original commit files touched by this commit  1.61
gerald search for other commits by this committer
Update to version 1.61.
19 Jun 2003 20:42:18
Original commit files touched by this commit  1.60
gerald search for other commits by this committer
Update to version 1.60 which adds a new sorting option -s to bib2bib and
improve the generated HTML output in several details.
03 Jun 2003 08:56:58
Original commit files touched by this commit  1.57
gerald search for other commits by this committer
Update to version 1.57.
07 Mar 2003 06:11:57
Original commit files touched by this commit  1.56
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
12 Nov 2002 21:33:23
Original commit files touched by this commit  1.56
gerald search for other commits by this committer
Update to version 1.56, which fixes a severe bug in bib2bib.

Approved by:    obrien (mentor)
31 Jul 2002 08:25:02
Original commit files touched by this commit  1.54
gerald search for other commits by this committer
Update checksum, as the authors of bibtex2html released a slightly modified
version without bumping the version/name of the archive.

Approved by:    obrien (mentor)
11 Jul 2002 11:34:35
Original commit files touched by this commit  1.54
gerald search for other commits by this committer
Update the bibtex2html port to version 1.54.

Approved by:    obrien (mentor)
11 Jul 2002 11:15:23
Original commit files touched by this commit  1.52
gerald search for other commits by this committer
Use my FreeBSD.org mail address for the MAINTAINER field.

Approved by:    obrien (mentor)
10 Feb 2002 09:49:55
files touched by this commit
petef search for other commits by this committer
Add bibtex2html 1.52, a collection of tools for searching BibTeX   and
translating from BibTeX to HTML.    

Number of commits found: 33

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
drupal5Jul 13
drupal6Jul 13
popplerJul 09
py-pylonsJul 04
freetype2Jul 03
fetchmailJul 01
squid*Jun 28
squid24*Jun 28
squid30*Jun 28
apache22Jun 24
php5-posix*Jun 22
firefox*Jun 21
firefox-devel*Jun 21
firefox10*Jun 21
firefox15*Jun 21

3 vulnerabilities affecting 4 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 18841
Broken 146
Deprecated 97
Ignore 428
Forbidden 5
Restricted 333
No CDROM 129
Vulnerable 51
Expired 16
Set to expire 76
Interactive 78
new 24 hours 7
new 48 hours9
new 7 days62
new fortnight73
new month151

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.434 seconds.