From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 19 03:30:16 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 F301116A4DE for ; Wed, 19 Jul 2006 03:30:15 +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 71B1E43D49 for ; Wed, 19 Jul 2006 03:30:15 +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 k6J3UFfo095015 for ; Wed, 19 Jul 2006 03:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6J3UFCP095014; Wed, 19 Jul 2006 03:30:15 GMT (envelope-from gnats) Resent-Date: Wed, 19 Jul 2006 03:30:15 GMT Resent-Message-Id: <200607190330.k6J3UFCP095014@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 7C78816A4DA for ; Wed, 19 Jul 2006 03:27:21 +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 00C4B43D4C for ; Wed, 19 Jul 2006 03:27: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 8EF582E970 for ; Wed, 19 Jul 2006 11:27:20 +0800 (CST) Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Wed, 19 Jul 2006 11:31:52 +0800 Message-Id: <20060719032720.8EF582E970@smtp2.bc.hgc.com.tw> Date: Wed, 19 Jul 2006 11:31:52 +0800 From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/100507: [NEW PORT] www/p5-WWW-Comic: Retrieve comic strip images 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: Wed, 19 Jul 2006 03:30:16 -0000 >Number: 100507 >Category: ports >Synopsis: [NEW PORT] www/p5-WWW-Comic: Retrieve comic strip images >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: Wed Jul 19 03:30:14 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 cartoon comic strip images from various websites and return a binary blob of the image, or write it to disk. Multiple comic strips can be supported through subclassed plugin modules. WWW: http://search.cpan.org/dist/WWW-Comic/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-WWW-Comic-1.06.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-Comic # p5-WWW-Comic/Makefile # p5-WWW-Comic/distinfo # p5-WWW-Comic/pkg-descr # p5-WWW-Comic/pkg-plist # echo c - p5-WWW-Comic mkdir -p p5-WWW-Comic > /dev/null 2>&1 echo x - p5-WWW-Comic/Makefile sed 's/^X//' >p5-WWW-Comic/Makefile << 'END-of-p5-WWW-Comic/Makefile' X# New ports collection makefile for: p5-WWW-Comic X# Date created: 2006/06/28 X# Whom: chinsan X# X# $FreeBSD$ X# X XPORTNAME= WWW-Comic XPORTVERSION= 1.06 XCATEGORIES= www perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= WWW XPKGNAMEPREFIX= p5- X XMAINTAINER= chinsan.tw@gmail.com XCOMMENT= Retrieve comic strip images X XBUILD_DEPENDS= ${RUN_DEPENDS} XRUN_DEPENDS= p5-Module-Pluggable>=3.01:${PORTSDIR}/devel/p5-Module-Pluggable \ X p5-WWW-Dilbert>=1.19:${PORTSDIR}/www/p5-WWW-Dilbert \ X p5-WWW-VenusEnvy>=1.10:${PORTSDIR}/www/p5-WWW-VenusEnvy X XPERL_MODBUILD= yes X XMAN3= WWW::Comic.3 WWW::Comic::Plugin::uComics.3 \ X WWW::Comic::Plugin::MrWiggles.3 WWW::Comic::Plugin::UserFriendly.3 \ X WWW::Comic::Plugin::VenusEnvy.3 WWW::Comic::Plugin::UFS.3 \ X WWW::Comic::Plugin.3 WWW::Comic::Plugin::Dilbert.3 \ X WWW::Comic::Plugin::Goats.3 X X.include END-of-p5-WWW-Comic/Makefile echo x - p5-WWW-Comic/distinfo sed 's/^X//' >p5-WWW-Comic/distinfo << 'END-of-p5-WWW-Comic/distinfo' XMD5 (WWW-Comic-1.06.tar.gz) = 211826fbbdf07e8448145c6a7a33f621 XSHA256 (WWW-Comic-1.06.tar.gz) = b2f4251919c17bc37958b78b7018f8c941097e377ee77578b744bea389064934 XSIZE (WWW-Comic-1.06.tar.gz) = 15729 END-of-p5-WWW-Comic/distinfo echo x - p5-WWW-Comic/pkg-descr sed 's/^X//' >p5-WWW-Comic/pkg-descr << 'END-of-p5-WWW-Comic/pkg-descr' XThis module will download cartoon comic strip images from various websites Xand return a binary blob of the image, or write it to disk. Multiple comic Xstrips can be supported through subclassed plugin modules. X XWWW: http://search.cpan.org/dist/WWW-Comic/ END-of-p5-WWW-Comic/pkg-descr echo x - p5-WWW-Comic/pkg-plist sed 's/^X//' >p5-WWW-Comic/pkg-plist << 'END-of-p5-WWW-Comic/pkg-plist' X%%SITE_PERL%%/WWW/Comic.pm X%%SITE_PERL%%/WWW/Comic/Plugin.pm X%%SITE_PERL%%/WWW/Comic/Plugin/UserFriendly.pm X%%SITE_PERL%%/WWW/Comic/Plugin/uComics.pm X%%SITE_PERL%%/WWW/Comic/Plugin/VenusEnvy.pm X%%SITE_PERL%%/WWW/Comic/Plugin/Goats.pm X%%SITE_PERL%%/WWW/Comic/Plugin/MrWiggles.pm X%%SITE_PERL%%/WWW/Comic/Plugin/Dilbert.pm X%%SITE_PERL%%/WWW/Comic/Plugin/UFS.pm X@dirrmtry %%SITE_PERL%%/WWW/Comic/Plugin X@dirrmtry %%SITE_PERL%%/WWW/Comic X@dirrmtry %%SITE_PERL%%/WWW END-of-p5-WWW-Comic/pkg-plist exit --- p5-WWW-Comic-1.06.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: