pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/presentproto Import presentproto-1.0 as x11/presen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed9ebad61902
branches:  trunk
changeset: 626121:ed9ebad61902
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 01 20:36:57 2013 +0000

description:
Import presentproto-1.0 as x11/presentproto.

The Present extension provides a way for applications to update
their window contents from a pixmap in a well defined fashion,
synchronizing with the display refresh and potentially using a more
efficient mechanism than copying the contents of the source pixmap.

diffstat:

 x11/presentproto/DESCR    |   4 ++++
 x11/presentproto/Makefile |  19 +++++++++++++++++++
 x11/presentproto/PLIST    |   5 +++++
 x11/presentproto/distinfo |   5 +++++
 4 files changed, 33 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r a84066bd0432 -r ed9ebad61902 x11/presentproto/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/presentproto/DESCR    Fri Nov 01 20:36:57 2013 +0000
@@ -0,0 +1,4 @@
+The Present extension provides a way for applications to update
+their window contents from a pixmap in a well defined fashion,
+synchronizing with the display refresh and potentially using a more
+efficient mechanism than copying the contents of the source pixmap.
diff -r a84066bd0432 -r ed9ebad61902 x11/presentproto/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/presentproto/Makefile Fri Nov 01 20:36:57 2013 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2013/11/01 20:36:57 wiz Exp $
+
+DISTNAME=      presentproto-1.0
+CATEGORIES=    x11
+MASTER_SITES=  http://xorg.freedesktop.org/archive/individual/proto/
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+#HOMEPAGE=
+COMMENT=       X11 extension for efficient window updates
+#LICENSE=      # TODO: (see mk/license.mk)
+
+GNU_CONFIGURE= yes
+USE_TOOLS+=    pkg-config
+USE_LANGUAGES= c
+
+PKGCONFIG_OVERRIDE+=   presentproto.pc.in
+
+.include "../../mk/bsd.pkg.mk"
diff -r a84066bd0432 -r ed9ebad61902 x11/presentproto/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/presentproto/PLIST    Fri Nov 01 20:36:57 2013 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2013/11/01 20:36:57 wiz Exp $
+include/X11/extensions/presentproto.h
+include/X11/extensions/presenttokens.h
+lib/pkgconfig/presentproto.pc
+share/doc/presentproto/presentproto.txt
diff -r a84066bd0432 -r ed9ebad61902 x11/presentproto/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/presentproto/distinfo Fri Nov 01 20:36:57 2013 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/11/01 20:36:57 wiz Exp $
+
+SHA1 (presentproto-1.0.tar.bz2) = 432371cdc464881029c3f39f9bf81cc80a484e54
+RMD160 (presentproto-1.0.tar.bz2) = 93700b9828658624d74f751939d7deea062c7363
+Size (presentproto-1.0.tar.bz2) = 107998 bytes



Home | Main Index | Thread Index | Old Index