Download raw body.
ttyp0-font update
On 2025/11/03 14:13, Manuel Giraud wrote:
> Hi Stuart,
>
> I have proposed a patch for this update since sometimes now (see below).
> Yours seems to be a better fit but maybe we could keep part of the
> documentation like I did. WDYT?
already committed, but I like doc/charset and CheckRendering.txt.
diff on top of what's in:
Index: Makefile
===================================================================
RCS file: /cvs/ports/fonts/ttyp0-font/Makefile,v
diff -u -p -r1.4 Makefile
--- Makefile 3 Nov 2025 11:08:50 -0000 1.4
+++ Makefile 3 Nov 2025 13:28:59 -0000
@@ -1,6 +1,7 @@
COMMENT = monospace bitmap screen fonts
PKGNAME = ttyp0-2.1
+REVISION = 0
DISTNAME = uw-${PKGNAME}
CATEGORIES = fonts x11
@@ -74,6 +75,8 @@ post-configure:
done
pre-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/fonts/uw-ttyp0
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/{doc,fonts}/uw-ttyp0
+ cd ${WRKSRC}/doc; ${INSTALL_DATA} Charset *.txt FAQ.html \
+ DesignNotes.html ${PREFIX}/share/doc/uw-ttyp0
.include <bsd.port.mk>
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/fonts/ttyp0-font/pkg/PLIST,v
diff -u -p -r1.3 PLIST
--- pkg/PLIST 3 Nov 2025 11:08:50 -0000 1.3
+++ pkg/PLIST 3 Nov 2025 13:28:59 -0000
@@ -1,3 +1,9 @@
+share/doc/uw-ttyp0/
+share/doc/uw-ttyp0/Charset
+share/doc/uw-ttyp0/CheckRendering.txt
+share/doc/uw-ttyp0/DesignNotes.html
+share/doc/uw-ttyp0/FAQ.html
+share/doc/uw-ttyp0/Thanks.txt
share/fonts/
@fontdir share/fonts/uw-ttyp0/
share/fonts/uw-ttyp0/UW-Ttyp0-11-Bold.otb
ttyp0-font update