summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-vCard/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-1/+2
2011-03-01Update to 2.10:wiz1-3/+3
2.10 Tue 11 Jan 2011 21:50:02 GMT - Merged in quote-printed code (Christian Varga) - Cleaned up the tests and code for quote-printed
2010-09-06Update to 2.09:wiz1-3/+2
2.09 Thu 19 Aug 2010 16:08:20 BST - Add set_encoding() for export - Stefan 2.08 Tue Jul 13 08:47:58 BST 2010 - Doc fix (Blair Christensen)
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-02-26Update to 2.07. Set LICENSE.wiz1-3/+3
2.06 Sun 24 Jan 2010 10:02:01 GMT - Doc typos (Philip A. Prindeville) - Add get_simple_type() and import_data() (Philip A. Prindeville) - Doc typos (Philip A. Prindeville) 2.05 Fri 8 Jan 2010 22:28:50 GMT - Put back changes which were missed out 2.04 Fri 8 Jan 2010 22:00:20 GMT - Improvements to Makefile.PL and require 5.6 - thanks cpanservice - Switch to git repo - Doc patch
2010-02-26Uppercase first letter of COMMENT.wiz1-2/+2
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-08-13Update p5-Text-vCard to 2.03; changes since 2.01 include:kleink1-2/+2
2.03 Sun Mar 16 10:10:54 GMT 2008 - added 'moniker' and marked 'name' as depreciated 2.02 Sat Mar 15 17:15:16 GMT 2008 - http://rt.cpan.org/Ticket/Display.html?id=34044 Clean up tests so they pass in perl 5.10 thanks to Neil Williams
2008-06-12Add DESTDIR support.joerg1-1/+2
2008-03-11Update p5-Text-vCard to 2.01; changes since 2.00 include:kleink1-2/+2
2.01 Sun Sep 2 2007 - Stop empty TYPE= being set on export when not needed thanks to Vadim for the suggestion
2007-04-20Add missing PERL5_PACKLIST fu.kleink1-1/+5
2007-04-14Initial import of p5-Text-vCard-2.00 into the Packages Collection.kleink1-0/+19
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.