[123768] trunk/base/src/macports1.0/macports.tcl

2014-08-13 Thread Joshua Root
> Revision: 123768 > https://trac.macports.org/changeset/123768 > Author: larryv at macports.org > Date: 2014-08-13 21:34:03 -0700 (Wed, 13 Aug 2014) > Log Message: > --- > macports.tcl: Use quieter git sync command. > > pushd and popd print the directory stacks to stdout,

Re: Perl changes (+ please wait a bit with commits in perl modules if possible)

2014-08-13 Thread Dan Ports
On Wed, Aug 13, 2014 at 09:00:09AM +0200, Mojca Miklavec wrote: > On Tue, Aug 12, 2014 at 11:25 PM, Dan Ports wrote: > > Longer-term, we need to decide whether to go to a single perl. > > Personally, I'm in favor of this. But it's clearly going to involve a > > lot of work (even if it'll save us mo

Re: port echo prints trailing whitespace

2014-08-13 Thread James Berry
Hi Ryan, It does this because it’s prepared to handle showing the version as well. i.e., in port echo installed, for instance. The special cases could be changed to use a minimal amount of white space, I suppose, depending on what fields are being displayed. Note, too, that passing the quiet f

Re: port echo prints trailing whitespace

2014-08-13 Thread Clemens Lang
Hi, > Each line is padded to 32 chars. Anybody know why? More than once I've had to > pipe the result through "sed -E 's/ +$//'" to get rid of this. I think that's because "port installed" and "port list" use the same whitespace to align the version numbers. We should clean that up and use some p

port echo prints trailing whitespace

2014-08-13 Thread Ryan Schmidt
Each line is padded to 32 chars. Anybody know why? More than once I've had to pipe the result through "sed -E 's/ +$//'" to get rid of this. ___ macports-dev mailing list macports-dev@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/ma

Re: Usage of the term MacPorts (was: Topological sorting of perl modules)

2014-08-13 Thread Lawrence Velázquez
On Aug 13, 2014, at 6:45 AM, Joshua Root wrote: > If we were talking about portmgr then I would agree. But I don't think > MacPorts is a collective noun, it's a proper noun denoting a single > project. That the name has a plural form probably confuses the issue > further. I don't know, I think o

Re: Usage of the term MacPorts (was: Topological sorting of perl modules)

2014-08-13 Thread Lawrence Velázquez
On Aug 13, 2014, at 6:45 AM, Joshua Root wrote: > If we were talking about portmgr then I would agree. But I don't think > MacPorts is a collective noun, it's a proper noun denoting a single > project. That the name has a plural form probably confuses the issue > further. I don't know, I think o

Re: Usage of the term MacPorts (was: Topological sorting of perl modules)

2014-08-13 Thread Arno Hautala
On Wed, Aug 13, 2014 at 12:20 PM, Lawrence Velázquez wrote: > > a Subversion of Portfiles That one nicely abstracts to VCS in general too. A Subversion of Commits Though it'd be annoying to change if the project ever switches to another... A Git of Commits? A Fool of Gits? -- arno s hautal

Re: Usage of the term MacPorts (was: Topological sorting of perl modules)

2014-08-13 Thread Lawrence Velázquez
On Aug 13, 2014, at 8:56 AM, Arno Hautala wrote: > I think the more important question is what the "venery" term is for > portfiles. > > "A MacPorts of Portfiles" doesn't sound that great. > A TCL of Portfiles? a Subversion of Portfiles vq ___ macpo

Re: [123699] trunk/dports

2014-08-13 Thread Mojca Miklavec
On Wed, Aug 13, 2014 at 3:04 PM, David Evans wrote: > Mojca -- > > As you've probably noticed by now, there are a number of ports that need > to be rev bumped for the perl5.18 > modifications that were not included in your commit. I ran into this > this morning trying to update p5-cgi-alternatives

Re: [123699] trunk/dports

2014-08-13 Thread David Evans
Mojca -- As you've probably noticed by now, there are a number of ports that need to be rev bumped for the perl5.18 modifications that were not included in your commit. I ran into this this morning trying to update p5-cgi-alternatives. I've fixed some but there are more and unfortunately I have

Re: Usage of the term MacPorts (was: Topological sorting of perl modules)

2014-08-13 Thread Arno Hautala
On Wed, Aug 13, 2014 at 6:45 AM, Joshua Root wrote: > > If we were talking about portmgr then I would agree. But I don't think > MacPorts is a collective noun, it's a proper noun denoting a single > project. That the name has a plural form probably confuses the issue > further. > > If we referred

pypi2port (was: Perl changes)

2014-08-13 Thread Mojca Miklavec
Hi, in the spirit of this discussion: On Tue, Aug 12, 2014 at 11:48 PM, Daniel J. Luke wrote: > On Aug 12, 2014, at 5:25 PM, Dan Ports wrote: >> >> Longer-term, we need to decide whether to go to a single perl. >> Personally, I'm in favor of this. But it's clearly going to involve a >> lot of wor

Re: Topological sorting of perl modules

2014-08-13 Thread Joshua Root
On 2014-8-13 19:54 , Joshua Root wrote: > On 2014-8-13 18:38 , Mojca Miklavec wrote: >> Hi, >> >> I would like to get a topologically sorted list of perl modules. >> >> (Ideally sorted by the number of dependencies first, then >> alphabetically, but always making sure that all dependencies are >> l

Usage of the term MacPorts (was: Topological sorting of perl modules)

2014-08-13 Thread Joshua Root
On 2014-8-13 20:22 , Ryan Schmidt wrote: > > On Aug 13, 2014, at 3:38 AM, Mojca Miklavec wrote: > >> PS/Off-topic: what's the proper way to talk about MacPorts in English? >> "MacPorts is" or "MacPorts are"? (wxWidgets is / are) > > I speak American English in which I've usually heard collective

Re: ticket 41037: libetpan upgrade

2014-08-13 Thread Ryan Schmidt
On Aug 12, 2014, at 5:37 PM, Perry E. Metzger wrote: > > On Tue, 12 Aug 2014 15:14:11 -0600 Frank Schima > wrote: >> >> On Jul 6, 2014, at 8:28 PM, Perry E. Metzger >> wrote: >> >>> Howdy; >>> >>> I've been waiting for the maintainer to respond to the ticket I >>> filed eight months ago abo

Re: Topological sorting of perl modules

2014-08-13 Thread Ryan Schmidt
On Aug 13, 2014, at 3:38 AM, Mojca Miklavec wrote: > PS/Off-topic: what's the proper way to talk about MacPorts in English? > "MacPorts is" or "MacPorts are"? (wxWidgets is / are) I speak American English in which I've usually heard collective nouns used with singular verbs ("MacPorts is"). But

Re: Topological sorting of perl modules

2014-08-13 Thread Joshua Root
On 2014-8-13 18:38 , Mojca Miklavec wrote: > Hi, > > I would like to get a topologically sorted list of perl modules. > > (Ideally sorted by the number of dependencies first, then > alphabetically, but always making sure that all dependencies are > listed before any other module depending on them

Re: ticket 41037: libetpan upgrade

2014-08-13 Thread Frank Schima
> On Aug 12, 2014, at 11:16 PM, Joshua Root wrote: > > On 2014-8-13 07:14 , Frank Schima wrote: >> >> On Jul 6, 2014, at 8:28 PM, Perry E. Metzger wrote: >> >>> Howdy; >>> >>> I've been waiting for the maintainer to respond to the ticket I >>> filed eight months ago about the macports libetp

Topological sorting of perl modules

2014-08-13 Thread Mojca Miklavec
Hi, I would like to get a topologically sorted list of perl modules. (Ideally sorted by the number of dependencies first, then alphabetically, but always making sure that all dependencies are listed before any other module depending on them. Alternatively sort by the number of ports depending on

Re: Perl changes (+ please wait a bit with commits in perl modules if possible)

2014-08-13 Thread Mojca Miklavec
On Tue, Aug 12, 2014 at 11:25 PM, Dan Ports wrote: > On Tue, Aug 12, 2014 at 08:19:27AM -0700, David Evans wrote: >> As Daniel has said, no point in changing things that are going to go away so >> we need to get a consensus on where we want to go with this. My input here >> would be this: >> >> *