Re: New AquaTerm & gnuplot patches

2012-08-20 Thread Aljaž Srebrnič
On 21/ago/2012, at 01:23, Mojca Miklavec wrote: > On Mon, Aug 20, 2012 at 5:39 PM, Aljaž Srebrnič wrote: >> On 31/lug/2012, at 00:30, Mojca Miklavec wrote: >> >> Hi Mojca, Sorry I'm late, i was "out of the civilization" until some days >> ago ;) > > I hope that details follow off-list ;) > >>

Re: New AquaTerm & gnuplot patches

2012-08-20 Thread Joshua Root
On 2012-8-21 09:23 , Mojca Miklavec wrote: > (un)related: I'm fighting with another issue which I believe must be > some PackageMaker's bug. If someone would install AquaTerm with > MacPorts first and then with an official installer, the installed > AquaTerm.app would end up overwriting > /Applicat

Re: New AquaTerm & gnuplot patches

2012-08-20 Thread Mojca Miklavec
On Mon, Aug 20, 2012 at 5:39 PM, Aljaž Srebrnič wrote: > On 31/lug/2012, at 00:30, Mojca Miklavec wrote: > > Hi Mojca, Sorry I'm late, i was "out of the civilization" until some days ago > ;) I hope that details follow off-list ;) >> AquaTerm has moved to GitHub and new version has been released

Re: Enabling fetch.type svn to work with a proxy

2012-08-20 Thread Blair Zajac
On 08/20/2012 04:10 PM, Ryan Schmidt wrote: On Aug 20, 2012, at 16:20, Blair Zajac wrote: Newer svn versions support the following: $ svn co \ --config-option servers:global:http-proxy-host=PROXY.MYDOMAIN.COM \ --config-option servers:global:http-proxy-port=8080 How new? My svn 1.6.17

Re: Enabling fetch.type svn to work with a proxy

2012-08-20 Thread Ryan Schmidt
On Aug 20, 2012, at 16:20, Blair Zajac wrote: > Newer svn versions support the following: > > $ svn co \ > --config-option servers:global:http-proxy-host=PROXY.MYDOMAIN.COM \ > --config-option servers:global:http-proxy-port=8080 How new? On Aug 20, 2012, at 16:59, Christoph Iserlohn wrote:

Fwd: New AquaTerm & gnuplot patches

2012-08-20 Thread Aljaž Srebrnič
On 31/lug/2012, at 00:30, Mojca Miklavec wrote: > Hello, Hi Mojca, Sorry I'm late, i was "out of the civilization" until some days ago ;) > > AquaTerm has moved to GitHub and new version has been released. I > attached the revised Portfile here: > http://trac.macports.org/ticket/34346 > > H

Re: Enabling fetch.type svn to work with a proxy

2012-08-20 Thread Christoph Iserlohn
Am 20.08.12 23:20, schrieb Blair Zajac: > I'd like to add this to Tcl/port1.0/portfetch.tcl. Being a coder but > not a Tcl coder, how do I check if http_proxy is set in portfetch.tcl > and get that to svn's command line? Right now, I am unable to see the > http_proxy variable in portfetch.tcl I a

Enabling fetch.type svn to work with a proxy

2012-08-20 Thread Blair Zajac
I'm trying to install netpbm from behind a firewall and it isn't working because 'fetch.type svn' doesn't honor http_proxy. Newer svn versions support the following: $ svn co \ --config-option servers:global:http-proxy-host=PROXY.MYDOMAIN.COM \ --config-option servers:global:http-proxy-port