mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
version upgrade to 3.2.1
This commit is contained in:
parent
10e463be45
commit
1eb3dca504
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24652
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (OB-3.1.3.tar.gz) = 417243ca6ef088fa1332f4e62d0386f1
|
||||
MD5 (OB-3.2.1.tar.gz) = fc7b8cc8bc85de3c4d818e4c7f8e5569
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user