summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-09-23 06:34:04 +0000
committersno <sno@pkgsrc.org>2010-09-23 06:34:04 +0000
commit881d53494a38efc72985271a3c5a3f5d37dd41f3 (patch)
treedd677d39d0a28ff6052160c8b8d94df9f3396171
parent9cbba12da01c28a93d4ddc6761c026f5ab3d1e9e (diff)
downloadpkgsrc-881d53494a38efc72985271a3c5a3f5d37dd41f3.tar.gz
Updating www/p5-WordPress-XMLRPC from 1.18nb1 to 1.23
pkgsrc changes: - importing new author related dependencies - adjust license - adjust dependencies Upstream changes: 2009-12-17 12:33 cvs * lib/WordPress/XMLRPC.pm, lib/WordPress/XMLRPC.pod, t/04_XMLRPC_page.t: There was an error with the code/documentation for editPage() Now editPage() will take content hashref as first arg, and publish boolean as second optional arg- OR it will take page id, content hashref, and optional 'publish boolean' arg. From Alan Haggai Alavi "..Error with editPage(). It accepts three arguments instead of two. The attached patch seems to.." Thanks! 2009-10-29 20:58 cvs * lib/WordPress/XMLRPC.pm, lib/WordPress/XMLRPC.pod, t/18_media.t, t/media.jpg: Added test and help to upload media. Added a help sub to turn a file on disk to the data struct required (bits, etc) 2009-09-25 09:55 cvs * lib/WordPress/XMLRPC.pm, t/00_basic.t, t/02_XMLRPC.t, t/04_XMLRPC_page.t, t/04_XMLRPC_post.t, t/10_XMLRPC.t.optional, t/11_category.t, t/12_categories.t, t/14_options.t, t/15_templates.t, t/16_tags.t, t/17_comments.t, t/test.pl: Made sure some tests skip out if ENV FULLTESTING is set to 0- or if t/wppost is not present. Fixed bug in test 12. 2009-09-09 14:59 cvs * lib/WordPress/XMLRPC.pod: Fixed up documentation formatting. 2009-09-09 11:37 cvs * Makefile.PL, README, lib/WordPress/XMLRPC.pm, lib/WordPress/XMLRPC.pod, t/11_category.t, t/11_category_new.t, t/13_newmethods_in_new_xmlrpcversion.pl, t/14_options.t, t/15_templates.t, t/16_tags.t, t/17_comments.t, t/analize_xmlrpc.pl, t/wppost: Made major update, included many new xml rpc calls that were not available when this module was first built. New methods: deleteCategory deleteComment editComment getComment getCommentCount getCommentStatusList getComments getOptions getPageStatusList getPageTemplates getPostStatusList getTags newComment setOptions This has been updated to match the xmlrpc.php file included with; wordpress v 2.8.4 2009-08-29 19:04 cvs * Makefile.PL, README, lib/WordPress/XMLRPC.pm: Made sure that perl/gpl license shows up properly.
-rw-r--r--www/p5-WordPress-XMLRPC/Makefile10
-rw-r--r--www/p5-WordPress-XMLRPC/distinfo8
2 files changed, 11 insertions, 7 deletions
diff --git a/www/p5-WordPress-XMLRPC/Makefile b/www/p5-WordPress-XMLRPC/Makefile
index 515e1e65a47..806a0c6f601 100644
--- a/www/p5-WordPress-XMLRPC/Makefile
+++ b/www/p5-WordPress-XMLRPC/Makefile
@@ -1,19 +1,23 @@
-# $NetBSD: Makefile,v 1.2 2010/08/21 16:37:12 seb Exp $
+# $NetBSD: Makefile,v 1.3 2010/09/23 06:34:04 sno Exp $
#
-DISTNAME= WordPress-XMLRPC-1.18
+DISTNAME= WordPress-XMLRPC-1.23
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www net
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/L/LE/LEOCHARRE/}
MAINTAINER= imil@gcu.info
HOMEPAGE= http://search.cpan.org/dist/WordPress-XMLRPC/
COMMENT= Perl 5 API to WordPress XML-RPC services
+LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
+DEPENDS+= p5-LEOCHARRE-CLI2-[0-9]*:../../devel/p5-LEOCHARRE-CLI2
+DEPENDS+= p5-LEOCHARRE-Debug-[0-9]*:../../devel/p5-LEOCHARRE-Debug
DEPENDS+= p5-SOAP-Lite>=0.71.08:../../net/p5-SOAP-Lite
+DEPENDS+= p5-Smart-Comments-[0-9]*:../../devel/p5-Smart-Comments
+DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML
PERL5_PACKLIST= auto/WordPress/XMLRPC/.packlist
USE_LANGUAGES= # none
diff --git a/www/p5-WordPress-XMLRPC/distinfo b/www/p5-WordPress-XMLRPC/distinfo
index 8074043876d..ae3eae2e0de 100644
--- a/www/p5-WordPress-XMLRPC/distinfo
+++ b/www/p5-WordPress-XMLRPC/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/02/23 20:57:49 imil Exp $
+$NetBSD: distinfo,v 1.2 2010/09/23 06:34:04 sno Exp $
-SHA1 (WordPress-XMLRPC-1.18.tar.gz) = da3a0bf1c842984572d3e0f0e1b3356b9aa6a906
-RMD160 (WordPress-XMLRPC-1.18.tar.gz) = 599d6d790dbb10dd4b61f51fc758b27b7a0a97bb
-Size (WordPress-XMLRPC-1.18.tar.gz) = 47168 bytes
+SHA1 (WordPress-XMLRPC-1.23.tar.gz) = ae2912c435e7f8ca0a5dc1bdbbba851afaf626b6
+RMD160 (WordPress-XMLRPC-1.23.tar.gz) = 388a35fe7371812cf508d6d2060100ff20d17480
+Size (WordPress-XMLRPC-1.23.tar.gz) = 71525 bytes