FreshPorts -- The Place For Ports notbug Mon, 28 May 2012 5:48 AM BST
Port details
xcb-proto 1.7.1 x11 on this many watch lists=61 search for ports that depend on this port
The X protocol C-language Binding (XCB) protocol
Maintained by: ashish@FreeBSD.org search for ports maintained by this maintainer
Port Added: 08 Oct 2006 16:10:36
Also Listed In: python
License: not specified in port


The X protocol C-language Binding (XCB) is a replacement for Xlib
featuring a small footprint, latency hiding, direct access to the
protocol, improved threading support, and extensibility.

WWW: http://xcb.freedesktop.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: textproc/libxml2, lang/python27
Required To Run: lang/python27

Required by:
for Build

To install the port: cd /usr/ports/x11/xcb-proto/ && make install clean
To add the package: pkg_add -r xcb-proto


Configuration Options
     No options to configure

Master Sites:
http://xcb.freedesktop.org/dist/
http://distfiles.pirateparty.in/ashish/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ashish/
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ashish/
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ashish/
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ashish/
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ashish/
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ashish/
ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ashish/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 19

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
05 May 2012 20:53:02
Original commit files touched by this commit  1.7.1
ashish search for other commits by this committer
- Add more sites to MASTER_SITES
05 May 2012 15:52:38
Original commit files touched by this commit  1.7.1
ashish search for other commits by this committer
- Update to 1.7.1
21 Apr 2012 17:03:32
Original commit files touched by this commit  1.7
miwi search for other commits by this committer
- Please welcome Xorg 7.5.2

       The Xorg Team is pleased to announce the next round of Xorg updates.
       The team created a new flag called WITH_NEW_XORG that users can include
       in /etc/make.conf. This was created for the intel KMS work being done
       althouthough It probably works for other chips. Unfortunately, the intel
       KMS driver will only work on FreeBSD 9(RELENG|STABLE) or 10/HEAD users.
       Older version of FreeBSD will not be supported. Intel users will need
       to patch their source manually with Konstantin?s KMS kernel patch to get
       the newer chips to work. Please carefully read UPDATING entry.

Changes:

        - libdrm 2.4.31 (including KMS support)
        - mesa 7.11.2
        - xorg-server 1.10.6
        - a lot of new Graphic Drivers.

    I would like to thank:

         Koop Mast
         Eitan Adler
         Niclas Zeising
         and all helpers and testers from x11@.
24 Oct 2011 04:17:38
Original commit files touched by this commit  1.6
dougb search for other commits by this committer
Remove more tags from pkg-descr files fo the form:

- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
19 Mar 2011 12:38:54
Original commit files touched by this commit  1.6
miwi search for other commits by this committer
- Get Rid MD5 support
11 Jun 2010 13:37:41
Original commit files touched by this commit  1.6
ashish search for other commits by this committer
- Change my maintainer address.

Approved by:       pgj (mentor)
12 Dec 2009 23:31:47
Original commit files touched by this commit  1.6
pav search for other commits by this committer
- Update to 1.6

PR:             ports/141224
Submitted by:   Ashish SHUKLA <wahjava@gmail.com> (maintainer)
14 Jun 2009 22:22:33
Original commit files touched by this commit  1.5
dhn search for other commits by this committer
- Update to 1.5

PR:             ports/135429
Submitted by:   Ashish SHUKLA <wahjava@gmail.com> (maintainer)
19 Feb 2009 20:11:27
Original commit files touched by this commit  1.4
rnoland search for other commits by this committer
Update xcb-proto to 1.4, libxcb to 1.2 and libX11 to 1.2

forced commit to fix commit message from last commit.

Approved by:    wahjava@gmail.com (xcb maintainer for xcb bits)
19 Feb 2009 19:56:52
Original commit files touched by this commit  1.4
rnoland search for other commits by this committer
/tmp/cvsGePDN8
23 Jan 2009 16:28:36
Original commit files touched by this commit  1.3
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).
17 Jan 2009 22:02:45
Original commit files touched by this commit  1.2
rnoland search for other commits by this committer
allow x11/libxcb and x11/xcb-proto to build with python 2.5+

PR:             130475
Submitted by:   Joseph S. Atkinson
Approved by:    wahjava@gmail.com (maintainer), garga (mentor, implicit)
07 Sep 2008 22:19:29
Original commit files touched by this commit  1.2
miwi search for other commits by this committer
- Update to 1.2

PR:             126989
Submitted by:   bf <bf2006a@yahoo.com>
Approved by:    maintainer
21 Aug 2008 06:18:49
Original commit files touched by this commit  1.1
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
07 May 2008 14:22:25
Original commit files touched by this commit  1.1
itetcu search for other commits by this committer
Update to 1.1:

Incompatible change to the XML schema: rather than special-casing the
treatment of protocol extension names, use the new extension-multiword
attribute. Normally, XCB prefixes C extension functions with
xcb_extname_. However, some of the existing extensions used multi-word
names, such as xcb_big_requests_ or xcb_xc_misc_. Those extensions now
use this attribute to match their existing defined API. This allows the
XCB code generator to avoid special-casing those extension names.

Protocol updates:
* Update DAMAGE to 1.1
* Update RandR to version 1.2

Bug fixes:
* fix XSync Initialize call
* Update autogen.sh to one that does objdir != srcdir.

PR:             ports/122559
Submitted by:   bf <bf2006a@yahoo.com>
Approved by:    maintainer
19 Apr 2008 17:56:05
Original commit files touched by this commit  1.0
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
19 May 2007 20:32:57
Original commit files touched by this commit  1.0
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
28 Jan 2007 23:22:20
Original commit files touched by this commit  1.0
miwi search for other commits by this committer
- Update to 1.0

PR:             108495
Submitted by:   Ashish Shukla<wahjava@gmail.com> (maintainer)
08 Oct 2006 16:09:22
Original commit files touched by this commit  0.9.92
alepulver search for other commits by this committer
The X protocol C-language Binding (XCB) is a replacement for Xlib
featuring a small footprint, latency hiding, direct access to the
protocol, improved threading support, and extensibility.

WWW: http://xcb.freedesktop.org/

- Ashish Shukla
wahjava@gmail.com

PR:             ports/102446
Submitted by:   Ashish Shukla <wahjava at gmail.com>

Number of commits found: 19

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours6
new 7 days60
new fortnight184
new month252

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.2 seconds.