summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/openorb/Makefile105
-rw-r--r--devel/openorb/distinfo3
-rw-r--r--devel/openorb/files/launcher.sh20
-rw-r--r--devel/openorb/pkg-descr19
5 files changed, 0 insertions, 148 deletions
diff --git a/devel/Makefile b/devel/Makefile
index ba707cf8b72f..ebaa1d4f599d 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -716,7 +716,6 @@
SUBDIR += omniORB
SUBDIR += oniguruma
SUBDIR += open-beagle
- SUBDIR += openorb
SUBDIR += openthreads
SUBDIR += openzz
SUBDIR += orbitcpp
diff --git a/devel/openorb/Makefile b/devel/openorb/Makefile
deleted file mode 100644
index 20fd3f2fef57..000000000000
--- a/devel/openorb/Makefile
+++ /dev/null
@@ -1,105 +0,0 @@
-# New ports collection makefile for: openorb
-# Date created: 2004-11-19
-# Whom: Herve Quiroz <hq@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ${APP_NAME:L}
-PORTVERSION= 1.3.1
-CATEGORIES= devel java
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${APP_NAME}-${PORTVERSION}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Java implementation of the OMG CORBA 2.4.2 specification
-
-RUN_DEPENDS= ${JAVALIBDIR}/excalibur-configuration.jar:${PORTSDIR}/devel/excalibur-configuration \
- ${JAVALIBDIR}/avalon-framework.jar:${PORTSDIR}/devel/avalon-framework \
- ${JAVALIBDIR}/logkit.jar:${PORTSDIR}/java/avalon-logkit \
- ${JAVALIBDIR}/xercesImpl.jar:${PORTSDIR}/textproc/xerces-j
-
-DEPRECATED= not really maintained anymore (last beta version is 2 years old)
-EXPIRATION_DATE=2006-08-01
-
-APP_NAME= OpenORB
-
-USE_JAVA= yes
-JAVA_VERSION= 1.3+
-NO_BUILD= yes
-
-DATADIR= ${JAVASHAREDIR}/${PORTNAME}
-
-SCRIPT_FILES= openorb-idl_compiler openorb-naming_service
-DATA_FILES= config idl test
-JAR_FILES= openorb-1.3.1.jar openorb_examples-1.3.1.jar openorb_test-1.3.1.jar openorb_tools-1.3.1.jar
-PLIST_FILES= ${JAR_FILES:S,-${PORTVERSION},,:S,^,%%JAVAJARDIR%%/,} ${SCRIPT_FILES:S,^,bin/,}
-.if !defined(NOPORTDOCS)
-OTHERDOCS= EXOLAB.txt LICENSE.txt README WHATSNEW
-PORTDOCS= ${OTHERDOCS} html_img javadoc orb.html orb.pdf
-.endif
-
-.include <bsd.port.pre.mk>
-
-JAR_DEPENDS= excalibur-configuration.jar avalon-framework.jar logkit.jar xercesImpl.jar xml-apis.jar
-CLASSPATH!= ${ECHO_CMD} \
- "${JAR_FILES:S,-${PORTVERSION},,:S,^,${JAVAJARDIR}/,} ${JAR_DEPENDS:S,^,${JAVALIBDIR}/,}" \
- | ${TR} " " ":"
-
-do-configure:
- ${SED} \
- -e 's,%%LOCALBASE%%,${LOCALBASE},' \
- -e 's,%%CLASSPATH%%,${CLASSPATH},' \
- -e 's,%%BASENAME%%,${BASENAME},' \
- ${FILESDIR}/launcher.sh > ${WRKSRC}/launcher
-
-do-install:
- @${ECHO_MSG} -n ">> Installing JARs in ${JAVAJARDIR}/..."
- @${MKDIR} ${JAVAJARDIR}
- @for jarfile in ${JAR_FILES} ; do \
- destjarfile="`${ECHO_CMD} "$${jarfile}" | ${SED} -e 's,-${PORTVERSION},,'`" ; \
- ${ECHO_MSG} -n " $${destjarfile}" ; \
- ${INSTALL_DATA} ${WRKSRC}/lib/$${jarfile} ${JAVAJARDIR}/$${destjarfile} ; \
- done
- @${ECHO_MSG} " [ DONE ]"
- @${ECHO_MSG} -n ">> Installing launcher scripts in ${PREFIX}/bin/..."
-.for script in ${SCRIPT_FILES}
- @${ECHO_MSG} -n " ${script}"
- @${INSTALL_SCRIPT} ${WRKSRC}/launcher ${PREFIX}/bin/${script}
-.endfor
- @${ECHO_MSG} " [ DONE ]"
- @${ECHO_MSG} -n ">> Installing data files in ${DATADIR}/..."
- @cd ${WRKSRC} \
- && ${FIND} ${DATA_FILES} -type d -exec ${MKDIR} ${DATADIR}/{} \; \
- && ${FIND} ${DATA_FILES} -type f -exec ${INSTALL_DATA} {} ${DATADIR}/{} \;
- @${ECHO_MSG} " [ DONE ]"
-.if !defined(NOPORTDOCS)
- @${ECHO_MSG} -n ">> Installing samples in ${EXAMPLESDIR}/..."
- @cd ${WRKSRC}/examples \
- && ${FIND} . -type d -exec ${MKDIR} ${EXAMPLESDIR}/{} \; \
- && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${EXAMPLESDIR}/{} \;
- @${ECHO_MSG} " [ DONE ]"
- @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}/..."
- @cd ${WRKSRC}/doc \
- && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} \; \
- && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \;
- @${INSTALL_DATA} ${OTHERDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
- @${ECHO_MSG} " [ DONE ]"
-.endif
-
-post-install:
- @${FIND} -s ${DATA_FILES:S,^,${WRKSRC}/,} -not -type d \
- | ${SED} -ne 's,^${WRKSRC},${DATADIR:S,^${PREFIX}/,,},p' >> ${TMPPLIST}
- @${FIND} -s -d ${DATA_FILES:S,^,${WRKSRC}/,} -type d \
- | ${SED} -ne 's,^${WRKSRC},@dirrm ${DATADIR:S,^${PREFIX}/,,},p' >> ${TMPPLIST}
- @${ECHO_CMD} "@dirrm ${DATADIR:S,^${PREFIX}/,,}" >> ${TMPPLIST}
-.if !defined(NOPORTDOCS)
- @${FIND} -s ${WRKSRC}/examples -not -type d \
- | ${SED} -ne 's,^${WRKSRC}/examples,${EXAMPLESDIR:S,^${PREFIX}/,,},p' >> ${TMPPLIST}
- @${FIND} -s -d ${WRKSRC}/examples -type d \
- | ${SED} -ne 's,^${WRKSRC}/examples,@dirrm ${EXAMPLESDIR:S,^${PREFIX}/,,},p' >> ${TMPPLIST}
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/devel/openorb/distinfo b/devel/openorb/distinfo
deleted file mode 100644
index 5fb26203b970..000000000000
--- a/devel/openorb/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (OpenORB-1.3.1.tgz) = 011921d888c790e1313a67d45d41a5a7
-SHA256 (OpenORB-1.3.1.tgz) = 28f88b9aaaed7e72f16d92399310f5514b3794b44c8b1f1ca86649cf9ef48d5e
-SIZE (OpenORB-1.3.1.tgz) = 5133490
diff --git a/devel/openorb/files/launcher.sh b/devel/openorb/files/launcher.sh
deleted file mode 100644
index 51a9e7e9168c..000000000000
--- a/devel/openorb/files/launcher.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-
-IAM="`%%BASENAME%% "$0"`"
-
-case "${IAM}" in
- openorb-idl_compiler)
- MAIN_CLASS=org.openorb.compiler.IdlCompiler
- ;;
- openorb-naming_service)
- MAIN_CLASS=org.openorb.util.MapNamingContext
- ;;
- *)
- echo "ERROR: command not supported" >&2
- exit 1
- ;;
-esac
-
-JAVA_VERSION="1.3+" "%%LOCALBASE%%/bin/java" -classpath "%%CLASSPATH%%" "${MAIN_CLASS}" "$@"
diff --git a/devel/openorb/pkg-descr b/devel/openorb/pkg-descr
deleted file mode 100644
index e6e627e31714..000000000000
--- a/devel/openorb/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-This is a community fork of the open source project OpenORB
-(openorb.exolab.org). The goal of this initiative is to make the evolution of
-the OpenORB project more transparent and to allow the community to take part in
-making decisions about its future.
-
-OpenORB provides a Java implementation of the OMG CORBA 2.4.2 specification.
-Along with the ORB, the following OMG Services are provided:
-
- * Concurrency Control Service
- * Event Service
- * Interoperable Naming Service
- * Notification Service
- * Persistent State Service
- * Property Service
- * Time Service
- * Trading Service
- * Transaction Service
-
-WWW: http://openorb.sourceforge.net/