summaryrefslogtreecommitdiffstats
path: root/devel/py-orbit2
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-12-06 02:58:00 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-12-06 02:58:00 +0800
commit57351c2b0d3e10ad20509629ba308b15068a2dfb (patch)
tree33383015db8377e7fd62472fa4b58f8935a0e639 /devel/py-orbit2
parent906255bd2f6b97888fe8db5de80fb33ae0b73bcb (diff)
downloadmarcuscom-ports-57351c2b0d3e10ad20509629ba308b15068a2dfb.tar
marcuscom-ports-57351c2b0d3e10ad20509629ba308b15068a2dfb.tar.gz
marcuscom-ports-57351c2b0d3e10ad20509629ba308b15068a2dfb.tar.bz2
marcuscom-ports-57351c2b0d3e10ad20509629ba308b15068a2dfb.tar.lz
marcuscom-ports-57351c2b0d3e10ad20509629ba308b15068a2dfb.tar.xz
marcuscom-ports-57351c2b0d3e10ad20509629ba308b15068a2dfb.tar.zst
marcuscom-ports-57351c2b0d3e10ad20509629ba308b15068a2dfb.zip
Update to 2.13.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5255 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/py-orbit2')
-rw-r--r--devel/py-orbit2/Makefile28
-rw-r--r--devel/py-orbit2/distinfo3
-rw-r--r--devel/py-orbit2/pkg-descr9
-rw-r--r--devel/py-orbit2/pkg-plist10
4 files changed, 50 insertions, 0 deletions
diff --git a/devel/py-orbit2/Makefile b/devel/py-orbit2/Makefile
new file mode 100644
index 000000000..0846bd402
--- /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.26 2005/11/15 06:49:01 ade Exp $
+
+PORTNAME= orbit
+PORTVERSION= 2.13.0
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/pyorbit/2.13
+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_AUTOTOOLS= libtool: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..7743c6fb8
--- /dev/null
+++ b/devel/py-orbit2/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/pyorbit-2.13.0.tar.bz2) = 1bbce1788782a1233336e1e9b326493c
+SHA256 (gnome2/pyorbit-2.13.0.tar.bz2) = c09f3aae86467d5dd3f2fc1b9f09f08dd142d3e7361c7267b6fab76730f50ddb
+SIZE (gnome2/pyorbit-2.13.0.tar.bz2) = 274392
diff --git a/devel/py-orbit2/pkg-descr b/devel/py-orbit2/pkg-descr
new file mode 100644
index 000000000..4e8e1ed8f
--- /dev/null
+++ b/devel/py-orbit2/pkg-descr
@@ -0,0 +1,9 @@
+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.
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