public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Relationship between Cygwin and Cygwin Ports
@ 2012-10-07 22:34 David Stacey
  2012-10-08  5:24 ` marco atzeri
  2012-10-11  2:35 ` Yaakov (Cygwin/X)
  0 siblings, 2 replies; 4+ messages in thread
From: David Stacey @ 2012-10-07 22:34 UTC (permalink / raw)
  To: cygwin


Hi.

Earlier this evening I submitted an ITP for yasm. I didn't realise at 
that point that yasm was available in Cygwin Ports - which means that I 
have probably just trodden on Yaakov's toes, and for that I apologise.

Please could someone kindly explain the difference between Cygwin and 
Cygwin Ports. Why are they kept separate, and under what circumstances 
could a package migrate between the two? Apologies if I should know 
this, but there doesn't appear to be mention of it in the Cygwin FAQ.

Many thanks in advance for clarifying this,

Dave.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Relationship between Cygwin and Cygwin Ports
  2012-10-07 22:34 Relationship between Cygwin and Cygwin Ports David Stacey
@ 2012-10-08  5:24 ` marco atzeri
  2012-10-08  6:11   ` SPC
  2012-10-11  2:35 ` Yaakov (Cygwin/X)
  1 sibling, 1 reply; 4+ messages in thread
From: marco atzeri @ 2012-10-08  5:24 UTC (permalink / raw)
  To: cygwin

On 10/8/2012 12:34 AM, David Stacey wrote:
>
> Hi.
>
> Earlier this evening I submitted an ITP for yasm. I didn't realise at
> that point that yasm was available in Cygwin Ports - which means that I
> have probably just trodden on Yaakov's toes, and for that I apologise.
>
> Please could someone kindly explain the difference between Cygwin and
> Cygwin Ports. Why are they kept separate, and under what circumstances
> could a package migrate between the two? Apologies if I should know
> this, but there doesn't appear to be mention of it in the Cygwin FAQ.
>
> Many thanks in advance for clarifying this,
>
> Dave.
>

Hi Dave,

Cygwin Ports is the personal effort of one of main Cygwin
package maintainers  to provide additional packages.
He usually provide/test new version not ready or with additional
requirement than packages available in Cygwin, but also a lot of other
packages in addition at his mainstream effort:
http://cygwin.com/cygwin-pkg-maint

No problem to migrate a package assuming someone takes ownership
of the package in Cygwin as maintainer.
I took several of Yaakov's packages and adopted mainstream in the past,
usually checking/reusing what Yaakov already did.

No need to cancel your ITP.

Regards
Marco

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Relationship between Cygwin and Cygwin Ports
  2012-10-08  5:24 ` marco atzeri
@ 2012-10-08  6:11   ` SPC
  0 siblings, 0 replies; 4+ messages in thread
From: SPC @ 2012-10-08  6:11 UTC (permalink / raw)
  To: cygwin

Great effort, by the way. My cygwin installation get packages from
both sources.

Sergio.

2012/10/8 marco atzeri <marco.atzeri@gmail.com>:
> On 10/8/2012 12:34 AM, David Stacey wrote:

> Hi Dave,

> Cygwin Ports is the personal effort of one of main Cygwin
> package maintainers  to provide additional packages.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Relationship between Cygwin and Cygwin Ports
  2012-10-07 22:34 Relationship between Cygwin and Cygwin Ports David Stacey
  2012-10-08  5:24 ` marco atzeri
@ 2012-10-11  2:35 ` Yaakov (Cygwin/X)
  1 sibling, 0 replies; 4+ messages in thread
From: Yaakov (Cygwin/X) @ 2012-10-11  2:35 UTC (permalink / raw)
  To: cygwin

On Sun, 2012-10-07 at 23:34 +0100, David Stacey wrote:
> Earlier this evening I submitted an ITP for yasm. I didn't realise at 
> that point that yasm was available in Cygwin Ports - which means that I 
> have probably just trodden on Yaakov's toes, and for that I apologise.

Don't worry about it.  I do ask that people check with me first before
moving Ports packages into the distro, so that I can make sure there are
no reasons not to, or in case I'd really rather maintain the package
myself.  yasm is a straight-forward package, and I have no objections to
handing it over if you are prepared to maintain it.

> Please could someone kindly explain the difference between Cygwin and 
> Cygwin Ports. Why are they kept separate, and under what circumstances 
> could a package migrate between the two? Apologies if I should know 
> this, but there doesn't appear to be mention of it in the Cygwin FAQ.

Marco mostly covered this already.  Ports is an additional package
repository which augments, and is built on top of, the main Cygwin
distro.  Some packages may require additional testing or dependencies,
others may be of only limited interest, and many are there just because
its easier for me than ITPing them one-by-one.  That's why it's best if
you check first.  (Python3 and TeX Live are recent examples of packages
which others have taken over from Ports, with my assistance.)

HTH,


Yaakov



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

end of thread, other threads:[~2012-10-11  2:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-07 22:34 Relationship between Cygwin and Cygwin Ports David Stacey
2012-10-08  5:24 ` marco atzeri
2012-10-08  6:11   ` SPC
2012-10-11  2:35 ` Yaakov (Cygwin/X)

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).