From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 18 21:30:01 2009 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 D703A106566C for ; Fri, 18 Sep 2009 21:30:01 +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 B79AF8FC1E for ; Fri, 18 Sep 2009 21:30:01 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8ILU1EX043748 for ; Fri, 18 Sep 2009 21:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8ILU1oU043747; Fri, 18 Sep 2009 21:30:01 GMT (envelope-from gnats) Resent-Date: Fri, 18 Sep 2009 21:30:01 GMT Resent-Message-Id: <200909182130.n8ILU1oU043747@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, Gea-Suan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 726EB1065672 for ; Fri, 18 Sep 2009 21:23:58 +0000 (UTC) (envelope-from gslin@colo-p.gslin.org) Received: from colo-p.gslin.org (60-199-248-145.static.tfn.net.tw [60.199.248.145]) by mx1.freebsd.org (Postfix) with ESMTP id 468B98FC0A for ; Fri, 18 Sep 2009 21:23:57 +0000 (UTC) Received: by colo-p.gslin.org (Postfix, from userid 1000) id 396BD7E81B; Sat, 19 Sep 2009 05:23:58 +0800 (CST) Message-Id: <20090918212358.396BD7E81B@colo-p.gslin.org> Date: Sat, 19 Sep 2009 05:23:58 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/138951: [NEW PORT] databases/p5-Redis: Perl binding for Redis database 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, 18 Sep 2009 21:30:01 -0000 >Number: 138951 >Category: ports >Synopsis: [NEW PORT] databases/p5-Redis: Perl binding for Redis database >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 Sep 18 21:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 7.2-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD colo-p.gslin.org 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #0: Sat Aug 22 10:48:39 CST 2009 >Description: Pure perl bindings for http://code.google.com/p/redis/ This version support git version 0.08 or later of Redis available at git://github.com/antirez/redis WWW: http://search.cpan.org/dist/Redis/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Redis-0.0801.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-Redis # p5-Redis/pkg-descr # p5-Redis/Makefile # p5-Redis/pkg-plist # p5-Redis/distinfo # echo c - p5-Redis mkdir -p p5-Redis > /dev/null 2>&1 echo x - p5-Redis/pkg-descr sed 's/^X//' >p5-Redis/pkg-descr << 'baf36441e19485316e24b3391faf4872' XPure perl bindings for http://code.google.com/p/redis/ X XThis version support git version 0.08 or later of Redis available at Xgit://github.com/antirez/redis X XWWW: http://search.cpan.org/dist/Redis/ baf36441e19485316e24b3391faf4872 echo x - p5-Redis/Makefile sed 's/^X//' >p5-Redis/Makefile << '31fa0a176d6fd05779f12ac9fa148b6d' X# New ports collection makefile for: p5-Redis X# Date created: 2009-09-19 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= Redis XPORTVERSION= 0.0801 XCATEGORIES= databases perl5 XMASTER_SITES= CPAN XMASTER_SITE_SUBDIR= ../../authors/id/D/DP/DPAVLIN XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Perl binding for Redis database X XPERL_CONFIGURE= yes X XMAN3= Redis.3 X X.include 31fa0a176d6fd05779f12ac9fa148b6d echo x - p5-Redis/pkg-plist sed 's/^X//' >p5-Redis/pkg-plist << 'e09c70d633c116b06cfb28e2a3d613ed' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Redis/.packlist X%%SITE_PERL%%/Redis.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Redis e09c70d633c116b06cfb28e2a3d613ed echo x - p5-Redis/distinfo sed 's/^X//' >p5-Redis/distinfo << '4e68e6f70299c410b0d849e2ccdf4acf' XMD5 (Redis-0.0801.tar.gz) = b8593d45a30ab6b5ef4ac64e3332adc3 XSHA256 (Redis-0.0801.tar.gz) = b73ce72a3bce52602a10a2f6094adcf027a477df7fdf7cd193c625f05a38b6a8 XSIZE (Redis-0.0801.tar.gz) = 4217 4e68e6f70299c410b0d849e2ccdf4acf exit --- p5-Redis-0.0801.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: