Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=cHguIrgm; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=NRPAEYMf Received: by mail.netbsd.org (Postfix, from userid 605) id 3FE4B84EBA; Fri, 26 Apr 2024 07:23:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714116203; bh=khnV2gTExT1IiiYAMp9bZ+5MkymxH8f3GQwRAI1wh74=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=cHguIrgmJBXH0MR6kIoxBy/pPLwpUnwhKLG+BEhxszZBU3rb+oAmogo9HSUH6xJVb 73EXV6k01LBQ1FP6f+xQa5H29RaceqFbEMd5lP4JIZzwAk49lrZJtFe1LQt81PgMTr wHnVdQ/2zOlUWcbUCdl/BfFqfDAFFVh74kO2qO9I= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 30D6284D2F for ; Fri, 26 Apr 2024 07:23:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id tnHOb-xILua8 for ; Fri, 26 Apr 2024 07:23:21 +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 8E4FA84CCF for ; Fri, 26 Apr 2024 07:23:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714116201; bh=khnV2gTExT1IiiYAMp9bZ+5MkymxH8f3GQwRAI1wh74=; h=Date:From:Subject:To:Reply-To; b=NRPAEYMfzWoD/wWVmkU4SAtIa/jOVmWgVfanpXSpJgptxsfcyxgRfhdZJsqIUMmUw d+75yT/Kkcvh7lakJNnWUbZr7zpevU9so2E2SwFttKqe9ok4/bsF5mYSaQca2uJqfn mKY7KSGFF3An6t8fLCeJGE5QBRCC6gA7Ok5Ky1dw= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 837AFFA2C; Fri, 26 Apr 2024 07:23:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714116201215230" MIME-Version: 1.0 Date: Fri, 26 Apr 2024 07:23:21 +0000 From: "Nathanial Sloss" Subject: CVS commit: pkgsrc/x11/tinyx-wscons To: pkgsrc-changes@NetBSD.org Reply-To: nat@netbsd.org X-Mailer: log_accum Message-Id: <20240426072321.837AFFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714116201215230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nat Date: Fri Apr 26 07:23:21 UTC 2024 Added Files: pkgsrc/x11/tinyx-wscons: DESCR Makefile PLIST distinfo Log Message: tinyx-wscons. A fork of Tiny Core Linux tinyX with wscons(9) support. It currently supports colordepths of 4bpp to 32bpp with mouse and keyboard support. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/x11/tinyx-wscons/DESCR \ pkgsrc/x11/tinyx-wscons/Makefile pkgsrc/x11/tinyx-wscons/PLIST \ pkgsrc/x11/tinyx-wscons/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714116201215230 Content-Disposition: inline Content-Length: 2617 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/x11/tinyx-wscons/DESCR diff -u /dev/null pkgsrc/x11/tinyx-wscons/DESCR:1.1 --- /dev/null Fri Apr 26 07:23:21 2024 +++ pkgsrc/x11/tinyx-wscons/DESCR Fri Apr 26 07:23:21 2024 @@ -0,0 +1,6 @@ +tinyx-wscons: Mininal X11 from Tiny Core Linux supporting wscons(9). + +This comes with a small memory footprint and high performance. + +It lacks support for GL GLX and DRI. It is primarily targeted towards +older hardware. It has support for 16 color up to true color displays. Index: pkgsrc/x11/tinyx-wscons/Makefile diff -u /dev/null pkgsrc/x11/tinyx-wscons/Makefile:1.1 --- /dev/null Fri Apr 26 07:23:21 2024 +++ pkgsrc/x11/tinyx-wscons/Makefile Fri Apr 26 07:23:21 2024 @@ -0,0 +1,42 @@ +# $NetBSD: Makefile,v 1.1 2024/04/26 07:23:21 nat Exp $ + +VERSION= 0.3 +GITHUB_PROJECT= tinyx-wscons +DISTNAME= ${GITHUB_PROJECT}-${VERSION} + +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_GITHUB:=AceHusky12/} +EXTRACT_SUFX= .zip + +MAINTAINER= nat@NetBSD.org +HOMEPAGE= https://github.com/AceHusky12/tinyx-wscons +COMMENT= Minimal X11 from Tiny Core Linus with wscons support +LICENSE= gnu-gpl-v3 + +ONLY_FOR_PLATFORM= NetBSD-* OpenBSD-* + +.include "../../mk/bsd.prefs.mk" + + +USE_TOOLS+= gmake aclocal autoconf automake pkg-config +INSTALLATION_DIRS= sbin +GNU_CONFIGURE= yes + +SPECIAL_PERMS+= sbin/Xwscons ${SETUID_ROOT_PERMS} + +pre-configure: + cd ${WRKSRC} && ACLOCAL="aclocal -I ${X11BASE}/share/aclocal" \ + sh ./autogen.sh + +do-configure: + cd ${WRKSRC} && ./configure --prefix ${X11BASE} + +do-install: +.for f in Xwscons + ${INSTALL_SCRIPT} ${WRKSRC}/kdrive/wscons/${f} ${DESTDIR}${PREFIX}/sbin +.endfor + + +.include "../../graphics/freetype2/buildlink3.mk" +.include "../../mk/x11.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/x11/tinyx-wscons/PLIST diff -u /dev/null pkgsrc/x11/tinyx-wscons/PLIST:1.1 --- /dev/null Fri Apr 26 07:23:21 2024 +++ pkgsrc/x11/tinyx-wscons/PLIST Fri Apr 26 07:23:21 2024 @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2024/04/26 07:23:21 nat Exp $ +sbin/Xwscons Index: pkgsrc/x11/tinyx-wscons/distinfo diff -u /dev/null pkgsrc/x11/tinyx-wscons/distinfo:1.1 --- /dev/null Fri Apr 26 07:23:21 2024 +++ pkgsrc/x11/tinyx-wscons/distinfo Fri Apr 26 07:23:21 2024 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2024/04/26 07:23:21 nat Exp $ + +BLAKE2s (tinyx-wscons-0.3.zip) = c4f0f0e022bb1640770aa2c322ce663b3ca116ec27fbe0222e8bf455c27af429 +SHA512 (tinyx-wscons-0.3.zip) = 0ba9873e7a9673ac721d3225568397d710362a726721c893180e2d6bd18ccec06e5da5fe12b2f339e7f40d68d91c3280347cfd9483c09b5e271fcd2646b856f0 +Size (tinyx-wscons-0.3.zip) = 1090288 bytes --_----------=_1714116201215230--