diff options
author | dmcmahill <dmcmahill> | 2011-05-17 21:48:10 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2011-05-17 21:48:10 +0000 |
commit | 1e3b102a19c8a2ca79ab2fadfc0ce635f2fae8ab (patch) | |
tree | a13521b913ab5aa5c05681783e58c7f223d97ce8 | |
parent | d2be98a6e9d9afd520dec85fb6b998d2fd5345fb (diff) | |
download | pkgsrc-1e3b102a19c8a2ca79ab2fadfc0ce635f2fae8ab.tar.gz |
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ß
-------------------------------------
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.
-rw-r--r-- | textproc/p5-Biblio-EndnoteStyle/DESCR | 6 | ||||
-rw-r--r-- | textproc/p5-Biblio-EndnoteStyle/Makefile | 19 | ||||
-rw-r--r-- | textproc/p5-Biblio-EndnoteStyle/distinfo | 5 |
3 files changed, 30 insertions, 0 deletions
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 |