Re: RFU: pylint -- Python static code checker (new, GTG)

2012-10-21 Thread Corinna Vinschen
On Oct 21 09:52, Jari Aalto wrote:
> 2012-10-21 09:34 marco atzeri
> | builds and packages fine
> | GTG
> 
> wget --recursive --no-host-directories --cut-dirs=3 \
>  http://cante.net/~jaalto/tmp/cygwin/pylint/pylint-0.25.1-1-src.tar.bz2 \
>  http://cante.net/~jaalto/tmp/cygwin/pylint/pylint-0.25.1-1.tar.bz2 \
>  http://cante.net/~jaalto/tmp/cygwin/pylint/setup.hint

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: ITP: cscope -- Interactively examine a C program source

2012-10-21 Thread Corinna Vinschen
On Oct 20 18:54, Dave And Diane wrote:
> 
> Yep. Will do
> 
> Cheers
> Dave
> On 10/20/2012 6:20 AM, Corinna Vinschen wrote:
> >On Oct 19 22:37, Dave And Diane wrote:
> >>Hi Corinna,
> >>
> >>mlcscope does provide some differences - it was designed to be
> >>multi-lingual rather than assume C style parsing rules and a few
> >>menus were different.
> >>
> >>Unfortunately it never evolved beyond the initial implementation and
> >>I doubt that anyone would notice.
> >>
> >>Normally, yes creating a package dependency and a link from mlcscope
> >>to cscope would be a good idea and I would encourage that. I must
> >>admit though, I don't actually know of anyone using mlcscope so I'm
> >>not sure it will actually help anyone. I'd love to be proven wrong -
> >>perhaps it was wildly popular and I didn't know it ;-) If you think
> >>its worth continuing on this path to be safe, I'll be happy to help.
> >Ok... I guess, what we can do is simply to obsolete mlcscope.  I'd
> >create an empty new package and tweak the setup.hint file to require
> >cscope.  After that it would be nice if you could just create a short
> >announcement that mlcscope has been replaced by cscope and mlcscope
> >gets discontinued.
> >
> >Does that make sense?
> >
> >
> >Corinna
> >

Ok, I created an emtpy mlcscope-99-1 package and changed setup.hint
like this:

  sdesc: "Obsolete Lucent version of cscope"
  ldesc: "Obsolete Lucent version of cscope"
  requires: cscope
  category: _obsolete


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: ITP: gif2apng -- Tool for converting animated GIF images to APNG format

2012-10-21 Thread marco atzeri

On 9/16/2012 11:43 AM, Jari Aalto wrote:

wget --recursive --no-host-directories --cut-dirs=3 \
 http://cante.net/~jaalto/tmp/cygwin/gif2apng/gif2apng-1.7-1-src.tar.bz2 \
 http://cante.net/~jaalto/tmp/cygwin/gif2apng/gif2apng-1.7-1.tar.bz2 \
 http://cante.net/~jaalto/tmp/cygwin/gif2apng/setup.hint

Included in Debian:

   http://packages.debian.org/gif2apng

To check packaging:

   tar -xf *-src.tar.bz2
   ./*.sh --color --verbose all

Jari



-- [NOTE] applying included patches to sources (if any)
-- cd /tmp/ITP/gif2apng/gif2apng-1.7 && patch  --strip=0 
--forward  --fuzz=3  --strip=1 < 
/tmp/ITP/gif2apng/gif2apng-1.7/CYGWIN-PATCHES/patches/0001-main-Display-kp-not-kp-option-syntx.patch

patching file gif2apng.c
Hunk #1 FAILED at 398.
1 out of 1 hunk FAILED -- saving rejects to file gif2apng.c.rej
-- [FATAL] Exiting.




Re: ITP: apngopt -- Optimize APNG animated images

2012-10-21 Thread marco atzeri

On 9/16/2012 12:10 PM, Jari Aalto wrote:

wget --recursive --no-host-directories --cut-dirs=3 \
 http://cante.net/~jaalto/tmp/cygwin/apngopt/apngopt-1.1-1-src.tar.bz2 \
 http://cante.net/~jaalto/tmp/cygwin/apngopt/apngopt-1.1-1.tar.bz2 \
 http://cante.net/~jaalto/tmp/cygwin/apngopt/setup.hint

Not yeat included in Debian but from the same Author as the other apng* 
commands.

To check packaging:

   tar -xf *-src.tar.bz2
   ./*.sh --color --verbose all

Jari


builds and packages fine. GTG

Jari,
I continue to think that upstream decision to make a package of every
single command is very poor choice.
I also notice that the manual is written by you and upstream
is not providing the elementary "--help" option.


NAME
   apngopt - optimize animated PNG image files

SYNOPSIS
 apngopt  []

[cut]
AUTHORS
   Program was written by Max Stepi

   This manual page was written by Jari Aalto




Re: ITP: apngopt -- Optimize APNG animated images

2012-10-21 Thread Yaakov (Cygwin/X)
On Sun, 2012-10-21 at 18:59 +0200, marco atzeri wrote:
> I continue to think that upstream decision to make a package of every
> single command is very poor choice.

I don't see why that's Jari's fault.  If they are released separately
upstream with different version numbers and different schedules, it is
only natural for them to be packaged separately.

> I also notice that the manual is written by you and upstream
> is not providing the elementary "--help" option.

This is an upstream issue.  While this isn't Debian and their manpage
policy doesn't apply to us, documentation is generally a good thing.


Yaakov




Re: ITP: apngopt -- Optimize APNG animated images

2012-10-21 Thread marco atzeri

On 10/21/2012 7:12 PM, Yaakov (Cygwin/X) wrote:

On Sun, 2012-10-21 at 18:59 +0200, marco atzeri wrote:

I continue to think that upstream decision to make a package of every
single command is very poor choice.


I don't see why that's Jari's fault.  If they are released separately
upstream with different version numbers and different schedules, it is
only natural for them to be packaged separately.


It is surely not Jari's fault.
As he is the package volunteer, he is free to package as he prefers,
for that reasone I GTG's




I also notice that the manual is written by you and upstream
is not providing the elementary "--help" option.


This is an upstream issue.  While this isn't Debian and their manpage
policy doesn't apply to us, documentation is generally a good thing.


Documentation is good.
My judgment is only about the inconsistency of upstream "packages".

In general I does not consider them packages at all, the packages are
all the Jari's job around them.





Yaakov



Regards
Marco



Re: ITP: apngasm -- Assemble APNG animation from PNG/TGA image sequence

2012-10-21 Thread marco atzeri

On 9/16/2012 1:39 PM, Jari Aalto wrote:

wget --recursive --no-host-directories --cut-dirs=3 \
 http://cante.net/~jaalto/tmp/cygwin/apngasm/apngasm-2.6-1-src.tar.bz2 \
 http://cante.net/~jaalto/tmp/cygwin/apngasm/apngasm-2.6-1.tar.bz2 \
 http://cante.net/~jaalto/tmp/cygwin/apngasm/setup.hint

Not yeat included in Debian but from the same author as the other apng* 
commands.

To check packaging:

   tar -xf *-src.tar.bz2
   ./*.sh --color --verbose all

Jari



builds and packages fine
GTG



Re: ITP: apngdis -- Deconstruct APNG file into a sequence of PNG frames

2012-10-21 Thread marco atzeri

On 9/16/2012 1:11 PM, Jari Aalto wrote:

wget --recursive --no-host-directories --cut-dirs=3 \
 http://cante.net/~jaalto/tmp/cygwin/apngdis/apngdis-2.4-1-src.tar.bz2 \
 http://cante.net/~jaalto/tmp/cygwin/apngdis/apngdis-2.4-1.tar.bz2 \
 http://cante.net/~jaalto/tmp/cygwin/apngdis/setup.hint

Not yeat included in Debian but from the same author as the other apng* 
commands.

To check packaging:

   tar -xf *-src.tar.bz2
   ./*.sh --color --verbose all

Jari


builds and packages fine
GTG

Regards
Marco





Re: ITP: apngopt -- Optimize APNG animated images

2012-10-21 Thread Jari Aalto
On 2012-10-21 18:59, marco atzeri wrote:
|
| builds and packages fine. GTG

Thank you for your testing.

| I continue to think that upstream decision to make a package of every
| single command is very poor choice.

It depends how you look at it. I understand the decision:

- It can make maintenence easier (every utility has it's own
  track record, security updates, VCS repo, etc.)

- People can install what they really need, individually.

Personally I wouldn't want to install collection "X", when all I would need
would be utility "A" from it; but I'd be forced to to also get B, C, d, E,
F, G ... with the "X".

I tend to prefer minimalism during install.

| I also notice that the manual is written by you and upstream
| is not providing the elementary "--help" option.

Good catch, I'll contact upstream and cook a patch in a mean while.

Jari