import activemerchant-1.3.2

a ruby library for talking to credit card merchants
This commit is contained in:
jcs 2008-03-25 00:01:38 +00:00
parent fd03b875c8
commit 5ce13e171c
4 changed files with 1698 additions and 0 deletions

View File

@ -0,0 +1,28 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/03/25 00:01:38 jcs Exp $
COMMENT= ruby library for handling credit card processor merchants
DISTNAME= activemerchant-1.3.2
PKGNAME= ruby-${DISTNAME}
CATEGORIES= www
HOMEPAGE= http://www.activemerchant.org/
# mit
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=activemerchant/}
MODULES= lang/ruby
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= :ruby-builder-*:textproc/ruby-builder
CONFIGURE_STYLE=ruby gem
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (activemerchant-1.3.2.gem) = KW4pbJFqqXtS+vzeuKmS+Q==
RMD160 (activemerchant-1.3.2.gem) = 0NFbKmeHo1ZTHa6DdQDe0KM7vpY=
SHA1 (activemerchant-1.3.2.gem) = xhXe7IkDPUNP0zGWI+ymZzXVB3M=
SHA256 (activemerchant-1.3.2.gem) = +CG0mFQsNC4zj4x/32/H57fO13nUJVEq8bX29Nuwlp0=
SIZE (activemerchant-1.3.2.gem) = 351232

View File

@ -0,0 +1,8 @@
Active Merchant is an extraction from the e-commerce system Shopify.
Shopify's requirements for a simple and unified API to access dozens
of different payment gateways with very different internal APIs was
the chief principle in designing the library.
Active Merchant has been in production use since June 2006 and is
now used in most modern Ruby applications which deal with financial
transactions.

File diff suppressed because it is too large Load Diff