Announce: port_cutleaves

2009-01-25 Thread Perry Lee
Hi All, I've gone ahead and committed port_cutleaves to contrib (I talked to Bryan beforehand). port_cutleaves is an interactive script that eases the uninstallation of "leaves" - ports that have no dependents. You can see an example run here: http://svn.macports.org/repository/macports/c

Re: [45920] trunk/dports/_resources/port1.0/group/kde4-1.0.tcl

2009-01-25 Thread O
On Sun, Jan 25, 2009 at 7:07 PM, Ryan Schmidt wrote: > On Jan 25, 2009, at 09:34, illogic...@macports.org wrote: > >> -variant with_docs description "Enables installation of documentation" { >> +variant with_docs description "Install documentation" { > > Could you call the variant just "docs" plea

Re: [45920] trunk/dports/_resources/port1.0/group/kde4-1.0.tcl

2009-01-25 Thread Ryan Schmidt
On Jan 25, 2009, at 09:34, illogic...@macports.org wrote: -variant with_docs description "Enables installation of documentation" { +variant with_docs description "Install documentation" { Could you call the variant just "docs" please? Our variant naming convention should be "foo" for a var

Re: [45792] trunk/dports/net/ASFRecorder/Portfile

2009-01-25 Thread Ryan Schmidt
On Jan 25, 2009, at 10:16, Simon Ruderich wrote: On Sat, Jan 24, 2009 at 04:29:08AM +0100, Rainer Müller wrote: Actually the platform statement is not used at all at the moment and is not checked against the OS platform when installing a port. But it is a mandatory field for a Portfile and

Re: [45792] trunk/dports/net/ASFRecorder/Portfile

2009-01-25 Thread Simon Ruderich
On Sat, Jan 24, 2009 at 04:29:08AM +0100, Rainer Müller wrote: > > Actually the platform statement is not used at all at the moment and is > not checked against the OS platform when installing a port. But it is a > mandatory field for a Portfile and can be used by maintainers to express > on which

Re: cmake and kde4 portgroups

2009-01-25 Thread Ryan Schmidt
On Jan 25, 2009, at 03:14, Bryan Blackburn wrote: The line "PortGroup cmake 1.0" at the top of the kde4 portgroup is wrong. :) I was figuring that meant that the kde4 group needs the cmake one, so it would make an interesting test of recursive port groups... Indeed that seems to be what

Re: cmake and kde4 portgroups

2009-01-25 Thread Bryan Blackburn
On Sun, Jan 25, 2009 at 02:59:57AM -0600, Ryan Schmidt said: > On Jan 24, 2009, at 14:59, Bryan Blackburn wrote: [...] >> can be replaced with the (new in 1.7) >> >> extract.mkdiryes >> >> to create it automatically for you. Though it does it in pre-extract so >> is >> kde4 not using it durin

Re: cmake and kde4 portgroups

2009-01-25 Thread Ryan Schmidt
On Jan 24, 2009, at 14:59, Bryan Blackburn wrote: A couple of notes: For cmake, the bit configure.pre_args-delete --prefix=${prefix} configure.pre_args-append -DCMAKE_INSTALL_PREFIX=${prefix} can be simplified to just configure.pre_args-DCMAKE_INSTALL_PREFIX=${prefix} Agre