Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ntOSTvpg; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=yyj5lvUQ Received: by mail.netbsd.org (Postfix, from userid 605) id 8FAF684D5F; Fri, 26 Apr 2024 19:47:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714160879; bh=s8WdqTQCN9MwvosYWcwJLNFsq1UbuxkjOeKXa7ZpGMU=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=ntOSTvpgC6CqLAUr7u3vV/+d/IT+4DIuGwsVQ7IIH80XBpf5C1lL2IpdiEpJi7XFc cj2iZQ5IZinINdzNyU2fBux3QHq+7XXvd2TF0pTQ5vfT1HA09gxzGK+AhMKilyRZix mxsPmvvC3TqZQhiGIPkrekj2Sh9GHEbpSsmeZ9hE= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7F6F084D36 for ; Fri, 26 Apr 2024 19:47:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 16an7-NfojO6 for ; Fri, 26 Apr 2024 19:47:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A370384D1C for ; Fri, 26 Apr 2024 19:47:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714160877; bh=s8WdqTQCN9MwvosYWcwJLNFsq1UbuxkjOeKXa7ZpGMU=; h=Date:From:Subject:To:Reply-To; b=yyj5lvUQH9Q3Qn8BQD54hZL4BUcctlB8AvJzGyeaeTyVu0La18o8E1vRQqGVxkXiu vbPtdOEvVBL2Xbh5t77151nD0nlqqn3FPwufAWInb6StNeHfYIiaWpw69D0c7Oak4g CIry8gnZb+swEjvno/vuyk1F0FSYFBrRM8tQf7ls= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9C084FA2C; Fri, 26 Apr 2024 19:47:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714160877181000" MIME-Version: 1.0 Date: Fri, 26 Apr 2024 19:47:57 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/fonts/Azeret To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240426194757.9C084FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714160877181000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Apr 26 19:47:57 UTC 2024 Added Files: pkgsrc/fonts/Azeret: DESCR Makefile PLIST distinfo Log Message: fonts/Azeret: import Azeret-0.0.20210621 Azeret is a sans-serif typeface with a mono-linear character. Don't go looking for too much contrast in the strokes! The circular parts of the letters do not have a smooth connection to the stems. The x-height is higher than usual and thus the ascenders and descenders are short. Alternates are also available which open the possibility of creating different moods. A number of them hint at a nineties aesthetic. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/fonts/Azeret/DESCR pkgsrc/fonts/Azeret/Makefile \ pkgsrc/fonts/Azeret/PLIST pkgsrc/fonts/Azeret/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714160877181000 Content-Disposition: inline Content-Length: 4004 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/fonts/Azeret/DESCR diff -u /dev/null pkgsrc/fonts/Azeret/DESCR:1.1 --- /dev/null Fri Apr 26 19:47:57 2024 +++ pkgsrc/fonts/Azeret/DESCR Fri Apr 26 19:47:57 2024 @@ -0,0 +1,7 @@ +Azeret is a sans-serif typeface with a mono-linear character. Don't +go looking for too much contrast in the strokes! The circular parts +of the letters do not have a smooth connection to the stems. The +x-height is higher than usual and thus the ascenders and descenders +are short. Alternates are also available which open the possibility +of creating different moods. A number of them hint at a nineties +aesthetic. Index: pkgsrc/fonts/Azeret/Makefile diff -u /dev/null pkgsrc/fonts/Azeret/Makefile:1.1 --- /dev/null Fri Apr 26 19:47:57 2024 +++ pkgsrc/fonts/Azeret/Makefile Fri Apr 26 19:47:57 2024 @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2024/04/26 19:47:57 wiz Exp $ + +DISTNAME= Azeret-0.0.20210621 +CATEGORIES= fonts +MASTER_SITES= ${MASTER_SITE_GITHUB:=displaay/} +GITHUB_TAG= 3d45a6c3e094f08bfc70551b525bd2037cac51ba + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/displaay/Azeret/ +COMMENT= Sans-serif typeface with mono-linear character (Azeret font family) +LICENSE= ofl-v1.1 + +do-build: + +.include "../../mk/fonts.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/fonts/Azeret/PLIST diff -u /dev/null pkgsrc/fonts/Azeret/PLIST:1.1 --- /dev/null Fri Apr 26 19:47:57 2024 +++ pkgsrc/fonts/Azeret/PLIST Fri Apr 26 19:47:57 2024 @@ -0,0 +1,39 @@ +@comment $NetBSD: PLIST,v 1.1 2024/04/26 19:47:57 wiz Exp $ +share/fonts/X11/OTF/AzeretMono-Black.otf +share/fonts/X11/OTF/AzeretMono-BlackItalic.otf +share/fonts/X11/OTF/AzeretMono-Bold.otf +share/fonts/X11/OTF/AzeretMono-BoldItalic.otf +share/fonts/X11/OTF/AzeretMono-ExtraBold.otf +share/fonts/X11/OTF/AzeretMono-ExtraBoldItalic.otf +share/fonts/X11/OTF/AzeretMono-ExtraLight.otf +share/fonts/X11/OTF/AzeretMono-ExtraLightItalic.otf +share/fonts/X11/OTF/AzeretMono-Italic.otf +share/fonts/X11/OTF/AzeretMono-Light.otf +share/fonts/X11/OTF/AzeretMono-LightItalic.otf +share/fonts/X11/OTF/AzeretMono-Medium.otf +share/fonts/X11/OTF/AzeretMono-MediumItalic.otf +share/fonts/X11/OTF/AzeretMono-Regular.otf +share/fonts/X11/OTF/AzeretMono-SemiBold.otf +share/fonts/X11/OTF/AzeretMono-SemiBoldItalic.otf +share/fonts/X11/OTF/AzeretMono-Thin.otf +share/fonts/X11/OTF/AzeretMono-ThinItalic.otf +share/fonts/X11/TTF/AzeretMono-Black.ttf +share/fonts/X11/TTF/AzeretMono-BlackItalic.ttf +share/fonts/X11/TTF/AzeretMono-Bold.ttf +share/fonts/X11/TTF/AzeretMono-BoldItalic.ttf +share/fonts/X11/TTF/AzeretMono-ExtraBold.ttf +share/fonts/X11/TTF/AzeretMono-ExtraBoldItalic.ttf +share/fonts/X11/TTF/AzeretMono-ExtraLight.ttf +share/fonts/X11/TTF/AzeretMono-ExtraLightItalic.ttf +share/fonts/X11/TTF/AzeretMono-Italic.ttf +share/fonts/X11/TTF/AzeretMono-Italic[wght].ttf +share/fonts/X11/TTF/AzeretMono-Light.ttf +share/fonts/X11/TTF/AzeretMono-LightItalic.ttf +share/fonts/X11/TTF/AzeretMono-Medium.ttf +share/fonts/X11/TTF/AzeretMono-MediumItalic.ttf +share/fonts/X11/TTF/AzeretMono-Regular.ttf +share/fonts/X11/TTF/AzeretMono-SemiBold.ttf +share/fonts/X11/TTF/AzeretMono-SemiBoldItalic.ttf +share/fonts/X11/TTF/AzeretMono-Thin.ttf +share/fonts/X11/TTF/AzeretMono-ThinItalic.ttf +share/fonts/X11/TTF/AzeretMono[wght].ttf Index: pkgsrc/fonts/Azeret/distinfo diff -u /dev/null pkgsrc/fonts/Azeret/distinfo:1.1 --- /dev/null Fri Apr 26 19:47:57 2024 +++ pkgsrc/fonts/Azeret/distinfo Fri Apr 26 19:47:57 2024 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2024/04/26 19:47:57 wiz Exp $ + +BLAKE2s (Azeret-0.0.20210621-3d45a6c3e094f08bfc70551b525bd2037cac51ba.tar.gz) = 7a7ae0998d979c8e1ffaf1057ed65e07e3de96699aa54bfbae46adacb43cb645 +SHA512 (Azeret-0.0.20210621-3d45a6c3e094f08bfc70551b525bd2037cac51ba.tar.gz) = 114cea748b5a7a78267bc052ac77c9e67700ee86083a3f668df314835f86e8a311ad46d44a4525229961e97cbb015646f88bed083dd02a2991cd461f9303d681 +Size (Azeret-0.0.20210621-3d45a6c3e094f08bfc70551b525bd2037cac51ba.tar.gz) = 5206120 bytes --_----------=_1714160877181000--