[Midnightbsd-cvs] mports: mports/devel: add py-orbit

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Dec 27 23:45:50 EST 2007


Log Message:
-----------
add py-orbit

Modified Files:
--------------
    mports/devel:
        Makefile (r1.177 -> r1.178)

Added Files:
-----------
    mports/devel/py-orbit:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/Makefile,v
retrieving revision 1.177
retrieving revision 1.178
diff -L devel/Makefile -L devel/Makefile -u -r1.177 -r1.178
--- devel/Makefile
+++ devel/Makefile
@@ -202,6 +202,7 @@
     SUBDIR += py-dbus
     SUBDIR += py-fileutils
     SUBDIR += py-gobject
+    SUBDIR += py-orbit
     SUBDIR += qmake
     SUBDIR += qmake4
     SUBDIR += re2c
--- /dev/null
+++ devel/py-orbit/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.
--- /dev/null
+++ 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
+ at dirrm include/pyorbit-2
--- /dev/null
+++ 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 at FreeBSD.org>
+#
+# $MidnightBSD: mports/devel/py-orbit/Makefile,v 1.1 2007/12/28 04:45:48 laffer1 Exp $
+# $FreeBSD: ports/devel/py-orbit/Makefile,v 1.20 2007/05/28 23:34:38 mezz Exp $
+#   $MCom: ports/devel/py-orbit2/Makefile,v 1.11 2006/04/13 07:52:34 bland Exp $
+
+PORTNAME=	orbit
+PORTVERSION=	2.14.3
+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=	ports at MidnightBSD.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>
--- /dev/null
+++ devel/py-orbit/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/pyorbit-2.14.3.tar.bz2) = 3c4d42ae1a7303fd85071a842617043f
+SHA256 (gnome2/pyorbit-2.14.3.tar.bz2) = a3517e0ddaf23508f99e7489a23e3462f86c528ea24bce432e832a78ee4149db
+SIZE (gnome2/pyorbit-2.14.3.tar.bz2) = 284374


More information about the Midnightbsd-cvs mailing list