Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

8
www/p5-URI-Query/DESCR Normal file
View File

@@ -0,0 +1,8 @@
URI::Query provides simple URI query string manipulation, allowing
you to create and manipulate URI query strings from GET and POST
requests in web applications. This is primarily useful for creating
links where you wish to preserve some subset of the parameters to
the current request, and potentially add or replace others. Given
a query string this is doable with regexes, of course, but making
sure you get the anchoring and escaping right is tedious and
error-prone - this module is simpler.

19
www/p5-URI-Query/Makefile Normal file
View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.3 2016/08/16 00:50:54 wen Exp $
DISTNAME= URI-Query-0.16
PKGNAME= p5-${DISTNAME}
CATEGORIES= www net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~gavinc/URI-Query/
COMMENT= Perl5 module providing URI query string manipulation
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/URI/Query/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.2 2016/08/16 00:50:54 wen Exp $
SHA1 (URI-Query-0.16.tar.gz) = e74d0d9af24367519a84a589650694892904a8c6
RMD160 (URI-Query-0.16.tar.gz) = 2803c1a0dbddbee5ea6484229983180a9e0d63b7
SHA512 (URI-Query-0.16.tar.gz) = fd355e55051533b5c47833f7009801b3e3c54cc82c2821ab4a77b390468ed5b92bb0e1d99ea516754c8c5dc67fa2ee967c0cf9094b1920d774fc48c6f87f54a2
Size (URI-Query-0.16.tar.gz) = 16505 bytes