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/DESCR | |
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/DESCR')
-rw-r--r-- | textproc/p5-Text-vCard/DESCR | 9 |
1 files changed, 9 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. |