[csw-devel] SF.net SVN: gar:[3819] csw/mgar/pkg/x11
wbonnet at users.sourceforge.net
wbonnet at users.sourceforge.net
Thu Mar 19 15:37:46 CET 2009
Revision: 3819
http://gar.svn.sourceforge.net/gar/?rev=3819&view=rev
Author: wbonnet
Date: 2009-03-19 14:37:46 +0000 (Thu, 19 Mar 2009)
Log Message:
-----------
Add description to *proto packages. Switch to arch all
Modified Paths:
--------------
csw/mgar/pkg/x11/inputproto/trunk/Makefile
csw/mgar/pkg/x11/inputproto/trunk/files/CSWinputproto.gspec
csw/mgar/pkg/x11/kbproto/trunk/Makefile
csw/mgar/pkg/x11/kbproto/trunk/files/CSWkbproto.gspec
csw/mgar/pkg/x11/libpthread-stubs/trunk/files/CSWlibpthreadstubs.gspec
csw/mgar/pkg/x11/renderproto/trunk/Makefile
csw/mgar/pkg/x11/renderproto/trunk/files/CSWrenderproto.gspec
csw/mgar/pkg/x11/xcb-proto/trunk/Makefile
csw/mgar/pkg/x11/xcb-proto/trunk/files/CSWxcb-proto.gspec
csw/mgar/pkg/x11/xextproto/trunk/Makefile
csw/mgar/pkg/x11/xextproto/trunk/files/CSWxextproto.gspec
csw/mgar/pkg/x11/xproto/trunk/Makefile
csw/mgar/pkg/x11/xproto/trunk/files/CSWxproto.gspec
Modified: csw/mgar/pkg/x11/inputproto/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x11/inputproto/trunk/Makefile 2009-03-19 14:29:42 UTC (rev 3818)
+++ csw/mgar/pkg/x11/inputproto/trunk/Makefile 2009-03-19 14:37:46 UTC (rev 3819)
@@ -3,9 +3,9 @@
CATEGORIES = x11
-DESCRIPTION = inputproto
+DESCRIPTION = Input extension headers
define BLURB
-inputproto
+This provides the input extension headers from modular X.org X11 project
endef
MASTER_SITES = $(X11_PROTO_MASTER_SITE)
Modified: csw/mgar/pkg/x11/inputproto/trunk/files/CSWinputproto.gspec
===================================================================
--- csw/mgar/pkg/x11/inputproto/trunk/files/CSWinputproto.gspec 2009-03-19 14:29:42 UTC (rev 3818)
+++ csw/mgar/pkg/x11/inputproto/trunk/files/CSWinputproto.gspec 2009-03-19 14:37:46 UTC (rev 3819)
@@ -1,5 +1,6 @@
%var bitname inputproto
%var pkgname CSWinputproto
+%var arch all
%include url file://%{PKGLIB}/csw_dyndepend.gspec
%copyright
Modified: csw/mgar/pkg/x11/kbproto/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x11/kbproto/trunk/Makefile 2009-03-19 14:29:42 UTC (rev 3818)
+++ csw/mgar/pkg/x11/kbproto/trunk/Makefile 2009-03-19 14:37:46 UTC (rev 3819)
@@ -3,9 +3,9 @@
CATEGORIES = x11
-DESCRIPTION = kbproto
+DESCRIPTION = KB extension headers from X.org
define BLURB
-kbproto
+This provides the KB extension headers from modular X.org X11 project.
endef
MASTER_SITES = $(X11_PROTO_MASTER_SITE)
Modified: csw/mgar/pkg/x11/kbproto/trunk/files/CSWkbproto.gspec
===================================================================
--- csw/mgar/pkg/x11/kbproto/trunk/files/CSWkbproto.gspec 2009-03-19 14:29:42 UTC (rev 3818)
+++ csw/mgar/pkg/x11/kbproto/trunk/files/CSWkbproto.gspec 2009-03-19 14:37:46 UTC (rev 3819)
@@ -1,5 +1,6 @@
%var bitname kbproto
%var pkgname CSWkbproto
+%var arch all
%include url file://%{PKGLIB}/csw_dyndepend.gspec
%copyright
Modified: csw/mgar/pkg/x11/libpthread-stubs/trunk/files/CSWlibpthreadstubs.gspec
===================================================================
--- csw/mgar/pkg/x11/libpthread-stubs/trunk/files/CSWlibpthreadstubs.gspec 2009-03-19 14:29:42 UTC (rev 3818)
+++ csw/mgar/pkg/x11/libpthread-stubs/trunk/files/CSWlibpthreadstubs.gspec 2009-03-19 14:37:46 UTC (rev 3819)
@@ -1,5 +1,6 @@
%var bitname libpthreadstubs
%var pkgname CSWlibpthreadstubs
+%var arch all
%include url file://%{PKGLIB}/csw_dyndepend.gspec
%copyright
Modified: csw/mgar/pkg/x11/renderproto/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x11/renderproto/trunk/Makefile 2009-03-19 14:29:42 UTC (rev 3818)
+++ csw/mgar/pkg/x11/renderproto/trunk/Makefile 2009-03-19 14:37:46 UTC (rev 3819)
@@ -3,9 +3,9 @@
CATEGORIES = x11
-DESCRIPTION = renderproto
+DESCRIPTION = Render extension headers from modular X.org
define BLURB
-renderproto
+This provides the Render extension headers from modular X.org X11 project.
endef
MASTER_SITES = $(X11_PROTO_MASTER_SITE)
Modified: csw/mgar/pkg/x11/renderproto/trunk/files/CSWrenderproto.gspec
===================================================================
--- csw/mgar/pkg/x11/renderproto/trunk/files/CSWrenderproto.gspec 2009-03-19 14:29:42 UTC (rev 3818)
+++ csw/mgar/pkg/x11/renderproto/trunk/files/CSWrenderproto.gspec 2009-03-19 14:37:46 UTC (rev 3819)
@@ -1,5 +1,6 @@
%var bitname renderproto
%var pkgname CSWrenderproto
+%var arch all
%include url file://%{PKGLIB}/csw_dyndepend.gspec
%copyright
Modified: csw/mgar/pkg/x11/xcb-proto/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x11/xcb-proto/trunk/Makefile 2009-03-19 14:29:42 UTC (rev 3818)
+++ csw/mgar/pkg/x11/xcb-proto/trunk/Makefile 2009-03-19 14:37:46 UTC (rev 3819)
@@ -3,9 +3,25 @@
CATEGORIES = x11
-DESCRIPTION = xcb-proto
+DESCRIPTION = XCB protocol descriptions (in XML)
define BLURB
-xcb-proto
+The xcb-proto package provides the XML-XCB (X C Bindings) protocol
+descriptions that libxcb uses to generate the majority of its code and API.
+We provide them separately from libxcb to allow reuse by other projects,
+such as additional language bindings, protocol dissectors, or
+documentation generators.
+
+Separation of XCB's transport and protocol layers simplifies both
+writing extensions and client-side support for extensions.
+By contrast, with the xlib infrastructure, client-side support for
+new extensions requires significant duplication of effort. With XCB and
+the XML-XCB protocol descriptions, client-side support for a new
+extension requires only an XML description of the extension--and not a
+single line of code.
+
+Python libraries: xcb-proto also contains language-independent Python
+libraries that are used to parse an XML description and create objects
+used by Python code generators in individual language bindings.
endef
MASTER_SITES = $(XCB_MASTER_SITES)
Modified: csw/mgar/pkg/x11/xcb-proto/trunk/files/CSWxcb-proto.gspec
===================================================================
--- csw/mgar/pkg/x11/xcb-proto/trunk/files/CSWxcb-proto.gspec 2009-03-19 14:29:42 UTC (rev 3818)
+++ csw/mgar/pkg/x11/xcb-proto/trunk/files/CSWxcb-proto.gspec 2009-03-19 14:37:46 UTC (rev 3819)
@@ -1,5 +1,6 @@
%var bitname xcbproto
%var pkgname CSWxcbproto
+%var arch all
%include url file://%{PKGLIB}/csw_dyndepend.gspec
%copyright
Modified: csw/mgar/pkg/x11/xextproto/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x11/xextproto/trunk/Makefile 2009-03-19 14:29:42 UTC (rev 3818)
+++ csw/mgar/pkg/x11/xextproto/trunk/Makefile 2009-03-19 14:37:46 UTC (rev 3819)
@@ -3,14 +3,14 @@
CATEGORIES = x11
-DESCRIPTION = xextproto
+DESCRIPTION = XExt extension headers from X.org
define BLURB
-xextproto
+This provides the XExt extension headers from modular Xorg X11
endef
MASTER_SITES = $(X11_PROTO_MASTER_SITE)
-DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
-DISTFILES += $(call admfiles,CSWxextproto)
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+DISTFILES += $(call admfiles,CSWxextproto)
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
Modified: csw/mgar/pkg/x11/xextproto/trunk/files/CSWxextproto.gspec
===================================================================
--- csw/mgar/pkg/x11/xextproto/trunk/files/CSWxextproto.gspec 2009-03-19 14:29:42 UTC (rev 3818)
+++ csw/mgar/pkg/x11/xextproto/trunk/files/CSWxextproto.gspec 2009-03-19 14:37:46 UTC (rev 3819)
@@ -1,5 +1,6 @@
%var bitname xextproto
%var pkgname CSWxextproto
+%var arch all
%include url file://%{PKGLIB}/csw_dyndepend.gspec
%copyright
Modified: csw/mgar/pkg/x11/xproto/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x11/xproto/trunk/Makefile 2009-03-19 14:29:42 UTC (rev 3818)
+++ csw/mgar/pkg/x11/xproto/trunk/Makefile 2009-03-19 14:37:46 UTC (rev 3819)
@@ -2,9 +2,9 @@
GARVERSION = 7.0.15
CATEGORIES = x11
-DESCRIPTION = xproto
+DESCRIPTION = X protocol and ancillary headers from Xorg X11
define BLURB
-xproto
+X protocol and ancillary headers from modular Xorg X11
endef
MASTER_SITES = $(X11_PROTO_MASTER_SITE)
Modified: csw/mgar/pkg/x11/xproto/trunk/files/CSWxproto.gspec
===================================================================
--- csw/mgar/pkg/x11/xproto/trunk/files/CSWxproto.gspec 2009-03-19 14:29:42 UTC (rev 3818)
+++ csw/mgar/pkg/x11/xproto/trunk/files/CSWxproto.gspec 2009-03-19 14:37:46 UTC (rev 3819)
@@ -1,5 +1,6 @@
%var bitname xproto
%var pkgname CSWxproto
+%var arch all
%include url file://%{PKGLIB}/csw_dyndepend.gspec
%copyright
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list