[csw-devel] SF.net SVN: gar:[6336] csw/mgar/pkg/x11
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Sep 17 16:03:56 CEST 2009
Revision: 6336
http://gar.svn.sourceforge.net/gar/?rev=6336&view=rev
Author: dmichelsen
Date: 2009-09-17 14:03:55 +0000 (Thu, 17 Sep 2009)
Log Message:
-----------
libxext: Initial commit
Modified Paths:
--------------
csw/mgar/pkg/x11/libxext/trunk/Makefile
csw/mgar/pkg/x11/libxext/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/x11/libxext/
Modified: csw/mgar/pkg/x11/libxext/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x11/libxtst/trunk/Makefile 2009-09-17 13:43:50 UTC (rev 6334)
+++ csw/mgar/pkg/x11/libxext/trunk/Makefile 2009-09-17 14:03:55 UTC (rev 6336)
@@ -1,22 +1,24 @@
-GARNAME = libxtst
-GARVERSION = 1.0.99.2
+GARNAME = libxext
+GARVERSION = 1.0.99.4
CATEGORIES = x11
-DESCRIPTION =
+DESCRIPTION = X11 miscellaneous extensions library1
define BLURB
- Long description
+ LibXext provides an X Window System client interface to several extensions
+ to the X protocol, iincluding DOUBLE-BUFFER (DBE), DPMS, Extended-Visual-Information
+ (EVI), LBX, MIT-SHM, MIT-SUNDRY-NONSTANDARD, Multi-Buffering, SECURITY, SHAPE,
+ SHAPE, SYNC, TOG-CUP, XC-APPGROUP, XC-MISC, XTEST and possibly others.
endef
MASTER_SITES = $(X11_LIB_MASTER_SITE)
-DISTNAME = libXtst-$(GARVERSION)
+DISTNAME = libXext-$(GARVERSION)
DISTFILES = $(DISTNAME).tar.bz2
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
-# If the url used to check for software update is different of MASTER_SITES, then
-# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
-# UPSTREAM_MASTER_SITES =
+PREREQUISITE_PKGS = CSWxextproto
+REQUIRED_PKGS = CSWlibx11
BUILD64 = 1
NOISALIST = 1
Modified: csw/mgar/pkg/x11/libxext/trunk/checksums
===================================================================
--- csw/mgar/pkg/x11/libxtst/trunk/checksums 2009-09-17 13:43:50 UTC (rev 6334)
+++ csw/mgar/pkg/x11/libxext/trunk/checksums 2009-09-17 14:03:55 UTC (rev 6336)
@@ -1 +1 @@
-b5edc35ca9b9ba4133a3fa34cb1b00f8 download/libXtst-1.0.99.2.tar.bz2
+24da44888b87c66edb326acec35b85aa download/libXext-1.0.99.4.tar.bz2
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