Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 2013 04:50:12 GMT
From:      Veniamin Gvozdikov <g.veniamin@googlemail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   ports/178617: [new port]: databases/p5-MR-Tarantool Driver for an efficient Tarantool/Box NoSQL in-memory storage
Message-ID:  <201305150450.r4F4oCeT033316@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/178617; it has been noted by GNATS.

From: Veniamin Gvozdikov <g.veniamin@googlemail.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: ports/178617: [new port]: databases/p5-MR-Tarantool Driver for an
 efficient Tarantool/Box NoSQL in-memory storage
Date: Tue, 14 May 2013 08:23:32 GMT

 >Number:         178617
 >Category:       ports
 >Synopsis:       [new port]: databases/p5-MR-Tarantool Driver for an efficient Tarantool/Box NoSQL in-memory storage
 >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:   Tue May 14 08:30:00 UTC 2013
 >Closed-Date:
 >Last-Modified:
 >Originator:     Veniamin Gvozdikov
 >Release:        FreeBSD 9.1-RELEASE
 >Organization:
 >Environment:
 FreeBSD ololo 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
 >Description:
 A driver for an efficient Tarantool/Box NoSQL in-memory storage.
 >How-To-Repeat:
 
 >Fix:
 # 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-MR-Tarantool
 #	p5-MR-Tarantool/pkg-plist
 #	p5-MR-Tarantool/pkg-descr
 #	p5-MR-Tarantool/Makefile
 #	p5-MR-Tarantool/distinfo
 #
 echo c - p5-MR-Tarantool
 mkdir -p p5-MR-Tarantool > /dev/null 2>&1
 echo x - p5-MR-Tarantool/pkg-plist
 sed 's/^X//' >p5-MR-Tarantool/pkg-plist << 'aaf0037303f495435a55a962c244f26c'
 X%%SITE_PERL%%/%%PERL_ARCH%%/auto/MR/Tarantool/.packlist
 X%%SITE_PERL%%/MR/Pending.pm
 X%%SITE_PERL%%/MR/IProto.pm
 X%%SITE_PERL%%/MR/Tarantool/Box/Singleton.pm
 X%%SITE_PERL%%/MR/Tarantool/Box.pm
 X%%SITE_PERL%%/MR/IProto/Connection.pm
 X%%SITE_PERL%%/MR/IProto/Message.pm
 X%%SITE_PERL%%/MR/IProto/NoResponse.pm
 X%%SITE_PERL%%/MR/IProto/Role/Debuggable.pm
 X%%SITE_PERL%%/MR/IProto/Cluster.pm
 X%%SITE_PERL%%/MR/IProto/Cluster/Server.pm
 X%%SITE_PERL%%/MR/IProto/Response.pm
 X%%SITE_PERL%%/MR/IProto/Server/Connection.pm
 X%%SITE_PERL%%/MR/IProto/Server.pm
 X%%SITE_PERL%%/MR/IProto/Error.pm
 X%%SITE_PERL%%/MR/IProto/Request.pm
 X%%SITE_PERL%%/MR/IProto/Connection/Async.pm
 X%%SITE_PERL%%/MR/IProto/Connection/Sync.pm
 X%%SITE_PERL%%/MR/SilverBox.pm
 X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MR/Tarantool
 X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MR
 X@dirrm %%SITE_PERL%%/MR/Tarantool/Box
 X@dirrm %%SITE_PERL%%/MR/Tarantool
 X@dirrm %%SITE_PERL%%/MR/IProto/Server
 X@dirrm %%SITE_PERL%%/MR/IProto/Role
 X@dirrm %%SITE_PERL%%/MR/IProto/Connection
 X@dirrm %%SITE_PERL%%/MR/IProto/Cluster
 X@dirrm %%SITE_PERL%%/MR/IProto
 X@dirrm %%SITE_PERL%%/MR
 aaf0037303f495435a55a962c244f26c
 echo x - p5-MR-Tarantool/pkg-descr
 sed 's/^X//' >p5-MR-Tarantool/pkg-descr << 'db86e227266ebb876507c30f9fca900e'
 XA driver for an efficient Tarantool/Box NoSQL in-memory storage.
 X
 XWWW: http://search.cpan.org/dist/MR-Tarantool/
 db86e227266ebb876507c30f9fca900e
 echo x - p5-MR-Tarantool/Makefile
 sed 's/^X//' >p5-MR-Tarantool/Makefile << '2ef3b506ca56ec4a7d9a82eea5261a1a'
 X# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
 X# $FreeBSD$
 X
 XPORTNAME=	MR-Tarantool
 XPORTVERSION=	0.0.24
 XCATEGORIES=	databases perl5
 XMASTER_SITES=	CPAN
 XPKGNAMEPREFIX=	p5-
 X
 XMAINTAINER=	g.veniamin@googlemail.com
 XCOMMENT=	Driver for an efficient Tarantool/Box NoSQL in-memory storage
 X
 XBUILD_DEPENDS=	p5-AnyEvent>=7.04:${PORTSDIR}/devel/p5-AnyEvent \
 X		p5-Class-Singleton>=1.4:${PORTSDIR}/devel/p5-Class-Singleton \
 X		p5-Mouse>=1.1:${PORTSDIR}/devel/p5-Mouse \
 X		p5-String-CRC32>=1.4:${PORTSDIR}/devel/p5-String-CRC32
 XRUN_DEPENDS:=	${BUILD_DEPENDS}
 X
 XPERL_CONFIGURE=	yes
 X
 XMAN3=	MR::IProto.3 \
 X	MR::IProto::Cluster.3 \
 X	MR::IProto::Cluster::Server.3 \
 X	MR::IProto::Connection.3 \
 X	MR::IProto::Connection::Async.3 \
 X	MR::IProto::Connection::Sync.3 \
 X	MR::IProto::Error.3 \
 X	MR::IProto::Message.3 \
 X	MR::IProto::NoResponse.3 \
 X	MR::IProto::Request.3 \
 X	MR::IProto::Response.3 \
 X	MR::IProto::Role::Debuggable.3 \
 X	MR::IProto::Server.3 \
 X	MR::IProto::Server::Connection.3 \
 X	MR::SilverBox.3 \
 X	MR::Tarantool::Box.3 \
 X	MR::Tarantool::Box::Singleton.3
 X
 X.include <bsd.port.mk>
 2ef3b506ca56ec4a7d9a82eea5261a1a
 echo x - p5-MR-Tarantool/distinfo
 sed 's/^X//' >p5-MR-Tarantool/distinfo << '7a2b4537e9f53969f991f78650dd59a6'
 XSHA256 (MR-Tarantool-0.0.24.tar.gz) = 3612d53b3deae33c08936c53eed8bb421c483c706d0aef407f514bfca4820952
 XSIZE (MR-Tarantool-0.0.24.tar.gz) = 41155
 7a2b4537e9f53969f991f78650dd59a6
 exit
 
 
 >Release-Note:
 >Audit-Trail:
 >Unformatted:
 _______________________________________________
 freebsd-ports-bugs@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
 To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305150450.r4F4oCeT033316>