From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 10 22:00:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C6FE16A46E for ; Thu, 10 Jan 2008 22:00:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 52E9913C474 for ; Thu, 10 Jan 2008 22:00:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0AM0327024332 for ; Thu, 10 Jan 2008 22:00:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0AM03wK024331; Thu, 10 Jan 2008 22:00:03 GMT (envelope-from gnats) Resent-Date: Thu, 10 Jan 2008 22:00:03 GMT Resent-Message-Id: <200801102200.m0AM03wK024331@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vivek Khera Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E813616A418 for ; Thu, 10 Jan 2008 21:57:12 +0000 (UTC) (envelope-from khera@kcilink.com) Received: from yertle.kcilink.com (thingy.kcilink.com [74.92.149.59]) by mx1.freebsd.org (Postfix) with ESMTP id 999FB13C468 for ; Thu, 10 Jan 2008 21:57:12 +0000 (UTC) (envelope-from khera@kcilink.com) Received: by yertle.kcilink.com (Postfix, from userid 1002) id 9E161C9480; Thu, 10 Jan 2008 16:40:53 -0500 (EST) Message-Id: <20080110214053.9E161C9480@yertle.kcilink.com> Date: Thu, 10 Jan 2008 16:40:53 -0500 (EST) From: Vivek Khera To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/119544: new port p5-Business-MaxMind-CreditCardFraudDetection X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vivek Khera List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 22:00:04 -0000 >Number: 119544 >Category: ports >Synopsis: new port p5-Business-MaxMind-CreditCardFraudDetection >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jan 10 22:00:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 6.2-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD yertle.int.kcilink.com 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Wed May 9 16:01:50 EDT 2007 khera@yertle.int.kcilink.com:/usr/obj/usr/src/sys/KCI64SMP amd64 >Description: New port for finance/p5-Business-MaxMind-CreditCardFraudDetection This module queries the MaxMind minFraud service and returns the >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # Makefile # distinfo # pkg-descr # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# New ports collection makefile for: p5-Business-MaxMind-CreditCardFraudDetection X# Date created: Thu Jan 10 16:13:05 EST 2008 X# Whom: Vivek Khera X# X# $FreeBSD: $ X# X XPORTNAME= Business-MaxMind-CreditCardFraudDetection XPORTVERSION= 1.46 XCATEGORIES= finance perl5 XMASTER_SITES= CPAN XMASTER_SITE_SUBDIR= ../by-authors/id/T/TJ/TJMATHER XDISTNAME= ccfd_perl_1.46 XPKGNAMEPREFIX= p5- X XMAINTAINER= vivek@khera.org XCOMMENT= Interface to MaxMind minFraud service X XRUN_DEPENDS+= p5-libwww>0.0:${PORTSDIR}/www/p5-libwww \ X p5-Crypt-SSLeay>0.0:${PORTSDIR}/security/p5-Crypt-SSLeay XBUILD_DEPENDS+= p5-libwww>0.0:${PORTSDIR}/www/p5-libwww X XPERL_CONFIGURE= yes X XMAN3= Business::MaxMind::CreditCardFraudDetection.3 \ X Business::MaxMind::HTTPBase.3 \ X Business::MaxMind::LocationVerification.3 \ X Business::MaxMind::TelephoneVerification.3 \ X XPLIST_FILES= %%SITE_PERL%%/Business/MaxMind/CreditCardFraudDetection.pm \ X %%SITE_PERL%%/Business/MaxMind/HTTPBase.pm \ X %%SITE_PERL%%/Business/MaxMind/LocationVerification.pm \ X %%SITE_PERL%%/Business/MaxMind/TelephoneVerification.pm \ X %%SITE_PERL%%/Business/MaxMind/example.pl \ X %%SITE_PERL%%/Business/MaxMind/example_locv.pl \ X %%SITE_PERL%%/Business/MaxMind/example_telv.pl \ X %%SITE_PERL%%/auto/Business/MaxMind/HTTPBase/autosplit.ix \ X %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/MaxMind/HTTPBase/.packlist XPLIST_DIRS= \ X %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/MaxMind/HTTPBase \ X %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/MaxMind \ X %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business \ X %%SITE_PERL%%/auto/Business/MaxMind/HTTPBase \ X %%SITE_PERL%%/auto/Business/MaxMind \ X %%SITE_PERL%%/auto/Business \ X %%SITE_PERL%%/Business/MaxMind \ X %%SITE_PERL%%/Business \ X X X X.include END-of-Makefile echo x - distinfo sed 's/^X//' >distinfo << 'END-of-distinfo' XMD5 (ccfd_perl_1.46.tar.gz) = 3ca1180be7d6349c8d33545f6ee5e79f XSHA256 (ccfd_perl_1.46.tar.gz) = ab7890b8dc53bfb0430f97d92cebd69a8e1364433fe0d41fc9468e2dc469ec7c XSIZE (ccfd_perl_1.46.tar.gz) = 13450 END-of-distinfo echo x - pkg-descr sed 's/^X//' >pkg-descr << 'END-of-pkg-descr' XNAME X Business::MaxMind::CreditCardFraudDetection - Access MaxMind minFraud X services X XABSTRACT X This module queries the MaxMind minFraud service and returns the X results. The service uses a free e-mail database, an IP address geog- X raphy database, a bank identification number, and proxy checks to X return a risk factor score representing the likelihood that the credit X card transaction is fraudulent. X XWWW: http://www.maxmind.com/app/ccv_overview X END-of-pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: