Revision: 81618 http://trac.macports.org/changeset/81618 Author: dports@macports.org Date: 2011-08-02 18:45:28 -0700 (Tue, 02 Aug 2011) Log Message: ----------- biblatex-biber: new port, v0.9.3: a BibTeX replacement for users of biblatex Added Paths: ----------- trunk/dports/tex/biblatex-biber/ trunk/dports/tex/biblatex-biber/Portfile Added: trunk/dports/tex/biblatex-biber/Portfile =================================================================== --- trunk/dports/tex/biblatex-biber/Portfile (rev 0) +++ trunk/dports/tex/biblatex-biber/Portfile 2011-08-03 01:45:28 UTC (rev 81618) @@ -0,0 +1,56 @@ +# -*- 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 +PortGroup perl5 1.0 + +perl5.setup Biber 0.9.3 + +name biblatex-biber + +categories tex +license {Artistic GPL} +maintainers dports openmaintainer +description a BibTeX replacement for users of biblatex +long_description \ + Biblatex relies on the venerable BibTeX program only for sorting and \ + generating a very generic bbl file without any formatting \ + instruction. Everything else is taken care of by biblatex, which \ + provides a powerful and flexible macro interface for authors of \ + citation styles. With Biber it is no longer necessary to rely on \ + BibTeX, allowing full Unicode support, no memory limitations, \ + extensibility, etc. + +platforms darwin +homepage http://biblatex-biber.sourceforge.net/ +master_sites sourceforge:project/${name}/${name}/${version} +distname ${name} +dist_subdir ${name}-${version} +worksrcdir ${name}-v${version} + +checksums rmd160 09e1d889be83fab62300227f7c2f5391b7b33002 \ + sha256 9251de044578e03469f400a6e32fb967e95d90b1a6f4398bd1323208df9c47e2 + +depends_build-append port:p5-config-autoconf \ + port:p5-extutils-libbuilder + +depends_lib-append port:p5-config-general \ + port:p5-data-compare \ + port:p5-data-dump \ + port:p5-date-simple \ + port:p5-file-slurp-unicode \ + port:p5-ipc-cmd \ + port:p5-ipc-run \ + port:p5-libwww-perl \ + port:p5-list-allutils \ + port:p5-list-moreutils \ + port:p5-log-log4perl \ + port:p5-readonly \ + port:p5-readonly-xs \ + port:p5-regexp-common \ + port:p5-text-bibtex \ + port:p5-unicode-collate \ + port:p5-xml-libxml-simple \ + port:p5-xml-libxslt + +perl5.use_module_build Property changes on: trunk/dports/tex/biblatex-biber/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
dports@macports.org