public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* clock - re-add to distribution (Perl modules now available)
@ 2016-06-11 20:06 Jari Aalto
  2016-06-11 20:08 ` Jon Turney
  2016-06-12  6:25 ` clock - re-add to distribution (Perl modules now available) Achim Gratz
  0 siblings, 2 replies; 8+ messages in thread
From: Jari Aalto @ 2016-06-11 20:06 UTC (permalink / raw)
  To: cygwin-apps


cloc (count lines of code) was removed because the needed
Perl modules were not yet in Cygwin.

    1.55 UPDATED https://cygwin.com/ml/cygwin-announce/2012-02/msg00047.html
    1.55 RM      https://cygwin.com/ml/cygwin-announce/2012-02/msg00060.html

Cygwin now bundles the required Perl modules:

    Algorithm::Diff
    Regexp::Common

I have 1.60 ready for upload. It can now be relisted in:

  https://cygwin.com/cygwin-pkg-maint
  and in !packages file

Jari

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

* Re: clock - re-add to distribution (Perl modules now available)
  2016-06-11 20:06 clock - re-add to distribution (Perl modules now available) Jari Aalto
@ 2016-06-11 20:08 ` Jon Turney
  2016-06-11 20:15   ` clock - re-add to distribution (NOARCH) Jari Aalto
  2016-06-12  6:25 ` clock - re-add to distribution (Perl modules now available) Achim Gratz
  1 sibling, 1 reply; 8+ messages in thread
From: Jon Turney @ 2016-06-11 20:08 UTC (permalink / raw)
  To: cygwin-apps

On 11/06/2016 21:06, Jari Aalto wrote:
>
> cloc (count lines of code) was removed because the needed
> Perl modules were not yet in Cygwin.
>
>     1.55 UPDATED https://cygwin.com/ml/cygwin-announce/2012-02/msg00047.html
>     1.55 RM      https://cygwin.com/ml/cygwin-announce/2012-02/msg00060.html
>
> Cygwin now bundles the required Perl modules:
>
>     Algorithm::Diff
>     Regexp::Common
>
> I have 1.60 ready for upload. It can now be relisted in:
>
>   https://cygwin.com/cygwin-pkg-maint
>   and in !packages file
>

Done.

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

* Re: clock - re-add to distribution (NOARCH)
  2016-06-11 20:08 ` Jon Turney
@ 2016-06-11 20:15   ` Jari Aalto
  0 siblings, 0 replies; 8+ messages in thread
From: Jari Aalto @ 2016-06-11 20:15 UTC (permalink / raw)
  To: cygwin-apps

On 2016-06-11 21:08, Jon Turney wrote:
| On 11/06/2016 21:06, Jari Aalto wrote:
| > 
| > I have 1.60 ready for upload. It can now be relisted in:
| > 
| >   https://cygwin.com/cygwin-pkg-maint
| >   and in !packages file
| > 
| 
| Done.

FYI, it can be marked noarch

Thanks,
Jari

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

* Re: clock - re-add to distribution (Perl modules now available)
  2016-06-11 20:06 clock - re-add to distribution (Perl modules now available) Jari Aalto
  2016-06-11 20:08 ` Jon Turney
@ 2016-06-12  6:25 ` Achim Gratz
  2016-06-12  7:31   ` Perl CPAN - list of modules needed Jari Aalto
  1 sibling, 1 reply; 8+ messages in thread
From: Achim Gratz @ 2016-06-12  6:25 UTC (permalink / raw)
  To: cygwin-apps

Jari Aalto writes:
> cloc (count lines of code) was removed because the needed
> Perl modules were not yet in Cygwin.

In general, if you are missing a Perl distribution in Cygwin, please
drop me a line here or in the main Cygwin list.  Unless it doesn't build
for both architectures I see no reason not to include Perl distributions
that applications depend on.  Also, please do not bundle such
distributions with your application (same for libraries).


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Waldorf MIDI Implementation & additional documentation:
http://Synth.Stromeko.net/Downloads.html#WaldorfDocs

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

* Perl CPAN - list of modules needed
  2016-06-12  6:25 ` clock - re-add to distribution (Perl modules now available) Achim Gratz
@ 2016-06-12  7:31   ` Jari Aalto
  2016-06-12  7:48     ` Achim Gratz
  2016-06-14  6:54     ` Perl CPAN - list of modules needed Achim Gratz
  0 siblings, 2 replies; 8+ messages in thread
From: Jari Aalto @ 2016-06-12  7:31 UTC (permalink / raw)
  To: cygwin-apps

On 2016-06-12 08:25, Achim Gratz wrote:
| Jari Aalto writes:
| > cloc (count lines of code) was removed because the needed
| > Perl modules were not yet in Cygwin.
| 
| In general, if you are missing a Perl distribution in Cygwin, please
| drop me a line here or in the main Cygwin list.

Ok, Here is list of modules that would be need for the programs:

  Mail::Box::Manager
  Mail::Message
  Date::Format
  Date::Parse
  Lchown::lchown

E.g. latest rsnapshop requires Lchown::lchown before I can update it.

Jari

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

* Re: Perl CPAN - list of modules needed
  2016-06-12  7:31   ` Perl CPAN - list of modules needed Jari Aalto
@ 2016-06-12  7:48     ` Achim Gratz
  2016-06-12  9:40       ` Perl CPAN - list of modules needed (Net::XMPP) Jari Aalto
  2016-06-14  6:54     ` Perl CPAN - list of modules needed Achim Gratz
  1 sibling, 1 reply; 8+ messages in thread
From: Achim Gratz @ 2016-06-12  7:48 UTC (permalink / raw)
  To: cygwin-apps

Jari Aalto writes:
> Ok, Here is list of modules that would be need for the programs:
>
>   Mail::Box::Manager
>   Mail::Message

That would be in perl-Mail-Box, Yaakov already maintains perl-MailTools
from the same author and they seem closely related in the relase
cadence, so I'd yield to him if he wants to keep both in sync.

>   Date::Format
>   Date::Parse

We already have perl-TimeDate in Cygwin (Yaakov added these).

>   Lchown::lchown

Cygwin should have lchown, so I don't think that'd be a problem.


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] 8+ messages in thread

* Re: Perl CPAN - list of modules needed (Net::XMPP)
  2016-06-12  7:48     ` Achim Gratz
@ 2016-06-12  9:40       ` Jari Aalto
  0 siblings, 0 replies; 8+ messages in thread
From: Jari Aalto @ 2016-06-12  9:40 UTC (permalink / raw)
  To: cygwin-apps

On 2016-06-12 09:47, Achim Gratz wrote:
| Jari Aalto writes:
| > Ok, Here is list of modules that would be need for the programs:
| >
| >   Mail::Box::Manager
| >   Mail::Message
| 
| That would be in perl-Mail-Box, Yaakov already maintains perl-MailTools
| from the same author and they seem closely related in the relase
| cadence, so I'd yield to him if he wants to keep both in sync.

ok.

| >   Date::Format
| >   Date::Parse
| 
| We already have perl-TimeDate in Cygwin (Yaakov added these).

Oh good.

| >   Lchown::lchown
| 
| Cygwin should have lchown, so I don't think that'd be a problem.

Great.

I found one more that would be needed

  Net::XMPP

Jari

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

* Re: Perl CPAN - list of modules needed
  2016-06-12  7:31   ` Perl CPAN - list of modules needed Jari Aalto
  2016-06-12  7:48     ` Achim Gratz
@ 2016-06-14  6:54     ` Achim Gratz
  1 sibling, 0 replies; 8+ messages in thread
From: Achim Gratz @ 2016-06-14  6:54 UTC (permalink / raw)
  To: cygwin-apps

Jari Aalto writes:
> Ok, Here is list of modules that would be need for the programs:
>
>   Mail::Box::Manager
>   Mail::Message
>   Date::Format
>   Date::Parse
>   Lchown::lchown
>
> E.g. latest rsnapshop requires Lchown::lchown before I can update it.

Done.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptation for Waldorf Blofeld V1.15B11:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

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

end of thread, other threads:[~2016-06-14  6:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-11 20:06 clock - re-add to distribution (Perl modules now available) Jari Aalto
2016-06-11 20:08 ` Jon Turney
2016-06-11 20:15   ` clock - re-add to distribution (NOARCH) Jari Aalto
2016-06-12  6:25 ` clock - re-add to distribution (Perl modules now available) Achim Gratz
2016-06-12  7:31   ` Perl CPAN - list of modules needed Jari Aalto
2016-06-12  7:48     ` Achim Gratz
2016-06-12  9:40       ` Perl CPAN - list of modules needed (Net::XMPP) Jari Aalto
2016-06-14  6:54     ` Perl CPAN - list of modules needed 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).