Date: Tue, 7 Mar 2017 18:19:05 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435630 - in head/databases: . p5-Store-CouchDB Message-ID: <201703071819.v27IJ5vn087558@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Tue Mar 7 18:19:05 2017 New Revision: 435630 URL: https://svnweb.freebsd.org/changeset/ports/435630 Log: New port: databases/p5-Store-CouchDB Store::CouchDB provides a simple perlish interface for working with Apache CouchDB. WWW: http://search.cpan.org/dist/Store-CouchDB/ PR: 217597 Submitted by: Dave Cottlehuber <dch@skunkwerks.at> Added: head/databases/p5-Store-CouchDB/ head/databases/p5-Store-CouchDB/Makefile (contents, props changed) head/databases/p5-Store-CouchDB/distinfo (contents, props changed) head/databases/p5-Store-CouchDB/pkg-descr (contents, props changed) head/databases/p5-Store-CouchDB/pkg-plist (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Tue Mar 7 18:16:17 2017 (r435629) +++ head/databases/Makefile Tue Mar 7 18:19:05 2017 (r435630) @@ -492,6 +492,7 @@ SUBDIR += p5-Search-Namazu SUBDIR += p5-Search-Xapian SUBDIR += p5-Search-Xapian10 + SUBDIR += p5-Store-CouchDB SUBDIR += p5-T2 SUBDIR += p5-Tangram SUBDIR += p5-Template-DBI Added: head/databases/p5-Store-CouchDB/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-Store-CouchDB/Makefile Tue Mar 7 18:19:05 2017 (r435630) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= Store-CouchDB +PORTVERSION= 3.8 +CATEGORIES= databases perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:NORBU +PKGNAMEPREFIX= p5- + +MAINTAINER= dch@skunkwerks.at +COMMENT= Perl interface to Apache CouchDB + +LICENSE= ART10 + +BUILD_DEPENDS= p5-Any-Moose>=0:devel/p5-Any-Moose \ + p5-Data-Dump>=0:devel/p5-Data-Dump \ + p5-Data-Printer>=0:devel/p5-Data-Printer \ + p5-JSON-XS>=0:converters/p5-JSON-XS \ + p5-libwww>=0:www/p5-libwww \ + p5-Types-Serialiser>=0:devel/p5-Types-Serialiser \ + p5-URI-Escape-XS>=0:www/p5-URI-Escape-XS +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> Added: head/databases/p5-Store-CouchDB/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-Store-CouchDB/distinfo Tue Mar 7 18:19:05 2017 (r435630) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488836984 +SHA256 (Store-CouchDB-3.8.tar.gz) = 0c4e2d3e2889f42fd36217152e32806b233d83a4373939812ee583f3c3828b39 +SIZE (Store-CouchDB-3.8.tar.gz) = 22748 Added: head/databases/p5-Store-CouchDB/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-Store-CouchDB/pkg-descr Tue Mar 7 18:19:05 2017 (r435630) @@ -0,0 +1,4 @@ +Store::CouchDB provides a simple perlish interface for working with +Apache CouchDB. + +WWW: http://search.cpan.org/dist/Store-CouchDB/ Added: head/databases/p5-Store-CouchDB/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-Store-CouchDB/pkg-plist Tue Mar 7 18:19:05 2017 (r435630) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Store/CouchDB.pm +%%PERL5_MAN3%%/Store::CouchDB.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703071819.v27IJ5vn087558>