pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xineramaproto Import xineramaproto-1.0.2 from pkgs...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5dab71c05662
branches:  trunk
changeset: 521015:5dab71c05662
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Nov 03 20:07:33 2006 +0000

description:
Import xineramaproto-1.0.2 from pkgsrc-wip:
This provides the Xinerama extension headers from modular X.org X11
project.

diffstat:

 x11/xineramaproto/DESCR         |   2 ++
 x11/xineramaproto/Makefile      |  22 ++++++++++++++++++++++
 x11/xineramaproto/PLIST         |   6 ++++++
 x11/xineramaproto/buildlink3.mk |  23 +++++++++++++++++++++++
 x11/xineramaproto/distinfo      |   5 +++++
 5 files changed, 58 insertions(+), 0 deletions(-)

diffs (78 lines):

diff -r db83c95dfc7c -r 5dab71c05662 x11/xineramaproto/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xineramaproto/DESCR   Fri Nov 03 20:07:33 2006 +0000
@@ -0,0 +1,2 @@
+This provides the Xinerama extension headers from modular X.org X11
+project.
diff -r db83c95dfc7c -r 5dab71c05662 x11/xineramaproto/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xineramaproto/Makefile        Fri Nov 03 20:07:33 2006 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 20:07:33 joerg Exp $
+#
+
+DISTNAME=              xineramaproto-1.1.2
+CATEGORIES=            x11
+MASTER_SITES=          http://xorg.freedesktop.org/releases/individual/proto/
+EXTRACT_SUFX=          .tar.bz2
+
+MAINTAINER=            joerg%NetBSD.org@localhost
+HOMEPAGE=              http://xorg.freedesktop.org/
+COMMENT=               Xinerama extension headers from X.org
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+GNU_CONFIGURE=         yes
+PKGCONFIG_OVERRIDE+=   xineramaproto.pc.in
+USE_LANGUAGES=         # empty
+
+BUILDLINK_DEPMETHOD.libX11?=   build # uses headers
+.include "../../x11/libX11/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r db83c95dfc7c -r 5dab71c05662 x11/xineramaproto/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xineramaproto/PLIST   Fri Nov 03 20:07:33 2006 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/03 20:07:33 joerg Exp $
+include/X11/extensions/Xinerama.h
+include/X11/extensions/panoramiXext.h
+include/X11/extensions/panoramiXproto.h
+lib/pkgconfig/xineramaproto.pc
+@comment @dirrm include/X11/extensions
diff -r db83c95dfc7c -r 5dab71c05662 x11/xineramaproto/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xineramaproto/buildlink3.mk   Fri Nov 03 20:07:33 2006 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/11/03 20:07:33 joerg Exp $
+
+BUILDLINK_DEPMETHOD.xineramaproto?=    build
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
+XINERAMAPROTO_BUILDLINK3_MK:=  ${XINERAMAPROTO_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+=    xineramaproto
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Nxineramaproto}
+BUILDLINK_PACKAGES+=   xineramaproto
+BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}xineramaproto
+
+.if ${XINERAMAPROTO_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.xineramaproto+=  xineramaproto>=1.1.1
+BUILDLINK_PKGSRCDIR.xineramaproto?=    ../../x11/xineramaproto
+.endif # XINERAMAPROTO_BUILDLINK3_MK
+
+.include "../../x11/libX11/buildlink3.mk"
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH:S/+$//}
diff -r db83c95dfc7c -r 5dab71c05662 x11/xineramaproto/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xineramaproto/distinfo        Fri Nov 03 20:07:33 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/11/03 20:07:33 joerg Exp $
+
+SHA1 (xineramaproto-1.1.2.tar.bz2) = d09ef306ffc0d058120051d88dd64776fd0de0d5
+RMD160 (xineramaproto-1.1.2.tar.bz2) = b51d1a9ce96b98ad1b2d2e6b28515b7ddee62ff5
+Size (xineramaproto-1.1.2.tar.bz2) = 38413 bytes



Home | Main Index | Thread Index | Old Index