Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

15
net/p5-eBay-API/DESCR Normal file
View File

@@ -0,0 +1,15 @@
This document describes the installation, configuration, and usage
of eBay::API module.
The eBay::API library is based on the eBay API XML schema and it
does not use SOAP to submit calls. Other than differences in the
SOAP envelope and the way SOAP reports errors, the calls and data
types defined in eBay API XML schema and eBay API wsdl are almost
exactly the same.
You can retrieve the latest version of eBay API XML schema from:
http://developer.ebay.com/webservices/latest/eBaySvc.xsd
During installation that document is used to generate the library's
call and data type classes.

39
net/p5-eBay-API/Makefile Normal file
View File

@@ -0,0 +1,39 @@
# $NetBSD: Makefile,v 1.11 2013/05/31 12:41:42 wiz Exp $
DISTNAME= eBay-API-0.25
PKGNAME= p5-${DISTNAME}
PKGREVISION= 7
CATEGORIES= net perl5 www
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TK/TKEEFER/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/perldoc?eBay::API
COMMENT= Non SOAP based XML schema library for eBay API
DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress
DEPENDS+= p5-Crypt-SSLeay>=0.51:../../security/p5-Crypt-SSLeay
DEPENDS+= p5-Devel-StackTrace>=1.03:../../devel/p5-Devel-StackTrace
DEPENDS+= p5-Error>=0.15:../../devel/p5-Error
DEPENDS+= p5-Exception-Class>=1.14:../../devel/p5-Exception-Class
DEPENDS+= p5-libwww>=2:../../www/p5-libwww
DEPENDS+= p5-ParallelUserAgent>=2.57:../../www/p5-ParallelUserAgent
DEPENDS+= p5-Params-Validate>=0.74:../../devel/p5-Params-Validate
DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.11}:../../devel/p5-Scalar-List-Utils
DEPENDS+= {perl>=5.10,p5-Time-HiRes>=1.51}:../../time/p5-Time-HiRes
DEPENDS+= p5-XML-Simple>=2.09:../../textproc/p5-XML-Simple
DEPENDS+= p5-XML-Tidy>=1.2.54:../../textproc/p5-XML-Tidy
DEPENDS+= p5-XML-Writer>=0.600:../../textproc/p5-XML-Writer
USE_TOOLS+= gmake
REPLACE_PERL+= */*/*.pl */*/*/*/*/*.pl */*/*/*/*/*/*.pl */*/*/*/*/*/*/*.pl
REPLACE_PERL+= */*.t */*/*/*/*/*.t */*/*/*/*/*/*.t
REPLACE_PERL+= */*/*/*.pm */*/*/*/*.pm */*/*/*/*/*.pm */*/*/*/*/*/*.pm
REPLACE_PERL+= */*/*/*/*/*/*/*.pm
PERL5_PACKLIST= auto/eBay/API/.packlist
pre-configure:
${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} -f
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

6
net/p5-eBay-API/distinfo Normal file
View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.2 2010/01/08 12:57:17 sno Exp $
SHA1 (eBay-API-0.25.tar.gz) = b44ae76209360498d652c4d545ec64fb9230011c
RMD160 (eBay-API-0.25.tar.gz) = 9ee9c79129f34569141b90f7dde6f6c2d1b8be28
Size (eBay-API-0.25.tar.gz) = 1211617 bytes
SHA1 (patch-aa) = bcc4993a7a922f5ac6ed9ca9fa582a05a8417c1a

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.1 2010/01/08 12:57:17 sno Exp $
--- lib/eBay/API/XML/tools/codegen/xsd/BaseCodeGenDataType.pm.orig 2008-08-25 16:41:39.000000000 +0000
+++ lib/eBay/API/XML/tools/codegen/xsd/BaseCodeGenDataType.pm
@@ -791,7 +791,7 @@ sub _genClassHeader {
}
my $str = <<"HEADER";
-#!/usr/bin/perl
+#!$^X
package $fullPackageName;