Re: Portfile authors: pay attention to keywords, eol-style, Id

2007-04-17 Thread Boey Maun Suang
On 17/04/2007, at 20:48, Ryan Schmidt wrote: To ensure that the correct properties automatically get set on your new Portfiles, you can edit your ~/.subversion/config file, turn auto-props on, and add this auto-prop definition: Portfile = svn:eol-style=native;svn:keywords=Id ... This re

Re: freeimage # -*- tcl -*-

2007-04-17 Thread Emory Smith
On Apr 17, 2007, at 3:45 PM, macports-dev- [EMAIL PROTECTED] wrote: Date: Tue, 17 Apr 2007 22:02:54 +0200 From: Jochem Huhmann <[EMAIL PROTECTED]> On 2007-04-17, at 12:44, Ryan Schmidt wrote: The portfile for freeimage begins with this line: # -*- tcl -*- I don't know what the line does.

Announcing MacPorts release 1.4.3

2007-04-17 Thread James Berry
The MacPorts team is very proud to announce our third release of MacPorts within several days. The pace of change has been fast and furious. This time we're just furious: Release 1.4.3 (17-Apr-2007): - Fix bug in launchd support, introduced in 1.4.2. Remove remnants of launchd

Re: Portfile authors: pay attention to keywords, eol-style, Id

2007-04-17 Thread James Berry
On Apr 17, 2007, at 2:57 PM, Landon Fuller wrote: On Apr 17, 2007, at 14:33, Ryan Schmidt wrote: On Apr 17, 2007, at 16:19, Landon Fuller wrote: I once said I would work on a pre-commit hook script we could install which would reject any commit that did not conform with these requireme

Re: Portfile authors: pay attention to keywords, eol-style, Id

2007-04-17 Thread Landon Fuller
On Apr 17, 2007, at 14:33, Ryan Schmidt wrote: On Apr 17, 2007, at 16:19, Landon Fuller wrote: I once said I would work on a pre-commit hook script we could install which would reject any commit that did not conform with these requirements. I haven't gotten around to that yet, but I hav

Re: Portfile authors: pay attention to keywords, eol-style, Id

2007-04-17 Thread Ryan Schmidt
On Apr 17, 2007, at 16:19, Landon Fuller wrote: I once said I would work on a pre-commit hook script we could install which would reject any commit that did not conform with these requirements. I haven't gotten around to that yet, but I haven't forgotten either. If we're going to be nazi

Re: Portfile authors: pay attention to keywords, eol-style, Id

2007-04-17 Thread Landon Fuller
On Apr 17, 2007, at 03:48, Ryan Schmidt wrote: Portfile = svn:eol-style=native;svn:keywords=Id For consistency and conformance with the Subversion documentation let's please use Id, not id, for the keyword name. This recommendation should probably be in the documentation somewhere but I

Re: freeimage # -*- tcl -*-

2007-04-17 Thread Jochem Huhmann
On 2007-04-17, at 12:44, Ryan Schmidt wrote: The portfile for freeimage begins with this line: # -*- tcl -*- I don't know what the line does. I guess it informs some editor that this is a tcl file, but I don't know what editor that would be. Does anyone know? It's Emacs. No other portf

Re: Change in ports.conf and ~/.portsrc search paths

2007-04-17 Thread James Berry
Hi Juan, On Apr 17, 2007, at 10:33 AM, Juan Manuel Palacios wrote: On Apr 17, 2007, at 11:59 AM, James Berry wrote: I intentionally kept the behavior the same as it was before. I think there are arguments to both behaviors (overriding the whole file vs overriding duplicate fields). Overall,

Re: Change in ports.conf and ~/.portsrc search paths

2007-04-17 Thread Juan Manuel Palacios
On Apr 17, 2007, at 11:59 AM, James Berry wrote: I intentionally kept the behavior the same as it was before. I think there are arguments to both behaviors (overriding the whole file vs overriding duplicate fields). Overall, the "only one file wins" strategy is probably simplest to understa

GSoC work and svn

2007-04-17 Thread Juan Manuel Palacios
Hey GSoC mentors! Before GSoC students with our project start committing their work into our repo, I wanted to suggest some organizational guidelines to streamline the workflow and also secure trunk from breaking with potentially experimental code. Namely, I was thinking maybe we should crea

Re: Change in ports.conf and ~/.portsrc search paths

2007-04-17 Thread James Berry
Hi Juan, On Apr 16, 2007, at 6:28 PM, Juan Manuel Palacios wrote: More than a comment, a question actually. If I recall and read it correctly, the previous conf file initialization code in base/src/ darwinports1.0/darwinports.tcl allowed only for one file to exist, either in the environmen

Re: enhancement of elvis' Portfile

2007-04-17 Thread Elias Pipping
why do you add --prefix=${prefix} to configure.args? as configure.preargs is unchanged, it should already be passed to configure... Regards, Elias On Apr 17, 2007, at 11:03 AM, Emmanuel Hainry wrote: Citando Emmanuel Hainry : Hi all, I have recently modified elvis (vi clone) po

Re: enhancement of elvis' Portfile

2007-04-17 Thread Elias Pipping
http://trac.macports.org/projects/macports/ticket/10907 closed http://trac.macports.org/projects/macports/changeset/24144 committed Regards, Elias On Apr 17, 2007, at 10:36 AM, Emmanuel Hainry wrote: Hi all, I have recently modified elvis (vi clone) portfile so that it corr

Re: Portfile authors: pay attention to keywords, eol-style, Id

2007-04-17 Thread Yves de Champlain
Le 07-04-17 à 06:48, Ryan Schmidt a écrit : I have fixed several issues with several portfiles. There was an agreement on the list some months ago that things should be this way, so these commits simply bring noncompliant portfiles back into compliance with the following: - svn:keywords

Portfile authors: pay attention to keywords, eol-style, Id

2007-04-17 Thread Ryan Schmidt
I have fixed several issues with several portfiles. There was an agreement on the list some months ago that things should be this way, so these commits simply bring noncompliant portfiles back into compliance with the following: - svn:keywords should be set to Id (capital I, lowercase d)

freeimage # -*- tcl -*-

2007-04-17 Thread Ryan Schmidt
The portfile for freeimage begins with this line: # -*- tcl -*- I don't know what the line does. I guess it informs some editor that this is a tcl file, but I don't know what editor that would be. Does anyone know? No other portfiles begin with (or contain) such a line, so I would like t

Re: MacPorts 1.4.1 released for self update

2007-04-17 Thread Dave Hill
In article <[EMAIL PROTECTED]>, James Berry <[EMAIL PROTECTED]> wrote: > Hi Dave, > > On Apr 16, 2007, at 2:57 PM, Dave Hill wrote: > > > In article > > > g>, > > James Berry <[EMAIL PROTECTED]> wrote: > > > >> MacPorts 1.4.1 has been released for selfupdate. It should hit the > >> rsync ser

Re: [24079] trunk/base/src/pextlib1.0/find.c

2007-04-17 Thread Landon Fuller
On Apr 16, 2007, at 10:30 PM, Kevin Ballard wrote: Yeah, I know, but the fact of the matter was nobody used find, and I mean nobody. And the other part is that, in general, it's far more conducive to stop thinking of code as "my code" or "his code" and to think of it simply as project code

Re: MacPorts 1.4.1 released for self update

2007-04-17 Thread Dave Hill
In article <[EMAIL PROTECTED]>, James Berry <[EMAIL PROTECTED]> wrote: > MacPorts 1.4.1 has been released for selfupdate. It should hit the > rsync servers within an hour or so. > > If you already have macports installed, simply "sudo port > selfupdate". If you're doing a new install, insta

Re: enhancement of elvis' Portfile

2007-04-17 Thread Emmanuel Hainry
Citando Emmanuel Hainry : > Hi all, > > I have recently modified elvis (vi clone) portfile so that it > correctly destroots (was installing files out of ${destroot} and even in > /etc). It now works for me. Could someone check and hopefully commit? > It might work better with a link: http

enhancement of elvis' Portfile

2007-04-17 Thread Emmanuel Hainry
Hi all, I have recently modified elvis (vi clone) portfile so that it correctly destroots (was installing files out of ${destroot} and even in /etc). It now works for me. Could someone check and hopefully commit? Emmanuel pgpN8YVe4GyuN.pgp Description: PGP signature