Port details |
- xpyb Python bindings to access X Window System protocol via libxcb
- 1.3.1_2 x11
=0 1.3.1_2Version of this port present on the latest quarterly branch.
- BROKEN: fails to build
DEPRECATED: Broken for more than 6 months This port expired on: 2018-12-19 IGNORE: is marked as broken: fails to build
- Maintainer: ashish@FreeBSD.org
- Port Added: 2008-11-25 05:38:29
- Last Update: 2018-12-21 13:19:03
- SVN Revision: 487992
- Also Listed In: python
- License: not specified in port
- WWW:
- http://xcb.freedesktop.org/
- Description:
- xpyb provides a Python binding to the X Window System
protocol via libxcb.
WWW: http://xcb.freedesktop.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}xpyb>0:x11/xpyb@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-xpyb
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xpyb-1.3.1.tar.bz2) = fd4c877b05b83893043734a678eca332c6cabf1867d9b6a966c28a97ac987366
SIZE (xpyb-1.3.1.tar.bz2) = 273962
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- xcb-proto.pc : x11/xcb-proto
- xcb-proto>=1.7.1 : x11/xcb-proto
- pkgconf>=1.3.0_1 : devel/pkgconf
- python2.7 : lang/python27
- xcb.pc : x11/libxcb
- Runtime dependencies:
-
- python2.7 : lang/python27
- xcb.pc : x11/libxcb
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py27-xpyb-1.3.1_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- libtool pathfix pkgconfig python:2.7 tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.1_2 21 Dec 2018 13:19:03 |
rene |
Remove expired ports:
2018-12-19 net/py-libstorj: Broken for more than 6 months
2018-12-20 net/xferstats: Uses obsolete glib12
2018-12-20 net/wmlj: Uses obsolete glib12
2018-12-20 net/ipsorc: Uses obsolete glib12
2018-12-20 net/bsdproxy: Uses obsolete glib12
2018-12-20 net/gini: Uses obsolete glib12
2018-12-21 net/netatalk: Outdated branch of netatalk; use net/netatalk3 instead
2018-12-20 net/nocatsplash: Uses obsolete glib12
2018-12-20 net/jags: Uses obsolete glib12
2018-12-19 net/scribe: Broken for more than 6 months
2018-12-20 net/libnetdude: Uses obsolete glib12
2018-12-20 net/nepim: Uses obsolete glib12
2018-12-20 emulators/generator: Uses obsolete glib12
2018-12-19 emulators/py-nova: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
1.3.1_2 18 Nov 2018 18:35:38 |
antoine |
Deprecate ports broken for more than 6 months |
1.3.1_2 30 May 2018 21:52:33 |
antoine |
Mark BROKEN: fails to build
/usr/local/bin/python2.7 ./py_client.py -p
/usr/local/lib/python2.7/site-packages /usr/local/share/xcb/xproto.xml
Traceback (most recent call last):
File "./py_client.py", line 607, in <module>
from xcbgen.state import Module
File "/usr/local/lib/python2.7/site-packages/xcbgen/state.py", line 7, in
<module>
from xcbgen import matcher
File "/usr/local/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in
<module>
from xcbgen.xtypes import *
File "/usr/local/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in
<module>
class EventStruct(Union):
File "/usr/local/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in
EventStruct
out = __main__.output['eventstruct']
KeyError: 'eventstruct'
Reported by: pkg-fallout |
1.3.1_2 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.3.1_2 23 May 2016 18:36:52 |
amdmi3 |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
1.3.1_2 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.3.1_2 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.3.1_2 08 Dec 2014 19:34:36 |
bapt |
Cleanup plist |
1.3.1_2 19 Oct 2014 18:16:16 |
mva |
- Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,
x11-fonts/, x11-toolkits and x11-wm to new USES=python
Approved by: portmgr (implicit) |
1.3.1_2 01 Jul 2014 18:16:52 |
tijl |
USES=libtool tar:bzip2 |
1.3.1_1 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
1.3.1 28 Feb 2014 06:56:21 |
bapt |
Support stage |
1.3.1 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
1.3.1 20 Sep 2013 23:43:20 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
1.3.1 02 Sep 2013 14:11:20 |
bapt |
Add an explicit dependency on pkgconf |
1.3.1 25 May 2013 14:37:03 |
zeising |
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
(Only the first 15 lines of the commit message are shown above ) |
1.3.1 19 Mar 2013 13:04:31 |
eadler |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
1.3.1 05 May 2012 16:00:42 |
ashish |
- Update to version 1.3.1
- Unbreak build |
1.2 02 May 2012 22:04:38 |
pav |
- Mark BROKEN: does not build
AttributeError: 'ListType' object has no attribute 'parent'
Reported by: pointyhat |
1.2 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.2 22 Jun 2010 11:51:41 |
ashish |
- Update port to 1.2.
PR: ports/146461
Submitted by: ashish
Approved by: pgj (mentor)
Feature safe: yes |
1.1 11 Jun 2010 13:37:41 |
ashish |
- Change my maintainer address.
Approved by: pgj (mentor) |
1.1 31 Jul 2009 20:20:55 |
amdmi3 |
- Update to 1.1
PR: 137300
Submitted by: Ashish SHUKLA <wahjava@gmail.com> (maintainer) |
1.0_2 14 Jun 2009 22:23:55 |
dhn |
- Chase libxcb/xcb-proto update
- Bump PORTREVSION |
1.0_1 23 Jan 2009 16:28:36 |
flz |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
1.0 25 Nov 2008 05:38:09 |
miwi |
xpyb provides a Python binding to the X Window System
protocol via libxcb.
WWW: http://xcb.freedesktop.org/
PR: ports/129115
Submitted by: Ashish Shukla <wahjava at gmail.com> |