summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-04-12 06:56:09 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-04-12 06:56:09 +0800
commiteb402466a51eaeabff6cdf0bf089bb61e6e6e5c3 (patch)
treed08cc98f92b6fbef635b62335cb218748d9c1175 /devel
parentb25bd9e356dd01323ffae358b15262663f7b9e3a (diff)
downloadmarcuscom-ports-eb402466a51eaeabff6cdf0bf089bb61e6e6e5c3.tar
marcuscom-ports-eb402466a51eaeabff6cdf0bf089bb61e6e6e5c3.tar.gz
marcuscom-ports-eb402466a51eaeabff6cdf0bf089bb61e6e6e5c3.tar.bz2
marcuscom-ports-eb402466a51eaeabff6cdf0bf089bb61e6e6e5c3.tar.lz
marcuscom-ports-eb402466a51eaeabff6cdf0bf089bb61e6e6e5c3.tar.xz
marcuscom-ports-eb402466a51eaeabff6cdf0bf089bb61e6e6e5c3.tar.zst
marcuscom-ports-eb402466a51eaeabff6cdf0bf089bb61e6e6e5c3.zip
Add ORBit2-2.7.x.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@566 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/ORBit2/Makefile41
-rw-r--r--devel/ORBit2/distinfo1
-rw-r--r--devel/ORBit2/files/patch-ab24
-rw-r--r--devel/ORBit2/files/patch-configure13
-rw-r--r--devel/ORBit2/files/patch-src::orb::util::Makefile.in11
-rw-r--r--devel/ORBit2/pkg-descr3
-rw-r--r--devel/ORBit2/pkg-plist85
7 files changed, 178 insertions, 0 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile
new file mode 100644
index 000000000..a1be05acc
--- /dev/null
+++ b/devel/ORBit2/Makefile
@@ -0,0 +1,41 @@
+# New ports collection makefile for: orbit2
+# Date Created: 16 Aug 1998
+# Whom: Chia-liang Kao <clkao@CirX.ORG>
+#
+# $FreeBSD: ports/devel/ORBit2/Makefile,v 1.84 2003/04/04 07:14:21 marcus Exp $
+#
+
+PORTNAME= ORBit2
+PORTVERSION= 2.7.0
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.7
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= High-performance CORBA ORB with support for the C language
+
+LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_REINPLACE= yes
+INSTALLS_SHLIB= yes
+USE_LIBTOOL= yes
+USE_GNOME= gnomehack libidl linc
+CONFIGURE_ARGS= --disable-indent
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
+
+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 <bsd.port.mk>
diff --git a/devel/ORBit2/distinfo b/devel/ORBit2/distinfo
new file mode 100644
index 000000000..719221536
--- /dev/null
+++ b/devel/ORBit2/distinfo
@@ -0,0 +1 @@
+MD5 (gnome2/ORBit2-2.7.0.tar.bz2) = 784bf923fbaa756e4db6418ae3d74db7
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..ea26c15c2
--- /dev/null
+++ b/devel/ORBit2/files/patch-configure
@@ -0,0 +1,13 @@
+
+$FreeBSD: ports/devel/ORBit2/files/patch-configure,v 1.2 2003/02/07 18:41:59 marcus 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..418298dda
--- /dev/null
+++ b/devel/ORBit2/files/patch-src::orb::util::Makefile.in
@@ -0,0 +1,11 @@
+--- src/orb/util/Makefile.in.orig Fri Mar 14 19:44:05 2003
++++ src/orb/util/Makefile.in Fri Mar 14 19:45:11 2003
+@@ -101,7 +101,7 @@
+
+ noinst_LTLIBRARIES = liborb-util.la
+
+-INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -DORBIT_SYSTEM_RCFILE=\"$(sysconfdir)/orbitrc\" -DORBIT2_INTERNAL_API $(WARN_CFLAGS) $(ORBIT_DEBUG_CFLAGS) $(DISABLE_DEPRECATED_CFLAGS) $(ORBIT_CFLAGS)
++INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -DORBIT_SYSTEM_RCFILE=\"$(sysconfdir)/orbit2rc\" -DORBIT2_INTERNAL_API $(WARN_CFLAGS) $(ORBIT_DEBUG_CFLAGS) $(DISABLE_DEPRECATED_CFLAGS) $(ORBIT_CFLAGS)
+
+
+ liborb_util_la_SOURCES = orbit-purify.h genrand.c orbit-options.c orbit-options.h orbit-util.c
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..7b378aaf3
--- /dev/null
+++ b/devel/ORBit2/pkg-plist
@@ -0,0 +1,85 @@
+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/ORBitservices/orbit-imodule.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/libORBit-imodule-2.a
+lib/libORBit-imodule-2.so
+lib/libORBit-imodule-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-imodule-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