From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 30 15:20:04 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 EB87516A418 for ; Wed, 30 Jan 2008 15:20:04 +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 D031E13C46B for ; Wed, 30 Jan 2008 15:20:04 +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 m0UFK4GI071449 for ; Wed, 30 Jan 2008 15:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0UFK4nn071448; Wed, 30 Jan 2008 15:20:04 GMT (envelope-from gnats) Resent-Date: Wed, 30 Jan 2008 15:20:04 GMT Resent-Message-Id: <200801301520.m0UFK4nn071448@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 B602A16A419 for ; Wed, 30 Jan 2008 15:16:13 +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 90F7A13C4EB for ; Wed, 30 Jan 2008 15:16:13 +0000 (UTC) (envelope-from markun@onohara.to) Received: by gate.onohara.to (Postfix, from userid 1000) id DADA92842D; Thu, 31 Jan 2008 00:16:13 +0900 (JST) Message-Id: <20080130151613.DADA92842D@gate.onohara.to> Date: Thu, 31 Jan 2008 00:16:13 +0900 (JST) From: Masahiro Teramoto To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: markun@onohara.to Subject: ports/120154: [NEW PORT] devel/p5-Danga-Socket-Callback: Use Danga::Socket From Callbacks 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, 30 Jan 2008 15:20:05 -0000 >Number: 120154 >Category: ports >Synopsis: [NEW PORT] devel/p5-Danga-Socket-Callback: Use Danga::Socket From Callbacks >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 Jan 30 15:20:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Masahiro Teramoto >Release: FreeBSD 6.2-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD gate.onohara.to 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu Apr 26 17:40:53 UTC 2007 >Description: Danga::Socket::Callback is a thin wrapper arond Danga::Socket that allows you to set callbacks to be called at various events. Author: Daisuke Maki WWW: http://search.cpan.org/~dmaki/Danga-Socket-Callback/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Danga-Socket-Callback-0.01200.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-Danga-Socket-Callback # p5-Danga-Socket-Callback/pkg-descr # p5-Danga-Socket-Callback/Makefile # p5-Danga-Socket-Callback/pkg-plist # p5-Danga-Socket-Callback/distinfo # echo c - p5-Danga-Socket-Callback mkdir -p p5-Danga-Socket-Callback > /dev/null 2>&1 echo x - p5-Danga-Socket-Callback/pkg-descr sed 's/^X//' >p5-Danga-Socket-Callback/pkg-descr << 'END-of-p5-Danga-Socket-Callback/pkg-descr' XDanga::Socket::Callback is a thin wrapper arond Danga::Socket Xthat allows you to set callbacks to be called at various events. X XAuthor: Daisuke Maki XWWW: http://search.cpan.org/~dmaki/Danga-Socket-Callback/ END-of-p5-Danga-Socket-Callback/pkg-descr echo x - p5-Danga-Socket-Callback/Makefile sed 's/^X//' >p5-Danga-Socket-Callback/Makefile << 'END-of-p5-Danga-Socket-Callback/Makefile' X# New ports collection makefile for: p5-Danga-Socket-Callback X# Date created: 2008-01-30 X# Whom: Masahiro Teramoto X# X# $FreeBSD$ X# X XPORTNAME= Danga-Socket-Callback XPORTVERSION= 0.01200 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= Use Danga::Socket From Callbacks X XBUILD_DEPENDS= p5-Danga-Socket>=0:${PORTSDIR}/devel/p5-Danga-Socket XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= Danga::Socket::Callback.3 X X.include END-of-p5-Danga-Socket-Callback/Makefile echo x - p5-Danga-Socket-Callback/pkg-plist sed 's/^X//' >p5-Danga-Socket-Callback/pkg-plist << 'END-of-p5-Danga-Socket-Callback/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Danga/Socket/Callback/.packlist X%%SITE_PERL%%/Danga/Socket/Callback.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Danga/Socket/Callback X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Danga/Socket X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Danga X@dirrmtry %%SITE_PERL%%/Danga/Socket X@dirrmtry %%SITE_PERL%%/Danga END-of-p5-Danga-Socket-Callback/pkg-plist echo x - p5-Danga-Socket-Callback/distinfo sed 's/^X//' >p5-Danga-Socket-Callback/distinfo << 'END-of-p5-Danga-Socket-Callback/distinfo' XMD5 (Danga-Socket-Callback-0.01200.tar.gz) = 0671bab4fc2d631df929ede84a7a29b6 XSHA256 (Danga-Socket-Callback-0.01200.tar.gz) = 5f5e6da31896bf084c6e8c3a5343bbcbc612bc94f8b1c36a15d2b15d2697812e XSIZE (Danga-Socket-Callback-0.01200.tar.gz) = 18792 END-of-p5-Danga-Socket-Callback/distinfo exit --- p5-Danga-Socket-Callback-0.01200.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: