summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-09-24 04:08:04 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-09-24 04:08:04 +0800
commitbd7a080d9ffe21ea199cee982c26d8363ef6c8b5 (patch)
treeef29d52b640a46d415294383f2891804bf7e17bb /devel
parent2f47134b997ba5dc43f8371c6bf873b1ef841122 (diff)
downloadmarcuscom-ports-bd7a080d9ffe21ea199cee982c26d8363ef6c8b5.tar
marcuscom-ports-bd7a080d9ffe21ea199cee982c26d8363ef6c8b5.tar.gz
marcuscom-ports-bd7a080d9ffe21ea199cee982c26d8363ef6c8b5.tar.bz2
marcuscom-ports-bd7a080d9ffe21ea199cee982c26d8363ef6c8b5.tar.lz
marcuscom-ports-bd7a080d9ffe21ea199cee982c26d8363ef6c8b5.tar.xz
marcuscom-ports-bd7a080d9ffe21ea199cee982c26d8363ef6c8b5.tar.zst
marcuscom-ports-bd7a080d9ffe21ea199cee982c26d8363ef6c8b5.zip
Update to 2.24.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11623 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/py-orbit/Makefile31
-rw-r--r--devel/py-orbit/distinfo3
-rw-r--r--devel/py-orbit/pkg-descr9
-rw-r--r--devel/py-orbit/pkg-plist11
4 files changed, 54 insertions, 0 deletions
diff --git a/devel/py-orbit/Makefile b/devel/py-orbit/Makefile
new file mode 100644
index 000000000..1047a6a69
--- /dev/null
+++ b/devel/py-orbit/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: py-orbit2
+# Date created: 04 March 2003
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= orbit
+PORTVERSION= 2.24.0
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/pyorbit/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+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
+GNU_CONFIGURE= yes
+ORBIT_CONFIG= ${LOCALBASE}/bin/orbit2-config
+CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
+
+.include <bsd.port.mk>
diff --git a/devel/py-orbit/distinfo b/devel/py-orbit/distinfo
new file mode 100644
index 000000000..c2d848cee
--- /dev/null
+++ b/devel/py-orbit/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/pyorbit-2.24.0.tar.bz2) = 574593815e75ee6e98062c75d6d1581f
+SHA256 (gnome2/pyorbit-2.24.0.tar.bz2) = 8754669b8220aa1f151b920360029d5ea28c42bec55769059676725fe28397b8
+SIZE (gnome2/pyorbit-2.24.0.tar.bz2) = 293054
diff --git a/devel/py-orbit/pkg-descr b/devel/py-orbit/pkg-descr
new file mode 100644
index 000000000..853fdfdee
--- /dev/null
+++ b/devel/py-orbit/pkg-descr
@@ -0,0 +1,9 @@
+To paraphrase 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-orbit/pkg-plist b/devel/py-orbit/pkg-plist
new file mode 100644
index 000000000..4ca215c28
--- /dev/null
+++ b/devel/py-orbit/pkg-plist
@@ -0,0 +1,11 @@
+include/pyorbit-2/pyorbit.h
+%%PYTHON_SITELIBDIR%%/CORBA.py
+%%PYTHON_SITELIBDIR%%/CORBA.pyc
+%%PYTHON_SITELIBDIR%%/CORBA.pyo
+%%PYTHON_SITELIBDIR%%/ORBit.la
+%%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