From owner-freebsd-ports Wed Jul 17 5:50:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5FDA37B400 for ; Wed, 17 Jul 2002 05:50:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 357BA43E4A for ; Wed, 17 Jul 2002 05:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6HCo2JU061245 for ; Wed, 17 Jul 2002 05:50:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6HCo2gM061244; Wed, 17 Jul 2002 05:50:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84EC537B400 for ; Wed, 17 Jul 2002 05:49:26 -0700 (PDT) Received: from freebsdcluster.org (freebsdcluster.dk [195.184.98.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA05B43E42 for ; Wed, 17 Jul 2002 05:49:25 -0700 (PDT) (envelope-from mich@freebsdcluster.org) Received: by freebsdcluster.org (Postfix, from userid 1001) id E7992AC703; Wed, 17 Jul 2002 14:49:19 +0200 (CEST) Message-Id: <20020717124919.E7992AC703@freebsdcluster.org> Date: Wed, 17 Jul 2002 14:49:19 +0200 (CEST) From: "Michael L.Hostbaek" Reply-To: "Michael L.Hostbaek" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/40692: New port: www/p5-WWW-IMDb 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: 40692 >Category: ports >Synopsis: New port: www/p5-WWW-IMDb >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: Wed Jul 17 05:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Michael L. Hostbaek >Release: FreeBSD 4.6-STABLE i386 >Organization: FreeBSDCluster.org >Environment: System: FreeBSD freebsdcluster.dk 4.6-STABLE FreeBSD 4.6-STABLE #0: Sat Jul 6 13:54:50 CEST 2002 root@freebsdcluster.dk:/space1/usr-linked/obj/space1/usr-linked/src/sys/COP_KERNEL_1 i386 >Description: Perl interface to query the Internet Movie Database(IMDb) >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-WWW-IMDb/Makefile # p5-WWW-IMDb/distinfo # p5-WWW-IMDb/pkg-comment # p5-WWW-IMDb/pkg-descr # p5-WWW-IMDb/pkg-plist # echo x - p5-WWW-IMDb/Makefile sed 's/^X//' >p5-WWW-IMDb/Makefile << 'END-of-p5-WWW-IMDb/Makefile' X# New ports collection makefile for: p5-WWW-IMDb X# Date created: Wed Jul 17 08:00:30 2001 X# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) X# X# $FreeBSD$ X# X XPORTNAME= IMDb XPORTVERSION= 0.01 XCATEGORIES= www perl5 XMASTER_SITES= ftp://ftp.rhapsodyk.net/pub/devel/perl/ XPKGNAMEPREFIX= p5-WWW- XDISTNAME= IMDb-current X XMAINTAINER= mich@freebsdcluster.org X XRUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ X ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} XSITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} XPERL_CONFIGURE= yes X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= IMDb.3 X X.include END-of-p5-WWW-IMDb/Makefile echo x - p5-WWW-IMDb/distinfo sed 's/^X//' >p5-WWW-IMDb/distinfo << 'END-of-p5-WWW-IMDb/distinfo' XMD5 (IMDb-current.tar.gz) = 3e3a750967bc1b131efe4b72fe319e32 END-of-p5-WWW-IMDb/distinfo echo x - p5-WWW-IMDb/pkg-comment sed 's/^X//' >p5-WWW-IMDb/pkg-comment << 'END-of-p5-WWW-IMDb/pkg-comment' XPerl interface to query the Internet Movie Database(IMDb) END-of-p5-WWW-IMDb/pkg-comment echo x - p5-WWW-IMDb/pkg-descr sed 's/^X//' >p5-WWW-IMDb/pkg-descr << 'END-of-p5-WWW-IMDb/pkg-descr' XInternet Movie Database Perl library (IMDb.pm) is a Perl class that queries Xthe Internet Movie Database via a simple OO interface. X XAuthor: Olivier Poitrey X X --Michael L. Hostbaek X END-of-p5-WWW-IMDb/pkg-descr echo x - p5-WWW-IMDb/pkg-plist sed 's/^X//' >p5-WWW-IMDb/pkg-plist << 'END-of-p5-WWW-IMDb/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/IMDb/Title.pm Xlib/perl5/site_perl/%%PERL_VER%%/IMDb/Generique.pm Xlib/perl5/site_perl/%%PERL_VER%%/IMDb/People.pm Xlib/perl5/site_perl/%%PERL_VER%%/IMDb.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IMDb/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IMDb X@dirrm lib/perl5/site_perl/%%PERL_VER%%/IMDb END-of-p5-WWW-IMDb/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message