add py-wmgeneral 0.1

A library that makes it possible to write WindowMaker dockapps in Python
This commit is contained in:
Ying-Chieh Liao 2004-01-05 03:59:01 +00:00
parent 8374c0689e
commit e329578bd0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97318
9 changed files with 89 additions and 0 deletions

View File

@ -156,6 +156,7 @@
SUBDIR += py-kde
SUBDIR += py-qt
SUBDIR += py-tkinter
SUBDIR += py-wmgeneral
SUBDIR += py-wxPython
SUBDIR += py-xlib
SUBDIR += qscintilla

View File

@ -0,0 +1,23 @@
# ex:ts=8
# Ports collection makefile for: pywmgeneral
# Date created: Jan 5, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= wmgeneral
PORTVERSION= 0.1
CATEGORIES= x11-toolkits python windowmaker
MASTER_SITES= http://foo.unix.se/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
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (pywmgeneral-0.1.tar.gz) = a393198a17f0c3f14920525cffc82669

View File

@ -0,0 +1,16 @@
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/

View File

@ -0,0 +1,4 @@
%%PYTHON_SITELIBDIR%%/pywmgeneral.so
%%PYTHON_SITELIBDIR%%/pywmhelpers.py
%%PYTHON_SITELIBDIR%%/pywmhelpers.pyc
%%PYTHON_SITELIBDIR%%/pywmhelpers.pyo

View File

@ -0,0 +1,23 @@
# ex:ts=8
# Ports collection makefile for: pywmgeneral
# Date created: Jan 5, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= wmgeneral
PORTVERSION= 0.1
CATEGORIES= x11-toolkits python windowmaker
MASTER_SITES= http://foo.unix.se/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
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (pywmgeneral-0.1.tar.gz) = a393198a17f0c3f14920525cffc82669

View File

@ -0,0 +1,16 @@
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/

View File

@ -0,0 +1,4 @@
%%PYTHON_SITELIBDIR%%/pywmgeneral.so
%%PYTHON_SITELIBDIR%%/pywmhelpers.py
%%PYTHON_SITELIBDIR%%/pywmhelpers.pyc
%%PYTHON_SITELIBDIR%%/pywmhelpers.pyo