diff options
author | kleink <kleink@pkgsrc.org> | 2007-04-14 19:10:18 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2007-04-14 19:10:18 +0000 |
commit | f6eb1a038de01c2abf6636714f31a59106dc3f1d (patch) | |
tree | 16bf95e84c86d6a323c2f68aa2b12e531c4e5af2 /textproc/p5-Text-vCard | |
parent | dc8eab1acd99038daffd11b95f63bcb2a7002ba8 (diff) | |
download | pkgsrc-f6eb1a038de01c2abf6636714f31a59106dc3f1d.tar.gz |
Initial import of p5-Text-vCard-2.00 into the Packages Collection.
A vCard is an electronic business card.
This package is for a single vCard (person / record / set of address
information). It provides an API to editing and creating vCards,
or supplied a specific piece of the Text::vFile::asData results it
generates a vCard with that content.
You should really use Text::vCard::Addressbook as this handles
creating vCards from an existing file for you.
Diffstat (limited to 'textproc/p5-Text-vCard')
-rw-r--r-- | textproc/p5-Text-vCard/DESCR | 9 | ||||
-rw-r--r-- | textproc/p5-Text-vCard/Makefile | 19 | ||||
-rw-r--r-- | textproc/p5-Text-vCard/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-Text-vCard/distinfo | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/textproc/p5-Text-vCard/DESCR b/textproc/p5-Text-vCard/DESCR new file mode 100644 index 00000000000..36e36364808 --- /dev/null +++ b/textproc/p5-Text-vCard/DESCR @@ -0,0 +1,9 @@ +A vCard is an electronic business card. + +This package is for a single vCard (person / record / set of address +information). It provides an API to editing and creating vCards, +or supplied a specific piece of the Text::vFile::asData results it +generates a vCard with that content. + +You should really use Text::vCard::Addressbook as this handles +creating vCards from an existing file for you. diff --git a/textproc/p5-Text-vCard/Makefile b/textproc/p5-Text-vCard/Makefile new file mode 100644 index 00000000000..43d619f59c2 --- /dev/null +++ b/textproc/p5-Text-vCard/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/04/14 19:10:18 kleink Exp $ + +DISTNAME= Text-vCard-2.00 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5tva +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} + +MAINTAINER= kleink@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Text-vCard/ +COMMENT= parse, edit and create vCards (RFC 2426) + +# for MIME::QuotedPrint +DEPENDS+= p5-MIME-Base64>=3.07:../../converters/p5-MIME-Base64 +DEPENDS+= p5-File-Slurp>=9999.04:../../devel/p5-File-Slurp +DEPENDS+= p5-Text-vFile-asData>=0.05:../../textproc/p5-Text-vFile-asData + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Text-vCard/PLIST b/textproc/p5-Text-vCard/PLIST new file mode 100644 index 00000000000..13c71601dc3 --- /dev/null +++ b/textproc/p5-Text-vCard/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/14 19:10:18 kleink Exp $ diff --git a/textproc/p5-Text-vCard/distinfo b/textproc/p5-Text-vCard/distinfo new file mode 100644 index 00000000000..64a0b0e7d53 --- /dev/null +++ b/textproc/p5-Text-vCard/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/04/14 19:10:18 kleink Exp $ + +SHA1 (Text-vCard-2.00.tar.gz) = 46a7064df62abeaa9b3cb39732fb415f59f6cd12 +RMD160 (Text-vCard-2.00.tar.gz) = 39f59ac7b57ab0ae65df11b32bb75e0a4d09a2c3 +Size (Text-vCard-2.00.tar.gz) = 15698 bytes |