From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 6 00:40:02 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 954B2106567E for ; Fri, 6 Jun 2008 00:40:02 +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 6BC648FC1D for ; Fri, 6 Jun 2008 00:40:02 +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 m560e2JW017023 for ; Fri, 6 Jun 2008 00: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 m560e2VO017022; Fri, 6 Jun 2008 00:40:02 GMT (envelope-from gnats) Resent-Date: Fri, 6 Jun 2008 00:40:02 GMT Resent-Message-Id: <200806060040.m560e2VO017022@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, Timofeev Vladimir Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9D58106566B for ; Fri, 6 Jun 2008 00:34:42 +0000 (UTC) (envelope-from vovkasm@zoo.rambler.ru) Received: from zoo.rambler.ru (zoo.rambler.ru [81.19.67.44]) by mx1.freebsd.org (Postfix) with ESMTP id 539458FC0C for ; Fri, 6 Jun 2008 00:34:41 +0000 (UTC) (envelope-from vovkasm@zoo.rambler.ru) Received: from zoo.rambler.ru (localhost [127.0.0.1]) by zoo.rambler.ru (8.13.8/8.13.8) with ESMTP id m560Yd23053046 for ; Fri, 6 Jun 2008 04:34:39 +0400 (MSD) (envelope-from vovkasm@zoo.rambler.ru) Received: (from vovkasm@localhost) by zoo.rambler.ru (8.13.8/8.13.8/Submit) id m560YdnR053045; Fri, 6 Jun 2008 04:34:39 +0400 (MSD) (envelope-from vovkasm) Message-Id: <200806060034.m560YdnR053045@zoo.rambler.ru> Date: Fri, 6 Jun 2008 04:34:39 +0400 (MSD) From: Timofeev Vladimir To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/124329: [NEW PORT] devel/p5-EV: Perl interface to libev, a high performance full-featured event loop 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: Fri, 06 Jun 2008 00:40:02 -0000 >Number: 124329 >Category: ports >Synopsis: [NEW PORT] devel/p5-EV: Perl interface to libev, a high performance full-featured event loop >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: Fri Jun 06 00:40:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Timofeev Vladimir >Release: FreeBSD 6.2-RELEASE-p1 amd64 >Organization: >Environment: System: FreeBSD zoo.rambler.ru 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #1: Thu Feb 15 17:00:27 MSK 2007 >Description: Perl interface to libev - high-performance event loop/event model with lots of features. It is modelled (very losely) after libevent and the Event perl module, but is faster, scales better and is more correct, and also more featureful. And also smaller. WWW: http://search.cpan.org/perldoc?EV Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-EV-3.42.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-EV # p5-EV/Makefile # p5-EV/pkg-descr # p5-EV/pkg-plist # p5-EV/distinfo # echo c - p5-EV mkdir -p p5-EV > /dev/null 2>&1 echo x - p5-EV/Makefile sed 's/^X//' >p5-EV/Makefile << 'END-of-p5-EV/Makefile' X# New ports collection makefile for: EV X# Date created: 06 Jun 2008 X# Whom: Vladimir Timofeev X# X# $FreeBSD$ X# X XPORTNAME= EV XPORTVERSION= 3.42 XCATEGORIES= devel perl5 XMASTER_SITES= CPAN XMASTER_SITE_SUBDIR= ../../authors/id/M/ML/MLEHMANN XPKGNAMEPREFIX= p5- X XMAINTAINER= vovkasm@gmail.com XCOMMENT= Perl interface to libev, a high performance full-featured event loop X XPERL_CONFIGURE= yes XCONFIGURE_ENV+= PERL_MM_USE_DEFAULT="YES" X XMAN3= EV.3 \ X EV::MakeMaker.3 X X.include END-of-p5-EV/Makefile echo x - p5-EV/pkg-descr sed 's/^X//' >p5-EV/pkg-descr << 'END-of-p5-EV/pkg-descr' XPerl interface to libev - high-performance event loop/event model with Xlots of features. It is modelled (very losely) after libevent and the XEvent perl module, but is faster, scales better and is more correct, Xand also more featureful. And also smaller. X XWWW: http://search.cpan.org/perldoc?EV END-of-p5-EV/pkg-descr echo x - p5-EV/pkg-plist sed 's/^X//' >p5-EV/pkg-plist << 'END-of-p5-EV/pkg-plist' X%%SITE_PERL%%/%%PERL_ARCH%%/EV.pm X%%SITE_PERL%%/%%PERL_ARCH%%/EV/EVAPI.h X%%SITE_PERL%%/%%PERL_ARCH%%/EV/MakeMaker.pm X%%SITE_PERL%%/%%PERL_ARCH%%/EV/ev.h X%%SITE_PERL%%/%%PERL_ARCH%%/auto/EV/.packlist X%%SITE_PERL%%/%%PERL_ARCH%%/auto/EV/EV.bs X%%SITE_PERL%%/%%PERL_ARCH%%/auto/EV/EV.so X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/EV X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/EV END-of-p5-EV/pkg-plist echo x - p5-EV/distinfo sed 's/^X//' >p5-EV/distinfo << 'END-of-p5-EV/distinfo' XMD5 (EV-3.42.tar.gz) = e7624263d21e5532a0ab2a9d86ec218c XSHA256 (EV-3.42.tar.gz) = 53e061fad687087e857f66a380eac2d39a9536542b84150ce4a7a3e209fe1245 XSIZE (EV-3.42.tar.gz) = 119670 END-of-p5-EV/distinfo exit --- p5-EV-3.42.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: