summaryrefslogtreecommitdiff
path: root/converters/2vcard/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2009-03-17Correct email address for generic MAINTAINER.darcy1-2/+2
2009-01-23Give up maintainership, as I have not so much as looked at pkgsrc injschauma1-2/+2
well over a year now. Sorry. :-(
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
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-23Update to version 0.5. New since 0.4:jschauma1-3/+3
- support for eudora nicknames - support for ldif format - minor code cleanup - bug fix in getopt handling
2002-11-28Update to version 0.4.jschauma1-6/+2
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.jschauma1-0/+28
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.