Re: Beagle filter for Gentoo ebuilds

2006-03-27 Thread Joe Shaw
Hi, On Sat, 2006-03-25 at 06:57 -0600, Pat Double wrote: Here's a better version, I'll attach this time. It handles bash line continuation and I've changed from using fixme:title to dc:title. Great. Question, does the filter get instantiated once per beagle process, or for every file? I

Re: Beagle filter for Gentoo ebuilds

2006-03-27 Thread Pat Double
On Monday 27 March 2006 13:19, Joe Shaw wrote: The filter looks good, mostly I have stylistic comments. Can you point me to some ebuild files that I can use to test it? You can get the Gentoo portage tree from ftp://ftp.linuxforum.net/gentoo/releases/snapshots/2006.0 . Download the .tar.bz2

Re: Beagle filter for Gentoo ebuilds

2006-03-27 Thread Joe Shaw
Hi, On Mon, 2006-03-27 at 13:40 -0600, Pat Double wrote: You can get the Gentoo portage tree from ftp://ftp.linuxforum.net/gentoo/releases/snapshots/2006.0 . Download the .tar.bz2 and it'll be full of ebuilds. You can also get some at http://www.ebuildexchange.org/ebuilds.php, although

Re: Beagle filter for Gentoo ebuilds

2006-03-27 Thread Pat Double
(Keep forgetting to include the ML, argh ) On Monday 27 March 2006 13:19, you wrote: Question, does the filter get instantiated once per beagle process, or for every file? I am wondering if I should make the Regex fields static? A new filter is instantiated each time. So making them static

Re: Beagle filter for Gentoo ebuilds

2006-03-27 Thread Joe Shaw
Hi, On Mon, 2006-03-27 at 14:34 -0600, Pat Double wrote: Attached source. Thanks for these changes. I've checked this in. Joe ___ Dashboard-hackers mailing list Dashboard-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/dashboard-hackers

Re: Beagle filter for Gentoo ebuilds

2006-03-27 Thread Pat Double
On Monday 27 March 2006 16:39, Joe Shaw wrote: Thanks for these changes. I've checked this in. Thanks! -- Pat Double, [EMAIL PROTECTED] In the beginning God created the heaven and the earth. pgpox7fwnIyWY.pgp Description: PGP signature ___

Re: Beagle filter for Gentoo ebuilds

2006-03-25 Thread Pat Double
On Friday 24 March 2006 12:32, Pat Double wrote: I've written a filter for Gentoo Linux ebuilds. The main goal is to extract information like the title, version, description, etc. It was really easy to write. I'd appreciate comments (I'm a Java developer, so I'm sure there are some bad things

Beagle filter for Gentoo ebuilds

2006-03-24 Thread Pat Double
I've written a filter for Gentoo Linux ebuilds. The main goal is to extract information like the title, version, description, etc. It was really easy to write. I'd appreciate comments (I'm a Java developer, so I'm sure there are some bad things I've done with C# here ;). Any chance this could