mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- Update to 1.2
- Add NO_ARCH - Fix fetch PR: 205226 Submitted by: tkato432@yahoo.com
This commit is contained in:
parent
80368d7b24
commit
2c07a5db8a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403738
@ -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 <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user