Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jan 2026 08:06:39 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        SAKAI Hiroaki <kozos@kozos.jp>
Subject:   git: 4ac834f54961 - main - lang/nll: Update 20250805a => 20260110a
Message-ID:  <6964ab8f.9c81.2dcbcbf0@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4ac834f54961e497827a80eed756cc5cfdadd8d3

commit 4ac834f54961e497827a80eed756cc5cfdadd8d3
Author:     SAKAI Hiroaki <kozos@kozos.jp>
AuthorDate: 2026-01-12 08:00:54 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-01-12 08:00:54 +0000

    lang/nll: Update 20250805a => 20260110a
    
    Changelog:
    - Added the 5x5font.
    - Added the basic color mode.
    - Added the integer math functions.
    - Much memory reduction measures.
    - Many modifications for micro:bit.
    - Some minimal corrections.
    https://kozos.jp/nlux/download.html
    
    - Improve port-install-* readability.
    - Merge INSTALL_DATA in post-install-EXAMPLES-on.
    
    PR:     292355
---
 lang/nll/Makefile | 13 +++++++------
 lang/nll/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/lang/nll/Makefile b/lang/nll/Makefile
index 53c78c46148e..73aad6b720a5 100644
--- a/lang/nll/Makefile
+++ b/lang/nll/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	nll
-PORTVERSION=	20250805a
+PORTVERSION=	20260110a
 CATEGORIES=	lang
 MASTER_SITES=	https://kozos.jp/nlux/archive/
 DISTNAME=	nlux-alpha-${PORTVERSION:C|[a-zA-Z]*$||}
@@ -92,13 +92,14 @@ post-install:
 
 post-install-DOCS-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S/^/${WRKSRC}\//} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 
 post-install-EXAMPLES-on:
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-	${INSTALL_DATA} ${PORTEXAMPLES:S/^/${WRKSRC}\/samples\//} ${STAGEDIR}${EXAMPLESDIR}
-	${INSTALL_DATA} ${PORTEXAMPLES:S/^/${WRKSRC}\/samples\/graphic\//} ${STAGEDIR}${EXAMPLESDIR}
-	${INSTALL_DATA} ${PORTEXAMPLES:S/^/${WRKSRC}\/samples\/audio\//} ${STAGEDIR}${EXAMPLESDIR}
-	${INSTALL_DATA} ${PORTEXAMPLES:S/^/${WRKSRC}\/samples\/network\//} ${STAGEDIR}${EXAMPLESDIR}
+	${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/samples/|} \
+			${PORTEXAMPLES:S|^|${WRKSRC}/samples/graphic/|} \
+			${PORTEXAMPLES:S|^|${WRKSRC}/samples/audio/|} \
+			${PORTEXAMPLES:S|^|${WRKSRC}/samples/network/|} \
+		${STAGEDIR}${EXAMPLESDIR}
 
 .include <bsd.port.mk>
diff --git a/lang/nll/distinfo b/lang/nll/distinfo
index 5065d58d5175..dfcc8092aaf8 100644
--- a/lang/nll/distinfo
+++ b/lang/nll/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1754387485
-SHA256 (nlux-alpha-20250805.zip) = 0eba132f6ce0106d8ddfb0da662aeb67f6d594e86fb66986a11e013c244f7d26
-SIZE (nlux-alpha-20250805.zip) = 1261758
+TIMESTAMP = 1768119125
+SHA256 (nlux-alpha-20260110.zip) = 1bcea5aa8b41592760bdce1b37810a9a99e6159154a6abf1a56ae6b203136e6e
+SIZE (nlux-alpha-20260110.zip) = 1273730


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6964ab8f.9c81.2dcbcbf0>