pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/compositeproto Update to compositeproto-0.4. Add C...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1bea70a8961a
branches:  trunk
changeset: 531216:1bea70a8961a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jul 25 15:53:10 2007 +0000

description:
Update to compositeproto-0.4. Add CompositeNumberEvents and protocol
specification in English.

diffstat:

 x11/compositeproto/Makefile         |   4 ++--
 x11/compositeproto/PLIST            |   6 ++++--
 x11/compositeproto/distinfo         |   9 +++++----
 x11/compositeproto/patches/patch-aa |  19 +++++++++++++++++++
 4 files changed, 30 insertions(+), 8 deletions(-)

diffs (63 lines):

diff -r 2df4a6e4ef61 -r 1bea70a8961a x11/compositeproto/Makefile
--- a/x11/compositeproto/Makefile       Wed Jul 25 15:32:43 2007 +0000
+++ b/x11/compositeproto/Makefile       Wed Jul 25 15:53:10 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2007/01/18 17:23:39 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2007/07/25 15:53:10 joerg Exp $
 #
 
-DISTNAME=              compositeproto-0.3.1
+DISTNAME=              compositeproto-0.4
 CATEGORIES=            x11
 MASTER_SITES=          http://xorg.freedesktop.org/releases/individual/proto/
 
diff -r 2df4a6e4ef61 -r 1bea70a8961a x11/compositeproto/PLIST
--- a/x11/compositeproto/PLIST  Wed Jul 25 15:32:43 2007 +0000
+++ b/x11/compositeproto/PLIST  Wed Jul 25 15:53:10 2007 +0000
@@ -1,5 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/18 17:17:50 reed Exp $
+@comment $NetBSD: PLIST,v 1.2 2007/07/25 15:53:10 joerg Exp $
 include/X11/extensions/composite.h
 include/X11/extensions/compositeproto.h
 lib/pkgconfig/compositeproto.pc
-@comment @dirrm include/X11/extensions
+share/doc/compositeproto/compositeproto.txt
+@dirrm share/doc/compositeproto
+@dirrm include/X11/extensions
diff -r 2df4a6e4ef61 -r 1bea70a8961a x11/compositeproto/distinfo
--- a/x11/compositeproto/distinfo       Wed Jul 25 15:32:43 2007 +0000
+++ b/x11/compositeproto/distinfo       Wed Jul 25 15:53:10 2007 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2007/01/18 17:23:39 joerg Exp $
+$NetBSD: distinfo,v 1.4 2007/07/25 15:53:10 joerg Exp $
 
-SHA1 (compositeproto-0.3.1.tar.gz) = 61ca38c6c504264935ba20a30954aa046443fa7f
-RMD160 (compositeproto-0.3.1.tar.gz) = 4d1b3c3fc15c69370ad56c1ef6b832382530b66b
-Size (compositeproto-0.3.1.tar.gz) = 44435 bytes
+SHA1 (compositeproto-0.4.tar.gz) = 976a6a5102688cd6c3e9a0a03175e8ce1aa34d9f
+RMD160 (compositeproto-0.4.tar.gz) = d60934c8e22829d8710cd9c8cf600ce69e718bbf
+Size (compositeproto-0.4.tar.gz) = 53324 bytes
+SHA1 (patch-aa) = ead53d18596ad98dcc41025fad4ce821a8882f27
diff -r 2df4a6e4ef61 -r 1bea70a8961a x11/compositeproto/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/compositeproto/patches/patch-aa       Wed Jul 25 15:53:10 2007 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1 2007/07/25 15:53:11 joerg Exp $
+
+--- compositeproto.h.orig      2007-07-25 15:30:26.000000000 +0000
++++ compositeproto.h
+@@ -51,6 +51,7 @@
+ 
+ #define Window CARD32
+ #define Region CARD32
++#define Pixmap CARD32
+ 
+ /* 
+  * requests and replies
+@@ -187,5 +188,6 @@ typedef struct {
+ 
+ #undef Window
+ #undef Region
++#undef Pixmap
+ 
+ #endif /* _COMPOSITEPROTO_H_ */



Home | Main Index | Thread Index | Old Index