FreshPorts -- The Place For Ports Sat, 17 May 2008 5:28 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
berkeley-db 3.2.76 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


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
Required To Build: java/junit, java/diablo-jdk15, devel/apache-ant
Required To Run: java/diablo-jdk15

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:
     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: 15

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
16 May 2008 23: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 12: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 21: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 02: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 13: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 02: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 20: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 16: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 02: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: 15

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-djangoMay 14
py-django-develMay 14
vorbis-toolsMay 11
qemuMay 08
qemu-develMay 08
swfdecMay 07
firefox*May 03
firefox-devel*May 03
firefox10*May 03
firefox15*May 03
flock*May 03
linux-firefox*May 03
linux-firefox-devel*May 03
linux-flock*May 03
linux-seamonkey*May 03

8 vulnerabilities affecting 22 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
Traffic

Calculated hourly:
Port count 18471
Broken 176
Deprecated 58
Ignore 584
Forbidden 4
Restricted 412
No CDROM 126
Vulnerable 52
Expired 33
Set to expire 37
Interactive 76
new 24 hours 6
new 48 hours9
new 7 days20
new fortnight54
new month157

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

Add tab to Netscape 6

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