FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 4:28 PM GMT
Port details
couchdb 1.1.0_3,1 databases on this many watch lists=1 search for ports that depend on this port
A document database server, accessible via a RESTful JSON API
Maintained by: till@php.net search for ports maintained by this maintainer
Port Added: 23 Jun 2008 21:44:30
License: not specified in port
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/ 
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: misc/help2man, lang/erlang-lite, devel/gmake, devel/libtool
Required To Run: lang/erlang-lite
Required Libraries: devel/icu, lang/spidermonkey, ftp/curl
There are no ports dependent upon this port

To install the port: cd /usr/ports/databases/couchdb/ && make install clean
To add the package: pkg_add -r couchdb


Configuration Options
===> The following configuration options are available for couchdb-1.1.0_3,1:
     ERLANG=off (default) "Use lang/erlang instead of lang/erlang-lite"
===> Use 'make config' to modify these settings

Master Sites:
http://www.apache.org/dist/couchdb/1.1.0/
http://archive.apache.org/dist/couchdb/1.1.0/
ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.apache.org/dist/couchdb/1.1.0/
ftp://mir1.ovh.net/ftp.apache.org/dist/couchdb/1.1.0/
ftp://ftp.forthnet.gr/pub/www/apache/couchdb/1.1.0/
ftp://xenia.sote.hu/pub/mirrors/www.apache.org/couchdb/1.1.0/
ftp://ftp.heanet.ie/mirrors/www.apache.org/dist/couchdb/1.1.0/
ftp://ftp.rhnet.is/pub/apache/couchdb/1.1.0/
http://ring.nict.go.jp/archives/net/apache/couchdb/1.1.0/
ftp://ftp.task.gda.pl/pub/www/apache/dist/couchdb/1.1.0/
ftp://sunsite.icm.edu.pl/pub/www/apache/dist/couchdb/1.1.0/
ftp://apache.rinet.ru/pub/mirror/apache.org/dist/couchdb/1.1.0/
ftp://ftp.sunet.se/pub/www/servers/apache/dist/couchdb/1.1.0/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 24

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
26 Jan 2012 06:31:26
Original commit files touched by this commit  1.1.0_3,1
dougb search for other commits by this committer
The problem previously reported on freebsd-ports@ hasn't been fixed,
and a user contacted me privately asking for a fix. This fix was
proposed on the list and tested by the user who contacted me privately.

The problem is that _flags can't be modified in start_precmd, and
shouldn't have been abused this way in the first place. The previous
version resulted in couchdb staying in the foreground.

This patch could be refined further, but it solves the immediate problem.
14 Jan 2012 08:57:23
Original commit files touched by this commit  1.1.0_2,1
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
14 Nov 2011 13:55:29
Original commit files touched by this commit  1.1.0_2,1
miwi search for other commits by this committer
- Update rc.d script

Submitted by:   dougb
Approved by:    maintainer via irc
Feature safe:   yes
25 Aug 2011 10:58:47
Original commit files touched by this commit  1.1.0_1,1
ashish search for other commits by this committer
- Remove extra USERS/GROUPS, which were accidentally added in previous commit[1]
- Fix rc.d script[1]
- Add option to depend on lang/erlang instead of lang/erlang-lite

Submitted by:   till@php.net[1]
Approved by:    till@php.net (maintainer)
18 Aug 2011 13:24:48
Original commit files touched by this commit  1.1.0,1
ashish search for other commits by this committer
- Update to 1.1.0
- Use USERS/GROUPS for user/group creation
- Move post-install/post-deinstall tasks to pkg-install/pkg-deinstall

PR:             ports/150682
Approved by:    till@php.net (maintainer)
10 Jul 2011 21:06:39
Original commit files touched by this commit  1.0.0_3,1
bapt search for other commits by this committer
- update ICU to 4.8
- chase library bump
- add an entry in UPDATING for instructions
- remove old conflict lines
27 Jun 2011 17:44:37
Original commit files touched by this commit  1.0.0_2,1
crees search for other commits by this committer
- Use USERS and GROUPS

PR:             ports/157547
Submitted by:   Chris Rees (utisoft@gmail.com)
Approved by:    tabthorpe (co-mentor)
15 May 2011 02:49:17
Original commit files touched by this commit  1.0.0_2,1
dougb search for other commits by this committer
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
20 Mar 2011 12:54:45
Original commit files touched by this commit  1.0.0_2,1
miwi search for other commits by this committer
- Get Rid MD5 support
15 Dec 2010 11:37:49
Original commit files touched by this commit  1.0.0_2,1
bapt search for other commits by this committer
Chase devel/icu upgrade
Add an updating note
04 Dec 2010 07:34:27
Original commit files touched by this commit  1.0.0_1,1
ade search for other commits by this committer
Sync to new bsd.autotools.mk
27 Sep 2010 20:40:16
Original commit files touched by this commit  1.0.0_1,1
olgeni search for other commits by this committer
Bump PORTREVISION in Erlang dependent ports, which need to be rebuilt
due to the new beam format.
18 Aug 2010 00:08:12
Original commit files touched by this commit  1.0.0,1
wxs search for other commits by this committer
[1]: Update to 1.0.0
[2]: Fix bug in RC script
[3]: Add pre-fetch message about possibly needing to rebuild the views

PR:             [1]: ports/148803
                [2]: ports/149028
                [3]: ports/149030
Submitted by:   [1]: Tomas Sedovic <tomas@sedovic.cz>
                [2]: Till Klampaeckel <till@php.net> (maintainer)
                [3]: Till Klampaeckel <till@php.net> (maintainer)
Approved by:    [1]: Till Klampaeckel <till@php.net> (maintainer)
03 Apr 2010 10:44:36
Original commit files touched by this commit  0.10.1_1,1
roam search for other commits by this committer
Chase the ftp/curl shlib version bump.
27 Mar 2010 00:15:24
Original commit files touched by this commit  0.10.1_1
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
22 Feb 2010 11:21:18
Original commit files touched by this commit  0.10.1,1
gahr search for other commits by this committer
- Update to 0.10.1
- Fix RC script

PR:             143287
Submitted by:   gahr
Approved by:    till@php.net (maintainer), partly timeout
Feature safe:   yes
21 Oct 2009 09:55:15
Original commit files touched by this commit  0.9.0_1,1
vanilla search for other commits by this committer
Fix rc.d startup script syntax error.

PR:             ports/139658
Submitted by:   ivan voras <ivoras.at.gmail.com>
Approved by:    maintainer
02 Aug 2009 19:36:34
Original commit files touched by this commit  0.9.0_1,1
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
17 Jun 2009 14:10:30
Original commit files touched by this commit  0.9.0_1,1
wxs search for other commits by this committer
- Add an RC script.
- Cleanup messasges displayed by the port.
- Add a couchdb user and group.

PR:             ports/135256, ports/135259
Submitted by:   Till Klampaeckel <till@php.net> (maintainer)
10 Jun 2009 08:50:43
Original commit files touched by this commit  0.9.0,1
itetcu search for other commits by this committer
Fix build with custom LOCALBASE

Submitted by:   Sahil Tandon
Reported by:    QATty
Approved by:    portmgr (itetcu@)
21 Apr 2009 15:43:04
Original commit files touched by this commit  0.9.0,1
wxs search for other commits by this committer
- Update to 0.9.0 (bump PORTEPOCH as it was 0.9.0a).
- Pass maintainership to submitter.

PR:             ports/131611
Submitted by:   Till Klampaeckel <till@php.net>
Approved by:    Jan Lehnardt <jan@apache.org> (maintainer)
16 Nov 2008 23:55:17
Original commit files touched by this commit  0.9.0a
wxs search for other commits by this committer
- Update to 0.9.0a
- Pass maintainership to submitter
- Respect NOPORTDOCS
- Switch to erlang-lite [1]

PR:             ports/126716
Submitted by:   Jan Lehnardt <jan@apache.org>, till@php.net [1]
Approved by:    maintainer timeout
23 Jul 2008 00:39:33
Original commit files touched by this commit  0.7.0
pav search for other commits by this committer
- Mark BROKEN on !i386: incompatible types in assignment
23 Jun 2008 21:44:15
Original commit files touched by this commit  0.7.0
lippe search for other commits by this committer
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)

Number of commits found: 24

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
webcalendarFeb 12
webcalendar-develFeb 12
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06

15 vulnerabilities affecting 34 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23152
Broken 191
Deprecated 96
Ignore 727
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 2
new 48 hours8
new 7 days44
new fortnight69
new month137

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.152 seconds.