diff --git a/x11/ooxcb/Makefile b/x11/ooxcb/Makefile index 88bee58425e1..181f8f12c502 100644 --- a/x11/ooxcb/Makefile +++ b/x11/ooxcb/Makefile @@ -2,18 +2,19 @@ # $FreeBSD$ PORTNAME= ooxcb -PORTVERSION= 1.1 -PORTREVISION= 2 +PORTVERSION= 1.2 CATEGORIES= x11 -MASTER_SITES= http://samurai-x.org/downloads/ +MASTER_SITES= CHEESESHOP MAINTAINER= ports@FreeBSD.org COMMENT= Python binding to the X server using xcb -BROKEN= unfetchable +LICENSE= BSD3CLAUSE + +NO_ARCH= yes -USE_XORG= xcb USES= python USE_PYTHON= distutils autoplist +USE_XORG= xcb .include diff --git a/x11/ooxcb/distinfo b/x11/ooxcb/distinfo index 1fa007b53d6d..c8ffd9c30d6f 100644 --- a/x11/ooxcb/distinfo +++ b/x11/ooxcb/distinfo @@ -1,2 +1,2 @@ -SHA256 (ooxcb-1.1.tar.gz) = 4fe8b9a9e553c57b58efd501523a36d64bdfed6cf45e5cbb4d073ba3128028eb -SIZE (ooxcb-1.1.tar.gz) = 108321 +SHA256 (ooxcb-1.2.tar.gz) = a0d27069af3211642294193842eecee34e9e14530f314458daf7ac4b2a8b08fe +SIZE (ooxcb-1.2.tar.gz) = 111662 diff --git a/x11/ooxcb/pkg-descr b/x11/ooxcb/pkg-descr index bf65db82ec02..ab711d71264e 100644 --- a/x11/ooxcb/pkg-descr +++ b/x11/ooxcb/pkg-descr @@ -1,6 +1,7 @@ -ooxcb (the object oriented X C binding is a new Python binding to the X server, -developed for the samurai-x window manager. xpyb uses a wrapper generator to -create python modules out of the XML X protocol descriptions of the xcb project. -It aims to provide with an easy-to-use object-oriented interface to the X server.a +ooxcb (the object oriented X C binding is a new Python binding to the X +server, developed for the samurai-x window manager. xpyb uses a wrapper +generator to create python modules out of the XML X protocol +descriptions of the xcb project. It aims to provide with an easy-to-use +object-oriented interface to the X server. -WWW: http://samurai-x.org/ +WWW: https://github.com/samurai-x/ooxcb