Received: by mail.netbsd.org (Postfix, from userid 605) id 62EDD84DD2; Wed, 17 Jun 2020 11:06:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E018F84D82 for ; Wed, 17 Jun 2020 11:06:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id jBMg1DZHgW78 for ; Wed, 17 Jun 2020 11:06:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D4DE984D2D for ; Wed, 17 Jun 2020 11:06:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C6C4CFB28; Wed, 17 Jun 2020 11:06:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15923919888770" MIME-Version: 1.0 Date: Wed, 17 Jun 2020 11:06:28 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/fonts To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200617110628.C6C4CFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_15923919888770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Jun 17 11:06:28 UTC 2020 Modified Files: pkgsrc/fonts: Makefile Added Files: pkgsrc/fonts/uw-ttyp0: DESCR Makefile PLIST distinfo pkgsrc/fonts/uw-ttyp0/patches: patch-Makefile.in Log Message: fonts: Add uw-ttyp0 UW ttyp0 is a family of bitmap programmer's fonts in bdf format. It covers most of the Latin and Cyrillic alphabet, Greek, Armenian, Georgian (only Mkhedruli), Hebrew (without cantillation marks), Thai, most of IPA (but no UPA), standard punctuation, common symbols, some mathematics, line graphics, a few dingbats, and Powerline delimiter symbols. UW ttyp0 comes in nine sizes from 6x11 to 11x22. In all of the sizes there are regular and bold versions; for some there is also a (somewhat experimental) italic. To generate a diff of this commit: cvs rdiff -u -r1.340 -r1.341 pkgsrc/fonts/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/fonts/uw-ttyp0/DESCR \ pkgsrc/fonts/uw-ttyp0/Makefile pkgsrc/fonts/uw-ttyp0/PLIST \ pkgsrc/fonts/uw-ttyp0/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/fonts/uw-ttyp0/patches/patch-Makefile.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15923919888770 Content-Disposition: inline Content-Length: 10532 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/Makefile diff -u pkgsrc/fonts/Makefile:1.340 pkgsrc/fonts/Makefile:1.341 --- pkgsrc/fonts/Makefile:1.340 Sun May 10 05:39:31 2020 +++ pkgsrc/fonts/Makefile Wed Jun 17 11:06:28 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.340 2020/05/10 05:39:31 markd Exp $ +# $NetBSD: Makefile,v 1.341 2020/06/17 11:06:28 nia Exp $ # COMMENT= Fonts @@ -828,6 +828,7 @@ SUBDIR+= unscii SUBDIR+= uralic-ttf SUBDIR+= urbanrenewal-ttf SUBDIR+= urw-fonts +SUBDIR+= uw-ttyp0 SUBDIR+= vera-ttf SUBDIR+= vfontcap-kochi SUBDIR+= vlgothic-ttf Added files: Index: pkgsrc/fonts/uw-ttyp0/DESCR diff -u /dev/null pkgsrc/fonts/uw-ttyp0/DESCR:1.1 --- /dev/null Wed Jun 17 11:06:28 2020 +++ pkgsrc/fonts/uw-ttyp0/DESCR Wed Jun 17 11:06:28 2020 @@ -0,0 +1,9 @@ +UW ttyp0 is a family of bitmap programmer's fonts in bdf format. It covers +most of the Latin and Cyrillic alphabet, Greek, Armenian, Georgian (only +Mkhedruli), Hebrew (without cantillation marks), Thai, most of IPA (but no +UPA), standard punctuation, common symbols, some mathematics, line graphics, +a few dingbats, and Powerline delimiter symbols. + +UW ttyp0 comes in nine sizes from 6x11 to 11x22. In all of the sizes there +are regular and bold versions; for some there is also a (somewhat experimental) +italic. Index: pkgsrc/fonts/uw-ttyp0/Makefile diff -u /dev/null pkgsrc/fonts/uw-ttyp0/Makefile:1.1 --- /dev/null Wed Jun 17 11:06:28 2020 +++ pkgsrc/fonts/uw-ttyp0/Makefile Wed Jun 17 11:06:28 2020 @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2020/06/17 11:06:28 nia Exp $ + +DISTNAME= uw-ttyp0-1.3 +CATEGORIES= fonts +MASTER_SITES= https://people.mpi-inf.mpg.de/~uwe/misc/uw-ttyp0/ + +MAINTAINER= nia@NetBSD.org +HOMEPAGE= https://people.mpi-inf.mpg.de/~uwe/misc/uw-ttyp0/ +COMMENT= Monospace bitmap screen fonts for X11 +LICENSE= ttyp0-license AND mit + +TOOL_DEPENDS+= bdftopcf-[0-9]*:../../fonts/bdftopcf + +USE_TOOLS+= gmake perl gzip +USE_LANGUAGES= # none + +HAS_CONFIGURE= yes + +MAKE_FLAGS+= PREFIX=${PREFIX} + +post-install: + ${RM} -f ${DESTDIR}${PREFIX}/share/fonts/X11/misc/fonts.* + +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/fonts/uw-ttyp0/PLIST diff -u /dev/null pkgsrc/fonts/uw-ttyp0/PLIST:1.1 --- /dev/null Wed Jun 17 11:06:28 2020 +++ pkgsrc/fonts/uw-ttyp0/PLIST Wed Jun 17 11:06:28 2020 @@ -0,0 +1,155 @@ +@comment $NetBSD: PLIST,v 1.1 2020/06/17 11:06:28 nia Exp $ +share/fonts/X11/misc/t0-11-i01.pcf.gz +share/fonts/X11/misc/t0-11-i02.pcf.gz +share/fonts/X11/misc/t0-11-i07.pcf.gz +share/fonts/X11/misc/t0-11-i09.pcf.gz +share/fonts/X11/misc/t0-11-i15.pcf.gz +share/fonts/X11/misc/t0-11-m51.pcf.gz +share/fonts/X11/misc/t0-11-uni.pcf.gz +share/fonts/X11/misc/t0-11b-i01.pcf.gz +share/fonts/X11/misc/t0-11b-i02.pcf.gz +share/fonts/X11/misc/t0-11b-i07.pcf.gz +share/fonts/X11/misc/t0-11b-i09.pcf.gz +share/fonts/X11/misc/t0-11b-i15.pcf.gz +share/fonts/X11/misc/t0-11b-m51.pcf.gz +share/fonts/X11/misc/t0-11b-uni.pcf.gz +share/fonts/X11/misc/t0-12-i01.pcf.gz +share/fonts/X11/misc/t0-12-i02.pcf.gz +share/fonts/X11/misc/t0-12-i07.pcf.gz +share/fonts/X11/misc/t0-12-i09.pcf.gz +share/fonts/X11/misc/t0-12-i15.pcf.gz +share/fonts/X11/misc/t0-12-m51.pcf.gz +share/fonts/X11/misc/t0-12-uni.pcf.gz +share/fonts/X11/misc/t0-12b-i01.pcf.gz +share/fonts/X11/misc/t0-12b-i02.pcf.gz +share/fonts/X11/misc/t0-12b-i07.pcf.gz +share/fonts/X11/misc/t0-12b-i09.pcf.gz +share/fonts/X11/misc/t0-12b-i15.pcf.gz +share/fonts/X11/misc/t0-12b-m51.pcf.gz +share/fonts/X11/misc/t0-12b-uni.pcf.gz +share/fonts/X11/misc/t0-13-i01.pcf.gz +share/fonts/X11/misc/t0-13-i02.pcf.gz +share/fonts/X11/misc/t0-13-i07.pcf.gz +share/fonts/X11/misc/t0-13-i09.pcf.gz +share/fonts/X11/misc/t0-13-i15.pcf.gz +share/fonts/X11/misc/t0-13-m51.pcf.gz +share/fonts/X11/misc/t0-13-uni.pcf.gz +share/fonts/X11/misc/t0-13b-i01.pcf.gz +share/fonts/X11/misc/t0-13b-i02.pcf.gz +share/fonts/X11/misc/t0-13b-i07.pcf.gz +share/fonts/X11/misc/t0-13b-i09.pcf.gz +share/fonts/X11/misc/t0-13b-i15.pcf.gz +share/fonts/X11/misc/t0-13b-m51.pcf.gz +share/fonts/X11/misc/t0-13b-uni.pcf.gz +share/fonts/X11/misc/t0-14-i01.pcf.gz +share/fonts/X11/misc/t0-14-i02.pcf.gz +share/fonts/X11/misc/t0-14-i07.pcf.gz +share/fonts/X11/misc/t0-14-i09.pcf.gz +share/fonts/X11/misc/t0-14-i15.pcf.gz +share/fonts/X11/misc/t0-14-m51.pcf.gz +share/fonts/X11/misc/t0-14-uni.pcf.gz +share/fonts/X11/misc/t0-14b-i01.pcf.gz +share/fonts/X11/misc/t0-14b-i02.pcf.gz +share/fonts/X11/misc/t0-14b-i07.pcf.gz +share/fonts/X11/misc/t0-14b-i09.pcf.gz +share/fonts/X11/misc/t0-14b-i15.pcf.gz +share/fonts/X11/misc/t0-14b-m51.pcf.gz +share/fonts/X11/misc/t0-14b-uni.pcf.gz +share/fonts/X11/misc/t0-15-i01.pcf.gz +share/fonts/X11/misc/t0-15-i02.pcf.gz +share/fonts/X11/misc/t0-15-i07.pcf.gz +share/fonts/X11/misc/t0-15-i09.pcf.gz +share/fonts/X11/misc/t0-15-i15.pcf.gz +share/fonts/X11/misc/t0-15-m51.pcf.gz +share/fonts/X11/misc/t0-15-uni.pcf.gz +share/fonts/X11/misc/t0-15b-i01.pcf.gz +share/fonts/X11/misc/t0-15b-i02.pcf.gz +share/fonts/X11/misc/t0-15b-i07.pcf.gz +share/fonts/X11/misc/t0-15b-i09.pcf.gz +share/fonts/X11/misc/t0-15b-i15.pcf.gz +share/fonts/X11/misc/t0-15b-m51.pcf.gz +share/fonts/X11/misc/t0-15b-uni.pcf.gz +share/fonts/X11/misc/t0-15i-i01.pcf.gz +share/fonts/X11/misc/t0-15i-i02.pcf.gz +share/fonts/X11/misc/t0-15i-i07.pcf.gz +share/fonts/X11/misc/t0-15i-i09.pcf.gz +share/fonts/X11/misc/t0-15i-i15.pcf.gz +share/fonts/X11/misc/t0-15i-m51.pcf.gz +share/fonts/X11/misc/t0-15i-uni.pcf.gz +share/fonts/X11/misc/t0-16-i01.pcf.gz +share/fonts/X11/misc/t0-16-i02.pcf.gz +share/fonts/X11/misc/t0-16-i07.pcf.gz +share/fonts/X11/misc/t0-16-i09.pcf.gz +share/fonts/X11/misc/t0-16-i15.pcf.gz +share/fonts/X11/misc/t0-16-m51.pcf.gz +share/fonts/X11/misc/t0-16-uni.pcf.gz +share/fonts/X11/misc/t0-16b-i01.pcf.gz +share/fonts/X11/misc/t0-16b-i02.pcf.gz +share/fonts/X11/misc/t0-16b-i07.pcf.gz +share/fonts/X11/misc/t0-16b-i09.pcf.gz +share/fonts/X11/misc/t0-16b-i15.pcf.gz +share/fonts/X11/misc/t0-16b-m51.pcf.gz +share/fonts/X11/misc/t0-16b-uni.pcf.gz +share/fonts/X11/misc/t0-16i-i01.pcf.gz +share/fonts/X11/misc/t0-16i-i02.pcf.gz +share/fonts/X11/misc/t0-16i-i07.pcf.gz +share/fonts/X11/misc/t0-16i-i09.pcf.gz +share/fonts/X11/misc/t0-16i-i15.pcf.gz +share/fonts/X11/misc/t0-16i-m51.pcf.gz +share/fonts/X11/misc/t0-16i-uni.pcf.gz +share/fonts/X11/misc/t0-17-i01.pcf.gz +share/fonts/X11/misc/t0-17-i02.pcf.gz +share/fonts/X11/misc/t0-17-i07.pcf.gz +share/fonts/X11/misc/t0-17-i09.pcf.gz +share/fonts/X11/misc/t0-17-i15.pcf.gz +share/fonts/X11/misc/t0-17-m51.pcf.gz +share/fonts/X11/misc/t0-17-uni.pcf.gz +share/fonts/X11/misc/t0-17b-i01.pcf.gz +share/fonts/X11/misc/t0-17b-i02.pcf.gz +share/fonts/X11/misc/t0-17b-i07.pcf.gz +share/fonts/X11/misc/t0-17b-i09.pcf.gz +share/fonts/X11/misc/t0-17b-i15.pcf.gz +share/fonts/X11/misc/t0-17b-m51.pcf.gz +share/fonts/X11/misc/t0-17b-uni.pcf.gz +share/fonts/X11/misc/t0-17i-i01.pcf.gz +share/fonts/X11/misc/t0-17i-i02.pcf.gz +share/fonts/X11/misc/t0-17i-i07.pcf.gz +share/fonts/X11/misc/t0-17i-i09.pcf.gz +share/fonts/X11/misc/t0-17i-i15.pcf.gz +share/fonts/X11/misc/t0-17i-m51.pcf.gz +share/fonts/X11/misc/t0-17i-uni.pcf.gz +share/fonts/X11/misc/t0-18-i01.pcf.gz +share/fonts/X11/misc/t0-18-i02.pcf.gz +share/fonts/X11/misc/t0-18-i07.pcf.gz +share/fonts/X11/misc/t0-18-i09.pcf.gz +share/fonts/X11/misc/t0-18-i15.pcf.gz +share/fonts/X11/misc/t0-18-m51.pcf.gz +share/fonts/X11/misc/t0-18-uni.pcf.gz +share/fonts/X11/misc/t0-18b-i01.pcf.gz +share/fonts/X11/misc/t0-18b-i02.pcf.gz +share/fonts/X11/misc/t0-18b-i07.pcf.gz +share/fonts/X11/misc/t0-18b-i09.pcf.gz +share/fonts/X11/misc/t0-18b-i15.pcf.gz +share/fonts/X11/misc/t0-18b-m51.pcf.gz +share/fonts/X11/misc/t0-18b-uni.pcf.gz +share/fonts/X11/misc/t0-18i-i01.pcf.gz +share/fonts/X11/misc/t0-18i-i02.pcf.gz +share/fonts/X11/misc/t0-18i-i07.pcf.gz +share/fonts/X11/misc/t0-18i-i09.pcf.gz +share/fonts/X11/misc/t0-18i-i15.pcf.gz +share/fonts/X11/misc/t0-18i-m51.pcf.gz +share/fonts/X11/misc/t0-18i-uni.pcf.gz +share/fonts/X11/misc/t0-22-i01.pcf.gz +share/fonts/X11/misc/t0-22-i02.pcf.gz +share/fonts/X11/misc/t0-22-i07.pcf.gz +share/fonts/X11/misc/t0-22-i09.pcf.gz +share/fonts/X11/misc/t0-22-i15.pcf.gz +share/fonts/X11/misc/t0-22-m51.pcf.gz +share/fonts/X11/misc/t0-22-uni.pcf.gz +share/fonts/X11/misc/t0-22b-i01.pcf.gz +share/fonts/X11/misc/t0-22b-i02.pcf.gz +share/fonts/X11/misc/t0-22b-i07.pcf.gz +share/fonts/X11/misc/t0-22b-i09.pcf.gz +share/fonts/X11/misc/t0-22b-i15.pcf.gz +share/fonts/X11/misc/t0-22b-m51.pcf.gz +share/fonts/X11/misc/t0-22b-uni.pcf.gz Index: pkgsrc/fonts/uw-ttyp0/distinfo diff -u /dev/null pkgsrc/fonts/uw-ttyp0/distinfo:1.1 --- /dev/null Wed Jun 17 11:06:28 2020 +++ pkgsrc/fonts/uw-ttyp0/distinfo Wed Jun 17 11:06:28 2020 @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.1 2020/06/17 11:06:28 nia Exp $ + +SHA1 (uw-ttyp0-1.3.tar.gz) = 4d2d38311e13876bfb348720d62200cda4e6a528 +RMD160 (uw-ttyp0-1.3.tar.gz) = e05ade058850321e371e944b1b9758aac141cd4e +SHA512 (uw-ttyp0-1.3.tar.gz) = 193966b826cafa313384f20e225d4a0b0057364ed23c2beaf27a59095fdb9079281fdc1d292592038512a56ec0387e531a28449344e2960f0ecd3e64c7a6f6e7 +Size (uw-ttyp0-1.3.tar.gz) = 702217 bytes +SHA1 (patch-Makefile.in) = 7e1e8b9da1035b604f4da1a5ad8884dfce887d33 Index: pkgsrc/fonts/uw-ttyp0/patches/patch-Makefile.in diff -u /dev/null pkgsrc/fonts/uw-ttyp0/patches/patch-Makefile.in:1.1 --- /dev/null Wed Jun 17 11:06:28 2020 +++ pkgsrc/fonts/uw-ttyp0/patches/patch-Makefile.in Wed Jun 17 11:06:28 2020 @@ -0,0 +1,29 @@ +$NetBSD: patch-Makefile.in,v 1.1 2020/06/17 11:06:28 nia Exp $ + +The install usage is not portable, replace it with BSD_INSTALL_*. + +--- Makefile.in.orig 2013-07-19 20:40:39.000000000 +0000 ++++ Makefile.in +@@ -193,16 +193,16 @@ genbdf/%-sym.bdf : genbdf/%-uni.bdf mgl/ + $(BDFMANGLE) $< mgl/adobe-symbol.mgl > $@ + + install : $(pcf) +- install -m0755 -d $(DESTDIR)$(PCFDIR) +- install -m0644 -p $(pcf) $(DESTDIR)$(PCFDIR) ++ $(BSD_INSTALL_DATA_DIR) $(DESTDIR)$(PCFDIR) ++ $(BSD_INSTALL_DATA) $(pcf) $(DESTDIR)$(PCFDIR) + mkfontscale $(DESTDIR)$(PCFDIR) + mkfontdir $(DESTDIR)$(PCFDIR) + + install-util : +- install -m0755 -d $(DESTDIR)$(BINDIR) +- install -m0755 -d $(DESTDIR)$(MANDIR)/man1 +- install -m0755 -p bin/bdfmangle $(DESTDIR)$(BINDIR) +- install -m0644 -p man/man1/bdfmangle.1 $(DESTDIR)$(MANDIR)/man1 ++ $(BSD_INSTALL_PROGRAM_DIR) $(DESTDIR)$(BINDIR) ++ $(BSD_INSTALL_MAN_DIR) $(DESTDIR)$(MANDIR)/man1 ++ $(BSD_INSTALL_PROGRAM) bin/bdfmangle $(DESTDIR)$(BINDIR) ++ $(BSD_INSTALL_MAN) man/man1/bdfmangle.1 $(DESTDIR)$(MANDIR)/man1 + + clean : + -rm genbdf/t0-*-???.bdf genpcf/t0-*-???.pcf.gz --_----------=_15923919888770--