diff options
author | David Thiel <lx@FreeBSD.org> | 2007-06-04 02:11:47 +0000 |
---|---|---|
committer | David Thiel <lx@FreeBSD.org> | 2007-06-04 02:11:47 +0000 |
commit | 694b2abf2efe3d51946cb2d9d8825ac259c9358a (patch) | |
tree | b742a1d01331969bdf7fff0b7c244201c9cf8bdf /x11-toolkits | |
parent | Updating to 1.18. (diff) |
Removing - port has moved to x11-toolkits/py-wmdockapps
x11-toolkits/py-wmgeneral
Notes
Notes:
svn path=/head/; revision=192647
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/py-wmgeneral/Makefile | 27 | ||||
-rw-r--r-- | x11-toolkits/py-wmgeneral/distinfo | 3 | ||||
-rw-r--r-- | x11-toolkits/py-wmgeneral/pkg-descr | 16 | ||||
-rw-r--r-- | x11-toolkits/py-wmgeneral/pkg-plist | 4 |
5 files changed, 0 insertions, 51 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 593f744196cb..e529fcefcbdf 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -202,7 +202,6 @@ SUBDIR += py-tktreectrl SUBDIR += py-vte SUBDIR += py-wax - SUBDIR += py-wmgeneral SUBDIR += py-wxPython24 SUBDIR += py-wxPython26 SUBDIR += py-wxPython26-common diff --git a/x11-toolkits/py-wmgeneral/Makefile b/x11-toolkits/py-wmgeneral/Makefile deleted file mode 100644 index ac86714bd9ef..000000000000 --- a/x11-toolkits/py-wmgeneral/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: pywmgeneral -# Date created: Jan 5, 2004 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= wmgeneral -PORTVERSION= 0.1 -PORTREVISION= 1 -CATEGORIES= x11-toolkits python windowmaker -MASTER_SITES= http://errl.info/pywmdockapps/downloads/current/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py${PORTNAME}-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A library that makes it possible to write WindowMaker dockapps in Python - -USE_XLIB= yes -USE_PYTHON= yes -USE_PYDISTUTILS= yes - -post-patch: - ${REINPLACE_CMD} 's|/usr/X11R6|${X11BASE}|' ${WRKSRC}/setup.py - -.include <bsd.port.mk> diff --git a/x11-toolkits/py-wmgeneral/distinfo b/x11-toolkits/py-wmgeneral/distinfo deleted file mode 100644 index e80d5d1055d4..000000000000 --- a/x11-toolkits/py-wmgeneral/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pywmgeneral-0.1.tar.gz) = a393198a17f0c3f14920525cffc82669 -SHA256 (pywmgeneral-0.1.tar.gz) = 748f32a282b91b1ec3dbd9e1c523ed8f4618f65faf7980ac440d9f9ec33f375e -SIZE (pywmgeneral-0.1.tar.gz) = 9374 diff --git a/x11-toolkits/py-wmgeneral/pkg-descr b/x11-toolkits/py-wmgeneral/pkg-descr deleted file mode 100644 index 6e25ae5ebbfe..000000000000 --- a/x11-toolkits/py-wmgeneral/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Pywmgeneral is a python module that will help you develope WindowMaker -dockapps in python. It is mostly a wrapper around the functions from the -popular wmgeneral.c, but some new functions are added too. - -It also contains the Python written module pywmhelpers.py which contains -functions to aid the development of wm dockapps. This module contains python -functions that wrap up the functions which the extension module provides. They -ease up argument passing and give nicer return values. Some additional -functions, like help for handling a simple configuration file is also -available. This module is better documented than the pywmgeneral. It is -adviced to only use pywmhelpers and not touch the pywmgeneral module directly -at all. For information about how to use the module, see the documentation in -pywmhelpers.py. It is also possible to import it in the interactive interpreter -and issue 'help(pywmhelpers)'. - -WWW: http://foo.unix.se/pywmdockapps/ diff --git a/x11-toolkits/py-wmgeneral/pkg-plist b/x11-toolkits/py-wmgeneral/pkg-plist deleted file mode 100644 index d092e4f645bc..000000000000 --- a/x11-toolkits/py-wmgeneral/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -%%PYTHON_SITELIBDIR%%/pywmgeneral.so -%%PYTHON_SITELIBDIR%%/pywmhelpers.py -%%PYTHON_SITELIBDIR%%/pywmhelpers.pyc -%%PYTHON_SITELIBDIR%%/pywmhelpers.pyo |