Date: Fri, 6 Jun 2008 04:34:39 +0400 (MSD) From: Timofeev Vladimir <vovkasm@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/124329: [NEW PORT] devel/p5-EV: Perl interface to libev, a high performance full-featured event loop Message-ID: <200806060034.m560YdnR053045@zoo.rambler.ru> Resent-Message-ID: <200806060040.m560e2VO017022@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <vovkasm@gmail.com> 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 <bsd.port.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806060034.m560YdnR053045>