pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/tinyx-wscons
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.
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@localhost
+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
Home |
Main Index |
Thread Index |
Old Index