diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-11 01:45:19 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-11 01:45:19 +0000 |
commit | 41697e88c8e64cba6f86393bbb49ccb87191d2af (patch) | |
tree | 47340045992a2fc500fa1fee61be770269504739 /devel/py-orbit | |
parent | 29f03bf761e40965e7502d09ce8b51af4dbd094e (diff) |
As announced 2 months ago, remove these deprecated or broken ports.
Notes
Notes:
svn path=/head/; revision=106706
Diffstat (limited to 'devel/py-orbit')
-rw-r--r-- | devel/py-orbit/Makefile | 30 | ||||
-rw-r--r-- | devel/py-orbit/distinfo | 2 | ||||
-rw-r--r-- | devel/py-orbit/files/patch-src::Makefile.in | 11 | ||||
-rw-r--r-- | devel/py-orbit/pkg-descr | 23 | ||||
-rw-r--r-- | devel/py-orbit/pkg-plist | 5 |
5 files changed, 0 insertions, 71 deletions
diff --git a/devel/py-orbit/Makefile b/devel/py-orbit/Makefile deleted file mode 100644 index 0260405bec3a..000000000000 --- a/devel/py-orbit/Makefile +++ /dev/null @@ -1,30 +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.3.1 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= # no longer available from original mastersite since December 2002 -MASTER_SITE_SUBDIR= orbit-python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= orbit-python-${PORTVERSION} - -MAINTAINER= wjv@FreeBSD.org -COMMENT= Python bindings for ORBit, a CORBA 2.2-compliant ORB -DEPRECATED= "fails to fetch\; use py-orbit2 instead" -EXPIRATION_DATE= "April 09, 2004" - -LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit - -NO_LATEST_LINK= yes -USE_GMAKE= yes -USE_GNOME= glib12 -GNU_CONFIGURE= yes -USE_PYTHON= yes - -.include <bsd.port.mk> diff --git a/devel/py-orbit/distinfo b/devel/py-orbit/distinfo deleted file mode 100644 index b8a7e99c75c6..000000000000 --- a/devel/py-orbit/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (orbit-python-0.3.1.tar.gz) = 104a33e3285ecffd7b437599d3b3612f -SIZE (orbit-python-0.3.1.tar.gz) = 291028 diff --git a/devel/py-orbit/files/patch-src::Makefile.in b/devel/py-orbit/files/patch-src::Makefile.in deleted file mode 100644 index 4321f9f54089..000000000000 --- a/devel/py-orbit/files/patch-src::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Wed Oct 17 07:44:15 2001 -+++ src/Makefile.in Mon Mar 25 12:06:12 2002 -@@ -103,7 +103,7 @@ - pyexecdir = @pyexecdir@ - pythondir = @pythondir@ - --INCLUDES = $(PYTHON_INCLUDES) $(PYTHON_CFLAGS) $(ORBIT_CFLAGS) -+INCLUDES = $(PYTHON_INCLUDES) $(PYTHON_CFLAGS) $(ORBIT_CFLAGS) $(LIBIDL_CFLAGS) - LIBS = $(ORBIT_LIBS) - - pyexec_PROGRAMS = CORBAmodule$(SO) PortableServermodule$(SO) diff --git a/devel/py-orbit/pkg-descr b/devel/py-orbit/pkg-descr deleted file mode 100644 index 49c8a6a327f3..000000000000 --- a/devel/py-orbit/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 <wjv@FreeBSD.org> diff --git a/devel/py-orbit/pkg-plist b/devel/py-orbit/pkg-plist deleted file mode 100644 index 1a098bc47080..000000000000 --- a/devel/py-orbit/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/orbit-python-config -include/orbit-python/orbit-python.h -lib/%%PYTHON_VERSION%%/site-packages/CORBAmodule.so -lib/%%PYTHON_VERSION%%/site-packages/PortableServermodule.so -@dirrm include/orbit-python |