diff options
author | tron <tron@pkgsrc.org> | 2002-03-08 15:07:10 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-03-08 15:07:10 +0000 |
commit | dfd59bc99686b14d60173821376491a4125d2729 (patch) | |
tree | 882f8f6d46134b7f652a6a422e8b506d6ec2a8e2 /x11 | |
parent | 9fb178370c258b182e7d403d24dcf3cce320c9ff (diff) | |
download | pkgsrc-dfd59bc99686b14d60173821376491a4125d2729.tar.gz |
Update "xcb" package to version 2.3.9:
- Forked version because the original maintainer was unreachable.
- Internal representation has now changed to utf-8 (XFree)
or locale-dependent multibyte (X).
- Font ressource is now .fontSet instead of .font.
- I/O is done using the current locale unless the -u (utf8)
switch is in effect.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcb/Makefile | 17 | ||||
-rw-r--r-- | x11/xcb/distinfo | 6 |
2 files changed, 12 insertions, 11 deletions
diff --git a/x11/xcb/Makefile b/x11/xcb/Makefile index 6e484fc2f63..15ca4b5db7d 100644 --- a/x11/xcb/Makefile +++ b/x11/xcb/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 17:07:00 wiz Exp $ -# +# $NetBSD: Makefile,v 1.4 2002/03/08 15:07:10 tron Exp $ -DISTNAME= xcb-2.3 -CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/} +DISTNAME= xcb-2.3i +PKGNAME= xcb-2.3.9 +CATEGORIES= x11 +MASTER_SITES= http://www.goof.com/pcg/marc/data/ -MAINTAINER= root@garbled.net -COMMENT= Extensible, multiple cut buffers for X +MAINTAINER= tron@netbsd.org +HOMEPAGE= http://www.goof.com/pcg/marc/xcb.html +COMMENT= Extensible, multiple cut buffers for X -USE_IMAKE= YES +USE_IMAKE= YES .include "../../mk/bsd.pkg.mk" diff --git a/x11/xcb/distinfo b/x11/xcb/distinfo index 8d314a115d0..afa686af1bd 100644 --- a/x11/xcb/distinfo +++ b/x11/xcb/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/19 11:07:50 skrll Exp $ +$NetBSD: distinfo,v 1.3 2002/03/08 15:07:10 tron Exp $ -SHA1 (xcb-2.3.tar.gz) = 75fc99971f0b002ba3d13fd03082b5b70cfb5715 -Size (xcb-2.3.tar.gz) = 16940 bytes +SHA1 (xcb-2.3i.tar.gz) = e2ee53093d9413a41d4dd8254f0500bf612bfa80 +Size (xcb-2.3i.tar.gz) = 20734 bytes |