Received: by mail.netbsd.org (Postfix, from userid 605) id 13BE984DD3; Sat, 16 Sep 2017 08:59:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9C68D84DBD for ; Sat, 16 Sep 2017 08:59:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id mJG10gIngpD4 for ; Sat, 16 Sep 2017 08:59:26 +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 1E9EE84CE1 for ; Sat, 16 Sep 2017 08:59:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 14EBAFA9A; Sat, 16 Sep 2017 08:59:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150555236657780" MIME-Version: 1.0 Date: Sat, 16 Sep 2017 08:59:26 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170916085926.14EBAFA9A@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. --_----------=_150555236657780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Sep 16 08:59:25 UTC 2017 Modified Files: pkgsrc/devel: Makefile pkgsrc/doc: CHANGES-2017 Removed Files: pkgsrc/devel/wide: DESCR Makefile PLIST distinfo pkgsrc/devel/wide/files: wide.in Log Message: wide: remove package IDE for a programming language, last release 2005, no homepage. I can't even find a good resource on the language ("while") this IDE is for, and it is broken since there is no supported jdk in pkgsrc. To generate a diff of this commit: cvs rdiff -u -r1.2510 -r1.2511 pkgsrc/devel/Makefile cvs rdiff -u -r1.2 -r0 pkgsrc/devel/wide/DESCR cvs rdiff -u -r1.15 -r0 pkgsrc/devel/wide/Makefile cvs rdiff -u -r1.3 -r0 pkgsrc/devel/wide/PLIST pkgsrc/devel/wide/distinfo cvs rdiff -u -r1.2 -r0 pkgsrc/devel/wide/files/wide.in cvs rdiff -u -r1.3820 -r1.3821 pkgsrc/doc/CHANGES-2017 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150555236657780 Content-Disposition: inline Content-Length: 1236 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2510 pkgsrc/devel/Makefile:1.2511 --- pkgsrc/devel/Makefile:1.2510 Fri Sep 15 16:15:42 2017 +++ pkgsrc/devel/Makefile Sat Sep 16 08:59:25 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2510 2017/09/15 16:15:42 minskim Exp $ +# $NetBSD: Makefile,v 1.2511 2017/09/16 08:59:25 wiz Exp $ # COMMENT= Development utilities @@ -2460,7 +2460,6 @@ SUBDIR+= verifast SUBDIR+= visualvm SUBDIR+= vtcl SUBDIR+= waf -SUBDIR+= wide SUBDIR+= woboq_codebrowser SUBDIR+= xa65 SUBDIR+= xdelta Index: pkgsrc/doc/CHANGES-2017 diff -u pkgsrc/doc/CHANGES-2017:1.3820 pkgsrc/doc/CHANGES-2017:1.3821 --- pkgsrc/doc/CHANGES-2017:1.3820 Sat Sep 16 08:40:40 2017 +++ pkgsrc/doc/CHANGES-2017 Sat Sep 16 08:59:25 2017 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2017,v 1.3820 2017/09/16 08:40:40 ryoon Exp $ +$NetBSD: CHANGES-2017,v 1.3821 2017/09/16 08:59:25 wiz Exp $ Changes to the packages collection and infrastructure in 2017: @@ -5379,3 +5379,4 @@ Changes to the packages collection and i Updated www/py-channels to 1.1.8 [adam 2017-09-16] Removed chat/blackened [wiz 2017-09-16] Updated editors/poedit to 2.0.3 [ryoon 2017-09-16] + Removed devel/wide [wiz 2017-09-16] --_----------=_150555236657780--