From owner-freebsd-ports@FreeBSD.ORG Sun Nov 15 15:28:21 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0397106568B for ; Sun, 15 Nov 2009 15:28:21 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id 720CC8FC15 for ; Sun, 15 Nov 2009 15:28:21 +0000 (UTC) Received: from p578b68b8.dip0.t-ipconnect.de ([87.139.104.184] helo=krabat.raven.hur) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1N9h1M-0008UX-Bb; Sun, 15 Nov 2009 16:28:08 +0100 Message-ID: <4B001E04.1030109@gwdg.de> Date: Sun, 15 Nov 2009 16:28:04 +0100 From: Rainer Hurling User-Agent: Thunderbird 2.0.0.23 (X11/20090824) MIME-Version: 1.0 To: "B. Estrade" References: <200911150835.nAF8ZJxi011229@mp.cs.niu.edu> <4AFFC58F.8020603@gwdg.de> <20091115142604.GS34213@bc3.lsu.edu> In-Reply-To: <20091115142604.GS34213@bc3.lsu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: Scott Bennett , Eygene Ryabinkin , freebsd-ports@freebsd.org Subject: Re: Question about creating a port for saga gis X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2009 15:28:22 -0000 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 >>> 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 Ryabinkin and Sergey V. Dyatko), there is >>>> another problem with porting where I need some help. >>>> >>>> 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 version to use. I patched the original >>>> configure script but obviously that's not enough. The attached files are >>>> saved under math/saga and show what I have tried. >>>> >>> Why are you putting saga into math? It should be in databases, like >>> grass and postgis are, or conceivably in science. I don't see any reason >>> for it to be in math. >> For me SAGA is clearly a mathematical application. In the porters >> handbook you can read at chapter 5.3.2 for 'science' category: >> >> "Scientific ports that do not fit into other categories such as astro, >> biology and math." >> >> So I chose 'math'. > > If I may "bikeshed", it's probably more appropriately in 'science' > given that there is no 'geo' category similar to 'astro' or 'biology': > > http://www.saga-gis.org/saga_modules_doc/index.html > > It seems to be much more than a mere plotting tool, and is certainly > not a math library or "laboratory" (e.g., Octave). SAGA GIS is for example often used from within R (www.r-project.org) for complex spatial analyses. Many scientists use it like other 'math tools'. > Take a look at the types of applications in 'math' vs 'science', and it > should be clear that it is general enough to belong in > 'science'. For clarification: I do not stand on the category math. It was my personal choice from an ecological scientists point of view. If most people like to see the port in category science, that's ok for me :-) > Just my $0.02... > > Brett Rainer