From 45302ec0f9a1aca22c4cfae43fd3b34d359ab515 Mon Sep 17 00:00:00 2001 From: jasper Date: Sun, 3 Apr 2011 17:16:13 +0000 Subject: [PATCH] import p5-Object-eBay 0.5.0 Object::eBay provides an object-oriented interface to the eBay API. Objects are created to represent entities dealing with eBay such as items, users, etc. You won't want to create objects of the class Object::eBay but rather of its subclasses such as: Object::eBay::Item or Object::eBay::User. ok simon@ --- www/p5-Object-eBay/Makefile | 23 +++++++++++++++++++++++ www/p5-Object-eBay/distinfo | 5 +++++ www/p5-Object-eBay/pkg/DESCR | 5 +++++ www/p5-Object-eBay/pkg/PLIST | 23 +++++++++++++++++++++++ 4 files changed, 56 insertions(+) create mode 100644 www/p5-Object-eBay/Makefile create mode 100644 www/p5-Object-eBay/distinfo create mode 100644 www/p5-Object-eBay/pkg/DESCR create mode 100644 www/p5-Object-eBay/pkg/PLIST diff --git a/www/p5-Object-eBay/Makefile b/www/p5-Object-eBay/Makefile new file mode 100644 index 00000000000..07ae90579da --- /dev/null +++ b/www/p5-Object-eBay/Makefile @@ -0,0 +1,23 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2011/04/03 17:16:13 jasper Exp $ + +COMMENT= OO interface to the eBay API + +DISTNAME= Object-eBay-0.5.0 +CATEGORIES= www + +# perl +PERMIT_PACKAGE_CDROM = Yes +PERMIT_PACKAGE_FTP = Yes +PERMIT_DISTFILES_CDROM =Yes +PERMIT_DISTFILES_FTP = Yes + +MODULES= cpan +CONFIGURE_STYLE= modbuild + +USE_GROFF= Yes + +RUN_DEPENDS= devel/p5-Class-Std \ + devel/p5-DateTime \ + net/p5-Net-eBay + +.include diff --git a/www/p5-Object-eBay/distinfo b/www/p5-Object-eBay/distinfo new file mode 100644 index 00000000000..f0b3ae06b0b --- /dev/null +++ b/www/p5-Object-eBay/distinfo @@ -0,0 +1,5 @@ +MD5 (Object-eBay-0.5.0.tar.gz) = MFrBdcVM9JvCebBte+7zHQ== +RMD160 (Object-eBay-0.5.0.tar.gz) = 7snHAbkRImFA7mJDjMswteBgfFM= +SHA1 (Object-eBay-0.5.0.tar.gz) = 6blDq3SVnQFBdNKPdhrErKLD6/g= +SHA256 (Object-eBay-0.5.0.tar.gz) = yw9ju58mTrwzCzGKFDmwPxCAJza2uiJVxBsH0x7A09A= +SIZE (Object-eBay-0.5.0.tar.gz) = 17938 diff --git a/www/p5-Object-eBay/pkg/DESCR b/www/p5-Object-eBay/pkg/DESCR new file mode 100644 index 00000000000..157def86982 --- /dev/null +++ b/www/p5-Object-eBay/pkg/DESCR @@ -0,0 +1,5 @@ +Object::eBay provides an object-oriented interface to the eBay API. +Objects are created to represent entities dealing with eBay such as +items, users, etc. You won't want to create objects of the class +Object::eBay but rather of its subclasses such as: Object::eBay::Item or +Object::eBay::User. diff --git a/www/p5-Object-eBay/pkg/PLIST b/www/p5-Object-eBay/pkg/PLIST new file mode 100644 index 00000000000..c35dd0f49d5 --- /dev/null +++ b/www/p5-Object-eBay/pkg/PLIST @@ -0,0 +1,23 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2011/04/03 17:16:13 jasper Exp $ +${P5SITE}/Object/ +${P5SITE}/Object/eBay/ +${P5SITE}/Object/eBay.pm +${P5SITE}/Object/eBay/Attribute.pm +${P5SITE}/Object/eBay/Attributes.pm +${P5SITE}/Object/eBay/Boolean.pm +${P5SITE}/Object/eBay/Condition.pm +${P5SITE}/Object/eBay/Currency.pm +${P5SITE}/Object/eBay/Item.pm +${P5SITE}/Object/eBay/ListingDetails.pm +${P5SITE}/Object/eBay/SellingStatus.pm +${P5SITE}/Object/eBay/User.pm +@man man/man3p/Object::eBay.3p +@man man/man3p/Object::eBay::Attribute.3p +@man man/man3p/Object::eBay::Attributes.3p +@man man/man3p/Object::eBay::Boolean.3p +@man man/man3p/Object::eBay::Condition.3p +@man man/man3p/Object::eBay::Currency.3p +@man man/man3p/Object::eBay::Item.3p +@man man/man3p/Object::eBay::ListingDetails.3p +@man man/man3p/Object::eBay::SellingStatus.3p +@man man/man3p/Object::eBay::User.3p