Ticket #2689: bibtex2html.diff

File bibtex2html.diff, 2.0 KB (added by reilles@…, 20 years ago)

the patch

  • Portfile

    diff -Naur ../bibtex2html/Portfile ./Portfile
    old new  
    11# $Id: Portfile,v 1.6 2004/11/19 23:02:31 toby Exp $
    2 PortSystem 1.0
    3 name            bibtex2html
    4 version         1.74
    5 categories      textproc www
    6 maintainers     reilles@loria.fr
    7 description     Bibtex to HTML translator
    8 long_description        bibtex2html is a collection of tools for \
    9                         translating from BibTeX to HTML. They allow to \
    10                         produce, from a set of bibliography files in \
    11                         BibTeX format, a bibliography in HTML format.
    12 master_sites    http://www.lri.fr/~filliatr/ftp/bibtex2html
    13 checksums       md5 6fee80aa31f8e980938c5202c80c7f49
    14 configure.type  gnu
    15 configure.args  --mandir=${destroot}${prefix}/share/man
    16 depends_build   bin:ocamlc:ocaml
    17 depends_run     bin:bibtex:teTeX
    18 destroot.target install
     2PortSystem  1.0
     3name        bibtex2html
     4version     1.75
     5categories  textproc www
     6maintainers reilles@loria.fr
     7description Bibtex to HTML translator
     8long_description  bibtex2html is a collection of tools for \
     9    translating from BibTeX to HTML. They allow to \
     10    produce, from a set of bibliography files in \
     11    BibTeX format, a bibliography in HTML format.
     12master_sites     http://www.lri.fr/~filliatr/ftp/bibtex2html
     13checksums        sha1 ef70103f8c06b57e4e8241ac81684fd3b75b0b02
     14patchfiles       patch-aux2bib.1
     15configure.type   gnu
     16configure.args   --mandir=${destroot}${prefix}/share/man
     17depends_build    bin:ocamlc:ocaml
     18depends_run      bin:bibtex:teTeX
     19destroot.target  install
    1920destroot.destdir prefix=${destroot}${prefix}
  • files/patch-aux2bib.1

    diff -Naur ../bibtex2html/files/patch-aux2bib.1 ./files/patch-aux2bib.1
    old new  
     1--- aux2bib.1.orig      Mon Feb 14 14:10:03 2005
     2+++ aux2bib.1   Mon Feb 14 14:11:56 2005
     3@@ -18,8 +18,6 @@
     4 .BR latex (1),
     5 .br
     6 .I http://www.lri.fr/~filliatr/bibtex2html/
     7-.br
     8-.I /usr/share/doc/bibtex2html
     9 
     10 .SH AUTHOR
     11 Ralf Treinen <treinen@debian.org>