Received: by mail.netbsd.org (Postfix, from userid 605) id F321784DE5; Sun, 11 Feb 2018 20:13:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7EFC484D72 for ; Sun, 11 Feb 2018 20:13:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id TmCtejhccOjd for ; Sun, 11 Feb 2018 20:13:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9B20184CEF for ; Sun, 11 Feb 2018 20:13:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 917C3FB40; Sun, 11 Feb 2018 20:13:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151837998810960" MIME-Version: 1.0 Date: Sun, 11 Feb 2018 20:13:08 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xorgproto To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180211201308.917C3FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_151837998810960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Feb 11 20:13:08 UTC 2018 Added Files: pkgsrc/x11/xorgproto: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: x11/xorgproto: import xorgproto-2018.1 This package combines the X protocol headers, which were formerly scattered in individual packages. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/x11/xorgproto/DESCR \ pkgsrc/x11/xorgproto/Makefile pkgsrc/x11/xorgproto/PLIST \ pkgsrc/x11/xorgproto/buildlink3.mk pkgsrc/x11/xorgproto/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151837998810960 Content-Disposition: inline Content-Length: 9847 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/x11/xorgproto/DESCR diff -u /dev/null pkgsrc/x11/xorgproto/DESCR:1.1 --- /dev/null Sun Feb 11 20:13:08 2018 +++ pkgsrc/x11/xorgproto/DESCR Sun Feb 11 20:13:08 2018 @@ -0,0 +1,2 @@ +This package combines the X protocol headers, which were formerly +scattered in individual packages. Index: pkgsrc/x11/xorgproto/Makefile diff -u /dev/null pkgsrc/x11/xorgproto/Makefile:1.1 --- /dev/null Sun Feb 11 20:13:08 2018 +++ pkgsrc/x11/xorgproto/Makefile Sun Feb 11 20:13:08 2018 @@ -0,0 +1,54 @@ +# $NetBSD: Makefile,v 1.1 2018/02/11 20:13:08 wiz Exp $ + +DISTNAME= xorgproto-2018.1 +CATEGORIES= x11 devel +MASTER_SITES= ${MASTER_SITE_XORG:=proto/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= Various X headers from Xorg X11 +LICENSE= mit + +GNU_CONFIGURE= yes +USE_LANGUAGES= c + +PKGCONFIG_OVERRIDE+= applewmproto.pc.in +PKGCONFIG_OVERRIDE+= bigreqsproto.pc.in +PKGCONFIG_OVERRIDE+= compositeproto.pc.in +PKGCONFIG_OVERRIDE+= damageproto.pc.in +PKGCONFIG_OVERRIDE+= dmxproto.pc.in +PKGCONFIG_OVERRIDE+= dri2proto.pc.in +PKGCONFIG_OVERRIDE+= dri3proto.pc.in +PKGCONFIG_OVERRIDE+= evieproto.pc.in +PKGCONFIG_OVERRIDE+= fixesproto.pc.in +PKGCONFIG_OVERRIDE+= fontcacheproto.pc.in +PKGCONFIG_OVERRIDE+= fontsproto.pc.in +PKGCONFIG_OVERRIDE+= glproto.pc.in +PKGCONFIG_OVERRIDE+= inputproto.pc.in +PKGCONFIG_OVERRIDE+= kbproto.pc.in +PKGCONFIG_OVERRIDE+= lg3dproto.pc.in +PKGCONFIG_OVERRIDE+= presentproto.pc.in +PKGCONFIG_OVERRIDE+= printproto.pc.in +PKGCONFIG_OVERRIDE+= randrproto.pc.in +PKGCONFIG_OVERRIDE+= recordproto.pc.in +PKGCONFIG_OVERRIDE+= renderproto.pc.in +PKGCONFIG_OVERRIDE+= resourceproto.pc.in +PKGCONFIG_OVERRIDE+= scrnsaverproto.pc.in +PKGCONFIG_OVERRIDE+= trapproto.pc.in +PKGCONFIG_OVERRIDE+= videoproto.pc.in +PKGCONFIG_OVERRIDE+= windowswmproto.pc.in +PKGCONFIG_OVERRIDE+= xcalibrateproto.pc.in +PKGCONFIG_OVERRIDE+= xcmiscproto.pc.in +PKGCONFIG_OVERRIDE+= xextproto.pc.in +PKGCONFIG_OVERRIDE+= xf86bigfontproto.pc.in +PKGCONFIG_OVERRIDE+= xf86dgaproto.pc.in +PKGCONFIG_OVERRIDE+= xf86driproto.pc.in +PKGCONFIG_OVERRIDE+= xf86miscproto.pc.in +PKGCONFIG_OVERRIDE+= xf86rushproto.pc.in +PKGCONFIG_OVERRIDE+= xf86vidmodeproto.pc.in +PKGCONFIG_OVERRIDE+= xineramaproto.pc.in +PKGCONFIG_OVERRIDE+= xproto.pc.in +PKGCONFIG_OVERRIDE+= xproxymngproto.pc.in + +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/x11/xorgproto/PLIST diff -u /dev/null pkgsrc/x11/xorgproto/PLIST:1.1 --- /dev/null Sun Feb 11 20:13:08 2018 +++ pkgsrc/x11/xorgproto/PLIST Sun Feb 11 20:13:08 2018 @@ -0,0 +1,186 @@ +@comment $NetBSD: PLIST,v 1.1 2018/02/11 20:13:08 wiz Exp $ +include/GL/glxint.h +include/GL/glxmd.h +include/GL/glxproto.h +include/GL/glxtokens.h +include/GL/internal/glcore.h +include/X11/DECkeysym.h +include/X11/HPkeysym.h +include/X11/PM/PM.h +include/X11/PM/PMproto.h +include/X11/Sunkeysym.h +include/X11/X.h +include/X11/XF86keysym.h +include/X11/XWDFile.h +include/X11/Xalloca.h +include/X11/Xarch.h +include/X11/Xatom.h +include/X11/Xdefs.h +include/X11/Xfuncproto.h +include/X11/Xfuncs.h +include/X11/Xmd.h +include/X11/Xos.h +include/X11/Xos_r.h +include/X11/Xosdefs.h +include/X11/Xpoll.h +include/X11/Xproto.h +include/X11/Xprotostr.h +include/X11/Xthreads.h +include/X11/Xw32defs.h +include/X11/Xwindows.h +include/X11/Xwinsock.h +include/X11/ap_keysym.h +include/X11/dri/xf86dri.h +include/X11/dri/xf86driproto.h +include/X11/dri/xf86dristr.h +include/X11/extensions/EVI.h +include/X11/extensions/EVIproto.h +include/X11/extensions/XI.h +include/X11/extensions/XI2.h +include/X11/extensions/XI2proto.h +include/X11/extensions/XIproto.h +include/X11/extensions/XKB.h +include/X11/extensions/XKBgeom.h +include/X11/extensions/XKBproto.h +include/X11/extensions/XKBsrv.h +include/X11/extensions/XKBstr.h +include/X11/extensions/XResproto.h +include/X11/extensions/Xv.h +include/X11/extensions/XvMC.h +include/X11/extensions/XvMCproto.h +include/X11/extensions/Xvproto.h +include/X11/extensions/ag.h +include/X11/extensions/agproto.h +include/X11/extensions/applewmconst.h +include/X11/extensions/applewmproto.h +include/X11/extensions/bigreqsproto.h +include/X11/extensions/bigreqstr.h +include/X11/extensions/composite.h +include/X11/extensions/compositeproto.h +include/X11/extensions/cup.h +include/X11/extensions/cupproto.h +include/X11/extensions/damageproto.h +include/X11/extensions/damagewire.h +include/X11/extensions/dbe.h +include/X11/extensions/dbeproto.h +include/X11/extensions/dmx.h +include/X11/extensions/dmxproto.h +include/X11/extensions/dpmsconst.h +include/X11/extensions/dpmsproto.h +include/X11/extensions/dri2proto.h +include/X11/extensions/dri2tokens.h +include/X11/extensions/dri3proto.h +include/X11/extensions/ge.h +include/X11/extensions/geproto.h +include/X11/extensions/lbx.h +include/X11/extensions/lbxproto.h +include/X11/extensions/mitmiscconst.h +include/X11/extensions/mitmiscproto.h +include/X11/extensions/multibufconst.h +include/X11/extensions/multibufproto.h +include/X11/extensions/panoramiXproto.h +include/X11/extensions/presentproto.h +include/X11/extensions/presenttokens.h +include/X11/extensions/randr.h +include/X11/extensions/randrproto.h +include/X11/extensions/recordconst.h +include/X11/extensions/recordproto.h +include/X11/extensions/recordstr.h +include/X11/extensions/render.h +include/X11/extensions/renderproto.h +include/X11/extensions/saver.h +include/X11/extensions/saverproto.h +include/X11/extensions/secur.h +include/X11/extensions/securproto.h +include/X11/extensions/shapeconst.h +include/X11/extensions/shapeproto.h +include/X11/extensions/shapestr.h +include/X11/extensions/shm.h +include/X11/extensions/shmproto.h +include/X11/extensions/shmstr.h +include/X11/extensions/syncconst.h +include/X11/extensions/syncproto.h +include/X11/extensions/syncstr.h +include/X11/extensions/vldXvMC.h +include/X11/extensions/windowswm.h +include/X11/extensions/windowswmstr.h +include/X11/extensions/xcmiscproto.h +include/X11/extensions/xcmiscstr.h +include/X11/extensions/xf86bigfont.h +include/X11/extensions/xf86bigfproto.h +include/X11/extensions/xf86bigfstr.h +include/X11/extensions/xf86dga.h +include/X11/extensions/xf86dga1const.h +include/X11/extensions/xf86dga1proto.h +include/X11/extensions/xf86dga1str.h +include/X11/extensions/xf86dgaconst.h +include/X11/extensions/xf86dgaproto.h +include/X11/extensions/xf86dgastr.h +include/X11/extensions/xf86misc.h +include/X11/extensions/xf86mscstr.h +include/X11/extensions/xf86vm.h +include/X11/extensions/xf86vmproto.h +include/X11/extensions/xf86vmstr.h +include/X11/extensions/xfixesproto.h +include/X11/extensions/xfixeswire.h +include/X11/extensions/xtestconst.h +include/X11/extensions/xtestext1const.h +include/X11/extensions/xtestext1proto.h +include/X11/extensions/xtestproto.h +include/X11/extensions/xtrapbits.h +include/X11/extensions/xtrapddmi.h +include/X11/extensions/xtrapdi.h +include/X11/extensions/xtrapemacros.h +include/X11/extensions/xtraplib.h +include/X11/extensions/xtraplibp.h +include/X11/extensions/xtrapproto.h +include/X11/fonts/FS.h +include/X11/fonts/FSproto.h +include/X11/fonts/font.h +include/X11/fonts/fontproto.h +include/X11/fonts/fontstruct.h +include/X11/fonts/fsmasks.h +include/X11/keysym.h +include/X11/keysymdef.h +share/doc/xorgproto/PM_spec +share/doc/xorgproto/compositeproto.txt +share/doc/xorgproto/damageproto.txt +share/doc/xorgproto/dri2proto.txt +share/doc/xorgproto/dri3proto.txt +share/doc/xorgproto/fixesproto.txt +share/doc/xorgproto/presentproto.txt +share/doc/xorgproto/randrproto.txt +share/doc/xorgproto/renderproto.txt +share/doc/xorgproto/resproto.txt +share/doc/xorgproto/xv-protocol-v2.txt +share/pkgconfig/applewmproto.pc +share/pkgconfig/bigreqsproto.pc +share/pkgconfig/compositeproto.pc +share/pkgconfig/damageproto.pc +share/pkgconfig/dmxproto.pc +share/pkgconfig/dri2proto.pc +share/pkgconfig/dri3proto.pc +share/pkgconfig/fixesproto.pc +share/pkgconfig/fontsproto.pc +share/pkgconfig/glproto.pc +share/pkgconfig/inputproto.pc +share/pkgconfig/kbproto.pc +share/pkgconfig/presentproto.pc +share/pkgconfig/randrproto.pc +share/pkgconfig/recordproto.pc +share/pkgconfig/renderproto.pc +share/pkgconfig/resourceproto.pc +share/pkgconfig/scrnsaverproto.pc +share/pkgconfig/trapproto.pc +share/pkgconfig/videoproto.pc +share/pkgconfig/windowswmproto.pc +share/pkgconfig/xcmiscproto.pc +share/pkgconfig/xextproto.pc +share/pkgconfig/xf86bigfontproto.pc +share/pkgconfig/xf86dgaproto.pc +share/pkgconfig/xf86driproto.pc +share/pkgconfig/xf86miscproto.pc +share/pkgconfig/xf86vidmodeproto.pc +share/pkgconfig/xineramaproto.pc +share/pkgconfig/xproto.pc +share/pkgconfig/xproxymngproto.pc Index: pkgsrc/x11/xorgproto/buildlink3.mk diff -u /dev/null pkgsrc/x11/xorgproto/buildlink3.mk:1.1 --- /dev/null Sun Feb 11 20:13:08 2018 +++ pkgsrc/x11/xorgproto/buildlink3.mk Sun Feb 11 20:13:08 2018 @@ -0,0 +1,12 @@ +# $NetBSD: buildlink3.mk,v 1.1 2018/02/11 20:13:08 wiz Exp $ + +BUILDLINK_TREE+= xorgproto + +.if !defined(XORGPROTO_BUILDLINK3_MK) +XORGPROTO_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.xorgproto+= xorgproto>=2018.1 +BUILDLINK_PKGSRCDIR.xorgproto?= ../../x11/xorgproto +.endif # XORGPROTO_BUILDLINK3_MK + +BUILDLINK_TREE+= -xorgproto Index: pkgsrc/x11/xorgproto/distinfo diff -u /dev/null pkgsrc/x11/xorgproto/distinfo:1.1 --- /dev/null Sun Feb 11 20:13:08 2018 +++ pkgsrc/x11/xorgproto/distinfo Sun Feb 11 20:13:08 2018 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/02/11 20:13:08 wiz Exp $ + +SHA1 (xorgproto-2018.1.tar.bz2) = c40c6858928dfaaf9fd7128c7927113668c85864 +RMD160 (xorgproto-2018.1.tar.bz2) = 6c610e98618de2077ad2f823ea385d890dc7da98 +SHA512 (xorgproto-2018.1.tar.bz2) = eaad8947f8cda4683bd952706feaa926eed06c508925d3bed7c9a610f925844d3546bbfe49b5403220ca812d63442ca6a72e65ecc50a71899aadf60875156800 +Size (xorgproto-2018.1.tar.bz2) = 380282 bytes --_----------=_151837998810960--