From owner-freebsd-ports Thu Jan 24 21: 0:29 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3028F37B41C for ; Thu, 24 Jan 2002 21:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0P502o72728; Thu, 24 Jan 2002 21:00:02 -0800 (PST) (envelope-from gnats) Received: from mail.polaris.ca (pris.polaris.ca [199.247.156.218]) by hub.freebsd.org (Postfix) with SMTP id B29A037B400 for ; Thu, 24 Jan 2002 20:53:30 -0800 (PST) Received: (qmail 20169 invoked by uid 85); 25 Jan 2002 04:47:52 -0000 Message-Id: <20020125044751.20163.qmail@pris.polaris.ca> Date: 25 Jan 2002 04:47:51 -0000 From: Seamus Venasse Reply-To: Seamus Venasse To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/34250: New port: A UPS Interface Module Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34250 >Category: ports >Synopsis: New port: A UPS Interface Module >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jan 24 21:00:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Seamus Venasse >Release: FreeBSD 4.4-STABLE i386 >Organization: Polaris Computing >Environment: System: FreeBSD pitou.polaris.ca 4.4-STABLE FreeBSD 4.4-STABLE #1: Wed Nov 7 01:23:05 PST 2001 root@pitou.polaris.ca:/usr/obj/usr/src/sys/PITOU i386 >Description: >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: # # p5-Business-UPS # p5-Business-UPS/pkg-plist # p5-Business-UPS/Makefile # p5-Business-UPS/distinfo # p5-Business-UPS/pkg-comment # p5-Business-UPS/pkg-descr # echo c - p5-Business-UPS mkdir -p p5-Business-UPS > /dev/null 2>&1 echo x - p5-Business-UPS/pkg-plist sed 's/^X//' >p5-Business-UPS/pkg-plist << 'END-of-p5-Business-UPS/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/UPS/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/Business/UPS.pm Xlib/perl5/site_perl/%%PERL_VER%%/auto/Business/UPS/autosplit.ix X%%PORTDOCS%%share/examples/Business-UPS/test.pl X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Business/UPS 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Business 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Business 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/UPS 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business 2>/dev/null || true X%%PORTDOCS%%@unexec rmdir %D/share/examples/Business-UPS 2>/dev/null || true END-of-p5-Business-UPS/pkg-plist echo x - p5-Business-UPS/Makefile sed 's/^X//' >p5-Business-UPS/Makefile << 'END-of-p5-Business-UPS/Makefile' X# New ports collection makefile for: Business::UPS X# Date created: 24 Jan 2002 X# Whom: Seamus Venasse X# X# $FreeBSD$ X# X XPORTNAME= Business-UPS XPORTVERSION= 1.13 XCATEGORIES= misc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Business XPKGNAMEPREFIX= p5- X XMAINTAINER= svenasse@polaris.ca X XBUILD_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww XRUN_DEPENDS= ${BUILD_DEPENDS} X XSITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} XEXAMPLESDIR?= ${PREFIX}/share/examples/${PORTNAME} XPERL_CONFIGURE= yes X XMAN3= Business::UPS.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${EXAMPLESDIR} X @${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} X.endif X X.include END-of-p5-Business-UPS/Makefile echo x - p5-Business-UPS/distinfo sed 's/^X//' >p5-Business-UPS/distinfo << 'END-of-p5-Business-UPS/distinfo' XMD5 (Business-UPS-1.13.tar.gz) = 59f068efec9b32cdcaee59d769e78efa END-of-p5-Business-UPS/distinfo echo x - p5-Business-UPS/pkg-comment sed 's/^X//' >p5-Business-UPS/pkg-comment << 'END-of-p5-Business-UPS/pkg-comment' XA UPS Interface Module END-of-p5-Business-UPS/pkg-comment echo x - p5-Business-UPS/pkg-descr sed 's/^X//' >p5-Business-UPS/pkg-descr << 'END-of-p5-Business-UPS/pkg-descr' XThis module requires input of the shipping method, origin zip code, Xdestination zip code, and weight of the package. It then connects to Xthe UPS calculation server and outputs the total shipping charges and Xthe UPS zone. X XWWW: http://search.cpan.org/search?dist=Business-UPS X XSeamus Venasse END-of-p5-Business-UPS/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message