diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-02-22 14:42:39 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-02-22 14:42:39 +0000 |
commit | 2d095b145e9008c447b0de8e54fe1949add7ba6a (patch) | |
tree | fd8a43f60f4a6306cae59c52a90b3aba6539f4fa /textproc/p5-Text-vCard | |
parent | 2661fa5da9a60558bc55d0293f0e04671fd821cb (diff) |
Notes
Diffstat (limited to 'textproc/p5-Text-vCard')
-rw-r--r-- | textproc/p5-Text-vCard/Makefile | 23 | ||||
-rw-r--r-- | textproc/p5-Text-vCard/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Text-vCard/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/p5-Text-vCard/pkg-plist | 8 |
4 files changed, 39 insertions, 0 deletions
diff --git a/textproc/p5-Text-vCard/Makefile b/textproc/p5-Text-vCard/Makefile new file mode 100644 index 000000000000..469fabb4a98a --- /dev/null +++ b/textproc/p5-Text-vCard/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: p5-Text-vCard +# Date created: 22 Feb 2006 +# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Text-vCard +PORTVERSION= 1.96 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Text +PKGNAMEPREFIX= p5- + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= A package to parse, edit and create multiple vCards (RFC 2426) + +PERL_CONFIGURE= yes + +MAN3= Text::vCard::Node.3 Text::vCard.3 \ + Text::vCard::Addressbook.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Text-vCard/distinfo b/textproc/p5-Text-vCard/distinfo new file mode 100644 index 000000000000..02eb0c157167 --- /dev/null +++ b/textproc/p5-Text-vCard/distinfo @@ -0,0 +1,3 @@ +MD5 (Text-vCard-1.96.tar.gz) = 04e28875e4b01b0747bb0e89c023c27e +SHA256 (Text-vCard-1.96.tar.gz) = 01dbcf87fdeee70af9e9d680d7faebf32090f7f8020ba672660b0ca58ff49c47 +SIZE (Text-vCard-1.96.tar.gz) = 15054 diff --git a/textproc/p5-Text-vCard/pkg-descr b/textproc/p5-Text-vCard/pkg-descr new file mode 100644 index 000000000000..bccbd7426369 --- /dev/null +++ b/textproc/p5-Text-vCard/pkg-descr @@ -0,0 +1,5 @@ +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. + +WWW: http://search.cpan.org/dist/Text-vCard/ diff --git a/textproc/p5-Text-vCard/pkg-plist b/textproc/p5-Text-vCard/pkg-plist new file mode 100644 index 000000000000..8180d1a5d4cf --- /dev/null +++ b/textproc/p5-Text-vCard/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/vCard/.packlist +%%SITE_PERL%%/Text/vCard/Node.pm +%%SITE_PERL%%/Text/vCard/Addressbook.pm +%%SITE_PERL%%/Text/vCard.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/vCard +@dirrm %%SITE_PERL%%/Text/vCard +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text +@dirrmtry %%SITE_PERL%%/Text |