diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-orbit/Makefile | 31 | ||||
-rw-r--r-- | devel/py-orbit/distinfo | 3 | ||||
-rw-r--r-- | devel/py-orbit/pkg-descr | 9 | ||||
-rw-r--r-- | devel/py-orbit/pkg-plist | 11 |
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 |