import p5-AnyEvent-CouchDB 1.17

AnyEvent::CouchDB is a non-blocking CouchDB client implemented on top of
the AnyEvent framework. Using this library will give you the ability to
run many CouchDB requests asynchronously, and it was intended to be used
within a Coro+AnyEvent environment. However, it can also be used
synchronously if you want.
This commit is contained in:
jasper 2010-03-29 14:21:09 +00:00
parent 8b2c7db1a3
commit 2ea8fcc29d
4 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/03/29 14:21:09 jasper Exp $
COMMENT= non-blocking CouchDB client based on jquery.couch.js
DISTNAME= AnyEvent-CouchDB-1.17
CATEGORIES= databases devel
MODULES= cpan
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::databases/p5-CouchDB-View \
::devel/p5-AnyEvent-HTTP \
::devel/p5-IO-All
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (AnyEvent-CouchDB-1.17.tar.gz) = /Zwa6DA6T3fvecy3KOrRLQ==
RMD160 (AnyEvent-CouchDB-1.17.tar.gz) = hlVCfKRKKtNDMzDnMWIZNanR7BY=
SHA1 (AnyEvent-CouchDB-1.17.tar.gz) = BWGDAu5GFz1b4/wvM40TXEOdkJw=
SHA256 (AnyEvent-CouchDB-1.17.tar.gz) = cIQfcFqi8gLJwluWSg4xl9/ijE15KZHRgI96vK6OYg0=
SIZE (AnyEvent-CouchDB-1.17.tar.gz) = 16504

View File

@ -0,0 +1,5 @@
AnyEvent::CouchDB is a non-blocking CouchDB client implemented on top of
the AnyEvent framework. Using this library will give you the ability to
run many CouchDB requests asynchronously, and it was intended to be used
within a Coro+AnyEvent environment. However, it can also be used
synchronously if you want.

View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/03/29 14:21:09 jasper Exp $
bin/couchdb-push
${P5SITE}/AnyEvent/CouchDB/
${P5SITE}/AnyEvent/CouchDB.pm
${P5SITE}/AnyEvent/CouchDB/Database.pm
@man man/man1/couchdb-push.1
@man man/man3p/AnyEvent::CouchDB.3p
@man man/man3p/AnyEvent::CouchDB::Database.3p