|
From: Techentin, R. W. <tec...@ma...> - 2006-09-21 14:47:58
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have the recipe documented somewhere. But it was basically this. Fetch CVS HEAD Compare to the recent ActiveTcl release, checking that I've got exactly the same files. Update ChangeLog Tag CVS with the right version marker Remove CVS directories from my local copy Tar and zip and distribute Bob - -- Bob Techentin tec...@ma... Mayo Foundation (507) 538-5495 200 First St. SW FAX (507) 284-9171 Rochester MN, 55901 USA http://www.mayo.edu/sppdg/ > -----Original Message----- > From: ta...@jt... [mailto:ta...@jt...] > Sent: Thursday, September 21, 2006 8:56 AM > To: and...@ac... > Cc: tcl...@li...; Techentin, Robert W. > Subject: Re: [Tcllib-devel] BWidget 1.8? > > > From: "Andreas Kupries" <and...@ac...> > > Date: Mon, 18 Sep 2006 09:37:55 -0700 > > Importance: Normal > > > > I do have to make the proviso that I will not do the necessary > > release management. > > What is involved for doing said management? If Bob is unable > to do it, then I volunteer myself for the task. > > -- > Jason Tang / ta...@jt... / http://www.jtang.org/~tang > -----BEGIN PGP SIGNATURE----- Version: PGP Desktop 9.0.6 (Build 6060) iQA/AwUBRRKltvraC0vji7g/EQL8WACgvmH9zHbtCiqZlY76reEO7w4/pfYAnjvL YjaiYbzpB6MSgtyJ0b6jFjHa =bTdb -----END PGP SIGNATURE----- |
|
From: Virden, L. W. <lv...@ca...> - 2006-09-21 15:01:56
|
-----Original Message----- From: Techentin, Robert W. > I have the recipe documented somewhere. But it was basically this. >=20 > Fetch CVS HEAD > Compare to the recent ActiveTcl release, checking that I've got exactly the same files. Update ChangeLog > Tag CVS with the right version marker Remove CVS directories from my local copy Tar and zip and distribute Re: step 2 .. Comparing against recent ActiveTcl release Is that part necessary when creating a release newer than is present in the latest ActiveTcl? |
|
From: Techentin, R. W. <tec...@ma...> - 2006-09-21 15:24:06
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > > Re: step 2 .. Comparing against recent ActiveTcl release > > Is that part necessary when creating a release newer than is > present in the latest ActiveTcl? > Hi Larry, The few times that I prepared a Bwidget release was in response to an ActiveTcl release. They grabbed CVS Head, which had a lot of bug fixes and improvements, and called it 1.6 or 1.7. My part of the release engineering was really playing catch-up with ActiveTcl. I wasn't so proactive as to actually do the release in time for the ActiveState folks to pick up a fresh new version. If we're ahead of the 8-ball with Bwidget 1.8, then I would presume that the ActiveState folks would grab that release instead of CVS HEAD. I can't comment on ActiveState's release schedule. And I haven't been looking at Bwidget developer activity. So I don't have an opinion on whether the timing would make any difference. But I would like to have Bwidget 1.8 released on Sourceforge match ActiveTcl's Bwidget 1.8. Bob - -- Bob Techentin tec...@ma... Mayo Foundation (507) 538-5495 200 First St. SW FAX (507) 284-9171 Rochester MN, 55901 USA http://www.mayo.edu/sppdg/ -----BEGIN PGP SIGNATURE----- Version: PGP Desktop 9.0.6 (Build 6060) iQA/AwUBRRKua/raC0vji7g/EQJhVwCgo8jtiUvP1xbaYn8CuAJSjZo/8bIAoNQi 7hsTWFgVweX91hq6lQG1YMjQ =rFyA -----END PGP SIGNATURE----- |
|
From: <ta...@jt...> - 2006-09-26 17:26:15
|
As that tcllib RC1 is to be perpared Real Soon Now, may I go ahead do the following: - update pkgIndex.tcl version number - update ChangeLog - tag the current BWidget trunk as "bwidget-1-8-0" ? -- Jason Tang / ta...@jt... / http://www.jtang.org/~tang |
|
From: Jeff H. <je...@ac...> - 2006-09-26 17:53:20
|
J. Tang wrote: > As that tcllib RC1 is to be perpared Real Soon Now, may I go > ahead do the following: > > - update pkgIndex.tcl version number > - update ChangeLog > - tag the current BWidget trunk as "bwidget-1-8-0" I don't suppose you want to do the good old release mgmt bit of a bug review? Make sure there aren't any low-hanging fruit? Jeff |
|
From: <ta...@jt...> - 2006-09-28 15:59:54
|
> From: "Jeff Hobbs" <je...@ac...> > Cc: <lv...@ca...>, <tcl...@li...> > Date: Tue, 26 Sep 2006 10:52:23 -0700 > Organization: ActiveState > Importance: Normal > > I don't suppose you want to do the good old release mgmt bit of a bug > review? Make sure there aren't any low-hanging fruit? I have cleared out a number of patches and fixed the easy bugs. One problem remains: what to do about BWidget's broken build system. Specifically, its aclocal.m4 tries to include (the non-existant) config/tcl.m4. How do I make BWidget more TEA-aware? Should its aclocal.m4 be a copy of tcllib's aclocal.m4? -- Jason Tang / ta...@jt... / http://www.jtang.org/~tang |
|
From: Joe E. <jen...@fl...> - 2006-09-28 20:06:04
|
J. Tang wrote: > I have cleared out a number of patches and fixed the easy bugs. One > problem remains: what to do about BWidget's broken build system. > Specifically, its aclocal.m4 tries to include (the non-existant) > config/tcl.m4. How do I make BWidget more TEA-aware? Should its > aclocal.m4 be a copy of tcllib's aclocal.m4? Since BWidget is all Tcl, it doesn't really need a TEA build system. Best practice for pure-Tcl packages is to distribute them in a form that can just be unpacked and used in-place, e.g., a tarball that contains: bwidget-X.Y/pkgIndex.tcl bwidget-X.Y/init.tcl ... etc. --Joe English jen...@fl... |
|
From: <ta...@jt...> - 2006-09-28 20:28:55
|
> Date: Thu, 28 Sep 2006 13:06:00 -0700 > From: Joe English <jen...@fl...> > Cc: "J. Tang" <ta...@jt...> > > Best practice for pure-Tcl packages is to distribute them in a form > that can just be unpacked and used in-place, e.g., a tarball that > contains: So no configure.in, no Makefile.in, and no Makefile at all? -- Jason Tang / ta...@jt... / http://www.jtang.org/~tang |
|
From: Damon C. <da...@tc...> - 2006-09-28 20:33:43
|
I removed them from my version a long time ago. I say get rid of them and just let it be a directory you unzip into place. Until there's an "official" delivery method for Tcl-only extensions, that's as good as any. As of 8.5, everything will most likely just be shipped as Tcl Modules. Damon J. Tang wrote: >> Date: Thu, 28 Sep 2006 13:06:00 -0700 >> From: Joe English <jen...@fl...> >> Cc: "J. Tang" <ta...@jt...> >> >> Best practice for pure-Tcl packages is to distribute them in a form >> that can just be unpacked and used in-place, e.g., a tarball that >> contains: >> > > So no configure.in, no Makefile.in, and no Makefile at all? > > |
|
From: <ta...@jt...> - 2006-09-28 22:37:51
|
> Date: Thu, 28 Sep 2006 15:30:26 -0500 > From: Damon Courtney <da...@tc...> > > I removed them from my version a long time ago. I say get rid of > them and just let it be a directory you unzip into place. Until Done and committed. BWidget is now tagged as "bwidget-1_8_0". (Please ignore my first attempt at tagging, where I erred and tagged the wrong files.) Please do a checkout of that release to make sure that I did not mess anything else up. Thanks. -- Jason Tang / ta...@jt... / http://www.jtang.org/~tang |
|
From: Damon C. <da...@tc...> - 2006-09-28 16:33:10
|
Was there ever a standard defined for Tcl-only extensions? Do we need the whole configure && make && make install system? We certainly don't need the whole configure script that's part of the TEA. Damon J. Tang wrote: >> From: "Jeff Hobbs" <je...@ac...> >> Cc: <lv...@ca...>, <tcl...@li...> >> Date: Tue, 26 Sep 2006 10:52:23 -0700 >> Organization: ActiveState >> Importance: Normal >> >> I don't suppose you want to do the good old release mgmt bit of a bug >> review? Make sure there aren't any low-hanging fruit? >> > > I have cleared out a number of patches and fixed the easy bugs. One > problem remains: what to do about BWidget's broken build system. > Specifically, its aclocal.m4 tries to include (the non-existant) > config/tcl.m4. How do I make BWidget more TEA-aware? Should its > aclocal.m4 be a copy of tcllib's aclocal.m4? > > |
|
From: Techentin, R. W. <tec...@ma...> - 2006-09-26 17:41:16
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Be my guest, Jason. (and thanks!!) Bob - -- Bob Techentin tec...@ma... Mayo Foundation (507) 538-5495 200 First St. SW FAX (507) 284-9171 Rochester MN, 55901 USA http://www.mayo.edu/sppdg/ > -----Original Message----- > From: ta...@jt... [mailto:ta...@jt...] > Sent: Tuesday, September 26, 2006 12:26 PM > To: Techentin, Robert W. > Cc: lv...@ca...; tcl...@li... > Subject: Re: [Tcllib-devel] BWidget 1.8? > > As that tcllib RC1 is to be perpared Real Soon Now, may I go > ahead do the following: > > - update pkgIndex.tcl version number > - update ChangeLog > - tag the current BWidget trunk as "bwidget-1-8-0" > > ? > > > -- > Jason Tang / ta...@jt... / http://www.jtang.org/~tang > -----BEGIN PGP SIGNATURE----- Version: PGP Desktop 9.0.6 (Build 6060) iQA/AwUBRRllZ/raC0vji7g/EQL3bwCeKmOy0cFyNkfr8un9m1TqF76pWloAni9I g7e24hsNVGoY8MObs8SsqSOv =h9C3 -----END PGP SIGNATURE----- |