pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-vCard Initial import of p5-Text-vCard...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0664f84d9889
branches:  trunk
changeset: 527842:0664f84d9889
user:      kleink <kleink%pkgsrc.org@localhost>
date:      Sat Apr 14 19:10:18 2007 +0000

description:
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:

 textproc/p5-Text-vCard/DESCR    |   9 +++++++++
 textproc/p5-Text-vCard/Makefile |  19 +++++++++++++++++++
 textproc/p5-Text-vCard/PLIST    |   1 +
 textproc/p5-Text-vCard/distinfo |   5 +++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r 296eab9b575e -r 0664f84d9889 textproc/p5-Text-vCard/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-vCard/DESCR      Sat Apr 14 19:10:18 2007 +0000
@@ -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 -r 296eab9b575e -r 0664f84d9889 textproc/p5-Text-vCard/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-vCard/Makefile   Sat Apr 14 19:10:18 2007 +0000
@@ -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@localhost
+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 -r 296eab9b575e -r 0664f84d9889 textproc/p5-Text-vCard/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-vCard/PLIST      Sat Apr 14 19:10:18 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/14 19:10:18 kleink Exp $
diff -r 296eab9b575e -r 0664f84d9889 textproc/p5-Text-vCard/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-vCard/distinfo   Sat Apr 14 19:10:18 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index