diff options
author | is <is@pkgsrc.org> | 2012-09-14 13:20:45 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2012-09-14 13:20:45 +0000 |
commit | 180d624f454a0aa2d5ed6d7c133a20c921854fd4 (patch) | |
tree | 5d321c5c6bf58801aa50edd25fd2d878d7257f36 /print | |
parent | 05c7e39a8c340090811a99ca99d9a619080cf4c4 (diff) | |
download | pkgsrc-180d624f454a0aa2d5ed6d7c133a20c921854fd4.tar.gz |
BibLaTeX-Biber package (0.9.9, the last one working with biblatex 1.7).
This is in modular form, with the necessary dependencies noted.
Diffstat (limited to 'print')
-rw-r--r-- | print/p5-biblatex-biber/DESCR | 43 | ||||
-rw-r--r-- | print/p5-biblatex-biber/Makefile | 63 | ||||
-rw-r--r-- | print/p5-biblatex-biber/PLIST | 1 | ||||
-rw-r--r-- | print/p5-biblatex-biber/distinfo | 5 |
4 files changed, 112 insertions, 0 deletions
diff --git a/print/p5-biblatex-biber/DESCR b/print/p5-biblatex-biber/DESCR new file mode 100644 index 00000000000..3ce8c7a6278 --- /dev/null +++ b/print/p5-biblatex-biber/DESCR @@ -0,0 +1,43 @@ +Biber is a BibTeX replacement for users of biblatex, with full Unicode +support. + +REQUIREMENTS + + Biber is written in Perl with the aim of providing a + customised and sophisticated data preparation backend for biblatex. + + The pkgsrc package has the necessary dependencies. + +SUPPORT AND DOCUMENTATION + + After installing, biber --help will give you the basic documentation. + The latest PDF documentation can be found here: + + https://sourceforge.net/projects/biblatex-biber/files/biblatex-biber + + More information, bugfix releases, forums and bug tracker are available at: + + http://biblatex-biber.sourceforge.net + +BUGS + + Please report any bugs or feature requests on our sourceforge tracker at + https://sourceforge.net/tracker2/?func=browse&group_id=228270 + + +========================== + +COPYRIGHT AND LICENCE + + Copyright (C) 2009--2012 François Charette and Philip Kime + + This program is free software; you can redistribute it and/or + modify it under the terms of either: + + * the GNU General Public License as published by the Free + Software Foundation; either version 1, or (at your option) any + later version, or + + * the Artistic License version 2.0. + +========================== diff --git a/print/p5-biblatex-biber/Makefile b/print/p5-biblatex-biber/Makefile new file mode 100644 index 00000000000..b963f1ddda9 --- /dev/null +++ b/print/p5-biblatex-biber/Makefile @@ -0,0 +1,63 @@ +# $NetBSD: Makefile,v 1.1 2012/09/14 13:20:45 is Exp $ +# + +VER= 0.9.9 +DISTNAME= biblatex-biber +PKGNAME= p5-biblatex-biber-${VER} +CATEGORIES= wip +MASTER_SITES= http://sourceforge.net/projects/biblatex-biber/files/biblatex-biber/${VER}/ +# TODO: can I express this with MASTER_SITES_SOURCEFORGE ? + +MAINTAINER= INSERT_YOUR_MAIL_ADDRESS_HERE +HOMEPAGE= http://biblatex-biber.sourceforge.net/ +COMMENT= Replacement of bibtex for users of BibLaTeX +DIST_SUBDIR= ${DISTNAME}-${VER} +LICENSE= gnu-gpl-v1 OR artistic-2.0 + +PKG_DESTDIR_SUPPORT= user-destdir + +# TODO: Look for the dependencies in Build.PL. +# no - that's for building the self-contained binary, which we won't. + +WRKSRC= ${WRKDIR}/biblatex-biber-v0.9.9 # XXX not ${VER} - that only works for >= 1.0 + +PERL5_MODULE_TYPE= Module::Build +PERL5_PACKLIST= auto/Biber/Config/.packlist +USE_LANGUAGES= # empty +USE_TOOLS= perl +REPLACE_PERL+= bin/biber + +DEPENDS+= p5-Data-Compare:../../devel/p5-Data-Compare +DEPENDS+= p5-Data-Dump:../../devel/p5-Data-Dump +DEPENDS+= p5-Date-Simple:../../devel/p5-Date-Simple +DEPENDS+= p5-File-Slurp:../../devel/p5-File-Slurp +DEPENDS+= p5-File-Slurp-Unicode:../../devel/p5-File-Slurp-Unicode +DEPENDS+= p5-List-AllUtils:../../devel/p5-List-AllUtils +DEPENDS+= p5-Log-Log4perl:../../devel/p5-Log-Log4perl +DEPENDS+= p5-Regexp-Common:../../textproc/p5-Regexp-Common +DEPENDS+= p5-Unicode-Collate>=0.89:../../converters/p5-Unicode-Collate +DEPENDS+= p5-XML-LibXML-Simple:../../textproc/p5-XML-LibXML-Simple +DEPENDS+= p5-XML-LibXSLT:../../textproc/p5-XML-LibXSLT +DEPENDS+= p5-XML-Writer:../../textproc/p5-XML-Writer +DEPENDS+= p5-XML-Writer-String:../../textproc/p5-XML-Writer-String +DEPENDS+= p5-Business-ISSN:../../wip/p5-Business-ISSN +DEPENDS+= p5-Business-ISMN:../../wip/p5-Business-ISMN + +DEPENDS+= p5-Readonly-XS:../../devel/p5-Readonly-XS +DEPENDS+= tex-biblatex-1.7:../../print/tex-biblatex + +DEPENDS+= p5-IPC-Run3:../../devel/p5-IPC-Run3 +DEPENDS+= p5-Text-BibTeX:../../textproc/p5-Text-BibTeX +DEPENDS+= p5-libwww:../../www/p5-libwww + +BUILD_DEPENDS+= p5-ExtUtils-LibBuilder>=0.4:../../devel/p5-ExtUtils-LibBuilder +BUILD_DEPENDS+= p5-Config-AutoConf>=0.1:../../devel/p5-Config-AutoConf + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" + + +post-install: + ${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC:Q}/bin/biber ${DESTDIR}${PREFIX}/bin + diff --git a/print/p5-biblatex-biber/PLIST b/print/p5-biblatex-biber/PLIST new file mode 100644 index 00000000000..fddd9756194 --- /dev/null +++ b/print/p5-biblatex-biber/PLIST @@ -0,0 +1 @@ +bin/biber diff --git a/print/p5-biblatex-biber/distinfo b/print/p5-biblatex-biber/distinfo new file mode 100644 index 00000000000..47d3b4f0a24 --- /dev/null +++ b/print/p5-biblatex-biber/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2012/09/14 13:20:45 is Exp $ + +SHA1 (biblatex-biber-0.9.9/biblatex-biber.tar.gz) = 6d778184aa25c2af3d3a179b30fbb74d226de260 +RMD160 (biblatex-biber-0.9.9/biblatex-biber.tar.gz) = cadd7aeda10701b3a3591740b3f13ec1716517a2 +Size (biblatex-biber-0.9.9/biblatex-biber.tar.gz) = 1621125 bytes |