* [gentoo-user] no ebuild what to do? @ 2005-09-29 17:18 maxim wexler 2005-09-29 17:30 ` A. Khattri ` (5 more replies) 0 siblings, 6 replies; 16+ messages in thread From: maxim wexler @ 2005-09-29 17:18 UTC (permalink / raw To: gentoo-user Hello everybody, I'm sure this has been covered before but can't seem to google for it. I'd like to install dekagen but there are no ebuilds for it. I suppose I could just unpack it and follow the INSTALL doc but is that the appropriate gentoo way? -mw __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [gentoo-user] no ebuild what to do? 2005-09-29 17:18 [gentoo-user] no ebuild what to do? maxim wexler @ 2005-09-29 17:30 ` A. Khattri 2005-09-29 17:30 ` Michael Crute ` (4 subsequent siblings) 5 siblings, 0 replies; 16+ messages in thread From: A. Khattri @ 2005-09-29 17:30 UTC (permalink / raw To: gentoo-user On Thu, 29 Sep 2005, maxim wexler wrote: > I'm sure this has been covered before but can't seem > to google for it. > > I'd like to install dekagen but there are no ebuilds > for it. I suppose I could just unpack it and follow > the INSTALL doc but is that the appropriate gentoo > way? The "Gentoo Way" would be to switch over PORTAGE_OVERLAY (see /etc/make.conf) and write an ebuild for it ;-) -- -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [gentoo-user] no ebuild what to do? 2005-09-29 17:18 [gentoo-user] no ebuild what to do? maxim wexler 2005-09-29 17:30 ` A. Khattri @ 2005-09-29 17:30 ` Michael Crute 2005-09-29 17:37 ` Dave Nebinger ` (3 subsequent siblings) 5 siblings, 0 replies; 16+ messages in thread From: Michael Crute @ 2005-09-29 17:30 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 950 bytes --] On 9/29/05, maxim wexler <blissfix@yahoo.com> wrote: > > Hello everybody, > > I'm sure this has been covered before but can't seem > to google for it. > > I'd like to install dekagen but there are no ebuilds > for it. I suppose I could just unpack it and follow > the INSTALL doc but is that the appropriate gentoo > way? > > You can build it by hand but then whats the point of running Gentoo? Instead you should write an ebuild ( http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2) then contibute it back to the community( http://www.gentoo.org/doc/en/ebuild-submit.xml), or find someone else who will do it for you/already has done it and use their ebuild ( http://bugs.gentoo.org) -Mike _____________________ Michael E. Crute Software Developer SoftGroup Development Corporation Linux, because reboots are for installing hardware. "In a world without walls and fences, who needs windows and gates?" [-- Attachment #2: Type: text/html, Size: 1417 bytes --] ^ permalink raw reply [flat|nested] 16+ messages in thread
* RE: [gentoo-user] no ebuild what to do? 2005-09-29 17:18 [gentoo-user] no ebuild what to do? maxim wexler 2005-09-29 17:30 ` A. Khattri 2005-09-29 17:30 ` Michael Crute @ 2005-09-29 17:37 ` Dave Nebinger 2005-09-29 18:19 ` Yoandy Rodriguez ` (2 subsequent siblings) 5 siblings, 0 replies; 16+ messages in thread From: Dave Nebinger @ 2005-09-29 17:37 UTC (permalink / raw To: gentoo-user > I'd like to install dekagen but there are no ebuilds > for it. I suppose I could just unpack it and follow > the INSTALL doc but is that the appropriate gentoo > way? It's the general unix way of doing things, so sure it fits into gentoo also. Ebuilds are not really necessary unless you believe a lot of other folks will be using the same package. That said, having written some ebuilds lately, I can tell you for the most part the process is pretty easy. Start with an ebuild for a package that is similar to what you're going to install, make the various changes for the package (the gentoo doc for the ebuilds is your best friend here), and drop it into your overlay. If you want to release it, it goes easily into bugs.gentoo.org. If you don't want to do the ebuild yourself, and you believe at some point in the future someone else might get one into portage, you can always use the ./configure script to install to /usr/local - it would still be available yet allows for future emerging should it get added. -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [gentoo-user] no ebuild what to do? 2005-09-29 17:18 [gentoo-user] no ebuild what to do? maxim wexler ` (2 preceding siblings ...) 2005-09-29 17:37 ` Dave Nebinger @ 2005-09-29 18:19 ` Yoandy Rodriguez 2005-09-29 22:05 ` Nick Rout 2005-09-30 2:04 ` [gentoo-user] " Greg Yasko 5 siblings, 0 replies; 16+ messages in thread From: Yoandy Rodriguez @ 2005-09-29 18:19 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 636 bytes --] You should first look into bugzilla just to make see if there is a bug request for that package, then do the overlay thing ;) On Thu, 2005-09-29 at 10:18 -0700, maxim wexler wrote: > Hello everybody, > > I'm sure this has been covered before but can't seem > to google for it. > > I'd like to install dekagen but there are no ebuilds > for it. I suppose I could just unpack it and follow > the INSTALL doc but is that the appropriate gentoo > way? > > -mw > > > > __________________________________ > Yahoo! Mail - PC Magazine Editors' Choice 2005 > http://mail.yahoo.com -- live free() or die() Jadex [-- Attachment #2: This is a digitally signed message part --] [-- Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [gentoo-user] no ebuild what to do? 2005-09-29 17:18 [gentoo-user] no ebuild what to do? maxim wexler ` (3 preceding siblings ...) 2005-09-29 18:19 ` Yoandy Rodriguez @ 2005-09-29 22:05 ` Nick Rout 2005-09-30 2:04 ` [gentoo-user] " Greg Yasko 5 siblings, 0 replies; 16+ messages in thread From: Nick Rout @ 2005-09-29 22:05 UTC (permalink / raw To: gentoo-user The others have told you how to incorporate it in portage. It is nice to write an ebuild for these things as it makes updating and removal of the package easy. But this package is one bash script and one man page. As long as you remeber where you installed it to updating and removal of two files shouldn't be a problem. OTOH writing an ebuild is a useful skill to learn, I did it for a game recently and learned a lot. I can now install and remove the game, and update it at will. Just a pity the powers that be don't bother promoting such stuff from bugs.gentoo.org. On Thu, 29 Sep 2005 10:18:34 -0700 (PDT) maxim wexler wrote: > Hello everybody, > > I'm sure this has been covered before but can't seem > to google for it. > > I'd like to install dekagen but there are no ebuilds > for it. I suppose I could just unpack it and follow > the INSTALL doc but is that the appropriate gentoo > way? > > -mw > > > > __________________________________ > Yahoo! Mail - PC Magazine Editors' Choice 2005 > http://mail.yahoo.com > -- > gentoo-user@gentoo.org mailing list -- Nick Rout <nick@rout.co.nz> -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-user] Re: no ebuild what to do? 2005-09-29 17:18 [gentoo-user] no ebuild what to do? maxim wexler ` (4 preceding siblings ...) 2005-09-29 22:05 ` Nick Rout @ 2005-09-30 2:04 ` Greg Yasko 2005-09-30 2:12 ` Greg Yasko ` (3 more replies) 5 siblings, 4 replies; 16+ messages in thread From: Greg Yasko @ 2005-09-30 2:04 UTC (permalink / raw To: gentoo-user maxim wexler <blissfix <at> yahoo.com> writes: > > Hello everybody, > > I'm sure this has been covered before but can't seem > to google for it. > > I'd like to install dekagen but there are no ebuilds > for it. I suppose I could just unpack it and follow > the INSTALL doc but is that the appropriate gentoo > way? > > -mw There is now an ebuild in Gentoo's bugzilla, so you could use Portdir_Overlay and provide some much needed testing. I'd link to the Gentoo Wiki for how to do it but it's been spammed, so here goes & of course do the commands without the quotes: Set PORTDIR_OVERLAY in /etc/make.conf to /usr/local/portage Download dekagen-1.0.2.tar.gz and move it to /usr/portage/distfiles Login as root and do a "mkdir -p /usr/local/portage/app-cdr/dekagen" Then cd to the dekagen directory you just created. Run "ebuild dekagen-1.0.2.ebuild digest" in the dekagen directory. Add "app-cdr/dekagen ~x86" to /etc/portage/package.keywords Finally, do an "emerge dekagen" and it should work. Good luck. -G.Y. -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-user] Re: no ebuild what to do? 2005-09-30 2:04 ` [gentoo-user] " Greg Yasko @ 2005-09-30 2:12 ` Greg Yasko 2005-10-01 20:54 ` maxim wexler 2005-09-30 2:27 ` Nick Rout ` (2 subsequent siblings) 3 siblings, 1 reply; 16+ messages in thread From: Greg Yasko @ 2005-09-30 2:12 UTC (permalink / raw To: gentoo-user Greg Yasko <gyasko <at> cox.net> writes: > Login as root and do a "mkdir -p /usr/local/portage/app-cdr/dekagen" > > Then cd to the dekagen directory you just created. > Copy the ebuild, which is at gentoo bugzilla under app-cdr/dekagen to your dekagen directory. > Run "ebuild dekagen-1.0.2.ebuild digest" in the dekagen directory. > > Add "app-cdr/dekagen ~x86" to /etc/portage/package.keywords > > Finally, do an "emerge dekagen" and it should work. > > Good luck. > > -G.Y. > Whoops! I forgot to tell you to copy the ebuild to it's directory. See above. -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [gentoo-user] Re: no ebuild what to do? 2005-09-30 2:12 ` Greg Yasko @ 2005-10-01 20:54 ` maxim wexler 2005-10-02 4:38 ` Nick Rout 0 siblings, 1 reply; 16+ messages in thread From: maxim wexler @ 2005-10-01 20:54 UTC (permalink / raw To: gentoo-user --- Greg Yasko <gyasko@cox.net> wrote: > Greg Yasko <gyasko <at> cox.net> writes: > > > > Login as root and do a "mkdir -p > /usr/local/portage/app-cdr/dekagen" > > > > Then cd to the dekagen directory you just created. > > > > Copy the ebuild, which is at gentoo bugzilla under > app-cdr/dekagen to your > dekagen directory. > > > Run "ebuild dekagen-1.0.2.ebuild digest" in the > dekagen directory. > > > > Add "app-cdr/dekagen ~x86" to > /etc/portage/package.keywords > > > > Finally, do an "emerge dekagen" and it should > work. Yow! dayglo ~ # emerge -pv dekagen These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild N ] sys-apps/eject-2.0.13-r1 +nls 58 kB [ebuild N ] media-sound/bladeenc-0.94.2-r1 139 kB [ebuild N ] x11-libs/openmotif-2.2.3-r3 5,029 kB [ebuild N ] media-libs/flac-1.1.1 +sse +xmms 1,432 kB [ebuild N ] media-sound/xmcd-3.3.2 +alsa +encode +vorbis 1,599 kB [ebuild N ] app-cdr/dekagen-1.0.2 0 kB Total size of downloads: 8,259 kB Somebody said bloat? Why do I need all this stuff when it works out of the box simply by running the script? > > > > Good luck. > > > > -G.Y. > > > > Whoops! I forgot to tell you to copy the ebuild to > it's directory. See above. > > > > > -- > gentoo-user@gentoo.org mailing list > > __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [gentoo-user] Re: no ebuild what to do? 2005-10-01 20:54 ` maxim wexler @ 2005-10-02 4:38 ` Nick Rout 0 siblings, 0 replies; 16+ messages in thread From: Nick Rout @ 2005-10-02 4:38 UTC (permalink / raw To: gentoo-user On Sat, 2005-10-01 at 13:54 -0700, maxim wexler wrote: > > --- Greg Yasko <gyasko@cox.net> wrote: > > > Greg Yasko <gyasko <at> cox.net> writes: > > > > > > > Login as root and do a "mkdir -p > > /usr/local/portage/app-cdr/dekagen" > > > > > > Then cd to the dekagen directory you just created. > > > > > > > Copy the ebuild, which is at gentoo bugzilla under > > app-cdr/dekagen to your > > dekagen directory. > > > > > Run "ebuild dekagen-1.0.2.ebuild digest" in the > > dekagen directory. > > > > > > Add "app-cdr/dekagen ~x86" to > > /etc/portage/package.keywords > > > > > > Finally, do an "emerge dekagen" and it should > > work. > > Yow! > > dayglo ~ # emerge -pv dekagen > > These are the packages that I would merge, in order: > > Calculating dependencies ...done! > [ebuild N ] sys-apps/eject-2.0.13-r1 +nls 58 kB > [ebuild N ] media-sound/bladeenc-0.94.2-r1 139 kB > [ebuild N ] x11-libs/openmotif-2.2.3-r3 5,029 kB > [ebuild N ] media-libs/flac-1.1.1 +sse +xmms > 1,432 kB > [ebuild N ] media-sound/xmcd-3.3.2 +alsa +encode > +vorbis 1,599 kB > [ebuild N ] app-cdr/dekagen-1.0.2 0 kB > > Total size of downloads: 8,259 kB > > Somebody said bloat? Why do I need all this stuff when > it works out of the box simply by running the script? because the ebuild has dragged in every optional dependency of dekagen including stuff that isn't actually needed to run it. dekagen is a console package, but appears to optionally use xmcd which requires openmotif. As for the others, well you will have seen from the dekagen docs (and from running the program) that you can choose rippers and encoders, and that there are therefore a whole lot of optional dependencies. You can run it without all of those options installed, you just don't get to use the ones you don't have (you obviously need a minimum of one ripper and one encoder for it to do its thing). for example dekagen can use any of the following to rip cd's: cdda2wav, cdparanoia, dagrab, or tosha. If you have just one of them installed it will work. If you want the option of trying them all as backends, you can install them all (although I am not sure that they are all in portage). Same with encoding, you can use any of 8hz-mp3, bladeenc, l3enc, lame, mp3enc, or notlame, or oggenc. The docs also say: You might also wish to install: "3. xmcd, 4. id3ed, id3tag, id3tool, or mp3info." I think the ebuild that has been written is dragging them all in whether you want them or not. The ebuild author admits it is his first ebuild and that he just copied another one. No criticism to him, but feel free to fix it :-) It'll probably end up with a whole lot of use flags, so you can control it's dependencies. Seems incredible overkill for a 34k shell script. > > > > > > > Good luck. > > > > > > -G.Y. > > > > > > > Whoops! I forgot to tell you to copy the ebuild to > > it's directory. See above. > > > > > > > > > > -- > > gentoo-user@gentoo.org mailing list > > > > > > > > > __________________________________ > Yahoo! Mail - PC Magazine Editors' Choice 2005 > http://mail.yahoo.com -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [gentoo-user] Re: no ebuild what to do? 2005-09-30 2:04 ` [gentoo-user] " Greg Yasko 2005-09-30 2:12 ` Greg Yasko @ 2005-09-30 2:27 ` Nick Rout 2005-09-30 2:36 ` Greg Yasko 2005-10-01 17:50 ` maxim wexler 2005-10-01 18:20 ` maxim wexler 3 siblings, 1 reply; 16+ messages in thread From: Nick Rout @ 2005-09-30 2:27 UTC (permalink / raw To: gentoo-user Forgive me for saying so, but this ebuild seems a little off to me: 1. why install to /opt? 2. DEPEND s on a lot of optional stuff from my quick read of the dekagen docs this morning. Can you do DEPEND with alternatives? like DEPEND bladeenc|lame|vorbistools 3. aren't all the DEPENDS actually RDEPENDS as nothing at all is needed to compile/install the program, other than bash and man which I believe should always be present. But I am open to education on these issues :-) (By the way congratulations on the quick work, I started to do the same thing, and got waylaid by my real employment :-) On Fri, 30 Sep 2005 02:04:04 +0000 (UTC) Greg Yasko wrote: > There is now an ebuild in Gentoo's bugzilla, so you could use Portdir_Overlay > and provide some much needed testing. > > I'd link to the Gentoo Wiki for how to do it but it's been spammed, so here goes > & of course do the commands without the quotes: > > Set PORTDIR_OVERLAY in /etc/make.conf to /usr/local/portage > > Download dekagen-1.0.2.tar.gz and move it to /usr/portage/distfiles > > Login as root and do a "mkdir -p /usr/local/portage/app-cdr/dekagen" > > Then cd to the dekagen directory you just created. > > Run "ebuild dekagen-1.0.2.ebuild digest" in the dekagen directory. > > Add "app-cdr/dekagen ~x86" to /etc/portage/package.keywords > > Finally, do an "emerge dekagen" and it should work. > > Good luck. > > -G.Y. > > -- > gentoo-user@gentoo.org mailing list -- Nick Rout <nick@rout.co.nz> -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-user] Re: no ebuild what to do? 2005-09-30 2:27 ` Nick Rout @ 2005-09-30 2:36 ` Greg Yasko 2005-09-30 3:59 ` Nick Rout 0 siblings, 1 reply; 16+ messages in thread From: Greg Yasko @ 2005-09-30 2:36 UTC (permalink / raw To: gentoo-user Nick Rout <nick <at> rout.co.nz> writes: > > Forgive me for saying so, but this ebuild seems a little off to me: > Change it to meet the Gentoo standards, if you have the time. I'd like to see what all you'd change -- it's my first ebuild & I pirated the structure from bashburn-1.6.ebuild:) -G.Y. -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [gentoo-user] Re: no ebuild what to do? 2005-09-30 2:36 ` Greg Yasko @ 2005-09-30 3:59 ` Nick Rout 0 siblings, 0 replies; 16+ messages in thread From: Nick Rout @ 2005-09-30 3:59 UTC (permalink / raw To: gentoo-user On Fri, 30 Sep 2005 02:36:30 +0000 (UTC) Greg Yasko wrote: > Nick Rout <nick <at> rout.co.nz> writes: > > > > > Forgive me for saying so, but this ebuild seems a little off to me: > > > > Change it to meet the Gentoo standards, if you have the time. I'd like to see > what all you'd change -- it's my first ebuild & I pirated the structure from > bashburn-1.6.ebuild:) > > -G.Y. I'm no expert either, in fact I was kinda hoping you were going to give me a lesson! > > > > > -- > gentoo-user@gentoo.org mailing list -- Nick Rout <nick@rout.co.nz> -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [gentoo-user] Re: no ebuild what to do? 2005-09-30 2:04 ` [gentoo-user] " Greg Yasko 2005-09-30 2:12 ` Greg Yasko 2005-09-30 2:27 ` Nick Rout @ 2005-10-01 17:50 ` maxim wexler 2005-10-01 18:20 ` maxim wexler 3 siblings, 0 replies; 16+ messages in thread From: maxim wexler @ 2005-10-01 17:50 UTC (permalink / raw To: gentoo-user --- Greg Yasko <gyasko@cox.net> wrote: > maxim wexler <blissfix <at> yahoo.com> writes: > > > > > Hello everybody, > > > > I'm sure this has been covered before but can't > seem > > to google for it. > > > > I'd like to install dekagen but there are no > ebuilds > > for it. I suppose I could just unpack it and > follow > > the INSTALL doc but is that the appropriate gentoo > > way? > > > > -mw > > There is now an ebuild in Gentoo's bugzilla, so you > could use Portdir_Overlay > and provide some much needed testing. Could you explain how you found it? My searches always came up "zarro". __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [gentoo-user] Re: no ebuild what to do? 2005-09-30 2:04 ` [gentoo-user] " Greg Yasko ` (2 preceding siblings ...) 2005-10-01 17:50 ` maxim wexler @ 2005-10-01 18:20 ` maxim wexler 2005-10-03 10:53 ` Neil Bothwick 3 siblings, 1 reply; 16+ messages in thread From: maxim wexler @ 2005-10-01 18:20 UTC (permalink / raw To: gentoo-user > > There is now an ebuild in Gentoo's bugzilla, so you > could use Portdir_Overlay > and provide some much needed testing. Well, I found it: http://bugs.gentoo.org/buglist.cgi?short_desc_type=allwordssubstr&short_desc=New&product=Gentoo+Linux&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=exact&email1=&emailtype2=exact&email2=&bugidtype=include&bug_id=&votes=&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&newqueryname=&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= but only because I clicked on something at random culled from google. Since I can't know in advance what the bug# is, why does a search for the ebuild by name come up empty in gentoo bugzilla? __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [gentoo-user] Re: no ebuild what to do? 2005-10-01 18:20 ` maxim wexler @ 2005-10-03 10:53 ` Neil Bothwick 0 siblings, 0 replies; 16+ messages in thread From: Neil Bothwick @ 2005-10-03 10:53 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 464 bytes --] On Sat, 1 Oct 2005 11:20:18 -0700 (PDT), maxim wexler wrote: > Since I can't know in advance what > the bug# is, why does a search for the ebuild by name > come up empty in gentoo bugzilla? Because, AFAIK, Bugzilla defaults to only searching open bugs. If you search for "ALL dekagen" it will search all bugs and find what you need. You should always use ALL when searching for ebuilds. -- Neil Bothwick Jimmy Hoffa is buried here ------> X [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2011-10-31 3:56 UTC | newest] Thread overview: 16+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2005-09-29 17:18 [gentoo-user] no ebuild what to do? maxim wexler 2005-09-29 17:30 ` A. Khattri 2005-09-29 17:30 ` Michael Crute 2005-09-29 17:37 ` Dave Nebinger 2005-09-29 18:19 ` Yoandy Rodriguez 2005-09-29 22:05 ` Nick Rout 2005-09-30 2:04 ` [gentoo-user] " Greg Yasko 2005-09-30 2:12 ` Greg Yasko 2005-10-01 20:54 ` maxim wexler 2005-10-02 4:38 ` Nick Rout 2005-09-30 2:27 ` Nick Rout 2005-09-30 2:36 ` Greg Yasko 2005-09-30 3:59 ` Nick Rout 2005-10-01 17:50 ` maxim wexler 2005-10-01 18:20 ` maxim wexler 2005-10-03 10:53 ` Neil Bothwick
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox