794b FreshPorts -- java/berkeley-db
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

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."
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. java/junit
  2. java/openjdk6
  3. devel/apache-ant
Required To Run:
  1. java/openjdk6
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: Build and/or run tests
===> Use 'make config' to modify these settings

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

Number of commits found: 19

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
16 Mar 2013 07:29:22
Original commit files touched by this commit  3.2.76_1
jgh search for other commits by this committer
- adopt optionsNG
- cleanup of EXAMPLES and unconditionally assign PORTDOCS

Approved by:	portmgr (miwi)
10 Dec 2012 13:18:29
Original commit files touched by this commit  3.2.76_1
bapt search for other commits by this committer
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part2)
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: 19

2835
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 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 24528
Broken 216
Deprecated 473
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 4
new 48 hours8
new 7 days25
new fortnight57
new month215

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0