aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Google-Data-JSON
Commit message (Collapse)AuthorAgeFilesLines
* Finish stage supportAntoine Brodin2014-01-262-0/+2
| | | | Notes: svn path=/head/; revision=341158
* Support STAGEDIR.Vanilla I. Shu2013-11-071-4/+0
| | | | Notes: svn path=/head/; revision=333056
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-8/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309070
* - Update to 0.1.10Sunpoet Po-Chuan Hsieh2012-04-053-12/+24
| | | | | | | | | | | | - Fix *_DEPENDS: version is already in some supported Perl releases - Sort *_DEPENDS - Use TEST_DEPENDS for test-only dependencies Changes: http://search.cpan.org/dist/Google-Data-JSON/Changes Feature safe: yes Notes: svn path=/head/; revision=294247
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Cleaning MD5 in perl@'s portsPhilippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274222
* Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and noMark Linimon2009-08-281-1/+1
| | | | | | | | | response to email. Hat: portmgr Notes: svn path=/head/; revision=240460
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-1/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* - Update to 0.1.5.Chin-San Huang2008-03-312-5/+6
| | | | | | | | - use JSON::Any instead of JSON::Syck - ChangeLog: http://search.cpan.org/dist/Google-Data-JSON/Changes Notes: svn path=/head/; revision=210265
* - Update to 0.1.4Chin-San Huang2008-01-252-4/+4
| | | | | | | - Changelog: http://search.cpan.org/dist/Google-Data-JSON/Changes Notes: svn path=/head/; revision=206175
* - Fix the incorrect pkg-plist.Chin-San Huang2007-08-052-6/+1
| | | | | | | | Reported by: {kris,pav} via pointyhat Approved by: rafan (mentor, implicit) Notes: svn path=/head/; revision=197092
* - Fix the missing dependency on devel/p5-Module-Build.Chin-San Huang2007-07-291-0/+1
| | | | | | | | Noticed by: pav Approved by: rafan (mentor, implicit) Notes: svn path=/head/; revision=196538
* Add p5-Google-Data-JSON, Google::Data::JSON provides several methods toChin-San Huang2007-07-284-0/+49
convert an XML feed into a JSON feed, and vice versa. The JSON format is defined in Google Data APIs, http://code.google.com/apis/gdata/json.html . Approved by: rafan (mentor, implicit) Notes: svn path=/head/; revision=196467