1 | Index: Portfile |
---|
2 | =================================================================== |
---|
3 | RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/textproc/bibtex2html/Portfile,v |
---|
4 | retrieving revision 1.4 |
---|
5 | diff -u -r1.4 Portfile |
---|
6 | --- Portfile 14 Aug 2004 08:18:52 -0000 1.4 |
---|
7 | +++ Portfile 18 Oct 2004 19:06:30 -0000 |
---|
8 | @@ -1,17 +1,18 @@ |
---|
9 | # $Id: Portfile,v 1.4 2004/08/14 08:18:52 olegb Exp $ |
---|
10 | PortSystem 1.0 |
---|
11 | name bibtex2html |
---|
12 | -version 1.70 |
---|
13 | +version 1.73 |
---|
14 | categories textproc www |
---|
15 | -maintainers jtonio@users.sourceforge.net |
---|
16 | +maintainers reilles@loria.fr |
---|
17 | description Bibtex to HTML translator |
---|
18 | long_description bibtex2html is a collection of tools for \ |
---|
19 | translating from BibTeX to HTML. They allow to \ |
---|
20 | produce, from a set of bibliography files in \ |
---|
21 | BibTeX format, a bibliography in HTML format. |
---|
22 | master_sites http://www.lri.fr/~filliatr/ftp/bibtex2html |
---|
23 | -checksums md5 5131514bdd769af5742dea45b5d91ed0 |
---|
24 | +checksums md5 0b44fdc7d97826d550e017467d47cfd6 |
---|
25 | configure.type gnu |
---|
26 | +configure.args --mandir=${destroot}${prefix}/share/man |
---|
27 | depends_build bin:ocamlc:ocaml |
---|
28 | depends_run bin:bibtex:teTeX |
---|
29 | destroot.target install |
---|