pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/p5-Role-REST-Client
Module Name: pkgsrc
Committed By: markd
Date: Wed Aug 24 23:28:47 UTC 2016
Added Files:
pkgsrc/www/p5-Role-REST-Client: DESCR Makefile distinfo
Log Message:
Add p5-Role-REST-Client 0.18
This REST Client role makes REST connectivety easy.
Role::REST::Client will handle encoding and decoding when using the HTTP
verbs.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/p5-Role-REST-Client/DESCR \
pkgsrc/www/p5-Role-REST-Client/Makefile \
pkgsrc/www/p5-Role-REST-Client/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/www/p5-Role-REST-Client/DESCR
diff -u /dev/null pkgsrc/www/p5-Role-REST-Client/DESCR:1.1
--- /dev/null Wed Aug 24 23:28:47 2016
+++ pkgsrc/www/p5-Role-REST-Client/DESCR Wed Aug 24 23:28:47 2016
@@ -0,0 +1,4 @@
+This REST Client role makes REST connectivety easy.
+
+Role::REST::Client will handle encoding and decoding when using the HTTP
+verbs.
Index: pkgsrc/www/p5-Role-REST-Client/Makefile
diff -u /dev/null pkgsrc/www/p5-Role-REST-Client/Makefile:1.1
--- /dev/null Wed Aug 24 23:28:47 2016
+++ pkgsrc/www/p5-Role-REST-Client/Makefile Wed Aug 24 23:28:47 2016
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2016/08/24 23:28:47 markd Exp $
+
+DISTNAME= Role-REST-Client-0.18
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KA/KAARE/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Role-REST-Client
+COMMENT= REST Client Role
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-Data-Serializer-[0-9]*:../../devel/p5-Data-Serializer
+DEPENDS+= p5-MooX-HandlesVia>=0.001004:../../devel/p5-MooX-HandlesVia
+DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
+DEPENDS+= p5-Type-Tiny>=0.024:../../devel/p5-Type-Tiny
+DEPENDS+= p5-HTTP-Thin-[0-9]*:../../www/p5-HTTP-Thin
+DEPENDS+= p5-URI-Escape-XS>=0.11:../../www/p5-URI-Escape-XS
+
+PERL5_PACKLIST= auto/Role/REST/Client/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/p5-Role-REST-Client/distinfo
diff -u /dev/null pkgsrc/www/p5-Role-REST-Client/distinfo:1.1
--- /dev/null Wed Aug 24 23:28:47 2016
+++ pkgsrc/www/p5-Role-REST-Client/distinfo Wed Aug 24 23:28:47 2016
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/08/24 23:28:47 markd Exp $
+
+SHA1 (Role-REST-Client-0.18.tar.gz) = e8d00612f485f14ac48db49bcf98f42067d40f9e
+RMD160 (Role-REST-Client-0.18.tar.gz) = b676dec1f8bd51781b7b70c3faa2a30d70658202
+SHA512 (Role-REST-Client-0.18.tar.gz) = e823c31c99bdce0b38c51d24c5b435c1e875b7f8a47fc0d69346c07b6fa7155f4eb2986b495d458f6d608579ae377d23754f2a2191fc2aa186b112b9cf3253d8
+Size (Role-REST-Client-0.18.tar.gz) = 18057 bytes
Home |
Main Index |
Thread Index |
Old Index