Bug 118103 - New port: databases/couchdb A document database server, accessible via a RESTful JSON API
Summary: New port: databases/couchdb A document database server, accessible via a REST...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Felippe de Meirelles Motta
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-17 19:20 UTC by Ditesh Shashikant Gathani
Modified: 2008-06-23 22:50 UTC (History)
0 users

See Also:


Attachments
file.shar (10.53 KB, text/plain)
2007-11-17 19:20 UTC, Ditesh Shashikant Gathani
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ditesh Shashikant Gathani 2007-11-17 19:20:01 UTC
Couchdb is a document database server, accessible via a RESTful JSON API. It has an ad-hoc and schema-free with a flat address space. CouchDB is distributed, featuring robust, incremental replication with bi-directional conflict detection and management. It features a table oriented reporting engine that uses Javascript as a query language.

Fix: shar file, as attached.

Patch attached with submission follows:
How-To-Repeat: Not applicable.
Comment 1 Felippe de Meirelles Motta freebsd_committer freebsd_triage 2008-03-18 04:57:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lippe

I'll take it.
Comment 2 Felippe de Meirelles Motta freebsd_committer freebsd_triage 2008-05-13 20:46:21 UTC
Hi Submitter,

Since KSE support was removed in FreeBSD, all ports threaded doesn't
build on < 7 versions. One of your dependencies is broken. I'll wait an
better solution to committ your port.

Thanks for your submission to the FreeBSD Project! :)

-- 
lippe@FreeBSD.org
Felippe de Meirelles Motta
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-06-23 22:44:21 UTC
lippe       2008-06-23 21:44:15 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/couchdb    Makefile distinfo pkg-descr pkg-plist 
  Log:
  Couchdb is a document database server, accessible via a RESTful JSON API. It has an ad-hoc and schema-free with a flat address space. CouchDB is distributed, featuring robust, incremental replication with bi-directional conflict detection and management. It features a table oriented reporting engine that uses Javascript as a query language.
  
  WWW: http://couchdb.org/
  
  PR:             ports/118103
  Submitted by:   Ditesh Shashikant Gathani <ditesh@gathani.org>
  Approved by:    gabor (mentor, implicit)
  
  Revision  Changes    Path
  1.691     +1 -0      ports/databases/Makefile
  1.1       +31 -0     ports/databases/couchdb/Makefile (new)
  1.1       +3 -0      ports/databases/couchdb/distinfo (new)
  1.1       +7 -0      ports/databases/couchdb/pkg-descr (new)
  1.1       +172 -0    ports/databases/couchdb/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Felippe de Meirelles Motta freebsd_committer freebsd_triage 2008-06-23 22:46:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!