summaryrefslogtreecommitdiffstats
path: root/database/couchdb/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'database/couchdb/DETAILS')
-rwxr-xr-xdatabase/couchdb/DETAILS18
1 files changed, 18 insertions, 0 deletions
diff --git a/database/couchdb/DETAILS b/database/couchdb/DETAILS
new file mode 100755
index 0000000000..7ce2ea7e6e
--- /dev/null
+++ b/database/couchdb/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=couchdb
+ VERSION=0.9.1
+ SOURCE="apache-${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://mirror.nyi.net/apache/${SPELL}/${VERSION}/${SOURCE}
+ SOURCE_HASH=sha512:160c0346483d9c33cc4141e7ec03ef836c6b8a546e7e993f4911ea25ba86c4c6bd90ca35b26e46f7a999fee49dc95a6e8ef63543b5747f34f4abc8691e38ce7f
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/apache-${SPELL}-${VERSION}"
+ WEB_SITE="couchdb.apache.org"
+ LICENSE[0]=apache
+ ENTERED=20090904
+ SHORT="A http document server"
+cat << EOF
+CouchDB is
+ * A document database server, accessible via a RESTful JSON API.
+ * Ad-hoc and schema-free with a flat address space. * Distributed,
+ featuring robust, incremental replication with bi-directional conflict
+ detection and management. * Query-able and index-able, featuring a
+ table oriented reporting engine that uses Javascript as a query language.
+EOF