Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=m7M5F3M2; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=sCsIrEck Received: by mail.netbsd.org (Postfix, from userid 605) id BAEBF84D68; Fri, 26 Apr 2024 17:23:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714152232; bh=lcggFWM1cSfIXo/hxgKgo+7lpyZyNZy0mMwfqgwrqFs=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=m7M5F3M2wU94jZSl/nW0QWiu8tFTy6updZVB+RPVP8M4mf58Xg7OsAC2o48xrXQ+a 6RhA/6w4wxycvoSBwGRTcMlPSOmndEeWEEEYxoeZguXtALU8DgFIGl2ugMSUEUbtQV vOCyHGSc17FQf0fK1oaI7CnfJK6eeCOK6ykkmHxQ= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AC59F84D44 for ; Fri, 26 Apr 2024 17:23:51 +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 UWn1-5fXTi-8 for ; Fri, 26 Apr 2024 17:23:51 +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 0E32A84D1C for ; Fri, 26 Apr 2024 17:23:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714152231; bh=lcggFWM1cSfIXo/hxgKgo+7lpyZyNZy0mMwfqgwrqFs=; h=Date:From:Subject:To:Reply-To; b=sCsIrEckud/ZsUPRQHl89oLrcPGUvBy9YogEU6a06X0jlQlxXli4iEoPZDwAtiVZg beTVD9WaI5dqcS1K0v0GHynAqu+EHdhhuuPY7b7srGmGmdgStjmVK+JW84VgdW94kt ivcId8KNgrCiyahaBflZclLChjYP5ke46ZFFNOPI= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 07653FA2C; Fri, 26 Apr 2024 17:23:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714152231142310" MIME-Version: 1.0 Date: Fri, 26 Apr 2024 17:23:51 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/fonts To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240426172351.07653FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714152231142310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Apr 26 17:23:50 UTC 2024 Modified Files: pkgsrc/fonts: Makefile Log Message: fonts/Makefile: add two nerd-fonts To generate a diff of this commit: cvs rdiff -u -r1.421 -r1.422 pkgsrc/fonts/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714152231142310 Content-Disposition: inline Content-Length: 765 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/Makefile diff -u pkgsrc/fonts/Makefile:1.421 pkgsrc/fonts/Makefile:1.422 --- pkgsrc/fonts/Makefile:1.421 Sun Apr 21 06:38:33 2024 +++ pkgsrc/fonts/Makefile Fri Apr 26 17:23:50 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.421 2024/04/21 06:38:33 ryoon Exp $ +# $NetBSD: Makefile,v 1.422 2024/04/26 17:23:50 wiz Exp $ # COMMENT= Fonts @@ -216,9 +216,11 @@ SUBDIR+= nerd-fonts-CascadiaCode SUBDIR+= nerd-fonts-CodeNewRoman SUBDIR+= nerd-fonts-Cousine SUBDIR+= nerd-fonts-DaddyTimeMono +SUBDIR+= nerd-fonts-Hack SUBDIR+= nerd-fonts-IBMPlexMono SUBDIR+= nerd-fonts-JetBrainsMono SUBDIR+= nerd-fonts-Meslo +SUBDIR+= nerd-fonts-SourceCodePro SUBDIR+= nerd-fonts-iA-Writer SUBDIR+= neumeister-otf SUBDIR+= noto-cjk-fonts --_----------=_1714152231142310--