diff options
Diffstat (limited to 'devel/py-orbit2')
-rw-r--r-- | devel/py-orbit2/Makefile | 25 | ||||
-rw-r--r-- | devel/py-orbit2/distinfo | 1 | ||||
-rw-r--r-- | devel/py-orbit2/pkg-comment | 1 | ||||
-rw-r--r-- | devel/py-orbit2/pkg-descr | 23 | ||||
-rw-r--r-- | devel/py-orbit2/pkg-plist | 4 |
5 files changed, 0 insertions, 54 deletions
diff --git a/devel/py-orbit2/Makefile b/devel/py-orbit2/Makefile deleted file mode 100644 index d31e019185d5..000000000000 --- a/devel/py-orbit2/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: py-orbit -# Date created: 4 April 2001 -# Whom: Johann Visagie <johann@egenetics.com> -# -# $FreeBSD$ -# - -PORTNAME= orbit -PORTVERSION= 0.2.0 -CATEGORIES= devel python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= orbit-python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= orbit-python-${PORTVERSION} - -MAINTAINER= johann@egenetics.com - -LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit - -USE_GMAKE= yes -USE_GLIB= yes -GNU_CONFIGURE= yes -USE_PYTHON= yes - -.include <bsd.port.mk> diff --git a/devel/py-orbit2/distinfo b/devel/py-orbit2/distinfo deleted file mode 100644 index bde22e7d5a2c..000000000000 --- a/devel/py-orbit2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (orbit-python-0.2.0.tar.gz) = 56ebe0f2c9194e338c48b7f931003722 diff --git a/devel/py-orbit2/pkg-comment b/devel/py-orbit2/pkg-comment deleted file mode 100644 index ad53b5fe81f8..000000000000 --- a/devel/py-orbit2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Python bindings for ORBit, a CORBA 2.2-compliant ORB diff --git a/devel/py-orbit2/pkg-descr b/devel/py-orbit2/pkg-descr deleted file mode 100644 index 7133834bcf7b..000000000000 --- a/devel/py-orbit2/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -ORBit-Python provides Python bindings for ORBit, an open source CORBA -2.2-compliant Object Request Broker. - -To paraphrase the README: - - ORBit-Python makes full use of the fact that Python is a dynamically typed - language. It not only does away with the need for an IDL compiler, but - takes the dynamic approach one step further by automatically discovering - available IDL modules and transparently loading them when the corresponding - modules get imported. When the IDL files are loaded, the appropriate - objects and classes are created dynamically. - - Most of the ORBit types are implemented, with the exception of the fixed - and long double types. (Wide types are partially supported and currently - experimental.) Also, only a fairly small subset of the POA is implemented. - - Considerable effort has been taken to adhere to the Python Language Mapping - Specification and remain compatible with other Python ORBs. - -Author: Jason Tackaberry <tack@linux.com> -WWW: http://orbit-python.sault.org/ - --- Johann Visagie <johann@egenetics.com> diff --git a/devel/py-orbit2/pkg-plist b/devel/py-orbit2/pkg-plist deleted file mode 100644 index 6a2e82909421..000000000000 --- a/devel/py-orbit2/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -lib/%%PYTHON_VERSION%%/site-packages/CORBAmodule.so -lib/%%PYTHON_VERSION%%/site-packages/PortableServermodule.so -include/orbit-python/orbit-python.h -@dirrm include/orbit-python |