head 1.4; access; symbols pkgsrc-2026Q2:1.4.0.10 pkgsrc-2026Q2-base:1.4 pkgsrc-2026Q1:1.4.0.8 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.4.0.6 pkgsrc-2025Q4-base:1.4 pkgsrc-2025Q3:1.4.0.4 pkgsrc-2025Q3-base:1.4 pkgsrc-2025Q2:1.4.0.2 pkgsrc-2025Q2-base:1.4 pkgsrc-2025Q1:1.2.0.6 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.4 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.2 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.1.0.6 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.4 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.2 pkgsrc-2023Q4-base:1.1; locks; strict; comment @# @; 1.4 date 2025.06.18.07.22.08; author wiz; state Exp; branches; next 1.3; commitid bJVoxcuNCxAojlZF; 1.3 date 2025.05.05.18.37.14; author vins; state Exp; branches; next 1.2; commitid 3ewB1NSOYxSGrKTF; 1.2 date 2024.08.01.18.50.46; author vins; state Exp; branches; next 1.1; commitid dn7YinxuRPf1r9kF; 1.1 date 2023.10.01.13.57.49; author vins; state Exp; branches; next ; commitid 4AN9TBUai3LGCVGE; desc @@ 1.4 log @leahfonts: set DIST_SUBDIR at some point the fonts changed, so make sure we download new copies @ text @# $NetBSD: Makefile,v 1.3 2025/05/05 18:37:14 vins Exp $ PKGNAME= leahfonts-20170708 PKGREVISION= 2 CATEGORIES= fonts MASTER_SITES= https://git.vuxu.org/ DIST_SUBDIR= leahfonts-20170708-v2 EXTRACT_SUFX= .tar.xz DISTFILES= 5x13-master.tar.xz sq-master.tar.xz \ smalltalk10.bdf SITES.5x13-master.tar.xz= ${MASTER_SITES}/5x13/snapshot/ SITES.sq-master.tar.xz= ${MASTER_SITES}/sq/snapshot/ SITES.smalltalk10.bdf= https://leahneukirchen.org/fonts/ MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://leahneukirchen.org/fonts/ COMMENT= Bitmap fonts by Leah Neukirchen LICENSE= public-domain USE_LANGUAGES= # none USE_TOOLS+= bdftopcf gzip NO_CONFIGURE= yes FONTS= 5x13 smalltalk10 sq sqb FONTDIR= share/fonts/X11/PCF REQD_DIRS= ${FONTDIR} FONTS_DIRS.x11= ${FONTDIR} INSTALLATION_DIRS= ${FONTDIR} post-extract: ${RUN}${MKDIR} ${WRKDIR}/${PKGNAME_NOREV} ${RUN}cd ${WRKDIR} && \ for FONT in smalltalk10 5x13-master/5x13 \ sq-master/sq sq-master/sqb; do \ ${MV} $${FONT}.bdf ${WRKSRC}; \ done do-build: ${RUN}cd ${WRKSRC} && \ for FONT in ${FONTS}; do \ bdftopcf $${FONT}.bdf | \ ${GZIP_CMD} -c >$${FONT}.pcf.gz; \ done do-install: ${RUN}for FONT in ${FONTS}; do \ ${INSTALL_DATA} ${WRKSRC}/$${FONT}.pcf.gz \ ${DESTDIR}${PREFIX}/${FONTDIR}; \ done .include "../../mk/bsd.pkg.mk" @ 1.3 log @fonts/*: move bitmap fonts to X11/PCF Use common 'PCF' FONTS_DIRS.x11 for those *.pcf bitmap fonts I commited. Remove MESSAGE, simplify Makefile and bump revision. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2024/08/01 18:50:46 vins Exp $ d4 1 a4 1 PKGREVISION= 1 d7 1 a7 1 DIST_SUBDIR= ${PKGNAME_NOREV} @ 1.2 log @*: drop maintainership of discontinued project @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2023/10/01 13:57:49 vins Exp $ d4 1 d27 4 a30 3 FONTDIR= share/fonts/X11/${PKGBASE} REQD_DIRS= ${FONTDIR} FONTS_DIRS.x11= ${FONTDIR} a32 1 MESSAGE_SUBST+= FONTDIR=${FONTDIR:Q} a44 1 ${ECHO_N} "Compiling font $${FONT} ... "; \ a46 1 ${ECHO} "done"; \ a50 1 ${ECHO_N} "Installing font $${FONT} ... "; \ a52 1 ${ECHO} "done"; \ a54 5 post-install: ${RUN}${ECHO_N} "Installing font aliases ... "; \ ${INSTALL_DATA} ${FILESDIR}/fonts.alias \ ${DESTDIR}${PREFIX}/${FONTDIR}; @ 1.1 log @fonts/leahfonts: initial import of leahfonts-20170708 Leah Fonts is a collection of bitmap fonts designed by Leah Neukirchen, for those who still prefer a crispier look over TrueType. Included fonts are: * sq - 7x15 pixel font inspired by Codec and Quadraat Sans Mono. Public domain, 2012. Covers full Latin-1 range. Normal and bold. * 5x13 - condensed pixel font built on 6x13. A well readable font that is only five pixels wide, such that you can fit four 80-chars wide shells next to each other on a 1600x1200 display. Partial Latin-1 support (German subset). Normal only. * smalltalk10 - the font of the Smalltalk 80 system. A pixel perfect restauration of the Smalltalk 80 variable width font "sans-serif 10" as provided in the image tape by Mario Wolczko, using the emulator by Dan Banay. Covers only printable 7-bit ASCII. Normal shape only. @ text @d1 1 a1 1 # $NetBSD$ d15 1 a15 1 MAINTAINER= vins@@NetBSD.org @