summaryrefslogtreecommitdiff
path: root/converters/2vcard
AgeCommit message (Collapse)AuthorFilesLines
2008-03-03Mechanical changes to add full DESTDIR support to packages that installjlam1-5/+9
their files via a custom do-install target.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-23Update to version 0.5. New since 0.4:jschauma2-6/+6
- support for eudora nicknames - support for ldif format - minor code cleanup - bug fix in getopt handling
2002-11-28Update to version 0.4.jschauma4-15/+7
New in 0.4: Support for Juno's addressbook format. (Thanks to Gregory dot Krohne at AFRC dot AF dot MIL)
2002-05-10Initial import of 2vcard-0.3 into the NetBSD Packages Collection.jschauma4-0/+52
2vcard is a little perl script to convert an addressbook to the popular VCARD file format. Currently, 2vcard can convert mutt's and mh's alias as well as pine's and abook's addressbook format. The VCARD format is used by gnomecard, for example, which in turn is used by the balsa email client.