1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Add orbitcpp-0.30.1, C++ bindings for ORBit, a CORBA 2.2-compliant ORB

PR:		30232
Submitted by:	Thomas Hentschel <bsd@hentschel.net>
This commit is contained in:
Pete Fritchman 2001-10-29 08:57:07 +00:00
parent 56d67d9efe
commit 1b4f516e45
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49318
8 changed files with 98 additions and 0 deletions

View File

@ -293,6 +293,7 @@
SUBDIR += oaf
SUBDIR += ocamlweb
SUBDIR += omniORB
SUBDIR += orbitcpp
SUBDIR += p4.el
SUBDIR += p4db
SUBDIR += p5-Agent

23
devel/orbitcpp/Makefile Normal file
View File

@ -0,0 +1,23 @@
# New ports collection makefile for: orbitcpp
# Date created: 30 August 2001
# Whom: Thomas Hentschel <thomas at hentschel dot net>
#
# $FreeBSD$
#
PORTNAME= orbitcpp
PORTVERSION= 0.30.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= orbitcpp
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit
USE_GMAKE= yes
USE_GLIB= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>

1
devel/orbitcpp/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (orbitcpp-0.30.1.tar.gz) = 1268615115d6daf25e1aa92541ad5bcf

View File

@ -0,0 +1,23 @@
$FreeBSD$
--- Makefile.in Wed May 23 01:52:34 2001
+++ Makefile.in Thu Aug 30 19:57:42 2001
@@ -92,7 +92,7 @@
idlbackenddir = @idlbackenddir@
AUTOMAKE_OPTIONS = 1.4 # required version of automake.
-@HAVE_ORBIT_IDL_BACKENDDIR_TRUE@SUBDIRS = compiler orb services test
+@HAVE_ORBIT_IDL_BACKENDDIR_TRUE@SUBDIRS = compiler orb services
@HAVE_ORBIT_IDL_BACKENDDIR_FALSE@SUBDIRS = compiler orb
EXTRA_DIST = HACKING FAQ README README-0.30 orbitcpp.m4 Makefile.buildvars #KNOWN-BUGS
@@ -118,7 +118,7 @@
TAR = tar
GZIP_ENV = --best
-DIST_SUBDIRS = compiler orb services test compiler orb
+DIST_SUBDIRS = compiler orb services compiler orb
all: all-redirect
.SUFFIXES:
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)

View File

@ -0,0 +1,18 @@
$FreeBSD$
--- ltmain.sh 2001/08/27 09:51:26 1.1
+++ ltmain.sh 2001/08/27 09:51:42
@@ -4175,10 +4175,12 @@
fi
# Install the pseudo-library for information purposes.
+ if /usr/bin/false; then
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
instname="$dir/$name"i
$show "$install_prog $instname $destdir/$name"
$run eval "$install_prog $instname $destdir/$name" || exit $?
+ fi
# Maybe install the static library, too.
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"

View File

@ -0,0 +1 @@
C++ bindings for ORBit, a CORBA 2.2-compliant ORB

4
devel/orbitcpp/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
orbitcpp provides C++ bindings for ORBit, an open source CORBA
2.2-compliant Object Request Broker.
WWW: http://orbitcpp.sourceforge.net/

27
devel/orbitcpp/pkg-plist Normal file
View File

@ -0,0 +1,27 @@
bin/orbitcpp-config
include/orb/orbitcpp.hh
include/orb/orbitcpp_config.hh
include/orb/orbitcpp_constants.hh
include/orb/orbitcpp_exception.hh
include/orb/orbitcpp_exceptionlist.hh
include/orb/orbitcpp_object.hh
include/orb/orbitcpp_orb.hh
include/orb/orbitcpp_poa.hh
include/orb/orbitcpp_sequence.hh
include/orb/orbitcpp_smartptr.hh
include/orb/orbitcpp_var_smartptr.hh
include/orb/orbitcpp_tools.hh
include/orb/orbitcpp_types.hh
include/orb/orbitcpp_any.hh
include/orb/orbitcpp_typecode.hh
include/ORBitservices/CosNaming.hh
lib/liborbitcpp.a
lib/liborbitcpp.so
lib/liborbitcpp.so.30
lib/liborbitcppCosNaming.a
lib/liborbitcppCosNaming.so
lib/liborbitcppCosNaming.so.30
lib/orbit-idl/liborbit-idl-c++-backend.a
lib/orbit-idl/liborbit-idl-c++-backend.so
lib/orbit-idl/liborbit-idl-c++-backend.so.0
share/aclocal/orbitcpp.m4