diff --git a/databases/p5-AnyEvent-CouchDB/Makefile b/databases/p5-AnyEvent-CouchDB/Makefile new file mode 100644 index 00000000000..9b9e8f977b3 --- /dev/null +++ b/databases/p5-AnyEvent-CouchDB/Makefile @@ -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 diff --git a/databases/p5-AnyEvent-CouchDB/distinfo b/databases/p5-AnyEvent-CouchDB/distinfo new file mode 100644 index 00000000000..73d70d44dfb --- /dev/null +++ b/databases/p5-AnyEvent-CouchDB/distinfo @@ -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 diff --git a/databases/p5-AnyEvent-CouchDB/pkg/DESCR b/databases/p5-AnyEvent-CouchDB/pkg/DESCR new file mode 100644 index 00000000000..4f7df4ab4f3 --- /dev/null +++ b/databases/p5-AnyEvent-CouchDB/pkg/DESCR @@ -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. diff --git a/databases/p5-AnyEvent-CouchDB/pkg/PLIST b/databases/p5-AnyEvent-CouchDB/pkg/PLIST new file mode 100644 index 00000000000..720afa144e5 --- /dev/null +++ b/databases/p5-AnyEvent-CouchDB/pkg/PLIST @@ -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