Re: [22007] trunk/base/src/port1.0/portutil.tcl

2007-02-14 Thread Jordan K. Hubbard
While most of these helper functions seem pretty sane, I can't help but think that the delete function really ought to be written in C for speed and correctness (following the pseudo code example at http://docs.info.apple.com/article.html?artnum=107884). The Tcl function I see below is

Re: [22007] portutil.tcl mods / more portfile.7 changes needed?

2007-02-14 Thread Jordan K. Hubbard
On Feb 13, 2007, at 9:45 PM, Kevin Ballard wrote: That said, as long as I'm the only user of find (as I believe is the case) I am tempted to make some changes to the API. For example, the filter really should be an expr expression by default (as is the case with if/while/etc.), and the

Re: [22007] portutil.tcl mods / more portfile.7 changes needed?

2007-02-14 Thread Kevin Ballard
I will point out that if xinstall copies directories, that raises the question of how to apply mode and owner/groups to the installed directories. owner/group should be safe to recurse, but mode wouldn't be. On Feb 14, 2007, at 3:31 AM, Jordan K. Hubbard wrote: On Feb 13, 2007, at 11:19

Re: [22007] portutil.tcl mods / more portfile.7 changes needed?

2007-02-14 Thread Jordan K. Hubbard
You'd have to have a separate mode flag that would apply just to directories. A permission of 0755, for example, would be perfectly valid for an entire hierarchy of directories. - Jordan On Feb 14, 2007, at 1:39 AM, Kevin Ballard wrote: I will point out that if xinstall copies

NEW: arpack

2007-02-14 Thread Mark Moll
Could someone commit this new port?: arpack, a package for solving large scale eigenvalue problems http://trac.macports.org/projects/macports/ticket/11279 -- Mark ___ macports-dev mailing list macports-dev@lists.macosforge.org

Re: NEW: arpack

2007-02-14 Thread Juan Manuel Palacios
On Feb 14, 2007, at 5:41 PM, Mark Moll wrote: Juan, Thanks for the commit. I just ran portindex, and it chokes on these lines in the Portfile: homepagehttp://www.caam.rice.edu/software/ARPACK master_sites${homepage}/SRC/ with the following error message: Failed to parse file

Re: Anyone watching the bugtracker ?

2007-02-14 Thread Juan Manuel Palacios
On Feb 10, 2007, at 3:20 PM, Michael Stevens wrote: My personal policy for my own stuff is to put the ticket on the bugtracker and mail -dev to let people know it's there. This seems to work. It'd be nice if there was something more organised. Michael When first moving to MacOSForge we

Re: How to submit a new port ?

2007-02-14 Thread Ryan Schmidt
On Feb 14, 2007, at 17:56, Regis Vincent wrote: I'm not sure this is the right mailing list (from the archive it seems so), I have made a new portfile for an open-source project called playerstage (see playerstage.sourceforge.net) but I don't how to submit this port to the main tree