public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Is /usr/src/cygutils-1.4.6-1.cygport is out of date?
@ 2011-10-26  0:58 Regid Ichira
  2011-10-26  3:26 ` Charles Wilson
  0 siblings, 1 reply; 5+ messages in thread
From: Regid Ichira @ 2011-10-26  0:58 UTC (permalink / raw)
  To: cygwin

  Don't HOMEPAGE and SRC_URI carry only up to 1.4.2 ?
I wonder if the other information is up to date.

$ cat /usr/src/cygutils-1.4.6-1.cygport

DESCRIPTION="A collection of small but useful utilties for cygwin"
HOMEPAGE="http://cygutils.fruitbat.org/cygutils-package/index.html"
SRC_URI="http://cygutils.fruitbat.org/cygutils-package/download/${P}.tar.lzma"

DIFF_EXCLUDES="-x m4"

src_compile() {
        cd ${S}
        ./bootstrap
        cd ${B}
        cygconf
        cygmake
}


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

* Re: Is /usr/src/cygutils-1.4.6-1.cygport is out of date?
  2011-10-26  0:58 Is /usr/src/cygutils-1.4.6-1.cygport is out of date? Regid Ichira
@ 2011-10-26  3:26 ` Charles Wilson
  2011-10-28  4:29   ` Charles Wilson
  0 siblings, 1 reply; 5+ messages in thread
From: Charles Wilson @ 2011-10-26  3:26 UTC (permalink / raw)
  To: cygwin

On 10/25/2011 8:58 PM, Regid Ichira wrote:
>    Don't HOMEPAGE and SRC_URI carry only up to 1.4.2 ?
> I wonder if the other information is up to date.
>
> $ cat /usr/src/cygutils-1.4.6-1.cygport
>
> DESCRIPTION="A collection of small but useful utilties for cygwin"
> HOMEPAGE="http://cygutils.fruitbat.org/cygutils-package/index.html"
> SRC_URI="http://cygutils.fruitbat.org/cygutils-package/download/${P}.tar.lzma"

Nah, I've just been forgetting to upload the "basic" tarballs.  Since 
there is a one-to-one correspondence between the "cygwin" -src tarball 
and the "basic" one...I sometimes forget to upload the latter.

Thanks for the reminder.

--
Chuck

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

* Re: Is /usr/src/cygutils-1.4.6-1.cygport is out of date?
  2011-10-26  3:26 ` Charles Wilson
@ 2011-10-28  4:29   ` Charles Wilson
  2011-10-28  5:20     ` Yaakov (Cygwin/X)
  0 siblings, 1 reply; 5+ messages in thread
From: Charles Wilson @ 2011-10-28  4:29 UTC (permalink / raw)
  To: cygwin

On 10/25/2011 11:26 PM, Charles Wilson wrote:
> On 10/25/2011 8:58 PM, Regid Ichira wrote:
>> Don't HOMEPAGE and SRC_URI carry only up to 1.4.2 ?
>> I wonder if the other information is up to date.
>
> Nah, I've just been forgetting to upload the "basic" tarballs. Since
> there is a one-to-one correspondence between the "cygwin" -src tarball
> and the "basic" one...I sometimes forget to upload the latter.
>
> Thanks for the reminder.

Fixed.

--
Chuck


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

* Re: Is /usr/src/cygutils-1.4.6-1.cygport is out of date?
  2011-10-28  4:29   ` Charles Wilson
@ 2011-10-28  5:20     ` Yaakov (Cygwin/X)
  2011-10-28 13:31       ` Charles Wilson
  0 siblings, 1 reply; 5+ messages in thread
From: Yaakov (Cygwin/X) @ 2011-10-28  5:20 UTC (permalink / raw)
  To: cygwin

On Fri, 2011-10-28 at 00:29 -0400, Charles Wilson wrote:
> On 10/25/2011 11:26 PM, Charles Wilson wrote:
> > On 10/25/2011 8:58 PM, Regid Ichira wrote:
> >> Don't HOMEPAGE and SRC_URI carry only up to 1.4.2 ?
> >> I wonder if the other information is up to date.
> >
> > Nah, I've just been forgetting to upload the "basic" tarballs. Since
> > there is a one-to-one correspondence between the "cygwin" -src tarball
> > and the "basic" one...I sometimes forget to upload the latter.
> >
> > Thanks for the reminder.
> 
> Fixed.

The alternative is not to bother with tarballs and fetch it from CVS
instead:

CVS_URI=":pserver:anoncvs@cygwin.com:/cvs/cygwin-apps"
CVS_BRANCH=v${PV//./_}
inherit cvs

HOMEPAGE="http://cygutils.fruitbat.org/cygutils-package/"
# no SRC_URI, handled by cvs.cygclass


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

* Re: Is /usr/src/cygutils-1.4.6-1.cygport is out of date?
  2011-10-28  5:20     ` Yaakov (Cygwin/X)
@ 2011-10-28 13:31       ` Charles Wilson
  0 siblings, 0 replies; 5+ messages in thread
From: Charles Wilson @ 2011-10-28 13:31 UTC (permalink / raw)
  To: cygwin

On 10/28/2011 1:20 AM, Yaakov (Cygwin/X) wrote:
>> Fixed.
> 
> The alternative is not to bother with tarballs and fetch it from CVS
> instead:
> 
> CVS_URI=":pserver:anoncvs@cygwin.com:/cvs/cygwin-apps"
> CVS_BRANCH=v${PV//./_}
> inherit cvs
> 
> HOMEPAGE="http://cygutils.fruitbat.org/cygutils-package/"
> # no SRC_URI, handled by cvs.cygclass

Ah, but I also ship cygutils packages for msys and mingw, so it helped
me (in the past) to have the "regular" src tarballs.  However, now that
mgwport exists "in mingw land" and it, too, has the same support for
grabbing directly from CVS...

OTOH, I usually use the opportunity of uploading the latest plain src
tarball, to update and correct the index.html @ fruitbat.org...so if I
stop uploading the tarballs, the HOMEPAGE will eventually get out of
date, too. :-(

--
Chuck


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

end of thread, other threads:[~2011-10-28 13:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-26  0:58 Is /usr/src/cygutils-1.4.6-1.cygport is out of date? Regid Ichira
2011-10-26  3:26 ` Charles Wilson
2011-10-28  4:29   ` Charles Wilson
2011-10-28  5:20     ` Yaakov (Cygwin/X)
2011-10-28 13:31       ` Charles Wilson

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