# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp@macports.org $ PortSystem 1.0 PortGroup python24 1.0 name py-xlib version 0.12 revision 1 categories python x11 platforms darwin maintainers nomaintainer description python module for the X protocol long_description The Python X Library is intended to be a fully \ functional X client library for Python programs. It is \ written entirely in Python. This is possible to do \ since X client programs communicate with the X server \ via the X protocol. The communication takes place over \ TCP/IP, Unix sockets, DECnet or any other suitable \ streaming network protocol. homepage http://python-xlib.sourceforge.net/ master_sites sourceforge:python-xlib distname python-xlib-${version} checksums md5 83b294f34876c06b1a7697227249cb83 post-destroot { xinstall -m 644 -W ${worksrcpath} COPYING NEWS README TODO \ ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath}/examples draw-proto.py draw.py \ profilex.py shapewin.py threadtest.py \ ${destroot}${prefix}/share/doc/${name}/examples }