mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
Add p5-Text-vCard, a package to parse, edit and create multiple
vCards (RFC 2426).
This commit is contained in:
parent
2661fa5da9
commit
2d095b145e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156668
@ -471,6 +471,7 @@
|
||||
SUBDIR += p5-Text-WikiFormat
|
||||
SUBDIR += p5-Text-WordDiff
|
||||
SUBDIR += p5-Text-Wrapper
|
||||
SUBDIR += p5-Text-vCard
|
||||
SUBDIR += p5-Time-Human
|
||||
SUBDIR += p5-Tk-XMLViewer
|
||||
SUBDIR += p5-Tree-Nary
|
||||
|
23
textproc/p5-Text-vCard/Makefile
Normal file
23
textproc/p5-Text-vCard/Makefile
Normal file
@ -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>
|
3
textproc/p5-Text-vCard/distinfo
Normal file
3
textproc/p5-Text-vCard/distinfo
Normal file
@ -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
|
5
textproc/p5-Text-vCard/pkg-descr
Normal file
5
textproc/p5-Text-vCard/pkg-descr
Normal file
@ -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/
|
8
textproc/p5-Text-vCard/pkg-plist
Normal file
8
textproc/p5-Text-vCard/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user