diff options
author | Eric J.Chet <ejc@FreeBSD.org> | 2000-01-11 21:10:57 +0000 |
---|---|---|
committer | Eric J.Chet <ejc@FreeBSD.org> | 2000-01-11 21:10:57 +0000 |
commit | 1eb3dca5042d32f5b4da29a786e39b5707a6e0a5 (patch) | |
tree | 9b4d41421dc7de8641c02dd9212aa5054b32e370 /devel/ORBacus | |
parent | 10e463be45e54d5c395909a72018efb48aa83c20 (diff) | |
download | ports-1eb3dca5042d32f5b4da29a786e39b5707a6e0a5.tar.gz ports-1eb3dca5042d32f5b4da29a786e39b5707a6e0a5.zip |
version upgrade to 3.2.1
Notes
Notes:
svn path=/head/; revision=24652
Diffstat (limited to 'devel/ORBacus')
-rw-r--r-- | devel/ORBacus/Makefile | 20 | ||||
-rw-r--r-- | devel/ORBacus/distinfo | 2 | ||||
-rw-r--r-- | devel/ORBacus/pkg-descr | 39 | ||||
-rw-r--r-- | devel/ORBacus/pkg-plist | 8 |
4 files changed, 24 insertions, 45 deletions
diff --git a/devel/ORBacus/Makefile b/devel/ORBacus/Makefile index bef9ed98baff..b4d56188b52a 100644 --- a/devel/ORBacus/Makefile +++ b/devel/ORBacus/Makefile @@ -6,25 +6,13 @@ # $FreeBSD$ # -DISTNAME= OB-3.1.3 -PKGNAME= ORBacus-3.1.3 +DISTNAME= OB-3.2.1 +PKGNAME= ORBacus-3.2.1 CATEGORIES= devel -MASTER_SITES= ftp://ftp.ooc.com/pub/OB/3.1/ +MASTER_SITES= ftp://ftp.ooc.com/pub/OB/3.2 MAINTAINER= ejc@bazzle.com -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 400004 -LIBSTDC= /usr/lib/libstdc++.a -.else -.if ${PORTOBJFORMAT} == "elf" -LIBSTDC= ${PREFIX}/lib/gcc-lib/${ARCH}-portbld-freebsd${OSREL}/2.95.1/libstdc++.a -.else -LIBSTDC= ${PREFIX}/lib/gcc-lib/${ARCH}-portbld-freebsdaout${OSREL}/2.95.1/libstdc++.a -.endif -.endif - USE_XLIB= yes HAS_CONFIGURE= yes USE_NEWGCC= yes @@ -38,4 +26,4 @@ post-install: ${MKDIR} ${PREFIX}/share/doc/ORBacus ${INSTALL_DATA} ${WRKSRC}/ob/LICENSE ${PREFIX}/share/doc/ORBacus -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/ORBacus/distinfo b/devel/ORBacus/distinfo index 8991b901360d..25f07f155cde 100644 --- a/devel/ORBacus/distinfo +++ b/devel/ORBacus/distinfo @@ -1 +1 @@ -MD5 (OB-3.1.3.tar.gz) = 417243ca6ef088fa1332f4e62d0386f1 +MD5 (OB-3.2.1.tar.gz) = fc7b8cc8bc85de3c4d818e4c7f8e5569 diff --git a/devel/ORBacus/pkg-descr b/devel/ORBacus/pkg-descr index d13712d645c6..670b62a89939 100644 --- a/devel/ORBacus/pkg-descr +++ b/devel/ORBacus/pkg-descr @@ -1,6 +1,7 @@ -ORBacus for C++ and Java is an Object Request Broker (ORB) that is -compliant to the Common Object Request Broker Architecture (CORBA) -specification as defined in: +ORBacus for C++ and Java (formerly known as OmniBroker for C++ and +Java) is an Object Request Broker (ORB) that is compliant with the +Common Object Request Broker Architecture (CORBA) specification as +defined in: The Common Object Request Broker: Architecture and Specification Revision 2.0, OMG document 97-02-25 @@ -10,16 +11,17 @@ and IDL/Java Language Mapping, OMG document 97-03-01 ORBacus for C++ and Java is free for non-commercial use and available -with full source code. See the file LICENSE for details. For -commercial licenses, please email OOC at support@ooc.com. +with full source code. See the file LICENSE for details. For commercial +licenses, please visit our Web site at http://www.ooc.com or send email +to support@ooc.com. -Some highlights of ORBacus 3.0 Preview Release are: +Some highlights of ORBacus 3.2.1 are: - Full CORBA IDL support - Complete CORBA IDL-to-C++ mapping - Complete CORBA IDL-to-Java mapping - Includes the following Basic Services: - * Naming + * Interoperable Naming * Event * Property - Pluggable Protocols with IIOP as default plug-in @@ -41,27 +43,12 @@ Some highlights of ORBacus 3.0 Preview Release are: - IDL-to-HTML and IDL-to-RTF translator for generating "javadoc"-like documentation -The current Preview Release has the following limitations: +The current release has the following limitations: -- Only persistent (i.e. manually launched) servers are currently +- Only persistent (i.e., manually launched) servers are currently supported -ORBacus was tested to work on the following platforms: - -- ORBacus for C++: - * SGI C++ 7.1 or 7.2 SGI Irix 6.2 or 6.3 - * SUN C++ 4.1 or 4.2 SUN Solaris 2.5 - * HP aC++ A.01.00 or A.01.03 HP-UX B.10.20 - * AIX C Set ++ xlC 3.1.4.6 AIX Version 4.2.1 - * GNU C++ 2.7.2 Intel- or Sparc-based OS - * GNU C++ 2.8.1 Any supported OS - * EGCS C++ 1.0.2 Any supported OS - * Visual C++ 4.2/5.0 Windows NT 4.0 - * Visual C++ 4.2/5.0 Windows 95 - -- ORBacus for Java: - * SUN's JDK 1.1.x or compatible - -WWW: http://www.ORBacus.com +For more information on ORBacus, please see the ORBacus manual or +visit the ORBacus Home Page at http://www.ooc.com/ob/. For installation instructions, please see the file ../INSTALL. diff --git a/devel/ORBacus/pkg-plist b/devel/ORBacus/pkg-plist index 727db79fa29e..0624aee863fb 100644 --- a/devel/ORBacus/pkg-plist +++ b/devel/ORBacus/pkg-plist @@ -29,13 +29,12 @@ include/OB/DynAny.h include/OB/Dynamic.h include/OB/Environment.h include/OB/Except.h -include/OB/ExtNaming.h -include/OB/ExtNaming_skel.h include/OB/GIOP.h include/OB/Hashers.h include/OB/Hashtable.h include/OB/HashtableI.h include/OB/IIOP.h +include/OB/INS.h include/OB/IOP.h include/OB/ImplRep.h include/OB/IntRep.h @@ -46,6 +45,8 @@ include/OB/NTService.h include/OB/NamedValue.h include/OB/Narrow_impl.h include/OB/Net.h +include/OB/OBNaming.h +include/OB/OBNaming_skel.h include/OB/OBPolicies.h include/OB/OCI.h include/OB/OCIBuffer.h @@ -75,3 +76,6 @@ lib/libOBX11.a share/doc/ORBacus/LICENSE @dirrm share/doc/ORBacus @dirrm include/OB +@exec /sbin/ldconfig -m %D/lib +@unexec /sbin/ldconfig -R + |