From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 107347 invoked by alias); 9 May 2015 08:09:09 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 107332 invoked by uid 89); 9 May 2015 08:09:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-in-01.arcor-online.net Received: from mail-in-01.arcor-online.net (HELO mail-in-01.arcor-online.net) (151.189.21.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Sat, 09 May 2015 08:09:06 +0000 Received: from mail-in-15-z2.arcor-online.net (mail-in-15-z2.arcor-online.net [151.189.8.32]) by mx.arcor.de (Postfix) with ESMTP id 3lkLlL0Hf9z2m5B for ; Sat, 9 May 2015 10:09:02 +0200 (CEST) Received: from mail-in-04.arcor-online.net (mail-in-04.arcor-online.net [151.189.21.44]) by mail-in-15-z2.arcor-online.net (Postfix) with ESMTP id EFA1333E35E for ; Sat, 9 May 2015 10:09:01 +0200 (CEST) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-04.arcor-online.net 3lkLlK61gSz5Dnr Received: from Gertrud (p4FF1CB91.dip0.t-ipconnect.de [79.241.203.145]) (Authenticated sender: stromeko@arcor.de) by mail-in-04.arcor-online.net (Postfix) with ESMTPSA id 3lkLlK61gSz5Dnr for ; Sat, 9 May 2015 10:09:01 +0200 (CEST) From: Achim Gratz To: cygwin-apps@cygwin.com Subject: Re: MATE category ? References: <553181BD.6020000@gmail.com> <1431127450.12848.97.camel@cygwin.com> Date: Sat, 09 May 2015 08:09:00 -0000 In-Reply-To: <1431127450.12848.97.camel@cygwin.com> (Yaakov Selkowitz's message of "Fri, 08 May 2015 18:24:10 -0500") Message-ID: <87y4kyjhpe.fsf@Rainer.invalid> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2015-05/txt/msg00015.txt.bz2 Yaakov Selkowitz writes: > Thanks for noticing. I have added all of these, plus PHP and Ruby, to > setup.html. The Video category is present in setup.ini, but missing from the list. In setup.ini we currently have a mixture of Gnome and GNOME that probably needs to be cleaned up and a lone OCaml package that probably should just be some other category (it was likely moved from Ports, which uses that category more often). Also, genini still hasn't been updated with the latest changes. OK to install this patch? --- genini.~1.15.~ 2013-10-07 23:11:35.000000000 +0200 +++ genini 2015-05-09 10:06:02.225951407 +0200 @@ -6,7 +6,7 @@ # for details. # use File::Basename; -use Digest::MD5; +use Digest::SHA; use Getopt::Long; use strict; @@ -20,9 +20,14 @@ my ($outfile, $help, $recursive); my $arch = 'x86'; my $release; -my @cmp_fmts = qw(gz bz2 lzma xz); +my @cmp_fmts = qw(xz bz2 lzma gz); -GetOptions('okmissing=s'=>\@okmissing, 'output=s'=>\$outfile, 'help'=>\$help, 'release=s'=>\$release, 'arch=s'=>\&arch_handler, 'recursive'=>\$recursive) or usage; +GetOptions('okmissing=s'=>\@okmissing, + 'output=s'=>\$outfile, + 'help'=>\$help, + 'release=s'=>\$release, + 'arch=s'=>\&arch_handler, + 'recursive'=>\$recursive) or usage; $help and usage; @main::okmissing{@okmissing} = @okmissing; @@ -190,6 +195,7 @@ my $setup_hint = "$d/setup.hint"; return unless -e $setup_hint; parse("$setup_hint", $pname); + next unless exists $pkg{$pname}; my $explicit = 0; for my $what ('', "[prev]\n", "[test]\n") { my $x = $pkg{$pname}{$what}; @@ -246,9 +252,9 @@ myerror "can't open $f - $!" unless $main::okmissing{$what}; return undef; }; - my $md5 = Digest::MD5->new; - $md5->addfile(\*F); - $x->{$what} = join(' ', $f, -s $f, $md5->hexdigest); + my $sha512 = Digest::SHA->new(512); + $sha512->addfile(\*F); + $x->{$what} = join(' ', $f, -s $f, $sha512->hexdigest); } sub tarball { @@ -260,8 +266,8 @@ return "$f"; } } - # default to .bz2 (even though we know it is missing) - return "$d/" . "$b" . "bz2"; + # default to .nf (because we know it is missing) + return "$d/" . "$b" . "nf"; } sub fnln { @@ -312,9 +318,10 @@ BEGIN { my @cats = qw' - Admin Archive Audio Base Comm Database Debug Devel Doc Editors Games - Gnome Graphics Interpreters KDE Libs Mail Math Mingw Net Perl - Publishing Python Science Shells Sound System Text Utils Web X11 + Accessibility Admin Archive Audio Base Comm Database Devel Doc + Editors Games GNOME Graphics Interpreters KDE Libs LXDE Mail MATE + Math Mingw Net Perl PHP Python Publishing Ruby Science Shells + System Text Utils Video Web X11 Xfce _obsolete _PostInstallLast '; @main::categories{map {lc $_} @cats} = @cats; Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Factory and User Sound Singles for Waldorf Q+, Q and microQ: http://Synth.Stromeko.net/Downloads.html#WaldorfSounds