diff options
author | kris <kris@FreeBSD.org> | 2004-04-11 09:45:19 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-11 09:45:19 +0800 |
commit | 8df640a1293733e366528f8e839c8f00c765a65a (patch) | |
tree | 6be0c398107a9c4d4288a969a332e87eecfe3ab9 /devel | |
parent | a1e9438b9bbc5f4e5087f0e4c3b601d167d9f65b (diff) | |
download | freebsd-ports-gnome-8df640a1293733e366528f8e839c8f00c765a65a.tar.gz freebsd-ports-gnome-8df640a1293733e366528f8e839c8f00c765a65a.tar.zst freebsd-ports-gnome-8df640a1293733e366528f8e839c8f00c765a65a.zip |
As announced 2 months ago, remove these deprecated or broken ports.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | devel/glg/Makefile | 44 | ||||
-rw-r--r-- | devel/glg/distinfo | 2 | ||||
-rw-r--r-- | devel/glg/pkg-descr | 9 | ||||
-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 | ||||
-rw-r--r-- | devel/veepee/Makefile | 57 | ||||
-rw-r--r-- | devel/veepee/distinfo | 2 | ||||
-rw-r--r-- | devel/veepee/files/patch-aa | 10 | ||||
-rw-r--r-- | devel/veepee/files/patch-ab | 20 | ||||
-rw-r--r-- | devel/veepee/files/patch-ac | 11 | ||||
-rw-r--r-- | devel/veepee/files/patch-ad | 11 | ||||
-rw-r--r-- | devel/veepee/pkg-descr | 18 | ||||
-rw-r--r-- | devel/veepee/pkg-plist | 22 |
17 files changed, 0 insertions, 280 deletions
diff --git a/devel/Makefile b/devel/Makefile index 543cb91d0e19..27cfd943e9ca 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -270,7 +270,6 @@ SUBDIR += gindent SUBDIR += glade2 SUBDIR += glademm - SUBDIR += glg SUBDIR += glib12 SUBDIR += glib20 SUBDIR += global @@ -1030,7 +1029,6 @@ SUBDIR += py-ncurses SUBDIR += py-omniorb SUBDIR += py-optik - SUBDIR += py-orbit SUBDIR += py-orbit2 SUBDIR += py-period SUBDIR += py-plex @@ -1227,7 +1225,6 @@ SUBDIR += ustl SUBDIR += varconf SUBDIR += vb2c - SUBDIR += veepee SUBDIR += viewcvs SUBDIR += vstr SUBDIR += vtcl diff --git a/devel/glg/Makefile b/devel/glg/Makefile deleted file mode 100644 index 46e08d05627b..000000000000 --- a/devel/glg/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: glg -# Date created: 23 May 2001 -# Whom: Olivier Singla <lo_gafet@users.sourceforge.net> -# -# $FreeBSD$ -# - -PORTNAME= glg -PORTVERSION= 0.2.a -PORTREVISION= 1 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_LOCAL} -# http://glg.sourceforge.net/ \ -# ${MASTER_SITE_SOURCEFORGE} -#MASTER_SITE_SUBDIR= glg -MASTER_SITE_SUBDIR= kris - -MAINTAINER= lo_gafet@users.sourceforge.net -COMMENT= Open Application Builder (code generator) for the GTK and/or GNOME -DEPRECATED= "mastersite has disappeared\; maintainer has not responded to queries" -EXPIRATION_DATE= "April 09, 2004" - - -PLIST_FILES= bin/glg -USE_REINPLACE= yes -USE_GMAKE= yes -USE_GNOME= gtk12 -WANT_GNOME= yes - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" -.endif - -.if ${HAVE_GNOME:Mgnomelibs}!="" -USE_GNOME+= gnomelibs -.endif - -pre-build: - ${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} -e \ - 's@gtk-config@${GTK_CONFIG}@g' - -.include <bsd.port.post.mk> diff --git a/devel/glg/distinfo b/devel/glg/distinfo deleted file mode 100644 index 0346bd270c91..000000000000 --- a/devel/glg/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (glg-0.2.a.tar.gz) = 8dd7d297cc924f76c1ccf19d6c50add6 -SIZE (glg-0.2.a.tar.gz) = 312506 diff --git a/devel/glg/pkg-descr b/devel/glg/pkg-descr deleted file mode 100644 index f70256b361c0..000000000000 --- a/devel/glg/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Open Application Builder (code generator) for the GTK and/or GNOME. - -GLG (Gtk Lo Gafet) lets you to build interactively a complete GTK -(or Gnome) application. GLG generates C source for now. - -WWW: http://glg.sourceforge.net/ - -- Olivier Singla -lo_gafet@users.sourceforge.net 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 diff --git a/devel/veepee/Makefile b/devel/veepee/Makefile deleted file mode 100644 index 40a6e28696cd..000000000000 --- a/devel/veepee/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# Ports collection Makefile for: veepee -# Date created: 2 August 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= veepee -PORTVERSION= 1.0 -PORTREVISION= 4 -CATEGORIES= devel python gnome -MASTER_SITES= http://www.river-bank.demon.co.uk/software/ -DISTNAME= VeePee-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A user orientated scripting environment for embedding in applications -DEPRECATED= "has distfile problems\; no response from website to inquiries" -EXPIRATION_DATE= "April 09, 2004" - -BROKEN= "fails to compile" - -LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd - -USE_GNOME= gnomelibs -USE_XLIB= yes -USE_PYTHON= yes -USE_LIBTOOL_VER= 13 -USE_REINPLACE= yes -CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS} ${PYTHON_LIBS}" -CONFIGURE_ARGS= --with-gd-includes=${LOCALBASE}/include \ - --disable-kde -.if exists(/usr/lib/libcrypto.a) -PYTHON_LIBS+= -lssl -lcrypto -.endif - -pre-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|#include <values.h>||g' \ - ${WRKSRC}/pymod/gdchart/gdc_pie.c - -post-configure: - @${REINPLACE_CMD} -e \ - 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \ - ${WRKSRC}/libtool - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/veepee - ${MKDIR} ${PREFIX}/share/examples/veepee - cd ${WRKSRC}/doc && \ - ${INSTALL_DATA} GNOMEapi.txt controls.txt ${PREFIX}/share/doc/veepee - cd ${WRKSRC}/examples && \ - ${INSTALL_SCRIPT} *.py ${PREFIX}/share/examples/veepee -.endif - -.include <bsd.port.mk> diff --git a/devel/veepee/distinfo b/devel/veepee/distinfo deleted file mode 100644 index 0b74b82aa428..000000000000 --- a/devel/veepee/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (VeePee-1.0.tar.gz) = 9c1e072235113a0f735a22f7321a3094 -SIZE (VeePee-1.0.tar.gz) = 258495 diff --git a/devel/veepee/files/patch-aa b/devel/veepee/files/patch-aa deleted file mode 100644 index af445caffcd7..000000000000 --- a/devel/veepee/files/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- pymod/gdchart/gdchartint.h 2000/08/02 11:03:55 1.1 -+++ pymod/gdchart/gdchartint.h 2000/08/02 11:04:14 -@@ -8,6 +8,7 @@ - #define _GDCHARTINT_H - - -+#include <float.h> - #include <gd.h> - - #include "gdchart.h" diff --git a/devel/veepee/files/patch-ab b/devel/veepee/files/patch-ab deleted file mode 100644 index 43cdf45a3a18..000000000000 --- a/devel/veepee/files/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Fri Nov 15 00:03:54 2002 -+++ configure Fri Nov 15 00:04:22 2002 -@@ -2764,7 +2764,7 @@ - then - if test -f $vp_pyconfigdir/Makefile - then -- with_extra_libs=`grep '^LIBS.*=' $vp_pyconfigdir/Makefile | sed 's/.*=//'` -+ with_extra_libs=`grep '^LIBS*=' $vp_pyconfigdir/Makefile | sed 's/.*=//'` - fi - fi - -@@ -2777,7 +2777,7 @@ - VP_GDLDFLAGS="-L$vp_gd_libdir" - VP_PYMODDIR=$vp_python_moddir - VP_PYDYNLIBDIR=$vp_python_dynlibdir --VP_PYINTERPLIB=$vp_python_interplib -+VP_PYINTERPLIB="$vp_python_interplib -lreadline -lcrypt" - - - diff --git a/devel/veepee/files/patch-ac b/devel/veepee/files/patch-ac deleted file mode 100644 index 80e6d6803b20..000000000000 --- a/devel/veepee/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- GNOME/gvpshell/Makefile.in 2000/08/02 11:36:23 1.1 -+++ GNOME/gvpshell/Makefile.in 2000/08/02 11:37:38 -@@ -95,7 +95,7 @@ - - bin_PROGRAMS = gvpshell - gvpshell_LDFLAGS = -L../gvplib $(VP_GLDFLAGS) --gvpshell_LDADD = -lgvplib $(VP_GLIBS) -+gvpshell_LDADD = ../gvplib/libgvplib.la $(VP_GLIBS) - - gvpshell_SOURCES = gvpshell.h gvpshell.c main.c - diff --git a/devel/veepee/files/patch-ad b/devel/veepee/files/patch-ad deleted file mode 100644 index 80345f24a189..000000000000 --- a/devel/veepee/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- pylib/appwin.c 2000/08/02 11:59:43 1.1 -+++ pylib/appwin.c 2000/08/02 11:59:48 -@@ -224,7 +224,7 @@ - - /* If this is the default window then also set sys.argv. */ - -- if (ptr == NULL) -+ if ((ptr == NULL) && (argc != 0)) - PySys_SetArgv(argc,argv); - - unlock: diff --git a/devel/veepee/pkg-descr b/devel/veepee/pkg-descr deleted file mode 100644 index c5e0c6dcc8f0..000000000000 --- a/devel/veepee/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -VeePee, at its current stage of development, is a set of components aimed at -GNOME and KDE application developers to enable them to easily add scripting -capabilities to their applications. - -Script-enabling an application gives the user the ability to extend the -application in a way that suits the user. It allows them to adapt the -application to solve problems that you hadn't considered when developing the -application. It empowers your users. - -VeePee provides a consistent scripting environment. Users who develop scripting -skills will find that those skills are transferable to all applications that -embed VeePee. - -VeePee provides the user with a set of simple but powerful GUI controls. A -VeePee scripted GUI has the same look and feel as the embedding application, -whether it be a GNOME or a KDE application. - -WWW: http://www.thekompany.com/projects/vp/ diff --git a/devel/veepee/pkg-plist b/devel/veepee/pkg-plist deleted file mode 100644 index 4b1bb56da45e..000000000000 --- a/devel/veepee/pkg-plist +++ /dev/null @@ -1,22 +0,0 @@ -bin/gvpshell -bin/vpshell -include/gvpinterpreter.h -include/gvpscript.h -include/gvpvalue.h -lib/libgvplib.a -lib/libgvplib.so -lib/libgvplib.so.0 -lib/%%PYTHON_VERSION%%/site-packages/libgvpmodule.a -lib/%%PYTHON_VERSION%%/site-packages/libgvpmodule.so -lib/%%PYTHON_VERSION%%/site-packages/libgvpmodule.so.0 -lib/%%PYTHON_VERSION%%/site-packages/vp.py -lib/%%PYTHON_VERSION%%/site-packages/vp.pyc -share/doc/veepee/GNOMEapi.txt -share/doc/veepee/controls.txt -share/examples/veepee/charts.py -share/examples/veepee/controls.py -share/examples/veepee/info.py -share/examples/veepee/message.py -share/examples/veepee/signals.py -@dirrm share/doc/veepee -@dirrm share/examples/veepee |