summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-10-04 12:12:04 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-10-04 12:12:04 +0800
commit87a5c6e3d1605b77d04c5c9fb8743ff4723c16fb (patch)
tree72a6d3ad7f4c53f8c124b2542fb55fddfbb8887b /devel
parentbdf181d80fc1fa8a97354e4606ae490cea4837cd (diff)
downloadmarcuscom-ports-87a5c6e3d1605b77d04c5c9fb8743ff4723c16fb.tar
marcuscom-ports-87a5c6e3d1605b77d04c5c9fb8743ff4723c16fb.tar.gz
marcuscom-ports-87a5c6e3d1605b77d04c5c9fb8743ff4723c16fb.tar.bz2
marcuscom-ports-87a5c6e3d1605b77d04c5c9fb8743ff4723c16fb.tar.lz
marcuscom-ports-87a5c6e3d1605b77d04c5c9fb8743ff4723c16fb.tar.xz
marcuscom-ports-87a5c6e3d1605b77d04c5c9fb8743ff4723c16fb.tar.zst
marcuscom-ports-87a5c6e3d1605b77d04c5c9fb8743ff4723c16fb.zip
Add py-orbit2, and update to 2.0.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2927 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/py-orbit2/Makefile28
-rw-r--r--devel/py-orbit2/distinfo2
-rw-r--r--devel/py-orbit2/pkg-descr11
-rw-r--r--devel/py-orbit2/pkg-plist10
4 files changed, 51 insertions, 0 deletions
diff --git a/devel/py-orbit2/Makefile b/devel/py-orbit2/Makefile
new file mode 100644
index 000000000..9bfbe6f0d
--- /dev/null
+++ b/devel/py-orbit2/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: py-orbit2
+# Date created: 04 March 2003
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/devel/py-orbit2/Makefile,v 1.22 2004/08/25 18:38:39 marcus Exp $
+
+PORTNAME= orbit
+PORTVERSION= 2.0.1
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/pyorbit/2.0
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= pyorbit-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Python bindings for ORBit2
+
+CONFLICTS= py*-omniorb-[0-9]*
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GNOME= gnomehack orbit2
+USE_PYTHON= yes
+USE_LIBTOOL_VER=15
+ORBIT_CONFIG= ${LOCALBASE}/bin/orbit2-config
+
+.include <bsd.port.mk>
diff --git a/devel/py-orbit2/distinfo b/devel/py-orbit2/distinfo
new file mode 100644
index 000000000..9fccc491d
--- /dev/null
+++ b/devel/py-orbit2/distinfo
@@ -0,0 +1,2 @@
+MD5 (gnome2/pyorbit-2.0.1.tar.bz2) = c39384f6257a386231d79db9e403d905
+SIZE (gnome2/pyorbit-2.0.1.tar.bz2) = 242959
diff --git a/devel/py-orbit2/pkg-descr b/devel/py-orbit2/pkg-descr
new file mode 100644
index 000000000..e1f63d2fa
--- /dev/null
+++ b/devel/py-orbit2/pkg-descr
@@ -0,0 +1,11 @@
+To paraphase the README:
+
+This is a Python language binding for the ORBit2 CORBA implementation.
+It aims to take advantage of new features found in ORBit2 to make
+language bindings more efficient. This includes:
+ - Use of ORBit2 type libraries to generate stubs
+ - use of the ORBit_small_invoke_stub() call for operation
+ invocation, which allows for short circuited invocation on local
+ objects.
+
+WWW: http://orbit-python.sault.org/
diff --git a/devel/py-orbit2/pkg-plist b/devel/py-orbit2/pkg-plist
new file mode 100644
index 000000000..973d70f31
--- /dev/null
+++ b/devel/py-orbit2/pkg-plist
@@ -0,0 +1,10 @@
+include/pyorbit-2/pyorbit.h
+%%PYTHON_SITELIBDIR%%/CORBA.py
+%%PYTHON_SITELIBDIR%%/CORBA.pyc
+%%PYTHON_SITELIBDIR%%/CORBA.pyo
+%%PYTHON_SITELIBDIR%%/ORBit.so
+%%PYTHON_SITELIBDIR%%/PortableServer.py
+%%PYTHON_SITELIBDIR%%/PortableServer.pyc
+%%PYTHON_SITELIBDIR%%/PortableServer.pyo
+libdata/pkgconfig/pyorbit-2.pc
+@dirrm include/pyorbit-2