Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=b96dpy1S; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=U/PuP+IM Received: by mail.netbsd.org (Postfix, from userid 605) id 7F40F85024; Fri, 3 May 2024 10:10:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714731000; bh=vlRWsZk9baVgVNOskLleVe0xbACM+dnH6xjfJ1rk4Ck=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=b96dpy1SexwABLGNXrBuWkokdx0xoEuPLJ0XMbNZf2a8fSx1d5FSdmEPcpEopTK4l taS8soUhX8JrhUaBCtASUdctluF2czohkHudooHzaw2IaQZR6FpnrKQvTmx18PWDF/ E9nSgU/6sSb3nLdJvQW34ZCeVU0f1WqRGYD4N/sg= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5D22C84D14 for ; Fri, 3 May 2024 10:09:59 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id XZVnmwBIzVhw for ; Fri, 3 May 2024 10:09:59 +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 E2A8A84C13 for ; Fri, 3 May 2024 10:09:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714730999; bh=vlRWsZk9baVgVNOskLleVe0xbACM+dnH6xjfJ1rk4Ck=; h=Date:From:Subject:To:Reply-To; b=U/PuP+IM2sO2d1BoMjcezEXDxX87mTT1BRIU9J5m1LHECVaWd78pwHJ7kXHnHiOgW /IvroNl8/aBtBVLP+LJ85iIipBtNHMgf9pxPZTtlv80qNGBWmW2RkUTbnT0OFTpQGT lTwZjsw3SwgcHmXOxdCoCwxoTa5Ji+DSrNAUOmx8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id D996CFA2C; Fri, 3 May 2024 10:09:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171473099843180" MIME-Version: 1.0 Date: Fri, 3 May 2024 10:09:58 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/math To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240503100958.D996CFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171473099843180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri May 3 10:09:58 UTC 2024 Modified Files: pkgsrc/math: Makefile Log Message: math/Makefile: + QXslx To generate a diff of this commit: cvs rdiff -u -r1.590 -r1.591 pkgsrc/math/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171473099843180 Content-Disposition: inline Content-Length: 440 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/Makefile diff -u pkgsrc/math/Makefile:1.590 pkgsrc/math/Makefile:1.591 --- pkgsrc/math/Makefile:1.590 Mon Feb 26 19:21:30 2024 +++ pkgsrc/math/Makefile Fri May 3 10:09:58 2024 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.590 2024/02/26 19:21:30 pin Exp $ +# $NetBSD: Makefile,v 1.591 2024/05/03 10:09:58 wiz Exp $ COMMENT= Mathematics +SUBDIR+= QXlsx SUBDIR+= R SUBDIR+= R-CGIwithR SUBDIR+= R-DAAG --_----------=_171473099843180--