update p5-AnyEvent-CouchDB to 1.24
ok jasper@ sthen@
This commit is contained in:
parent
82d5768c73
commit
02b0b2b810
@ -1,15 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/12/03 11:44:23 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2011/05/15 16:28:47 gsoares Exp $
|
||||
|
||||
COMMENT= non-blocking CouchDB client based on jquery.couch.js
|
||||
|
||||
DISTNAME= AnyEvent-CouchDB-1.22
|
||||
REVISION= 0
|
||||
DISTNAME= AnyEvent-CouchDB-1.24
|
||||
CATEGORIES= databases devel
|
||||
|
||||
MODULES= cpan
|
||||
MODCPAN_EXAMPLES= Yes
|
||||
MODCPAN_EXAMPLES_DIST= eg
|
||||
USE_GROFF = Yes
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -17,8 +15,12 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= databases/p5-CouchDB-View \
|
||||
RUN_DEPENDS= converters/p5-JSON \
|
||||
databases/p5-CouchDB-View \
|
||||
devel/p5-AnyEvent-HTTP \
|
||||
devel/p5-IO-All
|
||||
devel/p5-Exception-Class \
|
||||
devel/p5-IO-All \
|
||||
devel/p5-Scope-Guard
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (AnyEvent-CouchDB-1.22.tar.gz) = w8FEwSQG/nz3rpw2ZBFPFw==
|
||||
RMD160 (AnyEvent-CouchDB-1.22.tar.gz) = LbBCuQw6pfRcNFkFWISIemiXZck=
|
||||
SHA1 (AnyEvent-CouchDB-1.22.tar.gz) = tr4DcwuxQ0qeQeQSr/1uLEGnFts=
|
||||
SHA256 (AnyEvent-CouchDB-1.22.tar.gz) = c+5v/wJQcnTFl/odXFvqZpLF0d+s9MINgG6XgVW+Z9s=
|
||||
SIZE (AnyEvent-CouchDB-1.22.tar.gz) = 19063
|
||||
MD5 (AnyEvent-CouchDB-1.24.tar.gz) = AAZd63GC/MQevacyPnoY8w==
|
||||
RMD160 (AnyEvent-CouchDB-1.24.tar.gz) = 4KggLLNMFifsf9XEfvi9120SWTQ=
|
||||
SHA1 (AnyEvent-CouchDB-1.24.tar.gz) = 6OHAM/fqpYDFUCRF+W3L3ZhuBNM=
|
||||
SHA256 (AnyEvent-CouchDB-1.24.tar.gz) = pcUP8ryuXSFVchUAXPtutjfWksmJCqhZzQSVIGt9g1M=
|
||||
SIZE (AnyEvent-CouchDB-1.24.tar.gz) = 20249
|
||||
|
@ -1,12 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2010/09/17 17:26:51 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2011/05/15 16:28:47 gsoares Exp $
|
||||
bin/couchdb-push
|
||||
${P5SITE}/AnyEvent/CouchDB/
|
||||
${P5SITE}/AnyEvent/CouchDB.pm
|
||||
${P5SITE}/AnyEvent/CouchDB/Database.pm
|
||||
${P5SITE}/AnyEvent/CouchDB/Exceptions.pm
|
||||
${P5SITE}/AnyEvent/CouchDB/Stream.pm
|
||||
@man man/man1/couchdb-push.1
|
||||
@man man/man3p/AnyEvent::CouchDB.3p
|
||||
@man man/man3p/AnyEvent::CouchDB::Database.3p
|
||||
@man man/man3p/AnyEvent::CouchDB::Exceptions.3p
|
||||
@man man/man3p/AnyEvent::CouchDB::Stream.3p
|
||||
share/examples/p5-AnyEvent-CouchDB/
|
||||
share/examples/p5-AnyEvent-CouchDB/NOTES
|
||||
|
Loading…
x
Reference in New Issue
Block a user