Index: head/finance/Makefile =================================================================== --- head/finance/Makefile (revision 206044) +++ head/finance/Makefile (revision 206045) @@ -1,82 +1,83 @@ # $FreeBSD$ # COMMENT = Monetary, financial and related applications SUBDIR += aqbanking SUBDIR += aqmoney SUBDIR += cbb SUBDIR += eqonomize SUBDIR += expense SUBDIR += gfp SUBDIR += gnofin SUBDIR += gnucash SUBDIR += gnucash-docs SUBDIR += grisbi SUBDIR += homebank SUBDIR += kexchange SUBDIR += khacc SUBDIR += kmymoney2 SUBDIR += ktoblzcheck SUBDIR += ledger SUBDIR += ledgersmb SUBDIR += libofx SUBDIR += libstocks SUBDIR += mybudget SUBDIR += myphpmoney SUBDIR += openhbci SUBDIR += opentaxsolver SUBDIR += p5-Business-CreditCard + SUBDIR += p5-Business-MaxMind-CreditCardFraudDetection SUBDIR += p5-Business-OCV SUBDIR += p5-Business-OnlinePayment SUBDIR += p5-Business-OnlinePayment-2CheckOut SUBDIR += p5-Business-OnlinePayment-AuthorizeNet SUBDIR += p5-Business-OnlinePayment-BankOfAmerica SUBDIR += p5-Business-OnlinePayment-Beanstream SUBDIR += p5-Business-OnlinePayment-Cardstream SUBDIR += p5-Business-OnlinePayment-Jettis SUBDIR += p5-Business-OnlinePayment-LinkPoint SUBDIR += p5-Business-OnlinePayment-MerchantCommerce SUBDIR += p5-Business-OnlinePayment-Network1Financial SUBDIR += p5-Business-OnlinePayment-OCV SUBDIR += p5-Business-OnlinePayment-PayConnect SUBDIR += p5-Business-OnlinePayment-PayflowPro SUBDIR += p5-Business-OnlinePayment-PaymentsGateway SUBDIR += p5-Business-OnlinePayment-SurePay SUBDIR += p5-Business-OnlinePayment-TCLink SUBDIR += p5-Business-OnlinePayment-VirtualNet SUBDIR += p5-Business-OnlinePayment-eSec SUBDIR += p5-Business-OnlinePayment-iAuthorizer SUBDIR += p5-Business-PayPal-IPN SUBDIR += p5-Business-TW-Invoice-U420 SUBDIR += p5-Business-TW-TSIB-CStorePayment SUBDIR += p5-Business-TW-TSIB-VirtualAccount SUBDIR += p5-Business-WorldPay-Junior SUBDIR += p5-Data-Currency SUBDIR += p5-Finance-Amortization SUBDIR += p5-Finance-Currency-Convert SUBDIR += p5-Finance-Currency-Convert-WebserviceX SUBDIR += p5-Finance-Currency-Convert-XE SUBDIR += p5-Finance-Quote SUBDIR += p5-Finance-QuoteHist SUBDIR += p5-Finance-TW-EmergingQuote SUBDIR += p5-Finance-TW-TSEQuote SUBDIR += p5-Locale-Currency-Format SUBDIR += p5-Math-Financial SUBDIR += p5-PFProAPI SUBDIR += p5-PayflowPro SUBDIR += pfpro SUBDIR += php4-pfpro SUBDIR += qhacc SUBDIR += qtstalker SUBDIR += quantlib SUBDIR += sabernetdcs-client SUBDIR += sql-ledger SUBDIR += tinyerp-server SUBDIR += venice SUBDIR += wmstock SUBDIR += xinvest SUBDIR += xquote SUBDIR += xtrader .include Property changes on: head/finance/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.60 \ No newline at end of property +1.61 \ No newline at end of property Index: head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile =================================================================== --- head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile (nonexistent) +++ head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile (revision 206045) @@ -0,0 +1,51 @@ +# New ports collection makefile for: p5-Business-MaxMind-CreditCardFraudDetection +# Date created: Thu Jan 10 16:13:05 EST 2008 +# Whom: Vivek Khera +# +# $FreeBSD$ +# + +PORTNAME= Business-MaxMind-CreditCardFraudDetection +PORTVERSION= 1.46 +CATEGORIES= finance perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../by-authors/id/T/TJ/TJMATHER +PKGNAMEPREFIX= p5- +DISTNAME= ccfd_perl_1.46 + +MAINTAINER= vivek@khera.org +COMMENT= Interface to MaxMind minFraud service + +RUN_DEPENDS+= p5-libwww>0.0:${PORTSDIR}/www/p5-libwww \ + p5-Crypt-SSLeay>0.0:${PORTSDIR}/security/p5-Crypt-SSLeay +BUILD_DEPENDS+= p5-libwww>0.0:${PORTSDIR}/www/p5-libwww + +PERL_CONFIGURE= yes + +MAN3= Business::MaxMind::CreditCardFraudDetection.3 \ + Business::MaxMind::HTTPBase.3 \ + Business::MaxMind::LocationVerification.3 \ + Business::MaxMind::TelephoneVerification.3 \ + +PLIST_FILES= \ + %%SITE_PERL%%/Business/MaxMind/CreditCardFraudDetection.pm \ + %%SITE_PERL%%/Business/MaxMind/HTTPBase.pm \ + %%SITE_PERL%%/Business/MaxMind/LocationVerification.pm \ + %%SITE_PERL%%/Business/MaxMind/TelephoneVerification.pm \ + %%SITE_PERL%%/Business/MaxMind/example.pl \ + %%SITE_PERL%%/Business/MaxMind/example_locv.pl \ + %%SITE_PERL%%/Business/MaxMind/example_telv.pl \ + %%SITE_PERL%%/auto/Business/MaxMind/HTTPBase/autosplit.ix \ + %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/MaxMind/HTTPBase/.packlist + +PLIST_DIRS= \ + %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/MaxMind/HTTPBase \ + %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/MaxMind \ + %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business \ + %%SITE_PERL%%/auto/Business/MaxMind/HTTPBase \ + %%SITE_PERL%%/auto/Business/MaxMind \ + %%SITE_PERL%%/auto/Business \ + %%SITE_PERL%%/Business/MaxMind \ + %%SITE_PERL%%/Business \ + +.include Property changes on: head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/finance/p5-Business-MaxMind-CreditCardFraudDetection/distinfo =================================================================== --- head/finance/p5-Business-MaxMind-CreditCardFraudDetection/distinfo (nonexistent) +++ head/finance/p5-Business-MaxMind-CreditCardFraudDetection/distinfo (revision 206045) @@ -0,0 +1,3 @@ +MD5 (ccfd_perl_1.46.tar.gz) = 3ca1180be7d6349c8d33545f6ee5e79f +SHA256 (ccfd_perl_1.46.tar.gz) = ab7890b8dc53bfb0430f97d92cebd69a8e1364433fe0d41fc9468e2dc469ec7c +SIZE (ccfd_perl_1.46.tar.gz) = 13450 Property changes on: head/finance/p5-Business-MaxMind-CreditCardFraudDetection/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/finance/p5-Business-MaxMind-CreditCardFraudDetection/pkg-descr =================================================================== --- head/finance/p5-Business-MaxMind-CreditCardFraudDetection/pkg-descr (nonexistent) +++ head/finance/p5-Business-MaxMind-CreditCardFraudDetection/pkg-descr (revision 206045) @@ -0,0 +1,13 @@ +NAME + Business::MaxMind::CreditCardFraudDetection - Access MaxMind minFraud + services + +ABSTRACT + This module queries the MaxMind minFraud service and returns the + results. The service uses a free e-mail database, an IP address geog- + raphy database, a bank identification number, and proxy checks to + return a risk factor score representing the likelihood that the credit + card transaction is fraudulent. + +WWW: http://www.maxmind.com/app/ccv_overview + Property changes on: head/finance/p5-Business-MaxMind-CreditCardFraudDetection/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property