Re: macportstrac.sh

2010-10-14 Thread Bradley Giesbrecht
Thanks for the idea. The report page is more direct but more challenging to format. On Oct 14, 2010, at 10:55 AM, Jeremy Lavergne wrote: You might consider using a report in your script: https://trac.macports.org/report/16 On Oct 14, 2010, at 13:40 , Bradley Giesbrecht wrote: was intereste

Re: macportstrac.sh

2010-10-14 Thread Rainer Müller
On 2010-10-14 19:40 , Bradley Giesbrecht wrote: > I was interested in a simple and quick way to see if a port has any > tickets in trac. I wrote a simple shell script as a starting point. > Maybe there is already a command line svn-trac integration tool? I > think this might be a nice feature

Re: macportstrac.sh

2010-10-14 Thread Jeremy Lavergne
You might consider using a report in your script: https://trac.macports.org/report/16 On Oct 14, 2010, at 13:40 , Bradley Giesbrecht wrote: > was interested in a simple and quick way to see if a port has any tickets in > trac. I wrote a simple shell script as a starting point. Maybe there is >

macportstrac.sh

2010-10-14 Thread Bradley Giesbrecht
am interested in: port -q installed requested | awk '{print $1}' | xargs macportstrac.sh query port -q echo maintainer:pixilla.com:brad | awk '{print $1}' | xargs macportstrac.sh query Regards, Bradley Giesbrecht macportstrac.sh #!/bin/bash if [ $# -lt 2 ]; then