summaryrefslogtreecommitdiff
path: root/finance/ruby-activemerchant
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-04-04 15:19:08 +0000
committerjlam <jlam@pkgsrc.org>2008-04-04 15:19:08 +0000
commitac415c64a5e134e33f84825b891490eb6c203612 (patch)
tree2aa899e550fbf95211b4ba672989d88f2bc3444e /finance/ruby-activemerchant
parente8b610ff6e4952148597538eff21c9256c3d9e5a (diff)
downloadpkgsrc-ac415c64a5e134e33f84825b891490eb6c203612.tar.gz
Initial import of ruby18-activemerchant-1.3.2 as
finance/ruby-activemerchant. Active Merchant is a Ruby library for dealing with credit cards, payment processors and shipping. It has a simple and unified API to access dozens of different payment gateways with very different internal APIs.
Diffstat (limited to 'finance/ruby-activemerchant')
-rw-r--r--finance/ruby-activemerchant/DESCR4
-rw-r--r--finance/ruby-activemerchant/Makefile15
-rw-r--r--finance/ruby-activemerchant/PLIST268
-rw-r--r--finance/ruby-activemerchant/distinfo5
4 files changed, 292 insertions, 0 deletions
diff --git a/finance/ruby-activemerchant/DESCR b/finance/ruby-activemerchant/DESCR
new file mode 100644
index 00000000000..683f69b9455
--- /dev/null
+++ b/finance/ruby-activemerchant/DESCR
@@ -0,0 +1,4 @@
+Active Merchant is a Ruby library for dealing with credit cards,
+payment processors and shipping. It has a simple and unified API to
+access dozens of different payment gateways with very different internal
+APIs.
diff --git a/finance/ruby-activemerchant/Makefile b/finance/ruby-activemerchant/Makefile
new file mode 100644
index 00000000000..92b570f9367
--- /dev/null
+++ b/finance/ruby-activemerchant/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:19:08 jlam Exp $
+
+DISTNAME= activemerchant-1.3.2
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES= finance
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.activemerchant.org/
+COMMENT= Ruby library for credit card processing
+
+DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=1.4.1:../../devel/ruby-activesupport
+DEPENDS+= ${RUBY_PKGPREFIX}-builder>=2.0.0:../../textproc/ruby-builder
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/finance/ruby-activemerchant/PLIST b/finance/ruby-activemerchant/PLIST
new file mode 100644
index 00000000000..d2560200de7
--- /dev/null
+++ b/finance/ruby-activemerchant/PLIST
@@ -0,0 +1,268 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:19:08 jlam Exp $
+${GEM_HOME}/cache/activemerchant-${PKGVERSION}.gem
+${GEM_LIBDIR}/CHANGELOG
+${GEM_LIBDIR}/CONTRIBUTERS
+${GEM_LIBDIR}/MIT-LICENSE
+${GEM_LIBDIR}/README
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/gem-public_cert.pem
+${GEM_LIBDIR}/init.rb
+${GEM_LIBDIR}/lib/active_merchant.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/avs_result.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/base.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/check.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/credit_card.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/credit_card_formatting.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/credit_card_methods.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/cvv_result.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/expiry_date.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateway.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/authorize_net.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/bogus.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/braintree.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/card_stream.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/cyber_source.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/data_cash.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/efsnet.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/eway.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/exact.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/linkpoint.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/moneris.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/net_registry.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/netbilling.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/pay_junction.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/pay_secure.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/payflow.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/payflow/payflow_common_api.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/payflow/payflow_express_response.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/payflow/payflow_response.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/payflow_express.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/payflow_express_uk.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/payflow_uk.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/payment_express.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/paypal.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/paypal/paypal_common_api.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/paypal/paypal_express_response.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/paypal_express.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/plugnpay.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/protx.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/psigate.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/psl_card.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/quickpay.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/realex.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/secure_pay.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/secure_pay_au.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/secure_pay_tech.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/skip_jack.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/trans_first.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/trust_commerce.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/usa_epay.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/verifi.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/viaklix.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/action_view_helper.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/bogus.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/bogus/helper.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/bogus/notification.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/bogus/return.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/chronopay.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/chronopay/helper.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/chronopay/notification.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/chronopay/return.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/gestpay.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/gestpay/common.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/gestpay/helper.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/gestpay/notification.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/gestpay/return.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/helper.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/hi_trust.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/hi_trust/helper.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/hi_trust/notification.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/hi_trust/return.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/nochex.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/nochex/helper.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/nochex/notification.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/nochex/return.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/notification.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/paypal.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/paypal/helper.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/paypal/notification.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/paypal/return.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/return.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/two_checkout.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/two_checkout/helper.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/two_checkout/notification.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/two_checkout/return.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/response.rb
+${GEM_LIBDIR}/lib/active_merchant/lib/country.rb
+${GEM_LIBDIR}/lib/active_merchant/lib/error.rb
+${GEM_LIBDIR}/lib/active_merchant/lib/post_data.rb
+${GEM_LIBDIR}/lib/active_merchant/lib/posts_data.rb
+${GEM_LIBDIR}/lib/active_merchant/lib/requires_parameters.rb
+${GEM_LIBDIR}/lib/active_merchant/lib/utils.rb
+${GEM_LIBDIR}/lib/active_merchant/lib/validateable.rb
+${GEM_LIBDIR}/lib/certs/cacert.pem
+${GEM_LIBDIR}/lib/support/gateway_support.rb
+${GEM_LIBDIR}/lib/tasks/cia.rb
+${GEM_LIBDIR}/script/destroy
+${GEM_LIBDIR}/script/generate
+${GEM_LIBDIR}/test/extra/binding_of_caller.rb
+${GEM_LIBDIR}/test/extra/breakpoint.rb
+${GEM_LIBDIR}/test/fixtures.yml
+${GEM_LIBDIR}/test/remote/gateways/remote_authorize_net_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_braintree_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_card_stream_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_cyber_source_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_data_cash_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_efsnet_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_eway_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_exact_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_linkpoint_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_moneris_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_net_registry_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_netbilling_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_pay_junction_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_pay_secure_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_payflow_express_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_payflow_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_payflow_uk_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_payment_express_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_paypal_express_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_paypal_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_plugnpay_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_protx_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_psigate_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_psl_card_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_quickpay_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_realex_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_secure_pay_au_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_secure_pay_tech_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_secure_pay_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_skipjack_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_trans_first_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_trust_commerce_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_usa_epay_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_verifi_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_viaklix_test.rb
+${GEM_LIBDIR}/test/remote/integrations/remote_gestpay_integration_test.rb
+${GEM_LIBDIR}/test/remote/integrations/remote_paypal_integration_test.rb
+${GEM_LIBDIR}/test/test_helper.rb
+${GEM_LIBDIR}/test/unit/avs_result_test.rb
+${GEM_LIBDIR}/test/unit/base_test.rb
+${GEM_LIBDIR}/test/unit/check_test.rb
+${GEM_LIBDIR}/test/unit/country_code_test.rb
+${GEM_LIBDIR}/test/unit/country_test.rb
+${GEM_LIBDIR}/test/unit/credit_card_formatting_test.rb
+${GEM_LIBDIR}/test/unit/credit_card_methods_test.rb
+${GEM_LIBDIR}/test/unit/credit_card_test.rb
+${GEM_LIBDIR}/test/unit/cvv_result_test.rb
+${GEM_LIBDIR}/test/unit/expiry_date_test.rb
+${GEM_LIBDIR}/test/unit/gateways/authorize_net_test.rb
+${GEM_LIBDIR}/test/unit/gateways/bogus_test.rb
+${GEM_LIBDIR}/test/unit/gateways/braintree_test.rb
+${GEM_LIBDIR}/test/unit/gateways/card_stream_test.rb
+${GEM_LIBDIR}/test/unit/gateways/cyber_source_test.rb
+${GEM_LIBDIR}/test/unit/gateways/data_cash_test.rb
+${GEM_LIBDIR}/test/unit/gateways/efsnet_test.rb
+${GEM_LIBDIR}/test/unit/gateways/eway_test.rb
+${GEM_LIBDIR}/test/unit/gateways/exact_test.rb
+${GEM_LIBDIR}/test/unit/gateways/gateway_test.rb
+${GEM_LIBDIR}/test/unit/gateways/linkpoint_test.rb
+${GEM_LIBDIR}/test/unit/gateways/moneris_test.rb
+${GEM_LIBDIR}/test/unit/gateways/net_registry_test.rb
+${GEM_LIBDIR}/test/unit/gateways/netbilling_test.rb
+${GEM_LIBDIR}/test/unit/gateways/pay_junction_test.rb
+${GEM_LIBDIR}/test/unit/gateways/pay_secure_test.rb
+${GEM_LIBDIR}/test/unit/gateways/payflow_express_test.rb
+${GEM_LIBDIR}/test/unit/gateways/payflow_express_uk_test.rb
+${GEM_LIBDIR}/test/unit/gateways/payflow_test.rb
+${GEM_LIBDIR}/test/unit/gateways/payflow_uk_test.rb
+${GEM_LIBDIR}/test/unit/gateways/payment_express_test.rb
+${GEM_LIBDIR}/test/unit/gateways/paypal_express_test.rb
+${GEM_LIBDIR}/test/unit/gateways/paypal_test.rb
+${GEM_LIBDIR}/test/unit/gateways/plugnpay_test.rb
+${GEM_LIBDIR}/test/unit/gateways/protx_test.rb
+${GEM_LIBDIR}/test/unit/gateways/psigate_test.rb
+${GEM_LIBDIR}/test/unit/gateways/psl_card_test.rb
+${GEM_LIBDIR}/test/unit/gateways/quickpay_test.rb
+${GEM_LIBDIR}/test/unit/gateways/realex_test.rb
+${GEM_LIBDIR}/test/unit/gateways/secure_pay_au_test.rb
+${GEM_LIBDIR}/test/unit/gateways/secure_pay_tech_test.rb
+${GEM_LIBDIR}/test/unit/gateways/secure_pay_test.rb
+${GEM_LIBDIR}/test/unit/gateways/skip_jack_test.rb
+${GEM_LIBDIR}/test/unit/gateways/trans_first_test.rb
+${GEM_LIBDIR}/test/unit/gateways/trust_commerce_test.rb
+${GEM_LIBDIR}/test/unit/gateways/usa_epay_test.rb
+${GEM_LIBDIR}/test/unit/gateways/verifi_test.rb
+${GEM_LIBDIR}/test/unit/gateways/viaklix_test.rb
+${GEM_LIBDIR}/test/unit/generators/test_gateway_generator.rb
+${GEM_LIBDIR}/test/unit/generators/test_generator_helper.rb
+${GEM_LIBDIR}/test/unit/generators/test_integration_generator.rb
+${GEM_LIBDIR}/test/unit/integrations/action_view_helper_test.rb
+${GEM_LIBDIR}/test/unit/integrations/bogus_module_test.rb
+${GEM_LIBDIR}/test/unit/integrations/chronopay_module_test.rb
+${GEM_LIBDIR}/test/unit/integrations/gestpay_module_test.rb
+${GEM_LIBDIR}/test/unit/integrations/helpers/bogus_helper_test.rb
+${GEM_LIBDIR}/test/unit/integrations/helpers/chronopay_helper_test.rb
+${GEM_LIBDIR}/test/unit/integrations/helpers/gestpay_helper_test.rb
+${GEM_LIBDIR}/test/unit/integrations/helpers/hi_trust_helper_test.rb
+${GEM_LIBDIR}/test/unit/integrations/helpers/nochex_helper_test.rb
+${GEM_LIBDIR}/test/unit/integrations/helpers/paypal_helper_test.rb
+${GEM_LIBDIR}/test/unit/integrations/helpers/two_checkout_helper_test.rb
+${GEM_LIBDIR}/test/unit/integrations/hi_trust_module_test.rb
+${GEM_LIBDIR}/test/unit/integrations/nochex_module_test.rb
+${GEM_LIBDIR}/test/unit/integrations/notifications/chronopay_notification_test.rb
+${GEM_LIBDIR}/test/unit/integrations/notifications/gestpay_notification_test.rb
+${GEM_LIBDIR}/test/unit/integrations/notifications/hi_trust_notification_test.rb
+${GEM_LIBDIR}/test/unit/integrations/notifications/nochex_notification_test.rb
+${GEM_LIBDIR}/test/unit/integrations/notifications/notification_test.rb
+${GEM_LIBDIR}/test/unit/integrations/notifications/paypal_notification_test.rb
+${GEM_LIBDIR}/test/unit/integrations/notifications/two_checkout_notification_test.rb
+${GEM_LIBDIR}/test/unit/integrations/paypal_module_test.rb
+${GEM_LIBDIR}/test/unit/integrations/returns/chronopay_return_test.rb
+${GEM_LIBDIR}/test/unit/integrations/returns/gestpay_return_test.rb
+${GEM_LIBDIR}/test/unit/integrations/returns/hi_trust_return_test.rb
+${GEM_LIBDIR}/test/unit/integrations/returns/nochex_return_test.rb
+${GEM_LIBDIR}/test/unit/integrations/returns/paypal_return_test.rb
+${GEM_LIBDIR}/test/unit/integrations/returns/return_test.rb
+${GEM_LIBDIR}/test/unit/integrations/returns/two_checkout_return_test.rb
+${GEM_LIBDIR}/test/unit/integrations/two_checkout_module_test.rb
+${GEM_LIBDIR}/test/unit/post_data_test.rb
+${GEM_LIBDIR}/test/unit/posts_data_test.rb
+${GEM_LIBDIR}/test/unit/response_test.rb
+${GEM_LIBDIR}/test/unit/utils_test.rb
+${GEM_LIBDIR}/test/unit/validateable_test.rb
+${GEM_HOME}/specifications/activemerchant-${PKGVERSION}.gemspec
+@dirrm ${GEM_LIBDIR}/test/unit/integrations/returns
+@dirrm ${GEM_LIBDIR}/test/unit/integrations/notifications
+@dirrm ${GEM_LIBDIR}/test/unit/integrations/helpers
+@dirrm ${GEM_LIBDIR}/test/unit/integrations
+@dirrm ${GEM_LIBDIR}/test/unit/generators
+@dirrm ${GEM_LIBDIR}/test/unit/gateways
+@dirrm ${GEM_LIBDIR}/test/unit
+@dirrm ${GEM_LIBDIR}/test/remote/integrations
+@dirrm ${GEM_LIBDIR}/test/remote/gateways
+@dirrm ${GEM_LIBDIR}/test/remote
+@dirrm ${GEM_LIBDIR}/test/extra
+@dirrm ${GEM_LIBDIR}/test
+@dirrm ${GEM_LIBDIR}/script
+@dirrm ${GEM_LIBDIR}/lib/tasks
+@dirrm ${GEM_LIBDIR}/lib/support
+@dirrm ${GEM_LIBDIR}/lib/certs
+@dirrm ${GEM_LIBDIR}/lib/active_merchant/lib
+@dirrm ${GEM_LIBDIR}/lib/active_merchant/billing/integrations/two_checkout
+@dirrm ${GEM_LIBDIR}/lib/active_merchant/billing/integrations/paypal
+@dirrm ${GEM_LIBDIR}/lib/active_merchant/billing/integrations/nochex
+@dirrm ${GEM_LIBDIR}/lib/active_merchant/billing/integrations/hi_trust
+@dirrm ${GEM_LIBDIR}/lib/active_merchant/billing/integrations/gestpay
+@dirrm ${GEM_LIBDIR}/lib/active_merchant/billing/integrations/chronopay
+@dirrm ${GEM_LIBDIR}/lib/active_merchant/billing/integrations/bogus
+@dirrm ${GEM_LIBDIR}/lib/active_merchant/billing/integrations
+@dirrm ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/paypal
+@dirrm ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/payflow
+@dirrm ${GEM_LIBDIR}/lib/active_merchant/billing/gateways
+@dirrm ${GEM_LIBDIR}/lib/active_merchant/billing
+@dirrm ${GEM_LIBDIR}/lib/active_merchant
+@dirrm ${GEM_LIBDIR}/lib
+@dirrm ${GEM_LIBDIR}
diff --git a/finance/ruby-activemerchant/distinfo b/finance/ruby-activemerchant/distinfo
new file mode 100644
index 00000000000..de083a7cb45
--- /dev/null
+++ b/finance/ruby-activemerchant/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:19:08 jlam Exp $
+
+SHA1 (activemerchant-1.3.2.gem) = c615deec89033d434fd3319623eca66735d50773
+RMD160 (activemerchant-1.3.2.gem) = d0d15b2a6787a356531dae837500ded0a33bbe96
+Size (activemerchant-1.3.2.gem) = 351232 bytes