FreshPorts -- The Place For Ports Thu, 4 Dec 2008 6:34 PM GMT
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

non port: textproc/bibtex2html/Makefile
CVSWeb

Number of commits found: 30

Wed, 9 Jul 2008
[ 22:17 gerald ] Original commit 
1.30 textproc/bibtex2html/Makefile
1.28 textproc/bibtex2html/distinfo
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).
Fri, 22 Feb 2008
[ 22:44 gerald ] Original commit 
1.29 textproc/bibtex2html/Makefile
1.27 textproc/bibtex2html/distinfo
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).
Sat, 2 Feb 2008
[ 11:59 gerald ] Original commit 
1.28 textproc/bibtex2html/Makefile
1.26 textproc/bibtex2html/distinfo
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).
Thu, 10 Jan 2008
[ 17:20 gerald ] Original commit 
1.27 textproc/bibtex2html/Makefile
1.25 textproc/bibtex2html/distinfo
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)
Tue, 25 Dec 2007
[ 20:09 gerald ] Original commit 
1.26 textproc/bibtex2html/Makefile
1.24 textproc/bibtex2html/distinfo
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).
Sun, 22 Jul 2007
[ 01:58 gerald ] Original commit 
1.25 textproc/bibtex2html/Makefile
1.23 textproc/bibtex2html/distinfo
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.
Sat, 2 Jun 2007
[ 11:20 gerald ] Original commit 
1.24 textproc/bibtex2html/Makefile
1.22 textproc/bibtex2html/distinfo
Update to version 1.86 which adds support for more accents macros
(\oe \OE \~ \v \' \r).
Sat, 19 May 2007
[ 21:32 flz ] Original commit 
1.5 x11-servers/xorg-server-snap/files/BSD.x11-xorg.dist
1.1364 MOVED
1.2 accessibility/at-poke/Makefile
1.60 accessibility/at-spi/Makefile
1.51 accessibility/atk/Makefile
1.37 accessibility/dasher/Makefile
1.60 accessibility/gail/Makefile
1.41 accessibility/gnome-mag/Makefile
1.35 accessibility/gnopernicus/Makefile
1.35 accessibility/gok/Makefile

(Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Sat, 17 Feb 2007
[ 00:11 gerald ] Original commit 
1.22 textproc/bibtex2html/Makefile
1.21 textproc/bibtex2html/distinfo
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
Tue, 31 Oct 2006
[ 12:03 gerald ] Original commit 
1.21 textproc/bibtex2html/Makefile
1.20 textproc/bibtex2html/distinfo
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.
Sat, 23 Sep 2006
[ 14:45 gerald ] Original commit 
1.20 textproc/bibtex2html/Makefile
1.18 textproc/bibtex2html/distinfo
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).
Sun, 9 Apr 2006
[ 10:19 gerald ] Original commit 
1.19 textproc/bibtex2html/Makefile
1.17 textproc/bibtex2html/distinfo
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.)
Fri, 7 Apr 2006
[ 09:19 gerald ] Original commit 
1.18 textproc/bibtex2html/Makefile
Shorten COMMENT.

Suggested by:   portlint
Sat, 14 Jan 2006
[ 02:38 gerald ] Original commit 
1.17 textproc/bibtex2html/Makefile
1.16 textproc/bibtex2html/distinfo
Update to version 1.78, which fixes a minor bug with unbalanced brackets
in bib2bib/bibtex2html output.
Tue, 29 Nov 2005
[ 22:17 gerald ] Original commit 
1.16 textproc/bibtex2html/Makefile
1.15 textproc/bibtex2html/distinfo
Update to version 1.77 which fixes a bug with unbalanced brackets in output.
Tue, 4 Oct 2005
[ 23:07 gerald ] Original commit 
1.15 textproc/bibtex2html/Makefile
Update to version 1.76.
Sun, 10 Jul 2005
[ 15:02 gerald ] Original commit 
1.14 textproc/bibtex2html/Makefile
1.13 textproc/bibtex2html/distinfo
Update to version 1.75 (only doc changes).
Tue, 30 Nov 2004
[ 18:58 gerald ] Original commit 
1.13 textproc/bibtex2html/Makefile
1.12 textproc/bibtex2html/distinfo
Update to version 1.74.
Tue, 31 Aug 2004
[ 20:50 gerald ] Original commit 
1.12 textproc/bibtex2html/Makefile
1.11 textproc/bibtex2html/distinfo
Update to bibtex2html 1.71.
Sun, 25 Jul 2004
[ 06:45 gerald ] Original commit 
1.11 textproc/bibtex2html/Makefile
1.10 textproc/bibtex2html/distinfo
Update to version 1.70.
Tue, 16 Mar 2004
[ 11:25 gerald ] Original commit 
1.10 textproc/bibtex2html/Makefile
1.9 textproc/bibtex2html/distinfo
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.
Fri, 17 Oct 2003
[ 14:52 gerald ] Original commit 
1.9 textproc/bibtex2html/Makefile
1.8 textproc/bibtex2html/distinfo
Update to version 1.65.
Fri, 22 Aug 2003
[ 22:41 gerald ] Original commit 
1.8 textproc/bibtex2html/Makefile
1.7 textproc/bibtex2html/distinfo
Update to version 1.61.
Thu, 19 Jun 2003
[ 20:42 gerald ] Original commit 
1.7 textproc/bibtex2html/Makefile
1.6 textproc/bibtex2html/distinfo
Update to version 1.60 which adds a new sorting option -s to bib2bib and
improve the generated HTML output in several details.
Tue, 3 Jun 2003
[ 08:56 gerald ] Original commit 
1.6 textproc/bibtex2html/Makefile
1.5 textproc/bibtex2html/distinfo
Update to version 1.57.
Fri, 7 Mar 2003
[ 06:11 ade ] Original commit 
1.6 textproc/ant-xinclude-task/Makefile
1.7 textproc/antiword/Makefile
1.4 textproc/ascii2pdf/Makefile
1.5 textproc/bibtex2html/Makefile
1.6 textproc/cdiff/Makefile
1.17 textproc/code2html/Makefile
1.9 textproc/cole/Makefile
1.23 textproc/dict/Makefile
1.3 textproc/diff-mode.el/Makefile
1.12 textproc/docbook-241/Makefile

(Only the first 10 of 272 ports in this commit are shown above. View all ports for this commit)
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Tue, 12 Nov 2002
[ 21:33 gerald ] Original commit 
1.4 textproc/bibtex2html/Makefile
1.4 textproc/bibtex2html/distinfo
Update to version 1.56, which fixes a severe bug in bib2bib.

Approved by:    obrien (mentor)
Thu, 11 Jul 2002
[ 11:34 gerald ] Original commit 
1.3 textproc/bibtex2html/Makefile
1.2 textproc/bibtex2html/distinfo
Update the bibtex2html port to version 1.54.

Approved by:    obrien (mentor)
[ 11:15 gerald ] Original commit 
1.2 textproc/bibtex2html/Makefile
Use my FreeBSD.org mail address for the MAINTAINER field.

Approved by:    obrien (mentor)
Sun, 10 Feb 2002
[ 09:49 petef ]  
unknown textproc/bibtex2html/Makefile
unknown textproc/bibtex2html/distinfo
unknown textproc/bibtex2html/pkg-comment
unknown textproc/bibtex2html/pkg-descr
unknown textproc/bibtex2html/pkg-plist
Add bibtex2html 1.52, a collection of tools for searching BibTeX   and
translating from BibTeX to HTML.    

Number of commits found: 30

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
cups-baseNov 29
hplipNov 29
samba3Nov 29
samba3Nov 29
wordpressNov 29
wordpressNov 29
wordpressNov 29
wordpress-muNov 29
imlib2Nov 24
firefox*Nov 23
firefox-devel*Nov 23
firefox10*Nov 23
firefox15*Nov 23
firefox3*Nov 23
linux-firefox*Nov 23

14 vulnerabilities affecting 30 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
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19493
Broken 163
Deprecated 87
Ignore 462
Forbidden 8
Restricted 262
No CDROM 132
Vulnerable 56
Expired 57
Set to expire 71
Interactive 78
new 24 hours 1
new 48 hours1
new 7 days26
new fortnight92
new month164

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.224 seconds.