From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 5 13:40:03 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 263E816A4C7 for ; Sat, 5 Jan 2008 13:40:03 +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 2311E13C45A for ; Sat, 5 Jan 2008 13:40:03 +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 m05De25W034547 for ; Sat, 5 Jan 2008 13:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m05De2tl034546; Sat, 5 Jan 2008 13:40:02 GMT (envelope-from gnats) Resent-Date: Sat, 5 Jan 2008 13:40:02 GMT Resent-Message-Id: <200801051340.m05De2tl034546@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, Masahiro Teramoto Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6BF116A419 for ; Sat, 5 Jan 2008 13:37:11 +0000 (UTC) (envelope-from markun@onohara.to) Received: from gate.onohara.to (gate.onohara.to [202.222.28.229]) by mx1.freebsd.org (Postfix) with ESMTP id D3C2F13C4CC for ; Sat, 5 Jan 2008 13:37:11 +0000 (UTC) (envelope-from markun@onohara.to) Received: by gate.onohara.to (Postfix, from userid 1000) id 7784528442; Sat, 5 Jan 2008 22:37:10 +0900 (JST) Message-Id: <20080105133710.7784528442@gate.onohara.to> Date: Sat, 5 Jan 2008 22:37:10 +0900 (JST) From: Masahiro Teramoto To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: markun@onohara.to Subject: ports/119359: [NEW PORT] devel/p5-Event-Notify: Simple Observer/Notifier 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: Sat, 05 Jan 2008 13:40:03 -0000 >Number: 119359 >Category: ports >Synopsis: [NEW PORT] devel/p5-Event-Notify: Simple Observer/Notifier >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: Sat Jan 05 13:40:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Masahiro Teramoto >Release: FreeBSD 6.2-RELEASE-p9 i386 >Organization: >Environment: System: FreeBSD gate.onohara.to 6.2-RELEASE-p9 FreeBSD 6.2-RELEASE-p9 #0: Thu Nov 29 04:07:33 UTC 2007 >Description: Event::Notify implements a simple Observer pattern. Author: Daisuke Maki WWW: http://search.cpan.org/~dmaki/Event-Notify/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Event-Notify-0.00004.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-Event-Notify # p5-Event-Notify/pkg-descr # p5-Event-Notify/Makefile # p5-Event-Notify/pkg-plist # p5-Event-Notify/distinfo # echo c - p5-Event-Notify mkdir -p p5-Event-Notify > /dev/null 2>&1 echo x - p5-Event-Notify/pkg-descr sed 's/^X//' >p5-Event-Notify/pkg-descr << 'END-of-p5-Event-Notify/pkg-descr' XEvent::Notify implements a simple Observer pattern. X XAuthor: Daisuke Maki XWWW: http://search.cpan.org/~dmaki/Event-Notify/ END-of-p5-Event-Notify/pkg-descr echo x - p5-Event-Notify/Makefile sed 's/^X//' >p5-Event-Notify/Makefile << 'END-of-p5-Event-Notify/Makefile' X# New ports collection makefile for: p5-Event-Notify X# Date created: 2008-01-03 X# Whom: Masahiro Teramoto X# X# $FreeBSD$ X# X XPORTNAME= Event-Notify XPORTVERSION= 0.00004 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= ../../authors/id/D/DM/DMAKI XPKGNAMEPREFIX= p5- X XMAINTAINER= markun@onohara.to XCOMMENT= Simple Observer/Notifier X XBUILD_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= Event::Notify.3 X X.include END-of-p5-Event-Notify/Makefile echo x - p5-Event-Notify/pkg-plist sed 's/^X//' >p5-Event-Notify/pkg-plist << 'END-of-p5-Event-Notify/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Event/Notify/.packlist X%%SITE_PERL%%/Event/Notify.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Event/Notify X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Event X@dirrmtry %%SITE_PERL%%/Event END-of-p5-Event-Notify/pkg-plist echo x - p5-Event-Notify/distinfo sed 's/^X//' >p5-Event-Notify/distinfo << 'END-of-p5-Event-Notify/distinfo' XMD5 (Event-Notify-0.00004.tar.gz) = d3cc90ab1add060ef5ca6683877c0d0e XSHA256 (Event-Notify-0.00004.tar.gz) = 5a03d653a13fc878a4a5b36365fddb99b803f543983507661c57558a7ca6db3c XSIZE (Event-Notify-0.00004.tar.gz) = 19881 END-of-p5-Event-Notify/distinfo exit --- p5-Event-Notify-0.00004.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: