Received: by mail.netbsd.org (Postfix, from userid 605) id 6AC8584DEB; Fri, 9 Aug 2019 18:29:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E612A84DDA for ; Fri, 9 Aug 2019 18:29:51 +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 cPNX4VHdZ4TO for ; Fri, 9 Aug 2019 18:29:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5D2AE84D27 for ; Fri, 9 Aug 2019 18:29:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5A8CBFBF4; Fri, 9 Aug 2019 18:29:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1565375391233330" MIME-Version: 1.0 Date: Fri, 9 Aug 2019 18:29:51 +0000 From: "Brook Milligan" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: brook@netbsd.org X-Mailer: log_accum Message-Id: <20190809182951.5A8CBFBF4@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. --_----------=_1565375391233330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: brook Date: Fri Aug 9 18:29:51 UTC 2019 Modified Files: pkgsrc/doc: CHANGES-2019 pkgsrc/misc: Makefile Added Files: pkgsrc/misc/R-praise: DESCR Makefile distinfo Log Message: R-praise: initial commit Build friendly R packages that praise their users if they have done something good, or they just need it to feel better. To generate a diff of this commit: cvs rdiff -u -r1.3345 -r1.3346 pkgsrc/doc/CHANGES-2019 cvs rdiff -u -r1.510 -r1.511 pkgsrc/misc/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/misc/R-praise/DESCR \ pkgsrc/misc/R-praise/Makefile pkgsrc/misc/R-praise/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1565375391233330 Content-Disposition: inline Content-Length: 2721 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2019 diff -u pkgsrc/doc/CHANGES-2019:1.3345 pkgsrc/doc/CHANGES-2019:1.3346 --- pkgsrc/doc/CHANGES-2019:1.3345 Fri Aug 9 18:28:57 2019 +++ pkgsrc/doc/CHANGES-2019 Fri Aug 9 18:29:50 2019 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2019,v 1.3345 2019/08/09 18:28:57 brook Exp $ +$NetBSD: CHANGES-2019,v 1.3346 2019/08/09 18:29:50 brook Exp $ Changes to the packages collection and infrastructure in 2019: @@ -5468,3 +5468,4 @@ Changes to the packages collection and i Added devel/R-ini version 0.3.1 [brook 2019-08-09] Added devel/R-fs version 1.3.1 [brook 2019-08-09] Added textproc/R-clisymbols version 1.2.0 [brook 2019-08-09] + Added misc/R-praise version 1.0.0 [brook 2019-08-09] Index: pkgsrc/misc/Makefile diff -u pkgsrc/misc/Makefile:1.510 pkgsrc/misc/Makefile:1.511 --- pkgsrc/misc/Makefile:1.510 Wed Jul 31 13:37:02 2019 +++ pkgsrc/misc/Makefile Fri Aug 9 18:29:50 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.510 2019/07/31 13:37:02 brook Exp $ +# $NetBSD: Makefile,v 1.511 2019/08/09 18:29:50 brook Exp $ # COMMENT= Miscellaneous utilities @@ -9,6 +9,7 @@ SUBDIR+= JBidwatcher SUBDIR+= JMdict SUBDIR+= R-Hmisc SUBDIR+= R-pillar +SUBDIR+= R-praise SUBDIR+= ansiweather SUBDIR+= ascii SUBDIR+= asr-manpages Added files: Index: pkgsrc/misc/R-praise/DESCR diff -u /dev/null pkgsrc/misc/R-praise/DESCR:1.1 --- /dev/null Fri Aug 9 18:29:51 2019 +++ pkgsrc/misc/R-praise/DESCR Fri Aug 9 18:29:51 2019 @@ -0,0 +1,2 @@ +Build friendly R packages that praise their users if they have done +something good, or they just need it to feel better. Index: pkgsrc/misc/R-praise/Makefile diff -u /dev/null pkgsrc/misc/R-praise/Makefile:1.1 --- /dev/null Fri Aug 9 18:29:51 2019 +++ pkgsrc/misc/R-praise/Makefile Fri Aug 9 18:29:51 2019 @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2019/08/09 18:29:51 brook Exp $ + +R_PKGNAME= praise +R_PKGVER= 1.0.0 +CATEGORIES= misc + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Praise users +LICENSE= mit + +USE_LANGUAGES= # none + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/misc/R-praise/distinfo diff -u /dev/null pkgsrc/misc/R-praise/distinfo:1.1 --- /dev/null Fri Aug 9 18:29:51 2019 +++ pkgsrc/misc/R-praise/distinfo Fri Aug 9 18:29:51 2019 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/08/09 18:29:51 brook Exp $ + +SHA1 (R/praise_1.0.0.tar.gz) = c26a2f8c8f5999115d59d9edd653137c5db99b43 +RMD160 (R/praise_1.0.0.tar.gz) = b13351fa747f0a17329484e3a24e9ae82a49940d +SHA512 (R/praise_1.0.0.tar.gz) = 6405e733884e95b165ed285e1a9f6470b76d96abdf3516292bdbacd562667ccc747d78b4abe96d7d512aeb10dde8c6db06d04cbe3e774bbcdb0fc529365bb0b8 +Size (R/praise_1.0.0.tar.gz) = 6100 bytes --_----------=_1565375391233330--