Re: Question about creating a port for saga gis

2009-11-15 Thread Rainer Hurling
On 15.11.2009 09:35 (UTC+1), Scott Bennett wrote: On Sat, 14 Nov 2009 10:41:58 +0100 Rainer Hurling rhur...@gwdg.de wrote: I am working on a new port math/saga. It is my first port. Now that I am able to directly download the sources of SAGA GIS from sourceforge (thanks to Eygene

Re: Question about creating a port for saga gis

2009-11-15 Thread Eygene Ryabinkin
Sun, Nov 15, 2009 at 02:35:19AM -0600, Scott Bennett wrote: Why are you putting saga into math? It should be in databases, like grass and postgis are, Let's see. /usr/ports/databases/postgis/pkg-descr: - PostGIS adds support for geographic objects to the PostgreSQL object-relational

Re: Question about creating a port for saga gis

2009-11-15 Thread Scott Bennett
On Sun, 15 Nov 2009 11:55:21 +0300 Eygene Ryabinkin rea-f...@codelabs.ru wrote: Sun, Nov 15, 2009 at 02:35:19AM -0600, Scott Bennett wrote: Why are you putting saga into math? It should be in databases, like grass and postgis are, Let's see. /usr/ports/databases/postgis/pkg-descr: -

Re: Question about creating a port for saga gis

2009-11-15 Thread B. Estrade
On Sun, Nov 15, 2009 at 10:10:39AM +0100, Rainer Hurling wrote: On 15.11.2009 09:35 (UTC+1), Scott Bennett wrote: On Sat, 14 Nov 2009 10:41:58 +0100 Rainer Hurling rhur...@gwdg.de wrote: I am working on a new port math/saga. It is my first port. Now that I am able to directly download

Re: Question about creating a port for saga gis

2009-11-15 Thread Rainer Hurling
On 15.11.2009 15:26 (UTC+1), B. Estrade wrote: On Sun, Nov 15, 2009 at 10:10:39AM +0100, Rainer Hurling wrote: On 15.11.2009 09:35 (UTC+1), Scott Bennett wrote: On Sat, 14 Nov 2009 10:41:58 +0100 Rainer Hurling rhur...@gwdg.de wrote: I am working on a new port math/saga. It is my first

Re: Question about creating a port for saga gis

2009-11-14 Thread Rainer Hurling
I am working on a new port math/saga. It is my first port. Now that I am able to directly download the sources of SAGA GIS from sourceforge (thanks to Eygene Ryabinkin and Sergey V. Dyatko), there is another problem with porting where I need some help. The original configure script of SAGA

Re: Question about creating a port for saga gis

2009-11-14 Thread Eygene Ryabinkin
Sat, Nov 14, 2009 at 10:41:58AM +0100, Rainer Hurling wrote: The original configure script of SAGA GIS expects 'wx-config', but in newer FreeBSD systems there only is e.g. wxgtk2-2.8-config. The porters handbook shows how to configure the ports Makefile to let the port know what wxWidget

Re: Question about creating a port for saga gis

2009-11-14 Thread Rainer Hurling
Hello Eygene, On 14.11.2009 12:36 (UTC+1), Eygene Ryabinkin wrote: Sat, Nov 14, 2009 at 10:41:58AM +0100, Rainer Hurling wrote: The original configure script of SAGA GIS expects 'wx-config', but in newer FreeBSD systems there only is e.g. wxgtk2-2.8-config. The porters handbook shows how to

Re: Question about creating a port for saga gis

2009-11-14 Thread Eygene Ryabinkin
Sat, Nov 14, 2009 at 02:58:02PM +0100, Rainer Hurling wrote: BTW, there is absolutely no need to specify WX_CONFIG in your Makefile, bsd.wx.mk will take care of it. WX_CONF_ARGS seems redundant too: SAGA's configure understands no --with-wx-config option, so it is just a no-op. Both

Re: Question about creating a port for saga gis

2009-11-14 Thread Rainer Hurling
On 14.11.2009 15:56 (UTC+1), Eygene Ryabinkin wrote: Sat, Nov 14, 2009 at 02:58:02PM +0100, Rainer Hurling wrote: BTW, there is absolutely no need to specify WX_CONFIG in your Makefile, bsd.wx.mk will take care of it. WX_CONF_ARGS seems redundant too: SAGA's configure understands no

Re: Question about creating a port for saga gis

2009-11-14 Thread Eygene Ryabinkin
Sat, Nov 14, 2009 at 05:09:53PM +0100, Rainer Hurling wrote: Thank you again, Eygene. You're welcome ;)) I will now prepare for submitting a PR with this new port. I'll try to do a Tinderbox build of your port to see if the packaging and dependency list is complete. I think that the

Question about creating a port for saga gis

2009-11-13 Thread Rainer Hurling
This is my first try to create a port and I may need some help. I am working on porting the linux version of SAGA GIS (see http://www.saga-gis.org/). Unfortunately I have problems to let the port fetch the distfile. I tried many ways described in the porters handbook without success. The

Re: Question about creating a port for saga gis

2009-11-13 Thread Sergey V. Dyatko
В Fri, 13 Nov 2009 10:48:15 +0100 Rainer Hurling rhur...@gwdg.de пишет: RH This is my first try to create a port and I may need some help. I RH am working on porting the linux version of SAGA GIS (see RH http://www.saga-gis.org/). RH RH Unfortunately I have problems to let the port fetch the

Re: Question about creating a port for saga gis

2009-11-13 Thread Eygene Ryabinkin
Rainer, good day. Fri, Nov 13, 2009 at 10:48:15AM +0100, Rainer Hurling wrote: Unfortunately I have problems to let the port fetch the distfile. I tried many ways described in the porters handbook without success. The distfile is located at

Re: Question about creating a port for saga gis

2009-11-13 Thread Rainer Hurling
Eygene and Sergey, thank you for your answers. Now I am able to fetch directly :-) Am 13.11.2009 11:42 (UTC+1) schrieb Eygene Ryabinkin: Rainer, good day. Fri, Nov 13, 2009 at 10:48:15AM +0100, Rainer Hurling wrote: Unfortunately I have problems to let the port fetch the distfile. I tried

Re: Question about creating a port for saga gis

2009-11-13 Thread Eygene Ryabinkin
Fri, Nov 13, 2009 at 11:54:08AM +0100, Rainer Hurling wrote: thank you for your answers. Now I am able to fetch directly :-) You're welcome ;)) CATEGORIES= devel My plans are to use math for SAGA GIS because there is no 'gis' category. And 'graphics' or 'database' do not suit well