FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 1:01 PM GMT
Port details
berkeley-db 3.2.76_1 java on this many watch lists=1 search for ports that depend on this port
Berkeley DB Java Edition
Maintained by: mi@aldan.algebra.com search for ports maintained by this maintainer
Port Added: 05 Feb 2005 00:51:18
Also Listed In: databases
License: not specified in port
This is a pure-Java implementation of Berkeley DB by SleepyCat (now
Oracle). Java-1.5 is required for building, although the result should
be usable with 1.4 too. From the

WWW: http://www.oracle.com/database/berkeley-db/index.html

"Berkeley DB JE was designed from the ground up in Java. It takes full
 advantage of the Java environment. The Berkeley DB JE API provides a
 Java Collections-style interface, as well as a programmatic interface
 similar to the Berkeley DB API.

 Berkeley DB JE is different from all other Java databases available
 today. Berkeley DB JE is not a relational engine built in Java. It
 is a Berkeley DB-style embedded store, with an interface designed
 for programmers, not DBAs. Berkeley DB JE's architecture employs a
 log-based, no-overwrite storage system, enabling high concurrency and
 speed while providing ACID transactions and record-level locking.
 Berkeley DB JE efficiently caches most commonly used data in memory,
 without exceeding application-specified limits. In this way Berkeley
 DB JE works with an application to use available JVM resources while
 providing access to very large data sets.

 The Berkeley DB JE architecture provides an underlying storage layer
 for any Java application requiring high performance, transactional
 integrity and recoverability."
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: java/junit, java/jdk16, devel/apache-ant
Required To Run: java/jdk16
There are no ports dependent upon this port

To install the port: cd /usr/ports/java/berkeley-db/ && make install clean
To add the package: pkg_add -r je


Configuration Options
===> The following configuration options are available for je-3.2.76_1:
     TEST=off (default) "Run the self-tests after building automatically"
===> Use 'make config' to modify these settings

Master Sites:
http://download.oracle.com/berkeley-db/
http://download-east.oracle.com/berkeley-db/
http://download-west.oracle.com/berkeley-db/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 17

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
20 Mar 2011 12:54:45
Original commit files touched by this commit  3.2.76_1
miwi search for other commits by this committer
- Get Rid MD5 support
06 Jun 2008 13:38:51
Original commit files touched by this commit  3.2.76_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
16 May 2008 22:34:47
Original commit files touched by this commit  3.2.76
mi search for other commits by this committer
Upgrade from 3.2.13 to 3.2.76.

PR:             ports/123699
Submitted by:   Lapo Luchini
04 Aug 2007 11:41:31
Original commit files touched by this commit  3.2.13_1
gabor search for other commits by this committer
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
19 May 2007 20:32:57
Original commit files touched by this commit  3.2.13_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
22 Apr 2007 01:36:37
Original commit files touched by this commit  3.2.13
kris search for other commits by this committer
Switch defaults to not running self-tests since the maintainer has not
been able to figure out why they fail in package build environments.
11 Dec 2006 18:34:59
Original commit files touched by this commit  3.2.13
mi search for other commits by this committer
Update from 3.1.0 to 3.2.13. This should fix all of the self-test failures
observed so far (spurious and real). Update WWW.

Although supposedly a minor bug-fix release, this one still comes with a
file-format change, unfortunately. See vendor's announcement at:

        http://forums.oracle.com/forums/ann.jspa?annID=372
23 Nov 2006 06:21:16
Original commit files touched by this commit  3.1.0
mi search for other commits by this committer
Unbreak by adding another patch from the vendor.
17 Nov 2006 06:34:23
Original commit files touched by this commit  3.1.0
kris search for other commits by this committer
BROKEN: Self-tests fail
20 Oct 2006 12:49:45
Original commit files touched by this commit  3.1.0
mi search for other commits by this committer
Fix the test-target to, actually, succeed, when the tests
succeed...

Approved by:    portmgr (erwin)
18 Oct 2006 01:44:16
Original commit files touched by this commit  3.1.0
mi search for other commits by this committer
Disable two more self-tests, which may hang in rare circumstance.
According to SleepyCat/Oracle, these will be fixed in the next release.

Provide two explicit download sites for those, whose FETCH_CMD is set to
NOT follow redirects (as is the default). Oracle uses such redirects to
facilitate downloads from the server closer to the downloader, but the
scheme breaks, when the redirects are not followed.

Approved by:    portmgr (erwin)
08 Oct 2006 19:20:52
Original commit files touched by this commit  3.1.0
mi search for other commits by this committer
Be sure to fail our test-target, if the vendor's self-test fails.
08 Oct 2006 15:17:11
Original commit files touched by this commit  3.1.0
mi search for other commits by this committer
Tune the port a little finer:

        . Java-1.5 is required to build (although the result is usable
          with 1.4 as well) -- reflect this in pkg-descr for the user
          and in Makefile for the build process
        . add a patch for the "occasionaly" failing test -- on advice
          from Oracle:

                http://forums.oracle.com/forums/thread.jspa?threadID=431242

        . enable automatic testing post-build -- the tests stress out
          both Java and JE and their failure may be a nice canary for
          our mine.
07 Oct 2006 01:40:24
Original commit files touched by this commit  3.1.0
mi search for other commits by this committer
Upgrade from 1.7.1 to 3.1.0, thanks largely to the diffs supplied by ijliao
(for the earlier version 3.0.12).

Make post-build test possible (via OPTIONS) and, unfortunately, disable it
by default due to several test failures. (Java-maintainers may want to take
a look.)

Switch to an auto-generated pkg-plist (HUGE amount of examples and
documentation).

Ying-Chieh is planning to delete his databases/java-db and is invited to
take over this port.
22 Jan 2006 12:39:58
Original commit files touched by this commit  1.7.1
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
25 Mar 2005 00:59:41
Original commit files touched by this commit  1.7.1
mi search for other commits by this committer
Upgrade from 1.7.0 to 1.7.1. The former is no longer available on the
vendor's site.

Approved by:    portmgr (kris)
05 Feb 2005 00:26:57
Original commit files touched by this commit  1.7.0
mi search for other commits by this committer
This is a port of 'JE', or Berkeley DB Java Edition -- a pure Java
implementation of "db". See:

        http://www.sleepycat.com/products/je.shtml

for more information.

Number of commits found: 17

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 23151
Broken 192
Deprecated 96
Ignore 728
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 2
new 48 hours7
new 7 days44
new fortnight69
new month138

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.285 seconds.