1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Duplicate with java/berkeley-db, so remove it

This commit is contained in:
Ying-Chieh Liao 2006-10-08 09:42:23 +00:00
parent 68feb12fdc
commit 9971fc76eb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174906
6 changed files with 1 additions and 88 deletions

1
MOVED
View File

@ -2488,3 +2488,4 @@ astro/gdesklets-goodweather||2006-10-07|Expired: no longer downloadable
deskutils/goats||2006-10-07|Expired: no longer downloadable
net-mgmt/arpwatch-devel|net-mgmt/arpwatch|2006-10-07|Devel port no longer needed
sysutils/gnomesu|security/libgnomesu|2006-10-08|Was broken, similar functionality provided by libgnomesu
databases/java-db||2006-10-08|Duplicate with java/berkeley-db

View File

@ -79,7 +79,6 @@
SUBDIR += isql-viewer
SUBDIR += jakarta-commons-dbutils
SUBDIR += jasperreports
SUBDIR += java-db
SUBDIR += java-sqlrelay
SUBDIR += jdb
SUBDIR += jdbc-oracle8i

View File

@ -1,54 +0,0 @@
# ex:ts=8
# Ports collection makefile for: Berkeley DB Java Edition
# Date created: Sep 18, 2006
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= db
PORTVERSION= 3.0.12
CATEGORIES= databases java
MASTER_SITES= http://downloads.sleepycat.com/ \
ftp://ftp.sleepycat.com/releases/
PKGNAMEPREFIX= java-
DISTNAME= je-${PORTVERSION}
MAINTAINER= ijliao@FreeBSD.org
COMMENT= Berkeley DB Java Edition
BUILD_DEPENDS= ${JAVALIBDIR}/junit.jar:${PORTSDIR}/java/junit
USE_JAVA= yes
JAVA_VERSION= 1.4+
USE_ANT= yes
PLIST_FILES= %%JAVAJARDIR%%/je.jar
.if !defined(NOPORTDOCS)
DOCSDIR= ${TARGETDIR}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
EXAMPLESDIR= ${TARGETDIR}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
PORTDOCS= *
.endif
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} "s,/usr/local,${TARGETDIR}," ${WRKSRC}/build.xml
do-install:
@${INSTALL_DATA} ${WRKSRC}/lib/je.jar ${JAVAJARDIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${CP} -R ${WRKSRC}/docs/ ${DOCSDIR}
@${MKDIR} ${EXAMPLESDIR}
@${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}
post-install:
@${FIND} ${EXAMPLESDIR} ! -type d | \
${SED} -e "s,^${PREFIX}/,," >> ${TMPPLIST}
@${FIND} ${EXAMPLESDIR} -type d | ${SORT} -r | \
${SED} -e "s,^${PREFIX}/,@dirrm ," >> ${TMPPLIST}
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +0,0 @@
MD5 (je-3.0.12.tar.gz) = c7f14e543c493eb0147a5cdc86c9237a
SHA256 (je-3.0.12.tar.gz) = d707db54511841147d5929c9b0e520694949a84186591f773774f37dbdd8aa03
SIZE (je-3.0.12.tar.gz) = 4500551

View File

@ -1,20 +0,0 @@
--- build.xml.bak Fri May 26 07:07:22 2006
+++ build.xml Mon Sep 18 11:41:22 2006
@@ -1162,7 +1162,6 @@
value="${installdestdir}/JE.${release.major}.${release.minor}"/>
<mkdir dir="${installdir}"/>
<mkdir dir="${installdir}/docs"/>
- <mkdir dir="${installdir}/bin"/>
<mkdir dir="${installdir}/lib"/>
<copy todir="${installdir}/docs">
<fileset dir="docs">
@@ -1171,9 +1170,6 @@
</copy>
<copy todir="${installdir}/lib">
<fileset dir="lib"/>
- </copy>
- <copy todir="${installdir}/bin">
- <fileset dir="bin"/>
</copy>
</target>

View File

@ -1,10 +0,0 @@
Berkeley DB Java Edition is a high performance, transactional storage engine
written entirely in Java. Like the highly successful Berkeley DB product,
Berkeley DB Java Edition executes in the address space of the application,
without the overhead of client/server communication. It stores data in the
application's native format, so no runtime data translation is required.
Berkeley DB Java Edition supports full ACID transactions and recovery. It
provides an easy-to-use, programmatic interface, allowing developers to store
and retrieve information quickly, simply and reliably.
WWW: http://www.sleepycat.com/products/bdbje.html