Re: [ANN] New version of RegexKit available
Re: [ANN] New version of RegexKit available
- Subject: Re: [ANN] New version of RegexKit available
- From: "John Engelhart" <email@hidden>
- Date: Tue, 4 Dec 2007 17:36:36 -0500
On Dec 4, 2007 1:52 PM, Matt Neuburg <email@hidden> wrote:
> On Sat, 1 Dec 2007 02:58:07 -0500, "John Engelhart"
> <email@hidden> said:
> >RegexKit Version 0.5 Beta is now available.
> >
> >http://regexkit.sourceforge.net/
> >
> >RegexKit is a BSD licensed Objective-C framework for regular
> >expressions using the PCRE (v 7.4, latest) regular expression library.
>
> Cool, but must it come in this funny mpkg? Gives me the installation
> willies. I don't want stuff installed into /Developer/Local/ and
> /Developer/Library/Instruments/PlugIns/ and
> /Library/Developer/Shared/Documentation/DocSets/. I just want some code and
> some docs on a plate without fries... m.
I believe you're looking for the source release, available via:
http://downloads.sourceforge.net/regexkit/RegexKit_0.5.0_source.tar.bz2
This contains nothing but the source and a copy of the HTML
documentation, and I suspect is exactly what you're looking for. If
you running 10.5, you can build the DocSet target, which integrates
the documentation in to Xcode 3.0, from a shell with:
shell% xcodebuild -configuration Release -target DocSet
The output will be in build/Release/DocSet, and you can configure
Xcode to use this copy by opening the Xcode preferences, selecting the
Documentation section, and adding the path '.../build/Release/DocSet'
and get all the benefits, plus fries, and installation willies free!
As an aside, I'm certainly open to suggestions on how best to
distribute and install a framework project (best to reply privately, I
suspect). A framework like RegexKit isn't easy to squeeze in to a
'one click install' methodology, unfortunately, and it's the best
compromise I could come up with under the constraints.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden