Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 998A91A9239 for ; Wed, 10 Nov 2021 11:19:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CC78685007; Wed, 10 Nov 2021 11:19:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0E44A84D04 for ; Wed, 10 Nov 2021 11:19:11 +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 zA_ojhiNdN8E for ; Wed, 10 Nov 2021 11:19:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 55C4984CEA for ; Wed, 10 Nov 2021 11:19:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4A738FAEC; Wed, 10 Nov 2021 11:19:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163654315041100" MIME-Version: 1.0 Date: Wed, 10 Nov 2021 11:19:10 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/fonts/neumeister-otf To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20211110111910.4A738FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163654315041100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Nov 10 11:19:10 UTC 2021 Added Files: pkgsrc/fonts/neumeister-otf: DESCR Makefile PLIST distinfo Log Message: fonts/neumeister-otf: import neumeister-otf-0.0.2021.11.07 This font was originally released during the 1930s as part of the Deutschmeister font family at the type foundry Ludwig Wagner. FDI Neumeister is a carefully crafted revival released for free under the Open Font License. This was made possible by the generous support of people around the world, who pledged for this project on Kickstarter. FDI Neumeister has around 400 glyphs covering Western, Eastern and Central European Latin. Many characters have alternative glyphs, so both traditional German blackletter typesetting and international use with improved legibility are possible. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/fonts/neumeister-otf/DESCR \ pkgsrc/fonts/neumeister-otf/Makefile pkgsrc/fonts/neumeister-otf/PLIST \ pkgsrc/fonts/neumeister-otf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163654315041100 Content-Disposition: inline Content-Length: 3051 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/fonts/neumeister-otf/DESCR diff -u /dev/null pkgsrc/fonts/neumeister-otf/DESCR:1.1 --- /dev/null Wed Nov 10 11:19:10 2021 +++ pkgsrc/fonts/neumeister-otf/DESCR Wed Nov 10 11:19:10 2021 @@ -0,0 +1,11 @@ +This font was originally released during the 1930s as part of the +Deutschmeister font family at the type foundry Ludwig Wagner. FDI +Neumeister is a carefully crafted revival released for free under +the Open Font License. This was made possible by the generous +support of people around the world, who pledged for this project +on Kickstarter. + +FDI Neumeister has around 400 glyphs covering Western, Eastern and +Central European Latin. Many characters have alternative glyphs, +so both traditional German blackletter typesetting and international +use with improved legibility are possible. Index: pkgsrc/fonts/neumeister-otf/Makefile diff -u /dev/null pkgsrc/fonts/neumeister-otf/Makefile:1.1 --- /dev/null Wed Nov 10 11:19:10 2021 +++ pkgsrc/fonts/neumeister-otf/Makefile Wed Nov 10 11:19:10 2021 @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1 2021/11/10 11:19:10 wiz Exp $ + +DISTNAME= neumeister-1000 +PKGNAME= neumeister-otf-0.0.2021.11.07 +CATEGORIES= fonts +MASTER_SITES= # https://typography.guru/forums/topic/138055-fdi-neumeister-free-font-download/ +EXTRACT_SUFX= .zip + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://fdi-type.de/fonts/neumeister/ +COMMENT= FDI Neumeister, a modern fraktur font +LICENSE= ofl-v1.1 + +DIST_SUBDIR= ${PKGNAME_NOREV} + +INTERACTIVE_STAGE= fetch +FETCH_MESSAGE= "Please visit the homepage ${HOMEPAGE}" +FETCH_MESSAGE+= "and download the file ${DISTNAME}${EXTRACT_SUFX} from the typeguru download link" +FETCH_MESSAGE+= "and save it in the ${_DISTDIR} directory" + +USE_LANGUAGES= # none +NO_CONFIGURE= yes +NO_BUILD= yes + +FONTS_DIRS.ttf= share/fonts/X11/OTF + +INSTALLATION_DIRS= ${FONTS_DIRS.ttf} + +do-install: + ${INSTALL_DATA} ${WRKDIR}/*.otf ${DESTDIR}${PREFIX}/${FONTS_DIRS.ttf} + +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/fonts/neumeister-otf/PLIST diff -u /dev/null pkgsrc/fonts/neumeister-otf/PLIST:1.1 --- /dev/null Wed Nov 10 11:19:10 2021 +++ pkgsrc/fonts/neumeister-otf/PLIST Wed Nov 10 11:19:10 2021 @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2021/11/10 11:19:10 wiz Exp $ +share/fonts/X11/OTF/FDINeumeisterA-Regular.otf +share/fonts/X11/OTF/FDINeumeisterB-Regular.otf Index: pkgsrc/fonts/neumeister-otf/distinfo diff -u /dev/null pkgsrc/fonts/neumeister-otf/distinfo:1.1 --- /dev/null Wed Nov 10 11:19:10 2021 +++ pkgsrc/fonts/neumeister-otf/distinfo Wed Nov 10 11:19:10 2021 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2021/11/10 11:19:10 wiz Exp $ + +BLAKE2s (neumeister-otf-0.0.2021.11.07/neumeister-1000.zip) = 055f7dac4a0419071c5c1f35e8e9beec562a8b4eae7df17410e59a5ec5a60e8a +SHA512 (neumeister-otf-0.0.2021.11.07/neumeister-1000.zip) = 331e36e5876bc11893d93b2cfa03881d6f6c30376667fafe0f50327d89579b8185582dd3029006c270e862d8252e51134365d620b5f275ee90565ad94ebe19ca +Size (neumeister-otf-0.0.2021.11.07/neumeister-1000.zip) = 8649249 bytes --_----------=_163654315041100--