public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* MATE category ?
@ 2015-04-17 21:57 Marco Atzeri
  2015-04-18  0:14 ` Michael DePaulo
  0 siblings, 1 reply; 4+ messages in thread
From: Marco Atzeri @ 2015-04-17 21:57 UTC (permalink / raw)
  To: cygwin-apps

Yaakov,
there are several device with MATE as category.

Are we going over the list defined in:
https://cygwin.com/setup.html

Regards
Marco

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: MATE category ?
  2015-04-17 21:57 MATE category ? Marco Atzeri
@ 2015-04-18  0:14 ` Michael DePaulo
  2015-05-08 23:24   ` Yaakov Selkowitz
  0 siblings, 1 reply; 4+ messages in thread
From: Michael DePaulo @ 2015-04-18  0:14 UTC (permalink / raw)
  To: cygwin-apps

On Fri, Apr 17, 2015 at 5:57 PM, Marco Atzeri <marco.atzeri@gmail.com> wrote:
> Yaakov,
> there are several device with MATE as category.
>
> Are we going over the list defined in:
> https://cygwin.com/setup.html
>
> Regards
> Marco

There are also dozens of packages spread out over these categories
that don't exist on that list either:
KDE
LXDE
Xfce

IMHO, all 4 categories should be made official. Lots of Linux distros
use them as categories. The alternative is to put things like window
managers and "mate-settings-daemon" under X11.

-Mike

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: MATE category ?
  2015-04-18  0:14 ` Michael DePaulo
@ 2015-05-08 23:24   ` Yaakov Selkowitz
  2015-05-09  8:09     ` Achim Gratz
  0 siblings, 1 reply; 4+ messages in thread
From: Yaakov Selkowitz @ 2015-05-08 23:24 UTC (permalink / raw)
  To: cygwin-apps

On Fri, 2015-04-17 at 20:14 -0400, Michael DePaulo wrote:
> On Fri, Apr 17, 2015 at 5:57 PM, Marco Atzeri <marco.atzeri@gmail.com> wrote:
> > Yaakov,
> > there are several device with MATE as category.
> >
> > Are we going over the list defined in:
> > https://cygwin.com/setup.html
> 
> There are also dozens of packages spread out over these categories
> that don't exist on that list either:
> KDE
> LXDE
> Xfce

Thanks for noticing.  I have added all of these, plus PHP and Ruby, to
setup.html.

--
Yaakov


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: MATE category ?
  2015-05-08 23:24   ` Yaakov Selkowitz
@ 2015-05-09  8:09     ` Achim Gratz
  0 siblings, 0 replies; 4+ messages in thread
From: Achim Gratz @ 2015-05-09  8:09 UTC (permalink / raw)
  To: cygwin-apps

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-05-09  8:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-17 21:57 MATE category ? Marco Atzeri
2015-04-18  0:14 ` Michael DePaulo
2015-05-08 23:24   ` Yaakov Selkowitz
2015-05-09  8:09     ` Achim Gratz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).