Revision: 139013 https://trac.macports.org/changeset/139013 Author: khindenburg@macports.org Date: 2015-07-28 06:47:13 -0700 (Tue, 28 Jul 2015) Log Message: ----------- bibtex2html: add modeline + whitespace changes Modified Paths: -------------- trunk/dports/textproc/bibtex2html/Portfile Modified: trunk/dports/textproc/bibtex2html/Portfile =================================================================== --- trunk/dports/textproc/bibtex2html/Portfile 2015-07-28 12:36:01 UTC (rev 139012) +++ trunk/dports/textproc/bibtex2html/Portfile 2015-07-28 13:47:13 UTC (rev 139013) @@ -1,27 +1,32 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 +PortSystem 1.0 -name bibtex2html -version 1.97 -revision 3 -categories textproc www -platforms darwin -license GPL-2 -maintainers loria.fr:reilles -description Bibtex to HTML translator -long_description bibtex2html is a collection of tools for \ +name bibtex2html +version 1.97 +revision 3 +categories textproc www +platforms darwin +license GPL-2 +maintainers loria.fr:reilles + +description Bibtex to HTML translator +long_description 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. -homepage http://www.lri.fr/~filliatr/bibtex2html/ -master_sites http://www.lri.fr/~filliatr/ftp/bibtex2html -checksums sha1 970cb972eb88ff4cd01f247c0d8a6b821473f243 \ - md5 d20d0d607be3f6aa770554f3eee0dde1 -patchfiles patch-aux2bib.1.diff -configure.args --mandir=${destroot}${prefix}/share/man -depends_build port:ocaml port:hevea bin:pdflatex:texlive-latex port:texlive-latex-extra -depends_run bin:bibtex:texlive-basic -destroot.target install -destroot.destdir prefix=${destroot}${prefix} +homepage http://www.lri.fr/~filliatr/bibtex2html/ +master_sites http://www.lri.fr/~filliatr/ftp/bibtex2html +checksums sha1 970cb972eb88ff4cd01f247c0d8a6b821473f243 \ + md5 d20d0d607be3f6aa770554f3eee0dde1 + +patchfiles patch-aux2bib.1.diff +configure.args --mandir=${destroot}${prefix}/share/man + +depends_build port:ocaml port:hevea bin:pdflatex:texlive-latex port:texlive-latex-extra +depends_run bin:bibtex:texlive-basic + +destroot.target install +destroot.destdir prefix=${destroot}${prefix}
participants (1)
-
khindenburg@macports.org