Index | Thread | Search

From:
Manuel Giraud <manuel@ledu-giraud.fr>
Subject:
Re: missing images in ttyp0 doc
To:
ports@openbsd.org
Date:
Fri, 19 Dec 2025 13:03:55 +0100

Download raw body.

Thread
Friendly ping.

Manuel Giraud <manuel@ledu-giraud.fr> writes:

> Hi,
>
> Here is a patch that add two images to ttyp0 documentation.  Those two
> images are mentioned in FAQ.html
>
> cvs server: Diffing .
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/fonts/ttyp0-font/Makefile,v
> diff -u -p -r1.5 Makefile
> --- Makefile	10 Nov 2025 19:10:23 -0000	1.5
> +++ Makefile	1 Dec 2025 13:17:19 -0000
> @@ -1,7 +1,7 @@
>  COMMENT =		monospace bitmap screen fonts
>  
>  PKGNAME =		ttyp0-2.1
> -REVISION =		0
> +REVISION =		1
>  DISTNAME =		uw-${PKGNAME}
>  CATEGORIES =		fonts x11
>  
> @@ -76,7 +76,9 @@ post-configure:
>  
>  pre-install:
>  	${INSTALL_DATA_DIR} ${PREFIX}/share/{doc,fonts}/uw-ttyp0
> +	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/uw-ttyp0/img
>  	cd ${WRKSRC}/doc; ${INSTALL_DATA} Charset *.txt FAQ.html \
> -		DesignNotes.html ${PREFIX}/share/doc/uw-ttyp0
> +		DesignNotes.html ${PREFIX}/share/doc/uw-ttyp0; \
> +		${INSTALL_DATA} img/gmn*.png ${PREFIX}/share/doc/uw-ttyp0/img
>  
>  .include <bsd.port.mk>
> cvs server: Diffing patches
> cvs server: Diffing pkg
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/fonts/ttyp0-font/pkg/PLIST,v
> diff -u -p -r1.4 PLIST
> --- pkg/PLIST	10 Nov 2025 19:10:23 -0000	1.4
> +++ pkg/PLIST	1 Dec 2025 13:17:19 -0000
> @@ -4,6 +4,9 @@ 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/doc/uw-ttyp0/img/
> +share/doc/uw-ttyp0/img/gmn-6x12-mod.png
> +share/doc/uw-ttyp0/img/gmn-6x12-orig.png
>  share/fonts/
>  @fontdir share/fonts/uw-ttyp0/
>  share/fonts/uw-ttyp0/UW-Ttyp0-11-Bold.otb

-- 
Manuel Giraud