notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
xpyb Python bindings to access X Window System protocol via libxcb
1.3.1_2 x11 Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.3.1_2Version of this port present on the latest quarterly branch.
Broken BROKEN: fails to build
Deprecated DEPRECATED: Broken for more than 6 months
Expired This port expired on: 2018-12-19
Ignore IGNORE: is marked as broken: fails to build
Maintainer: ashish@FreeBSD.org search for ports maintained by this maintainer
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/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. xcb-proto.pc : x11/xcb-proto
  2. xcb-proto>=1.7.1 : x11/xcb-proto
  3. pkgconf>=1.3.0_1 : devel/pkgconf
  4. python2.7 : lang/python27
  5. xcb.pc : x11/libxcb
Runtime dependencies:
  1. python2.7 : lang/python27
  2. 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:
Expand this list (1 items)
Collapse this list.
  1. http://xcb.freedesktop.org/dist/
Collapse this list.

Number of commits found: 27

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.3.1_2
21 Dec 2018 13:19:03
Revision:487992Original commit files touched by this commit
rene search for other commits by this committer
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 View all of this commit message)
1.3.1_2
18 Nov 2018 18:35:38
Revision:485242Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
1.3.1_2
30 May 2018 21:52:33
Revision:471180Original commit files touched by this commit
antoine search for other commits by this committer
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
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
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 View all of this commit message)
1.3.1_2
23 May 2016 18:36:52
Revision:415738Original commit files touched by this commit
amdmi3 search for other commits by this committer
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
Revision:412351Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:374311Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.3.1_2
19 Oct 2014 18:16:16
Revision:371203Original commit files touched by this commit
mva search for other commits by this committer
- 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
Revision:360073Original commit files touched by this commit
tijl search for other commits by this committer
USES=libtool tar:bzip2
1.3.1_1
16 Apr 2014 18:28:50
Revision:351411Original commit files touched by this commit
zeising search for other commits by this committer
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 View all of this commit message)
1.3.1
28 Feb 2014 06:56:21
Revision:346433Original commit files touched by this commit
bapt search for other commits by this committer
Support stage
1.3.1
13 Jan 2014 21:00:04
Revision:339634Original commit files touched by this commit
rene search for other commits by this committer
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
Revision:327777Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11)
1.3.1
02 Sep 2013 14:11:20
Revision:325998Original commit files touched by this commit
bapt search for other commits by this committer
Add an explicit dependency on pkgconf
1.3.1
25 May 2013 14:37:03
Revision:319055Original commit files touched by this commit
zeising search for other commits by this committer
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 View all of this commit message)
1.3.1
19 Mar 2013 13:04:31
Revision:314640Original commit files touched by this commit
eadler search for other commits by this committer
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
Original commit files touched by this commit
ashish search for other commits by this committer
- Update to version 1.3.1
- Unbreak build
1.2
02 May 2012 22:04:38
Original commit files touched by this commit
pav search for other commits by this committer
- Mark BROKEN: does not build
  AttributeError: 'ListType' object has no attribute 'parent'

Reported by:    pointyhat
1.2
23 Sep 2011 22:26:39
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- 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
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
1.2
22 Jun 2010 11:51:41
Original commit files touched by this commit
ashish search for other commits by this committer
- 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
Original commit files touched by this commit
ashish search for other commits by this committer
- Change my maintainer address.

Approved by:       pgj (mentor)
1.1
31 Jul 2009 20:20:55
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 1.1

PR:             137300
Submitted by:   Ashish SHUKLA <wahjava@gmail.com> (maintainer)
1.0_2
14 Jun 2009 22:23:55
Original commit files touched by this commit
dhn search for other commits by this committer
- Chase libxcb/xcb-proto update
- Bump PORTREVSION
1.0_1
23 Jan 2009 16:28:36
Original commit files touched by this commit
flz search for other commits by this committer
- 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
Original commit files touched by this commit
miwi search for other commits by this committer
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>

Number of commits found: 27