From 80e0579dd8fa674c3f408abdd53ae6b07704be39 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 19 Oct 2002 19:32:06 +0000 Subject: Add ORBit2. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@97 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/ORBit2/Makefile | 44 ++++++++++++ devel/ORBit2/distinfo | 1 + devel/ORBit2/files/patch-ab | 24 +++++++ devel/ORBit2/files/patch-configure | 13 ++++ .../ORBit2/files/patch-src::orb::util::Makefile.in | 11 +++ devel/ORBit2/pkg-comment | 1 + devel/ORBit2/pkg-descr | 3 + devel/ORBit2/pkg-plist | 80 ++++++++++++++++++++++ 8 files changed, 177 insertions(+) create mode 100644 devel/ORBit2/Makefile create mode 100644 devel/ORBit2/distinfo create mode 100644 devel/ORBit2/files/patch-ab create mode 100644 devel/ORBit2/files/patch-configure create mode 100644 devel/ORBit2/files/patch-src::orb::util::Makefile.in create mode 100644 devel/ORBit2/pkg-comment create mode 100644 devel/ORBit2/pkg-descr create mode 100644 devel/ORBit2/pkg-plist (limited to 'devel') diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile new file mode 100644 index 000000000..b35624c9f --- /dev/null +++ b/devel/ORBit2/Makefile @@ -0,0 +1,44 @@ +# New ports collection makefile for: orbit2 +# Date Created: 16 Aug 1998 +# Whom: Chia-liang Kao +# +# $FreeBSD: ports/devel/ORBit2/Makefile,v 1.80 2002/09/20 17:06:22 marcus Exp $ +# + +PORTNAME= ORBit2 +PORTVERSION= 2.5.0 +CATEGORIES= devel gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5 +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org + +LIB_DEPENDS= IDL-2.0:${PORTSDIR}/devel/libIDL \ + popt.0:${PORTSDIR}/devel/popt \ + linc.1:${PORTSDIR}/net/linc + +USE_BZIP2= yes +USE_GMAKE= yes +USE_REINPLACE= yes +INSTALLS_SHLIB= yes +USE_LIBTOOL= yes +USE_GNOMENG= yes +USE_GNOME= gnomehack +CONFIGURE_ARGS= --disable-indent +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} + +post-patch: + @find ${WRKSRC} -type f | xargs ${GREP} -l LINC_THREADSAFE | \ + xargs ${REINPLACE_CMD} -e 's|LINC_THREADSAFE|G_THREADS_ENABLED|g' + +post-install: + @${ECHO_CMD} "ORBIIOPIPv4=0" > ${PREFIX}/etc/orbit2rc.default + @${ECHO_CMD} "ORBIIOPIPv6=0" >> ${PREFIX}/etc/orbit2rc.default + @if [ ! -f ${PREFIX}/etc/orbit2rc ]; then \ + ${CP} -p ${PREFIX}/etc/orbit2rc.default ${PREFIX}/etc/orbit2rc ; \ + fi + +.include diff --git a/devel/ORBit2/distinfo b/devel/ORBit2/distinfo new file mode 100644 index 000000000..784e4c489 --- /dev/null +++ b/devel/ORBit2/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/ORBit2-2.5.0.tar.bz2) = cad3f34dac24bd1152a8f14dfb7f8544 diff --git a/devel/ORBit2/files/patch-ab b/devel/ORBit2/files/patch-ab new file mode 100644 index 000000000..308fddd87 --- /dev/null +++ b/devel/ORBit2/files/patch-ab @@ -0,0 +1,24 @@ +--- Makefile.in.orig Sat Oct 19 15:24:09 2002 ++++ Makefile.in Sat Oct 19 15:25:58 2002 +@@ -35,7 +35,7 @@ + DESTDIR = + + pkgdatadir = $(datadir)/@PACKAGE@ +-pkglibdir = $(libdir)/@PACKAGE@ ++pkglibdir = $(prefix)/libdata/pkgconfig + pkgincludedir = $(includedir)/@PACKAGE@ + + top_builddir = . +@@ -97,11 +97,10 @@ + STRIP = @STRIP@ + VERSION = @VERSION@ + WARN_CFLAGS = @WARN_CFLAGS@ +-pkglibdir = @pkglibdir@ + + AUTOMAKE_OPTIONS = 1.3 + +-SUBDIRS = src include test docs ++SUBDIRS = src include docs + + bin_SCRIPTS = orbit2-config + diff --git a/devel/ORBit2/files/patch-configure b/devel/ORBit2/files/patch-configure new file mode 100644 index 000000000..b6c1e4ad8 --- /dev/null +++ b/devel/ORBit2/files/patch-configure @@ -0,0 +1,13 @@ + +$FreeBSD: ports/devel/ORBit2/files/patch-configure,v 1.1 2002/04/26 07:45:59 sobomax Exp $ + +--- configure 2002/04/26 07:38:33 1.1 ++++ configure 2002/04/26 07:38:42 +@@ -6201,6 +6201,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/devel/ORBit2/files/patch-src::orb::util::Makefile.in b/devel/ORBit2/files/patch-src::orb::util::Makefile.in new file mode 100644 index 000000000..080397620 --- /dev/null +++ b/devel/ORBit2/files/patch-src::orb::util::Makefile.in @@ -0,0 +1,11 @@ +--- src/orb/util/Makefile.in.orig Mon Aug 5 04:14:23 2002 ++++ src/orb/util/Makefile.in Wed Aug 7 01:02:54 2002 +@@ -104,7 +104,7 @@ + INCLUDES = \ + -I$(top_srcdir)/include \ + -I$(top_builddir)/include \ +- -DORBIT_SYSTEM_RCFILE=\"$(sysconfdir)/orbitrc\" \ ++ -DORBIT_SYSTEM_RCFILE=\"$(sysconfdir)/orbit2rc\" \ + -DORBIT2_INTERNAL_API \ + $(WARN_CFLAGS) \ + $(ORBIT_DEBUG_CFLAGS) \ diff --git a/devel/ORBit2/pkg-comment b/devel/ORBit2/pkg-comment new file mode 100644 index 000000000..6d31b6a4a --- /dev/null +++ b/devel/ORBit2/pkg-comment @@ -0,0 +1 @@ +High-performance CORBA ORB with support for the C language diff --git a/devel/ORBit2/pkg-descr b/devel/ORBit2/pkg-descr new file mode 100644 index 000000000..8336574a1 --- /dev/null +++ b/devel/ORBit2/pkg-descr @@ -0,0 +1,3 @@ +ORBit is a high-performance CORBA ORB with support for the C language. +It allows programs to send requests and receive replies from other +programs, regardless of the locations of the two programs. diff --git a/devel/ORBit2/pkg-plist b/devel/ORBit2/pkg-plist new file mode 100644 index 000000000..5a806118b --- /dev/null +++ b/devel/ORBit2/pkg-plist @@ -0,0 +1,80 @@ +bin/orbit-idl-2 +bin/orbit2-config +@unexec if cmp -s %D/etc/orbit2rc.default %D/etc/orbit2rc; then rm -f %D/etc/orbit2rc; fi +etc/orbit2rc.default +@exec if [ ! -f %D/etc/orbit2rc ] ; then cp -p %D/%F %B/orbit2rc; fi +include/orbit-2.0/ORBitservices/CosNaming.h +include/orbit-2.0/ORBitservices/CosNaming_impl.h +include/orbit-2.0/orbit-idl/orbit-idl-backend.h +include/orbit-2.0/orbit/GIOP/giop-basics.h +include/orbit-2.0/orbit/GIOP/giop-connection.h +include/orbit-2.0/orbit/GIOP/giop-endian.h +include/orbit-2.0/orbit/GIOP/giop-recv-buffer.h +include/orbit-2.0/orbit/GIOP/giop-send-buffer.h +include/orbit-2.0/orbit/GIOP/giop-server.h +include/orbit-2.0/orbit/GIOP/giop-types.h +include/orbit-2.0/orbit/GIOP/giop.h +include/orbit-2.0/orbit/dynamic/dynamic-defs.h +include/orbit-2.0/orbit/dynamic/dynamic.h +include/orbit-2.0/orbit/orb-core/allocators.h +include/orbit-2.0/orbit/orb-core/corba-any-type.h +include/orbit-2.0/orbit/orb-core/corba-any.h +include/orbit-2.0/orbit/orb-core/corba-context-type.h +include/orbit-2.0/orbit/orb-core/corba-context.h +include/orbit-2.0/orbit/orb-core/corba-defs.h +include/orbit-2.0/orbit/orb-core/corba-environment-type.h +include/orbit-2.0/orbit/orb-core/corba-environment.h +include/orbit-2.0/orbit/orb-core/corba-nvlist.h +include/orbit-2.0/orbit/orb-core/corba-object-type.h +include/orbit-2.0/orbit/orb-core/corba-object.h +include/orbit-2.0/orbit/orb-core/corba-orb-type.h +include/orbit-2.0/orbit/orb-core/corba-orb.h +include/orbit-2.0/orbit/orb-core/corba-pobj.h +include/orbit-2.0/orbit/orb-core/corba-policy-type.h +include/orbit-2.0/orbit/orb-core/corba-string.h +include/orbit-2.0/orbit/orb-core/corba-typecode-type.h +include/orbit-2.0/orbit/orb-core/corba-typecode.h +include/orbit-2.0/orbit/orb-core/iop-defs.h +include/orbit-2.0/orbit/orb-core/orb-core-types.h +include/orbit-2.0/orbit/orb-core/orb-core.h +include/orbit-2.0/orbit/orb-core/orb-types.h +include/orbit-2.0/orbit/orb-core/orbit-interface.h +include/orbit-2.0/orbit/orb-core/orbit-object.h +include/orbit-2.0/orbit/orb-core/orbit-small.h +include/orbit-2.0/orbit/orbit-config.h +include/orbit-2.0/orbit/orbit-types.h +include/orbit-2.0/orbit/orbit.h +include/orbit-2.0/orbit/poa/orbit-adaptor.h +include/orbit-2.0/orbit/poa/poa-basics.h +include/orbit-2.0/orbit/poa/poa-defs.h +include/orbit-2.0/orbit/poa/poa-policy.h +include/orbit-2.0/orbit/poa/poa-types.h +include/orbit-2.0/orbit/poa/poa.h +include/orbit-2.0/orbit/poa/portableserver-current-type.h +include/orbit-2.0/orbit/poa/portableserver-poa-type.h +include/orbit-2.0/orbit/util/basic_types.h +include/orbit-2.0/orbit/util/orbit-genrand.h +include/orbit-2.0/orbit/util/orbit-util.h +lib/libORBit-2.a +lib/libORBit-2.so +lib/libORBit-2.so.0 +lib/libORBitCosNaming-2.a +lib/libORBitCosNaming-2.so +lib/libORBitCosNaming-2.so.0 +lib/libname-server-2.a +libdata/pkgconfig/ORBit-2.0.pc +libdata/pkgconfig/ORBit-idl-2.0.pc +libdata/pkgconfig/ORBit-CosNaming-2.0.pc +share/aclocal/ORBit2.m4 +share/idl/orbit-2.0/CosNaming.idl +@dirrm share/idl/orbit-2.0 +@unexec /bin/rmdir %D/share/idl 2>/dev/null || /usr/bin/true +@dirrm include/orbit-2.0/orbit/util +@dirrm include/orbit-2.0/orbit/poa +@dirrm include/orbit-2.0/orbit/orb-core +@dirrm include/orbit-2.0/orbit/dynamic +@dirrm include/orbit-2.0/orbit/GIOP +@dirrm include/orbit-2.0/orbit +@dirrm include/orbit-2.0/orbit-idl +@dirrm include/orbit-2.0/ORBitservices +@dirrm include/orbit-2.0 -- cgit v1.2.3