From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 16 10:00:33 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AA4416A4DA for ; Sun, 16 Jul 2006 10:00:33 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E08443D49 for ; Sun, 16 Jul 2006 10:00:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6GA0Wel033333 for ; Sun, 16 Jul 2006 10:00:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6GA0WvS033332; Sun, 16 Jul 2006 10:00:32 GMT (envelope-from gnats) Resent-Date: Sun, 16 Jul 2006 10:00:32 GMT Resent-Message-Id: <200607161000.k6GA0WvS033332@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, chinsan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC15916A4DF for ; Sun, 16 Jul 2006 09:52:20 +0000 (UTC) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (smtp2.bc.hgc.com.tw [203.133.1.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CC5C43D45 for ; Sun, 16 Jul 2006 09:52:20 +0000 (GMT) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (u14-109.u203-187.giga.net.tw [203.187.14.109]) by smtp2.bc.hgc.com.tw (Postfix) with SMTP id 4AF032E970 for ; Sun, 16 Jul 2006 17:52:20 +0800 (CST) Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Sun, 16 Jul 2006 17:56:35 +0800 Message-Id: <20060716095220.4AF032E970@smtp2.bc.hgc.com.tw> Date: Sun, 16 Jul 2006 17:56:35 +0800 From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/100378: [NEW PORT] www/p5-WWW-VenusEnvy: VenusEnvy comic strip archive and retrieval module X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2006 10:00:33 -0000 >Number: 100378 >Category: ports >Synopsis: [NEW PORT] www/p5-WWW-VenusEnvy: VenusEnvy comic strip archive and retrieval module >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 16 10:00:31 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.1-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD chinsan2.twbbs.org 6.1-STABLE FreeBSD 6.1-STABLE #1: Fri Jun 2 16:44:35 CST >Description: This module will download the latest VenusEnvy comic strip from the Keenspace website and return a binary blob of the image, or write it to disk. WWW: http://search.cpan.org/dist/WWW-VenusEnvy/ Generated with FreeBSD Port Tools 0.77 (Thanks to Gea-Suan Lin for his great patch for this port.) >How-To-Repeat: >Fix: --- p5-WWW-VenusEnvy-1.10.shar begins here --- # 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-VenusEnvy # p5-WWW-VenusEnvy/Makefile # p5-WWW-VenusEnvy/distinfo # p5-WWW-VenusEnvy/pkg-descr # p5-WWW-VenusEnvy/pkg-plist # echo c - p5-WWW-VenusEnvy mkdir -p p5-WWW-VenusEnvy > /dev/null 2>&1 echo x - p5-WWW-VenusEnvy/Makefile sed 's/^X//' >p5-WWW-VenusEnvy/Makefile << 'END-of-p5-WWW-VenusEnvy/Makefile' X# New ports collection makefile for: p5-WWW-VenusEnvy X# Date created: 2006/06/28 X# Whom: chinsan , Gea-Suan Lin X# Thanks to Gea-Suan Lin for his great patch for this port. X# X# $FreeBSD$ X# X XPORTNAME= WWW-VenusEnvy XPORTVERSION= 1.10 XCATEGORIES= www perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= WWW XPKGNAMEPREFIX= p5- X XMAINTAINER= chinsan.tw@gmail.com XCOMMENT= VenusEnvy comic strip archive and retrieval module X XBUILD_DEPENDS= ${RUN_DEPENDS} XRUN_DEPENDS= p5-Test-Pod>=1.24:${PORTSDIR}/devel/p5-Test-Pod \ X p5-Test-Pod-Coverage>=1.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ X p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww X XPERL_MODBUILD= yes X XMAN3= WWW::VenusEnvy.3 X X.include X X.if ${PERL_LEVEL} < 500600 # Inherited from www/p5-libwww XIGNORE= requires at least Perl 5.6.0. Please install lang/perl5.8 and try again X.endif X X.include END-of-p5-WWW-VenusEnvy/Makefile echo x - p5-WWW-VenusEnvy/distinfo sed 's/^X//' >p5-WWW-VenusEnvy/distinfo << 'END-of-p5-WWW-VenusEnvy/distinfo' XMD5 (WWW-VenusEnvy-1.10.tar.gz) = 15926752f71ac3e15a3513f2c2532633 XSHA256 (WWW-VenusEnvy-1.10.tar.gz) = 37d18dffdb90c1f4cb9eeac77ea0803cb668340f7f7e1083f83db5168a76c8d9 XSIZE (WWW-VenusEnvy-1.10.tar.gz) = 10321 END-of-p5-WWW-VenusEnvy/distinfo echo x - p5-WWW-VenusEnvy/pkg-descr sed 's/^X//' >p5-WWW-VenusEnvy/pkg-descr << 'END-of-p5-WWW-VenusEnvy/pkg-descr' XThis module will download the latest VenusEnvy comic strip Xfrom the Keenspace website and return a binary blob of the image, or write Xit to disk. X XWWW: http://search.cpan.org/dist/WWW-VenusEnvy/ END-of-p5-WWW-VenusEnvy/pkg-descr echo x - p5-WWW-VenusEnvy/pkg-plist sed 's/^X//' >p5-WWW-VenusEnvy/pkg-plist << 'END-of-p5-WWW-VenusEnvy/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/WWW/VenusEnvy.pm X@dirrmtry %%SITE_PERL%%/WWW END-of-p5-WWW-VenusEnvy/pkg-plist exit --- p5-WWW-VenusEnvy-1.10.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: