import p5-Net-eBay
This module helps user to easily execute queries against eBay's XML API. ok sthen@
This commit is contained in:
parent
3da82e5958
commit
c91c119de8
34
net/p5-Net-eBay/Makefile
Normal file
34
net/p5-Net-eBay/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/03/16 14:23:43 jasper Exp $
|
||||
|
||||
COMMENT= interface to XML based eBay API
|
||||
|
||||
DISTNAME= Net-eBay-0.54
|
||||
CATEGORIES= net
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= cpan
|
||||
MODCPAN_EXAMPLES= Yes
|
||||
|
||||
USE_GROFF= Yes
|
||||
|
||||
RUN_DEPENDS= devel/p5-DateTime-Precise \
|
||||
security/p5-Crypt-SSLeay \
|
||||
security/p5-Net_SSLeay \
|
||||
textproc/p5-Text-Format \
|
||||
textproc/p5-XML-Dumper \
|
||||
textproc/p5-XML-Simple \
|
||||
www/p5-HTML-Format \
|
||||
www/p5-HTML-PrettyPrinter \
|
||||
www/p5-HTML-Tree \
|
||||
www/p5-libwww
|
||||
|
||||
# Help MODCPAN_EXAMPLES a bit.
|
||||
post-extract:
|
||||
@cd ${WRKSRC} && mkdir examples/ && mv ebay-*.pl examples/
|
||||
|
||||
.include <bsd.port.mk>
|
5
net/p5-Net-eBay/distinfo
Normal file
5
net/p5-Net-eBay/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Net-eBay-0.54.tar.gz) = Ev8AK51sbSyGW1f+97tSFw==
|
||||
RMD160 (Net-eBay-0.54.tar.gz) = e6DO4ZkWeziMfVkfdHnWkC3Bw0k=
|
||||
SHA1 (Net-eBay-0.54.tar.gz) = ZLMwl6zDUsBEsNpzx7OkYoUGlpg=
|
||||
SHA256 (Net-eBay-0.54.tar.gz) = S0dW3mehX8q9wrVq7MrjRaIq+IAkyaMWgzOG1dulyns=
|
||||
SIZE (Net-eBay-0.54.tar.gz) = 22195
|
49
net/p5-Net-eBay/patches/patch-MANIFEST
Normal file
49
net/p5-Net-eBay/patches/patch-MANIFEST
Normal file
@ -0,0 +1,49 @@
|
||||
$OpenBSD: patch-MANIFEST,v 1.1.1.1 2011/03/16 14:23:43 jasper Exp $
|
||||
|
||||
Don't install these example scripts into bin/ but just treat
|
||||
them as examples.
|
||||
|
||||
--- MANIFEST.orig Wed Mar 16 10:32:49 2011
|
||||
+++ MANIFEST Wed Mar 16 10:33:16 2011
|
||||
@@ -7,22 +7,22 @@ lib/Net/eBay.pm
|
||||
t/00-load.t
|
||||
t/pod-coverage.t
|
||||
t/pod.t
|
||||
-ebay-add-item.pl
|
||||
-ebay-api-usage.pl
|
||||
-ebay-end-item-early.pl
|
||||
-ebay-get-all-bidders.pl
|
||||
-ebay-get-categories.pl
|
||||
-ebay-get-high-bidders.pl
|
||||
-ebay-get-item-transactions.pl
|
||||
-ebay-get-item.pl
|
||||
-ebay-get-my-selling.pl
|
||||
-ebay-get-my-sold.pl
|
||||
-ebay-get-seller-list.pl
|
||||
-ebay-get-suggested-categories.pl
|
||||
-ebay-get-user-contact.pl
|
||||
-ebay-get-user-feedback.pl
|
||||
-ebay-leave-feedback.pl
|
||||
-ebay-official-time.pl
|
||||
-ebay-revise-item.pl
|
||||
-ebay-search.pl
|
||||
-ebay-validate-test-user.pl
|
||||
+examples/ebay-add-item.pl
|
||||
+examples/ebay-api-usage.pl
|
||||
+examples/ebay-end-item-early.pl
|
||||
+examples/ebay-get-all-bidders.pl
|
||||
+examples/ebay-get-categories.pl
|
||||
+examples/ebay-get-high-bidders.pl
|
||||
+examples/ebay-get-item-transactions.pl
|
||||
+examples/ebay-get-item.pl
|
||||
+examples/ebay-get-my-selling.pl
|
||||
+examples/ebay-get-my-sold.pl
|
||||
+examples/ebay-get-seller-list.pl
|
||||
+examples/ebay-get-suggested-categories.pl
|
||||
+examples/ebay-get-user-contact.pl
|
||||
+examples/ebay-get-user-feedback.pl
|
||||
+examples/ebay-leave-feedback.pl
|
||||
+examples/ebay-official-time.pl
|
||||
+examples/ebay-revise-item.pl
|
||||
+examples/ebay-search.pl
|
||||
+examples/ebay-validate-test-user.pl
|
18
net/p5-Net-eBay/patches/patch-Makefile_PL
Normal file
18
net/p5-Net-eBay/patches/patch-Makefile_PL
Normal file
@ -0,0 +1,18 @@
|
||||
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2011/03/16 14:23:43 jasper Exp $
|
||||
|
||||
Don't install these example scripts into bin/ but just treat
|
||||
them as examples.
|
||||
|
||||
--- Makefile.PL.orig Wed Mar 16 10:28:53 2011
|
||||
+++ Makefile.PL Wed Mar 16 10:29:08 2011
|
||||
@@ -8,10 +8,6 @@ WriteMakefile(
|
||||
VERSION_FROM => 'lib/Net/eBay.pm',
|
||||
ABSTRACT => 'XML based communication with eBay API',
|
||||
PL_FILES => {},
|
||||
- EXE_FILES => [ 'ebay-official-time.pl', 'ebay-validate-test-user.pl',
|
||||
- 'ebay-get-categories.pl', 'ebay-add-item.pl', 'ebay-search.pl',
|
||||
- 'ebay-revise-item.pl', 'ebay-get-item.pl'
|
||||
- ],
|
||||
PREREQ_PM => {
|
||||
'Test::More' => 0,
|
||||
'Text::Format' => 0,
|
1
net/p5-Net-eBay/pkg/DESCR
Normal file
1
net/p5-Net-eBay/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
This module helps user to easily execute queries against eBay's XML API.
|
23
net/p5-Net-eBay/pkg/PLIST
Normal file
23
net/p5-Net-eBay/pkg/PLIST
Normal file
@ -0,0 +1,23 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/03/16 14:23:43 jasper Exp $
|
||||
${P5SITE}/Net/eBay.pm
|
||||
@man man/man3p/Net::eBay.3p
|
||||
share/examples/p5-Net-eBay/
|
||||
share/examples/p5-Net-eBay/ebay-add-item.pl
|
||||
share/examples/p5-Net-eBay/ebay-api-usage.pl
|
||||
share/examples/p5-Net-eBay/ebay-end-item-early.pl
|
||||
share/examples/p5-Net-eBay/ebay-get-all-bidders.pl
|
||||
share/examples/p5-Net-eBay/ebay-get-categories.pl
|
||||
share/examples/p5-Net-eBay/ebay-get-high-bidders.pl
|
||||
share/examples/p5-Net-eBay/ebay-get-item-transactions.pl
|
||||
share/examples/p5-Net-eBay/ebay-get-item.pl
|
||||
share/examples/p5-Net-eBay/ebay-get-my-selling.pl
|
||||
share/examples/p5-Net-eBay/ebay-get-my-sold.pl
|
||||
share/examples/p5-Net-eBay/ebay-get-seller-list.pl
|
||||
share/examples/p5-Net-eBay/ebay-get-suggested-categories.pl
|
||||
share/examples/p5-Net-eBay/ebay-get-user-contact.pl
|
||||
share/examples/p5-Net-eBay/ebay-get-user-feedback.pl
|
||||
share/examples/p5-Net-eBay/ebay-leave-feedback.pl
|
||||
share/examples/p5-Net-eBay/ebay-official-time.pl
|
||||
share/examples/p5-Net-eBay/ebay-revise-item.pl
|
||||
share/examples/p5-Net-eBay/ebay-search.pl
|
||||
share/examples/p5-Net-eBay/ebay-validate-test-user.pl
|
Loading…
x
Reference in New Issue
Block a user