1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

- Update to 1.0.0

- Add LICENSE
- Update pkg-descr
This commit is contained in:
TAKATSU Tomonari 2010-11-10 15:24:43 +00:00
parent cbc441f979
commit 07677d0001
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264360
3 changed files with 19 additions and 7 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= amazon-ecs
PORTVERSION= 0.5.7
PORTVERSION= 1.0.0
CATEGORIES= www rubygems
MASTER_SITES= RG
@ -16,6 +16,8 @@ COMMENT= A generic Amazon E-commerce REST API written in Ruby
RUN_DEPENDS= rubygem-hpricot>=0.4:${PORTSDIR}/www/rubygem-hpricot \
${RUBY_PKGNAMEPREFIX}hmac>=0.3.2:${PORTSDIR}/security/ruby-hmac
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes

View File

@ -1,3 +1,2 @@
MD5 (rubygem/amazon-ecs-0.5.7.gem) = 6483ab8e61b731da07dd2b2522a6b91f
SHA256 (rubygem/amazon-ecs-0.5.7.gem) = f388e7bead1f82f3c306f8cfd39f369d64445c73f033deece8c8f93550604a67
SIZE (rubygem/amazon-ecs-0.5.7.gem) = 9728
SHA256 (rubygem/amazon-ecs-1.0.0.gem) = 3a884160049513ced7b81d8fa41876ec2a99b5c95931a8a969bf0efd937e24c0
SIZE (rubygem/amazon-ecs-1.0.0.gem) = 9728

View File

@ -1,4 +1,15 @@
A generic Amazon E-commerce REST API
with configurable default options and method call options.
A generic Amazon E-commerce REST API with configurable default options and
method call options. It uses Hpricot to parse the XML output. Use Response and
Element wrapper classes for easy access to the XML elements, and it supports
ECS 4.0.
WWW: http://amazon-ecs.rubyforge.net/
It is generic, so you can extend Amazon::Ecs to support the other not-
implemented operations easily; and the response object just wraps around
Hpricot element object, instead of providing one-to-one object/attributes to
XML elements map.
With that, if in the future, there is a change in REST XML output structure,
no changes will be required on amazon-ecs, instead you just need to change
your element path.
WWW: http://www.pluitsolutions.com/projects/amazon-ecs