From pfeifer@dbai.tuwien.ac.at  Sun Jan 20 05:02:33 2002
Return-Path: <pfeifer@dbai.tuwien.ac.at>
Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12])
	by hub.freebsd.org (Postfix) with ESMTP id 71EDD37B416
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 20 Jan 2002 05:02:32 -0800 (PST)
Received: from pulcherrima.dbai.tuwien.ac.at (pulcherrima [128.130.111.23])
	by vexpert.dbai.tuwien.ac.at (8.11.6/8.11.6) with ESMTP id g0KD2UB20466;
	Sun, 20 Jan 2002 14:02:30 +0100 (MET)
Received: (from pfeifer@localhost)
	by pulcherrima.dbai.tuwien.ac.at (8.11.6/8.11.6) id g0KD2Sj87261;
	Sun, 20 Jan 2002 14:02:28 +0100 (CET)
	(envelope-from pfeifer)
Message-Id: <200201201302.g0KD2Sj87261@pulcherrima.dbai.tuwien.ac.at>
Date: Sun, 20 Jan 2002 14:02:28 +0100 (CET)
From: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port print/bibtex2html (bibtex2html 1.52)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         34079
>Category:       ports
>Synopsis:       New port print/bibtex2html (bibtex2html 1.52)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 20 05:10:01 PST 2002
>Closed-Date:    Sun Feb 10 01:49:39 PST 2002
>Last-Modified:  Sun Feb 10 01:50:16 PST 2002
>Originator:     Gerald Pfeifer
>Release:        FreeBSD 4.4-RELEASE i386
>Organization:
>Environment:
>Description:
	This is a new port, print/bibtex2html, for bibtex2html 1.52;
	see http://www.lri.fr/~filliatr/bibtex2html/ for details.

	I tried to follow the guidlines for new ports, and also ran
	portlint. (The package is written in ocaml, which we already
	have in lang/ocaml.)
>How-To-Repeat:
>Fix:
	Install the patch below.

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	bibtex2html
#	bibtex2html/Makefile
#	bibtex2html/distinfo
#	bibtex2html/pkg-comment
#	bibtex2html/pkg-descr
#	bibtex2html/pkg-plist
#
echo c - bibtex2html
mkdir -p bibtex2html > /dev/null 2>&1
echo x - bibtex2html/Makefile
sed 's/^X//' >bibtex2html/Makefile << 'END-of-bibtex2html/Makefile'
X# ex:ts=8
X# New ports collection makefile for:    bibtex2html
X# Date created:         2002-01-21
X# Whom:			Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	bibtex2html
XPORTVERSION=	1.52
XCATEGORIES=	print textproc
XMASTER_SITES=	http://www.lri.fr/~filliatr/ftp/bibtex2html/
X
XMAINTAINER=	pfeifer@dbai.tuwien.ac.at
X
XGNU_CONFIGURE=	yes
XMAN1=		bibtex2html.1 bib2bib.1 aux2bib.1
XBUILD_DEPENDS=	ocaml:${PORTSDIR}/lang/ocaml
X
X.include <bsd.port.mk>
END-of-bibtex2html/Makefile
echo x - bibtex2html/distinfo
sed 's/^X//' >bibtex2html/distinfo << 'END-of-bibtex2html/distinfo'
XMD5 (bibtex2html-1.52.tar.gz) = 39201fae7380cfebd2860dd10bb037c4
END-of-bibtex2html/distinfo
echo x - bibtex2html/pkg-comment
sed 's/^X//' >bibtex2html/pkg-comment << 'END-of-bibtex2html/pkg-comment'
XA collection of tools for searching BibTeX and translating from BibTeX to HTML
END-of-bibtex2html/pkg-comment
echo x - bibtex2html/pkg-descr
sed 's/^X//' >bibtex2html/pkg-descr << 'END-of-bibtex2html/pkg-descr'
Xbibtex2html is a collection of tools for translating from BibTeX to HTML.
XThey allow to produce, from a set of bibliography files in BibTeX format,
Xa bibliography in HTML format. Here are some features:
X
X o Handle any BibTeX style (even those producing multiple bibliographies);
X o Use additional fields like abstract, url, ps, etc. to insert web links;
X o Crossrefs are also replaced by links;
X o Sort by dates or authors, in increasing or decreasing order;
X o Read simple macros in TeX or LaTeX files;
X o Show syntax errors in BibTeX files;
X o Extract from one or several BibTeX files the set of entries satisfying a
X   given criterion.
X
XWWW: http://www.lri.fr/~filliatr/bibtex2html/
X
XGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
END-of-bibtex2html/pkg-descr
echo x - bibtex2html/pkg-plist
sed 's/^X//' >bibtex2html/pkg-plist << 'END-of-bibtex2html/pkg-plist'
Xbin/aux2bib
Xbin/bib2bib
Xbin/bibtex2html
END-of-bibtex2html/pkg-plist
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: petef 
State-Changed-When: Sun Feb 10 01:49:39 PST 2002 
State-Changed-Why:  
Added as textproc/bibtex2html, thanks!  Sorry for the delay. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34079 
>Unformatted:
