Re: [ITP] libnfc v1.7.1

2015-02-24 Thread Corinna Vinschen
Hi Marco,

On Feb 22 21:42, Marcos Vives Del Sol wrote:
> libnfc is a platform-independent library to use physical NFC readers.
> It can be used to read and modify contents of a NFC tag, and also
> serves as a base for other projects like MFOC
> (https://code.google.com/p/mfoc/) or MFCUK
> (https://code.google.com/p/mfcuk/)
> 
> This package is already available in Linux distributions like Debian
> (https://packages.debian.org/source/jessie/libnfc), Ubuntu
> (http://packages.ubuntu.com/source/trusty/libnfc), Fedora
> (https://apps.fedoraproject.org/packages/libnfc), etc...
> 
> The library has been split in three parts: runtime library (only the
> DLL), -dev (with headers and pkg-config files), and a third one which
> include some tools that are compiled as part of libnfc compilation but
> are not required for libnfc to work. Their setup.hints are:

Thanks for packaging this interesting package.  I just see two small
hiccups in the packaging.

The libnfc package is the one providing the DLL.  However, the DLL is a
versioned one.  To provide a way to keep older versions of a library
around after an upstream version bump, the DLL should be packed in its
own, versioned package:

  libnfc -> source only
  libnfc5 -> provides usr/bin/cygnfc-5.dll

> For "libnfc-dev" package:

The lib-dev package looks good, it should just called "libnfc-devel"
to follow the naming convention.

With these changes, the packages should be GTG.  Btw., we need a
private ssh key from you to enable your update rights.  See
https://sourceware.org/cygwin-apps/package-upload.html


Thanks,
Corinna

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


pgp1IINF5FcWK.pgp
Description: PGP signature


Re: [ITA/ITP] lots of perl distributions

2015-02-24 Thread Corinna Vinschen
On Feb 22 22:14, Achim Gratz wrote:
> 
> In order to get rid of perl_vendor on 32bit and update the packages to
> the same versions on 64bit, I need to maintain the packages that were
> formerly in perl_vendor plus another bunch that either are new
> dependencies or are needed to build and test those packages.  Since that
> list is long I've prepared a patch for cygwin-pkg-maint.

Please apply.


Thanks,
Corinna

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


pgpl6Sx7PPIWY.pgp
Description: PGP signature


cygport package has one dependency missing

2015-02-24 Thread Marcos Vives Del Sol
File "/usr/share/cygport/cygclass/autotools.cygclass" requires
"autopoint", which is part of "gettext-devel" package but it isn't
specified in the setup.hint, and therefore it doesn't get installed
when selecting "cygport".

I saw an error complaining about "missing autopoint", but I thought
the error was controlled. Apparently it wasn't. The output of
autopoint was used as parameters of "grep", and therefore with no
parameters effectively it was running grep on stdin instead.

I stood still looking at a black screen for around twenty minutes till
I noticed what was going on.

PS: I am not sure if this is the correct mailing list. IMHO it is
since it's not a package bug but a misconfigured setup.hint which is
part of the packaging.

-- 
Marcos Vives Del Sol
https://github.com/socram
miniLock: NscWdW8fh2E5SBoRtrnXWrDwmQmwaR5awMKE78tQW1Ffx


Re: [ITP] libnfc v1.7.1

2015-02-24 Thread Marcos Vives Del Sol
Okay, everything should be fine now:
http://webs.ono.com/socram/cygwin/libnfc/. If it is, I'll generate
and upload a SSH key.

2015-02-24 9:56 GMT+01:00 Corinna Vinschen <---@---.com>:
> Hi Marco,
>
> On Feb 22 21:42, Marcos Vives Del Sol wrote:
>> libnfc is a platform-independent library to use physical NFC readers.
>> It can be used to read and modify contents of a NFC tag, and also
>> serves as a base for other projects like MFOC
>> (https://code.google.com/p/mfoc/) or MFCUK
>> (https://code.google.com/p/mfcuk/)
>>
>> This package is already available in Linux distributions like Debian
>> (https://packages.debian.org/source/jessie/libnfc), Ubuntu
>> (http://packages.ubuntu.com/source/trusty/libnfc), Fedora
>> (https://apps.fedoraproject.org/packages/libnfc), etc...
>>
>> The library has been split in three parts: runtime library (only the
>> DLL), -dev (with headers and pkg-config files), and a third one which
>> include some tools that are compiled as part of libnfc compilation but
>> are not required for libnfc to work. Their setup.hints are:
>
> Thanks for packaging this interesting package.  I just see two small
> hiccups in the packaging.
>
> The libnfc package is the one providing the DLL.  However, the DLL is a
> versioned one.  To provide a way to keep older versions of a library
> around after an upstream version bump, the DLL should be packed in its
> own, versioned package:
>
>   libnfc -> source only
>   libnfc5 -> provides usr/bin/cygnfc-5.dll
>
>> For "libnfc-dev" package:
>
> The lib-dev package looks good, it should just called "libnfc-devel"
> to follow the naming convention.
>
> With these changes, the packages should be GTG.  Btw., we need a
> private ssh key from you to enable your update rights.  See
> https://sourceware.org/cygwin-apps/package-upload.html
>
>
> Thanks,
> Corinna
>
> --
> Corinna Vinschen  Please, send mails regarding Cygwin to
> Cygwin Maintainer cygwin AT cygwin DOT com
> Red Hat



-- 
Marcos Vives Del Sol
https://github.com/socram
miniLock: NscWdW8fh2E5SBoRtrnXWrDwmQmwaR5awMKE78tQW1Ffx


Re: [ITP] libnfc v1.7.1

2015-02-24 Thread Corinna Vinschen
On Feb 24 16:20, Marcos Vives Del Sol wrote:
> Okay, everything should be fine now:
> http://webs.ono.com/socram/cygwin/libnfc/. If it is, I'll generate
> and upload a SSH key.

Yep, GTG.


Thanks,
Corinna

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


pgpeL2IgnmEee.pgp
Description: PGP signature


Re: [ITA/ITP] lots of perl distributions

2015-02-24 Thread Achim Gratz
Corinna Vinschen writes:
> Please apply.

I don't think I have commit access for that (and that should probably be
kept that way for the time being).


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


Re: [ITA/ITP] lots of perl distributions

2015-02-24 Thread Corinna Vinschen
On Feb 24 18:45, Achim Gratz wrote:
> Corinna Vinschen writes:
> > Please apply.
> 
> I don't think I have commit access for that (and that should probably be
> kept that way for the time being).

Applied.


Thanks,
Corinna

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


pgpKb1WY_9GbS.pgp
Description: PGP signature


Upload fails with "connection closed"

2015-02-24 Thread Federico Hernandez
Hi,

I am trying to upload the 64bit package for task. I can get into the
sftp server. And the upload of the setup.hint file works.

But when it comes to the package itself the upload fails with a
"connection closed" right at the beginning of the file itself.

Any ideas what the problem could be?

Thanks,
/F


Re: [ANNOUNCEMENT] Updated: mscgen-0.20-2

2015-02-24 Thread Thomas Wolff

Am 19.02.2015 um 00:05 schrieb David Stacey:

The following package has been updated in the Cygwin distribution:

* mscgen-0.20-2

Mscgen is a small programme that parses Message Sequence Chart
descriptions and produces PNG, SVG, EPS or server side image maps
(ismaps) as the output.

This release has been built with libgd3 and three patches from Fedora.

Please rebuild the package with
configure --with-freetype
so the font selection option -F can be used.
--
Thomas