pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/randrext initial import of randext 1.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/8bf72e8b6dd0
branches: trunk
changeset: 464193:8bf72e8b6dd0
user: recht <recht%pkgsrc.org@localhost>
date: Thu Dec 04 14:39:55 2003 +0000
description:
initial import of randext 1.0
This package contains header files and documentation for the RandR
extension. Library and server implementations are separate.
diffstat:
x11/randrext/DESCR | 2 ++
x11/randrext/Makefile | 19 +++++++++++++++++++
x11/randrext/PLIST | 6 ++++++
x11/randrext/buildlink2.mk | 25 +++++++++++++++++++++++++
x11/randrext/distinfo | 4 ++++
5 files changed, 56 insertions(+), 0 deletions(-)
diffs (76 lines):
diff -r 961c6e6b87dd -r 8bf72e8b6dd0 x11/randrext/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/randrext/DESCR Thu Dec 04 14:39:55 2003 +0000
@@ -0,0 +1,2 @@
+This package contains header files and documentation for the RandR
+extension. Library and server implementations are separate.
diff -r 961c6e6b87dd -r 8bf72e8b6dd0 x11/randrext/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/randrext/Makefile Thu Dec 04 14:39:55 2003 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/04 14:39:55 recht Exp $
+#
+
+DISTNAME= randrext-1.0
+CATEGORIES= x11 devel
+MASTER_SITES= http://freedesktop.org/~xlibs/dist/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= xtraeme%NetBSD.org@localhost
+HOMEPAGE= http://freedesktop.org/
+COMMENT= RandR extension (Headers and documentation files)
+
+USE_BUILDLINK2= yes
+GNU_CONFIGURE= yes
+
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/randr.pc.in
+
+.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 961c6e6b87dd -r 8bf72e8b6dd0 x11/randrext/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/randrext/PLIST Thu Dec 04 14:39:55 2003 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/04 14:39:56 recht Exp $
+include/X11/extensions/randr.h
+include/X11/extensions/randrproto.h
+lib/pkgconfig/randr.pc
+share/doc/randr/protocol
+@dirrm share/doc/randr
diff -r 961c6e6b87dd -r 8bf72e8b6dd0 x11/randrext/buildlink2.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/randrext/buildlink2.mk Thu Dec 04 14:39:55 2003 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/12/04 14:39:56 recht Exp $
+#
+# This Makefile fragment is included by packages that use randrext.
+#
+# This file was created automatically using createbuildlink 2.8.
+#
+
+.if !defined(RANDREXT_BUILDLINK2_MK)
+RANDREXT_BUILDLINK2_MK= # defined
+
+BUILDLINK_PACKAGES+= randrext
+BUILDLINK_DEPENDS.randrext?= randrext>=1.0
+BUILDLINK_PKGSRCDIR.randrext?= ../../x11/randrext
+
+EVAL_PREFIX+= BUILDLINK_PREFIX.randrext=randrext
+BUILDLINK_PREFIX.randrext_DEFAULT= ${LOCALBASE}
+BUILDLINK_FILES.randrext+= include/X11/extensions/randr.h
+BUILDLINK_FILES.randrext+= include/X11/extensions/randrproto.h
+
+
+BUILDLINK_TARGETS+= randrext-buildlink
+
+randrext-buildlink: _BUILDLINK_USE
+
+.endif # RANDREXT_BUILDLINK2_MK
diff -r 961c6e6b87dd -r 8bf72e8b6dd0 x11/randrext/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/randrext/distinfo Thu Dec 04 14:39:55 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/04 14:39:56 recht Exp $
+
+SHA1 (randrext-1.0.tar.bz2) = 991f493a77deecd49d43d2db0c362d97c337c7bf
+Size (randrext-1.0.tar.bz2) = 43894 bytes
Home |
Main Index |
Thread Index |
Old Index