Re: Is /usr/src/cygutils-1.4.6-1.cygport is out of date?

2011-10-28 Thread Charles Wilson
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:anon...@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



Re: Is /usr/src/cygutils-1.4.6-1.cygport is out of date?

2011-10-27 Thread Yaakov (Cygwin/X)
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:anon...@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



Re: Is /usr/src/cygutils-1.4.6-1.cygport is out of date?

2011-10-27 Thread Charles Wilson

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



Re: Is /usr/src/cygutils-1.4.6-1.cygport is out of date?

2011-10-25 Thread Charles Wilson

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



Is /usr/src/cygutils-1.4.6-1.cygport is out of date?

2011-10-25 Thread Regid Ichira
  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