diff options
author | vd <vd@FreeBSD.org> | 2006-08-25 17:40:22 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-08-25 17:40:22 +0800 |
commit | eff95ae4a6cdb2a11b3dc3fba19259b12787b070 (patch) | |
tree | d746216d9f62abea38eae81cc9c112d025232e6d /devel | |
parent | f0271630e611ccccda486fbc3a674dc5b916eb7a (diff) | |
download | freebsd-ports-gnome-eff95ae4a6cdb2a11b3dc3fba19259b12787b070.tar.gz freebsd-ports-gnome-eff95ae4a6cdb2a11b3dc3fba19259b12787b070.tar.zst freebsd-ports-gnome-eff95ae4a6cdb2a11b3dc3fba19259b12787b070.zip |
Remove expired leaf ports:
2006-08-24 devel/py-ui
2006-08-22 net-im/jabber-msn
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-ui/Makefile | 47 | ||||
-rw-r--r-- | devel/py-ui/distinfo | 3 | ||||
-rw-r--r-- | devel/py-ui/pkg-descr | 16 | ||||
-rw-r--r-- | devel/py-ui/pkg-plist | 124 |
5 files changed, 0 insertions, 191 deletions
diff --git a/devel/Makefile b/devel/Makefile index bb42a4a5271c..043e450c3263 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1703,7 +1703,6 @@ SUBDIR += py-twistedCore SUBDIR += py-twistedFlow SUBDIR += py-twistedRunner - SUBDIR += py-ui SUBDIR += py-unit SUBDIR += py-urwid SUBDIR += py-utils diff --git a/devel/py-ui/Makefile b/devel/py-ui/Makefile deleted file mode 100644 index 1476967cb982..000000000000 --- a/devel/py-ui/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: py-ui -# Date created: Jan 25, 2003 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= ui -PORTVERSION= 0.95 -PORTREVISION= 3 -CATEGORIES= devel python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= pyui -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pyui${PORTVERSION:S/.//} - -MAINTAINER= alex@foxybanana.com -COMMENT= A user interface library written in Python - -RUN_DEPENDS= \ - ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game \ - ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl \ - ${PYTHON_SITELIBDIR}/PIL/Image.py:${PORTSDIR}/graphics/py-imaging \ - ${PYTHON_SITELIBDIR}/twisted/__init__.py:${PORTSDIR}/devel/py-twisted - -USE_ZIP= yes -USE_PYTHON= yes -USE_PYDISTUTILS=yes - -DEPRECATED= PyUI does not work with well with current versions of\ - graphics/py-opengl and has not been developed in over two\ - years. Python game development should be done with\ - devel/py-game instead - -EXPIRATION_DATE= 2006-08-24 - -DOCSDIR= ${LOCALBASE}/share/doc/py-ui - -post-install: -.if !defined(NOPORTDOCS) - @${RM} -rf ${WRKSRC}/docs/CVS - @${MKDIR} ${PREFIX}/share/doc/py-ui - ${CP} ${WRKSRC}/docs/* ${PREFIX}/share/doc/py-ui -.endif - -.include <bsd.port.mk> diff --git a/devel/py-ui/distinfo b/devel/py-ui/distinfo deleted file mode 100644 index 3b9e9776e285..000000000000 --- a/devel/py-ui/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pyui095.zip) = 2c6c339c1992989c6a342cf6634fb8af -SHA256 (pyui095.zip) = 97f56eb8cfc39942259f6644b32c5112d05c4c30edb83036ca18059a41ea939f -SIZE (pyui095.zip) = 311587 diff --git a/devel/py-ui/pkg-descr b/devel/py-ui/pkg-descr deleted file mode 100644 index 2c372b54a483..000000000000 --- a/devel/py-ui/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -PyUI is a user interface library written entirely in the high-level language -python. It has a modular implementation that allows the drawing and event -input to be performed by pluggable "renderers". This makes PyUI very portable -and scalable. It can run in environments from hardware accelerated 3D surfaces -to regular desktop windows. PyUI was originally targeted as a User Interface -for games, but it has evolved into a more general UI toolkit with -applicability outside of games. - -The goal of pyui is that is be very simple to use and that the implementation -be kept as simple as possible. Some lessons learned from Extreme Programming -are being applied to the development process. The current state of PyUI is no -longer exactly simple as it evolves towards being a fully features GUI -toolkit, but the development methodology has been successful in keeping the -code stable and usable throughout its life so far. - -WWW: http://pyui.sourceforge.net/ diff --git a/devel/py-ui/pkg-plist b/devel/py-ui/pkg-plist deleted file mode 100644 index 53020969de97..000000000000 --- a/devel/py-ui/pkg-plist +++ /dev/null @@ -1,124 +0,0 @@ -lib/%%PYTHON_VERSION%%/site-packages/pyui/__init__.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/__init__.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/__init__.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyui/base.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/base.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/base.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyui/colors.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/colors.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/colors.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyui/core.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/core.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/core.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyui/desktop.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/desktop.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/desktop.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyui/dialogs.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/dialogs.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/dialogs.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyui/entry.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/entry.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/entry.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyui/grid.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/grid.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/grid.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyui/htlib.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/htlib.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/htlib.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyui/html.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/html.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/html.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyui/htmlElements.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/htmlElements.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/htmlElements.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyui/layouts.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/layouts.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/layouts.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyui/locals.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/locals.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/locals.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyui/renderer3d.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/renderer3d.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/renderer3d.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyui/rendererBase.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/rendererBase.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/rendererBase.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyui/renderers/__init__.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/renderers/__init__.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/renderers/__init__.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyui/renderers/nebula.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/renderers/nebula.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/renderers/nebula.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyui/renderers/openglBase.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/renderers/openglBase.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/renderers/openglBase.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyui/renderers/openglGlut.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/renderers/openglGlut.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/renderers/openglGlut.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyui/renderers/openglPygame.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/renderers/openglPygame.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/renderers/openglPygame.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyui/renderers/pygame2D.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/renderers/pygame2D.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/renderers/pygame2D.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyui/renderers/unseen.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/renderers/unseen.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/renderers/unseen.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyui/sheet.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/sheet.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/sheet.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyui/themeBase.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/themeBase.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/themeBase.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyui/themes/__init__.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/themes/__init__.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/themes/__init__.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyui/themes/comic.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/themes/comic.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/themes/comic.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyui/themes/future.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/themes/future.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/themes/future.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyui/themes/green.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/themes/green.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/themes/green.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyui/themes/win2k.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/themes/win2k.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/themes/win2k.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyui/tree.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/tree.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/tree.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyui/viewer.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/viewer.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/viewer.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyui/widgets.py -lib/%%PYTHON_VERSION%%/site-packages/pyui/widgets.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyui/widgets.pyo -%%PORTDOCS%%%%DOCSDIR%%/dependencies.jpg -%%PORTDOCS%%%%DOCSDIR%%/pyui.base.html -%%PORTDOCS%%%%DOCSDIR%%/pyui.colors.html -%%PORTDOCS%%%%DOCSDIR%%/pyui.core.html -%%PORTDOCS%%%%DOCSDIR%%/pyui.database.html -%%PORTDOCS%%%%DOCSDIR%%/pyui.desktop.html -%%PORTDOCS%%%%DOCSDIR%%/pyui.dialogs.html -%%PORTDOCS%%%%DOCSDIR%%/pyui.entry.html -%%PORTDOCS%%%%DOCSDIR%%/pyui.greenTheme.html -%%PORTDOCS%%%%DOCSDIR%%/pyui.grid.html -%%PORTDOCS%%%%DOCSDIR%%/pyui.html -%%PORTDOCS%%%%DOCSDIR%%/pyui.html.html -%%PORTDOCS%%%%DOCSDIR%%/pyui.layouts.html -%%PORTDOCS%%%%DOCSDIR%%/pyui.locals.html -%%PORTDOCS%%%%DOCSDIR%%/pyui.renderer3d.html -%%PORTDOCS%%%%DOCSDIR%%/pyui.rendererBase.html -%%PORTDOCS%%%%DOCSDIR%%/pyui.renderers.openglGlut.html -%%PORTDOCS%%%%DOCSDIR%%/pyui.renderers.openglPygame.html -%%PORTDOCS%%%%DOCSDIR%%/pyui.renderers.pygame2D.html -%%PORTDOCS%%%%DOCSDIR%%/pyui.sheet.html -%%PORTDOCS%%%%DOCSDIR%%/pyui.theme.html -%%PORTDOCS%%%%DOCSDIR%%/pyui.tree.html -%%PORTDOCS%%%%DOCSDIR%%/pyui.viewer.html -%%PORTDOCS%%%%DOCSDIR%%/pyui.widgets.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm lib/%%PYTHON_VERSION%%/site-packages/pyui/themes -@dirrm lib/%%PYTHON_VERSION%%/site-packages/pyui/renderers -@dirrm lib/%%PYTHON_VERSION%%/site-packages/pyui |