Commit graph

7 commits

Author SHA1 Message Date
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
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-07-16 01:19:06 +00:00
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
agc
3cae5c07e4 Add RMD160 digests in addition to SHA1 ones 2005-02-23 16:12:33 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
jschauma
f35599c40d Update to version 0.5. New since 0.4:
- support for eudora nicknames
- support for ldif format
- minor code cleanup
- bug fix in getopt handling
2003-06-23 14:08:42 +00:00
jschauma
926b297cf4 Update to version 0.4.
New in 0.4: Support for Juno's addressbook format.
(Thanks to Gregory dot Krohne at AFRC dot AF dot MIL)
2002-11-28 17:23:54 +00:00
jschauma
001975391f Initial import of 2vcard-0.3 into the NetBSD Packages Collection.
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.
2002-05-10 16:07:54 +00:00