diff options
author | dmcmahill <dmcmahill> | 2011-05-17 10:36:44 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2011-05-17 10:36:44 +0000 |
commit | b6ac5cb9fcf8f1fc05e4b1ef2acb36c9f5588213 (patch) | |
tree | f10fe19ea64332a66419e290133b87e4fdd8b8d6 /databases | |
parent | f340e4930811425f75db7d2fbf1e069ab26d007d (diff) | |
download | pkgsrc-b6ac5cb9fcf8f1fc05e4b1ef2acb36c9f5588213.tar.gz |
Initial import of databases/p5-DublinCore-Record version 0.03
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß
-------------------------------------
DublinCore::Record is an abstract class for manipulating DublinCore metadata.
The Dublin Core is a small set of metadata elements for describing information
resources. For more information on embedding DublinCore in HTML see RFC 2731
http://www.ietf.org/rfc/rfc2731 or http://www.dublincore.org/documents/dces/
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DublinCore-Record/DESCR | 4 | ||||
-rw-r--r-- | databases/p5-DublinCore-Record/Makefile | 21 | ||||
-rw-r--r-- | databases/p5-DublinCore-Record/distinfo | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/databases/p5-DublinCore-Record/DESCR b/databases/p5-DublinCore-Record/DESCR new file mode 100644 index 00000000000..a16506704eb --- /dev/null +++ b/databases/p5-DublinCore-Record/DESCR @@ -0,0 +1,4 @@ +DublinCore::Record is an abstract class for manipulating DublinCore metadata. +The Dublin Core is a small set of metadata elements for describing information +resources. For more information on embedding DublinCore in HTML see RFC 2731 +http://www.ietf.org/rfc/rfc2731 or http://www.dublincore.org/documents/dces/ diff --git a/databases/p5-DublinCore-Record/Makefile b/databases/p5-DublinCore-Record/Makefile new file mode 100644 index 00000000000..32ef99bd616 --- /dev/null +++ b/databases/p5-DublinCore-Record/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/17 10:36:44 dmcmahill Exp $ + +DISTNAME= DublinCore-Record-0.03 +PKGNAME= p5-${DISTNAME} +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BR/BRICAS/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/DublinCore-Record/ +COMMENT= Container for Dublin Core metadata elements +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-Class-Accessor:../../devel/p5-Class-Accessor + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/DublinCore/Record/.packlist + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/p5-DublinCore-Record/distinfo b/databases/p5-DublinCore-Record/distinfo new file mode 100644 index 00000000000..1d935a50d40 --- /dev/null +++ b/databases/p5-DublinCore-Record/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/05/17 10:36:44 dmcmahill Exp $ + +SHA1 (DublinCore-Record-0.03.tar.gz) = 5fab8fcb9307b787de3831ff9e875c2a5f427bd5 +RMD160 (DublinCore-Record-0.03.tar.gz) = cdb9d36b9be0bd3a0261e5c96c449cad07db20e8 +Size (DublinCore-Record-0.03.tar.gz) = 5668 bytes |