Re: MPWA

2010-04-13 Thread Jeremy Lavergne
Stick to using a language that you know. Best option is one that lines up with the rest of our online codebase. "livinded" wrote: >Having not used Ramaze I can't comment on it as a framework in terms of >features, stability, speeds, performance, etc. I have looked into Sinatra >briefly but ha

Re: MPWA

2010-04-13 Thread livinded
Having not used Ramaze I can't comment on it as a framework in terms of features, stability, speeds, performance, etc. I have looked into Sinatra briefly but have not done any realy development using it. I like Sinatra and definitely believe that it has it's place, but I believe that Rails is be

Re: MPWA

2010-04-13 Thread Dmitry Gorbik
I would propose using Sinatra or Ramaze instead of RoR. Smaller and faster. What are your thoughts about that? 2010/4/7 livinded > I've been reading over the code and, aside from a few modifications, there > really isn't much there other than the default scaffolding that rails > creates for you.

Re: [66441] trunk/dports/editors

2010-04-13 Thread Ryan Schmidt
On Apr 13, 2010, at 12:21, David Baumgold wrote: > Because the download link is > "http://www.vim.org/scripts/script.php?script_id=1658"; exactly: the HTTP > header instructs the browser to save the file as "NERD_tree.zip". I didn't > see any way for the Macports configuration to handle this,

Re: Swarm dependencies conflicts with Octave

2010-04-13 Thread Frank Schima
On Apr 13, 2010, at 9:19 AM, Cristiano Fontana wrote: > I am trying to prepare a Portfile for the Swarm tool www.swarm.org but the > library depends on the hd5 port that conflicts with the hd5-18 that is > required by Octave. > Since I need to use both of them is there a way that I can install

Re: [66441] trunk/dports/editors

2010-04-13 Thread Jeremy Lavergne
> Jeremy: Is checksumming normally taken care of in the fetch phase? I thought > it was its own separate phase, and so overriding fetch would leave the > checksum step untouched. I mean we have a livecheck.md5 so we might happen to have a fetch.md5, in addition to our checksum phase. Not likel

Re: [66441] trunk/dports/editors

2010-04-13 Thread David Baumgold
> > Begin forwarded message: > > > From: Ryan Schmidt > > Date: April 13, 2010 1:06:03 PM EDT > > To: macports-dev@lists.macosforge.org, singingwolf...@macports.org > > Subject: Re: [66441] trunk/dports/editors > > > > On Apr 13, 2010, at 10:39, singingwolf...@macports.org wrote: > > > >> Revision

Re: [66441] trunk/dports/editors

2010-04-13 Thread Jeremy Lavergne
Do we have Md5 for fetch? "Ryan Schmidt" wrote: >On Apr 13, 2010, at 10:39, singingwolf...@macports.org wrote: > >> Revision: 66441 >> http://trac.macports.org/changeset/66441 >> Author: singingwolf...@macports.org >> Date: 2010-04-13 08:39:15 -0700 (Tue, 13 Apr 2010) >> Log Messa

Re: [66441] trunk/dports/editors

2010-04-13 Thread Ryan Schmidt
On Apr 13, 2010, at 10:39, singingwolf...@macports.org wrote: > Revision: 66441 > http://trac.macports.org/changeset/66441 > Author: singingwolf...@macports.org > Date: 2010-04-13 08:39:15 -0700 (Tue, 13 Apr 2010) > Log Message: > --- > Added port for NERD Tree Vim plugin >

Swarm dependencies conflicts with Octave

2010-04-13 Thread Cristiano Fontana
Hello, I am trying to prepare a Portfile for the Swarm tool www.swarm.org but the library depends on the hd5 port that conflicts with the hd5-18 that is required by Octave. Since I need to use both of them is there a way that I can install boh ports? Thanks, Cristiano __