From 1e3b102a19c8a2ca79ab2fadfc0ce635f2fae8ab Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Tue, 17 May 2011 21:48:10 +0000 Subject: Initial import of textproc/p5-Biblio-EndnoteStyle version 0.05 This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System submitted by Edgar Fuß MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------------------------------- This small module provides a way of formatting bibliographic references using style templates similar to those used by the popular reference management software Endnote (http://www.endnote.com/). The API is embarrassingly simple: a formatter object is made using the class's constructor, the new() method; format() may then be repeatedly called on this object, using the same or different templates. --- textproc/p5-Biblio-EndnoteStyle/DESCR | 6 ++++++ textproc/p5-Biblio-EndnoteStyle/Makefile | 19 +++++++++++++++++++ textproc/p5-Biblio-EndnoteStyle/distinfo | 5 +++++ 3 files changed, 30 insertions(+) create mode 100644 textproc/p5-Biblio-EndnoteStyle/DESCR create mode 100644 textproc/p5-Biblio-EndnoteStyle/Makefile create mode 100644 textproc/p5-Biblio-EndnoteStyle/distinfo diff --git a/textproc/p5-Biblio-EndnoteStyle/DESCR b/textproc/p5-Biblio-EndnoteStyle/DESCR new file mode 100644 index 00000000000..3410980f5af --- /dev/null +++ b/textproc/p5-Biblio-EndnoteStyle/DESCR @@ -0,0 +1,6 @@ +This small module provides a way of formatting bibliographic references +using style templates similar to those used by the popular reference +management software Endnote (http://www.endnote.com/). The API is +embarrassingly simple: a formatter object is made using the class's +constructor, the new() method; format() may then be repeatedly called +on this object, using the same or different templates. diff --git a/textproc/p5-Biblio-EndnoteStyle/Makefile b/textproc/p5-Biblio-EndnoteStyle/Makefile new file mode 100644 index 00000000000..7332c98f05d --- /dev/null +++ b/textproc/p5-Biblio-EndnoteStyle/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/17 21:48:10 dmcmahill Exp $ + +DISTNAME= Biblio-EndnoteStyle-0.05 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MI/MIRK/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Biblio-EndnoteStyle +COMMENT= reference formatting using Endnote-like templates +LICENSE= ${PERL5_LICENSE} + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Biblio/EndnoteStyle/.packlist + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Biblio-EndnoteStyle/distinfo b/textproc/p5-Biblio-EndnoteStyle/distinfo new file mode 100644 index 00000000000..05b906cdff2 --- /dev/null +++ b/textproc/p5-Biblio-EndnoteStyle/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/05/17 21:48:10 dmcmahill Exp $ + +SHA1 (Biblio-EndnoteStyle-0.05.tar.gz) = 5fddf34f775184c399ce6b59b8c741d95f5d9ba6 +RMD160 (Biblio-EndnoteStyle-0.05.tar.gz) = f65b4e067b331bb08604597aac126dede1a3df8a +Size (Biblio-EndnoteStyle-0.05.tar.gz) = 5682 bytes -- cgit v1.2.3