View | Details | Raw Unified | Return to bug 205226
Collapse All | Expand All

(-)x11/ooxcb/Makefile (-5 / +6 lines)
Lines 2-19 Link Here
2
# $FreeBSD: head/x11/ooxcb/Makefile 401096 2015-11-09 12:59:03Z antoine $
2
# $FreeBSD: head/x11/ooxcb/Makefile 401096 2015-11-09 12:59:03Z antoine $
3
3
4
PORTNAME=	ooxcb
4
PORTNAME=	ooxcb
5
PORTVERSION=	1.1
5
PORTVERSION=	1.2
6
PORTREVISION=	2
7
CATEGORIES=	x11
6
CATEGORIES=	x11
8
MASTER_SITES=	http://samurai-x.org/downloads/
7
MASTER_SITES=	CHEESESHOP
9
8
10
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	Python binding to the X server using xcb
10
COMMENT=	Python binding to the X server using xcb
12
11
13
BROKEN=		unfetchable
12
LICENSE=	BSD3CLAUSE
13
14
NO_ARCH=	yes
14
15
15
USE_XORG=	xcb
16
USES=		python
16
USES=		python
17
USE_PYTHON=	distutils autoplist
17
USE_PYTHON=	distutils autoplist
18
USE_XORG=	xcb
18
19
19
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)x11/ooxcb/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (ooxcb-1.1.tar.gz) = 4fe8b9a9e553c57b58efd501523a36d64bdfed6cf45e5cbb4d073ba3128028eb
1
SHA256 (ooxcb-1.2.tar.gz) = a0d27069af3211642294193842eecee34e9e14530f314458daf7ac4b2a8b08fe
2
SIZE (ooxcb-1.1.tar.gz) = 108321
2
SIZE (ooxcb-1.2.tar.gz) = 111662
(-)x11/ooxcb/pkg-descr (-5 / +6 lines)
Lines 1-6 Link Here
1
ooxcb (the object oriented X C binding is a new Python binding to the X server,
1
ooxcb (the object oriented X C binding is a new Python binding to the X
2
developed for the samurai-x window manager. xpyb uses a wrapper generator to
2
server, developed for the samurai-x window manager. xpyb uses a wrapper
3
create python modules out of the XML X protocol descriptions of the xcb project.
3
generator to create python modules out of the XML X protocol
4
It aims to provide with an easy-to-use object-oriented interface to the X server.a
4
descriptions of the xcb project. It aims to provide with an easy-to-use
5
object-oriented interface to the X server.
5
6
6
WWW: http://samurai-x.org/
7
WWW: https://github.com/samurai-x/ooxcb

Return to bug 205226