notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: math/saga/Makefile

Number of commits found: 179 (showing only 79 on this page)

«  1 | 2 

Monday, 19 Feb 2018
11:10 antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Original commitRevision:462307 
Sunday, 21 Jan 2018
02:22 jbeich search for other commits by this committer
math/saga: unbreak build with wxWidgets 3.0.3

wksp_tool.cpp: In member function 'virtual wxString
CWKSP_Tool::Get_Description()':
wksp_tool.cpp:159:61: error: no matching function for call to
'CSG_File::Open(const wxScopedWCharBuffer, ESG_File_Flags_Open)'
   if( Stream.Open(FileName.GetFullPath().wc_str(), SG_FILE_R) &&
Stream.Read(Description, Stream.Length()) )
                                                             ^
In file included from ../saga_api/geo_tools.h:77:0,
                 from ../saga_api/mat_tools.h:77,
                 from ../saga_api/dataobject.h:84,
                 from ../saga_api/table.h:77,
                 from ../saga_api/grid.h:77,
                 from ../saga_api/parameters.h:77,
                 from ../saga_api/tool.h:76,
                 from ../saga_api/tool_library.h:77,
                 from ../saga_api/saga_api.h:118,
                 from res_commands.h:78,
                 from wksp_tool.cpp:67:
../saga_api/api_core.h:955:13: note: candidate: bool CSG_File::Open(const
CSG_String&, int, bool, int)
  bool       Open    (const CSG_String &File_Name, int Mode = SG_FILE_R, bool
bBinary = true, int Encoding = SG_FILE_ENCODING_CHAR);
             ^~~~
../saga_api/api_core.h:955:13: note:   no known conversion for argument 1 from
'const wxScopedWCharBuffer {aka const wxScopedCharTypeBuffer<wchar_t>}' to
'const CSG_String&'
wksp_tool.cpp:166:61: error: no matching function for call to
'CSG_File::Open(const wxScopedWCharBuffer, ESG_File_Flags_Open)'
   if( Stream.Open(FileName.GetFullPath().wc_str(), SG_FILE_R) &&
Stream.Read(Description, Stream.Length()) )
                                                             ^
In file included from ../saga_api/geo_tools.h:77:0,
                 from ../saga_api/mat_tools.h:77,
                 from ../saga_api/dataobject.h:84,
                 from ../saga_api/table.h:77,
                 from ../saga_api/grid.h:77,
                 from ../saga_api/parameters.h:77,
                 from ../saga_api/tool.h:76,
                 from ../saga_api/tool_library.h:77,
                 from ../saga_api/saga_api.h:118,
                 from res_commands.h:78,
                 from wksp_tool.cpp:67:
../saga_api/api_core.h:955:13: note: candidate: bool CSG_File::Open(const
CSG_String&, int, bool, int)
  bool       Open    (const CSG_String &File_Name, int Mode = SG_FILE_R, bool
bBinary = true, int Encoding = SG_FILE_ENCODING_CHAR);
             ^~~~
../saga_api/api_core.h:955:13: note:   no known conversion for argument 1 from
'const wxScopedWCharBuffer {aka const wxScopedCharTypeBuffer<wchar_t>}' to
'const CSG_String&'

PR:		223758
Submitted by:	rozhuk.im@gmail.com
Obtained from:	upstream
Approved by:	Rainer Hurling (maintainer)
Original commitRevision:459566 
Monday, 11 Dec 2017
13:02 bhughes search for other commits by this committer
math/saga: Update 4.1.0 -> 6.1.0

PR:		223890
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Approved by:	robak (mentor)
Differential Revision:	https://reviews.freebsd.org/D13436
Original commitRevision:456027 
Sunday, 17 Sep 2017
07:03 martymac search for other commits by this committer
Update tbb to 2018 and bump dependent ports' revisions
Original commitRevision:449986 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Wednesday, 21 Jun 2017
01:58 wen search for other commits by this committer
- Update to 4.1.0

PR:		220012
Submitted by:	wen@
Approved by:	maintainer
Original commitRevision:444006 
Friday, 14 Apr 2017
05:30 jbeich search for other commits by this committer
graphics/opencv: back out r423216 and r423063 (replaying r423316)

Renaming didn't help to unblock 3.x progress as co-existence with 2.x
was no less complex than simply fixing consumers. This commit also
restores directory-level history accidentally lost via git-svn.

PR:		210505
Pointy hat to:	jbeich (should've discussed first)
Original commitRevision:438490 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Original commitRevision:437439 
Tuesday, 7 Mar 2017
12:44 martymac search for other commits by this committer
Update devel/tbb to 2017.5

Also bring the following changes:
- Fetch distfiles from Github
- Bump dependent ports' PORTREVISIONs
Original commitRevision:435599 
Monday, 23 Jan 2017
23:30 wen search for other commits by this committer
- Update from 2.3.1 to 3.0.0
- Add dependency science/libsvm
- Add USES=pkgconfig
- Sort USES alphabetical
- INSTALL_TARGET=install-strip

PR:		216367
Submitted by:	rhurlin@gwdg.de(maintainer)
Original commitRevision:432306 
Tuesday, 3 Jan 2017
08:44 jbeich search for other commits by this committer
lang/gcc: clear BROKEN from consumers as 10.1 is past EOL

PR:		214863
Original commitRevision:430445 
Thursday, 29 Dec 2016
09:11 amdmi3 search for other commits by this committer
- Fix BROKEN: only fails to build on 10.1

Approved by:	portmgr blanket
Original commitRevision:429882 
Wednesday, 21 Dec 2016
10:26 amdmi3 search for other commits by this committer
- Mark BROKEN on FreeBSD 10.1, 10.2

Approved by:	portmgr blanket
Original commitRevision:429057 
Friday, 16 Dec 2016
05:08 jbeich search for other commits by this committer
Switch USES=compiler:gcc-c++11-lib to use base libc++ on 10.2+ systems

PR:		215192
Requested by:	dim
Exp-run by:	antoine
Approved by:	antoine
Original commitRevision:428641 
Friday, 25 Nov 2016
11:22 martymac search for other commits by this committer
- Fix library version which should be .2 (as on Linux), not .4
- Bump dependent ports' PORTREVISION

PR:		214777
Submitted by:	yuri@rawbw.com
Original commitRevision:427105 
Tuesday, 18 Oct 2016
19:41 martymac search for other commits by this committer
- Update devel/tbb to version 2017.1
- Bump dependent ports
Original commitRevision:424208 
Monday, 3 Oct 2016
17:47 jbeich search for other commits by this committer
graphics/opencv: add suffix to make room for 3.x series

To avoid confusion, the main port is to track the latest release.
Whether to rename includes/libraries as well making it possible to
install 2.x and 3.x side-by-side remains to be investigated.

PR:		210505 (for tracking)
Inspired by:	PkgSrc
Original commitRevision:423216 
Monday, 11 Jul 2016
17:38 pawel search for other commits by this committer
Update to version 2.3.1

Changelog:
- New library 'imagery_isocluster'
- Record statistics in 'table_calculus'
- Better io_gdal shapes import
- Updates to scripting tools

PR:		210946
Submitted by:	maintainer
Original commitRevision:418390 
Wednesday, 6 Jul 2016
08:36 wen search for other commits by this committer
- Update to 2.3.0

PR:		210810
Submitted by:	rhurlin@gwdg.de(maintainer)
Original commitRevision:418121 
Monday, 2 May 2016
05:22 pi search for other commits by this committer
math/saga: 2.2.6 -> 2.2.7

SAGA GIS version 2.2.7 [r2893] is a bug fix release, because a
serious bug in the command line interpreter saga_cmd prevents correct
setting of floating point value parameters.

Some more fixes and features are:

- taking respect for future use of new date parameter
- bug fixes for flip method in grid operation and orientation
- overworked grid system
- bug fix for atan2, which did not work before
- bug fixes for some tool parameter ids
- updated dictionaries and tool interfaces

PR:		209175
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Original commitRevision:414431 
Monday, 4 Apr 2016
04:19 riggs search for other commits by this committer
Update to upstream version 2.2.6

PR:		208481
Submitted by:	rhurlin@gwdg.de (maintainer)
Original commitRevision:412497 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Sunday, 6 Mar 2016
19:56 riggs search for other commits by this committer
Fix overlinking problem with opencv.

Prior to this changeset, all binaries linked to opencv. This is
unneccessary, as only the imagery_opencv module needs to link to
opencv to work correctly.
PORTREVISION is bumped as package content changes.

PR:		207693
Submitted by:	rhurlin@gwdg.de (maintainer)
Original commitRevision:410479 
Thursday, 3 Mar 2016
12:09 wen search for other commits by this committer
- Update to 2.2.4

PR:		207565
Submitted by:	rhurlin@gwdg.de(maintainer)
Original commitRevision:410034 
Thursday, 24 Dec 2015
14:04 miwi search for other commits by this committer
- Update from 2.2.2 (r2652) to 2.2.3 (r2737)
- Use other distfile naming scheme again
- Correct usage of wx-config for SAGA GIS module io_virtual
- Adjust naming scheme of patches via 'make makepatch'
- Update pkg-plist

PR:		    205491
Submitted by:   maintainer
Original commitRevision:404363 
Sunday, 22 Nov 2015
11:33 girgen search for other commits by this committer
Use USES=pgsql instead of hardwiring a postgresql version

PR:		204719
Submitted by:	Rainer Hurling<rhurlin@gwdg.de> (maintainer)
Original commitRevision:402226 
Wednesday, 21 Oct 2015
14:16 mat search for other commits by this committer
Update to 2.2.2.

PR:		203899
Submitted by:	maintainer
Sponsored by:	Absolight
Original commitRevision:399913 
Wednesday, 14 Oct 2015
06:20 wen search for other commits by this committer
- Update to version 2.2.1
- Change to USES=localbase
- Remove WX_UNICODE=yes (obsolete now)
- Parse pkg-message via SUB_FILES
- Integrate SAGA GIS toolchain files (sripting)

PR:		203508
Submitted by:	rhurlin@gwdg.de(maintainer)
Original commitRevision:399240 
Thursday, 9 Jul 2015
16:05 sunpoet search for other commits by this committer
- Update to 2.0.0
- Bump PORTREVISION for graphics/gdal shlib change
- Mark astro/merkaartor as BROKEN

Changes:	http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News
Original commitRevision:391657 
Sunday, 5 Jul 2015
14:11 riggs search for other commits by this committer
- Update to upstream version 2.2.0
- Install icons
- Switch from ${CHMOD} in Makefile to @mode in pkg-plist
- Rework files/ dir using 'make makepatch'

PR:		201329
Submitted by:	rhurlin@gwdg.de (maintainer)
Original commitRevision:391365 
Monday, 15 Jun 2015
13:03 wen search for other commits by this committer
- Update graphics/proj to 4.9.1
- Bump PORTREVISION to chase the update of proj

PR:		200434
Submitted by:	wen@(myself)
Approved by:	maintainer(timeout, >20 days)
Original commitRevision:389704 
Wednesday, 22 Apr 2015
17:15 jbeich search for other commits by this committer
Unbreak build on platforms using libstdc++ after r383466

Force C++11 mode and fix incompatibility with NULL being
defined as nullptr on FreeBSD.

PR:		199600
Reported by:	pkg-fallout, DPorts
Approved by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Original commitRevision:384500 
Saturday, 7 Mar 2015
13:13 wen search for other commits by this committer
- Update to 2.1.4

PR:		198357
Submitted by:	Rainer Hurling<rhurlin@gwdg.de> (maintainer)
Original commitRevision:380686 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:374303 
Tuesday, 21 Oct 2014
16:54 mva search for other commits by this committer
- Convert ports of math/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371328 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Sunday, 31 Aug 2014
16:36 tijl search for other commits by this committer
math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
Original commitRevision:366788 
Friday, 15 Aug 2014
20:37 mandree search for other commits by this committer
Upgrade OpenEXR and ilmbase to 2.2.0.

GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)

Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130

Couple OpenEXR more tightly to ilmbase and require its exact .so
version.

Add UPDATING note, and bump PORTREVISION of all dependent ports.

Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.

Approved by:	portmgr (implicit for bumping PORTREVISION on unstaged ports)
Original commitRevision:365038 
Friday, 11 Jul 2014
11:16 sunpoet search for other commits by this committer
- Remove USE_AUTOTOOLS=libtool
- Bump PORTREVISION for package change
- Bump PORTREVISION for graphics/gdal shlib change [1]

Approved by:	portmgr (implicit) [1]
Original commitRevision:361523 
Tuesday, 8 Jul 2014
12:23 wen search for other commits by this committer
- Bump PORTREVISION to chase the update of devel/liblas

Approved by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Original commitRevision:361225 
Thursday, 3 Jul 2014
01:56 danilo search for other commits by this committer
- Update from 2.1.1 to 2.1.2
- Fix LICENSE
- Fix build on i386
- Install language and desktop files

PR:		ports/191491
Submitted by:	Rainer Hurling <rhurlin@gwdg.de>
Original commitRevision:360336 
Tuesday, 6 May 2014
07:03 bapt search for other commits by this committer
Fix build after r353029
Change to 'USES=compiler:gcc-c++11-lib' to simplify the makefile

PR:		ports/189389
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Original commitRevision:353072 
Monday, 5 May 2014
16:24 bapt search for other commits by this committer
Fix unixODBC vs libiodbc conflicts

Always rely on unixODBC each time a port is looking for libodbc.so
Remove odbc compat from libiodbc
This allows to install both kde and gnome at the same time

While here:
- Convert libiodbc to USES=libtool
- Convert a bunch of libiodbc dependencies to USES=libtool
- Chase libiodbc.so shlib change
- Stagify some ports
- Convert some ports to USES=pgsql

Discussed with:	rakuco (kde)
With hat:	portmgr
Original commitRevision:353029 
Saturday, 26 Apr 2014
18:18 sunpoet search for other commits by this committer
- Update to 1.11.0
- Use PORTDATA
- Bump PORTREVISION for graphics/gdal shlib change

Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.11.0-News
Original commitRevision:352357 
06:29 sunpoet search for other commits by this committer
- Remove PREFIX/lib/saga/*.la in STAGEDIR to silence plist check

Reported by:	swills
Approved by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Original commitRevision:352222 
Thursday, 27 Mar 2014
16:43 sunpoet search for other commits by this committer
- Use USE_GCC=yes [1]
- Use PORTVERSION instead of hard-coded "2.1.1" [2]

Submitted by:	bapt [1], sunpoet (myself) [2]
Approved by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Original commitRevision:349346 
Tuesday, 25 Mar 2014
19:41 sunpoet search for other commits by this committer
- Update to 2.1.1
- While I'm here:
  - Convert to new options helper
  - Remove deprecated PTHREAD_*
  - No need to print PKGMESSAGE manually

Changes:	http://sourceforge.net/apps/trac/saga-gis/attachment/wiki/Changelog%202.1.1/changelog_saga_2.1.1.txt
PR:		ports/187795
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Tested by:	redports
Original commitRevision:349184 
Monday, 24 Mar 2014
14:06 bapt search for other commits by this committer
Switch to wx 3.0
Use gcc with libc++ on libc++ version of freebsd (this fixes build on FreeBSD 10
and 11)
Support stage
Couple of modernisations
Original commitRevision:349001 
Monday, 10 Mar 2014
16:25 bapt search for other commits by this committer
Convert m* to USES=zip
Original commitRevision:347776 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Original commitRevision:339634 
Wednesday, 4 Dec 2013
02:51 jhale search for other commits by this committer
- Update graphics/*opencv* to 2.4.7
- Revert options helpers to if statements since the OFF condition is not
  applied when OPTIONS_EXCLUDE is used
- Move most of the OpenCV modules from the graphics/opencv-core port to
  graphics/opencv, leaving opencv-core as just the bare minimum required
  for building ffmpeg with OpenCV support
- Install examples for python and java bindings
- Add new slave port graphics/opencv-java: Java bindings for OpenCV
- Bump PORTREVISION and make dependency adjustments and fixes for
  dependent ports
- Add UPDATING entry
Original commitRevision:335601 
Friday, 20 Sep 2013
20:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
Original commitRevision:327746 
Wednesday, 21 Aug 2013
03:46 sunpoet search for other commits by this committer
- Update to 1.10.0
- Update COMMENT and remove leading indefinite article from COMMENT
- Bump PORTREVISION for graphics/gdal shlib change

Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.10.0-News
Original commitRevision:325086 
Thursday, 8 Aug 2013
11:24 wg search for other commits by this committer
math/saga: fix opencv linking in 10-CURRENT

- There had been a change in default the behaviour of /usr/bin/ld with
r253839 from 2013-07-31. After this change ld was not able to use
libopencv_legacy.so any more, because it complains about missing symbols
from libopencv_core.so.

Submitted by:	Rainer Hurling <rhurlin gwdg.de> (maintainer, via email)
Original commitRevision:324390 
Wednesday, 31 Jul 2013
14:40 wg search for other commits by this committer
math/saga: update to 2.1.0

- Update to 2.1.0 [1]
- Fix autotools

Changes: http://sourceforge.net/p/saga-gis/news/2013/07/saga-210-is-released/

PR:		ports/180366 [1]
Submitted by:	Rainer Hurling <rhurlin gwdg.de> (maintainer)
Original commitRevision:324057 
Wednesday, 23 Jan 2013
15:00 makc search for other commits by this committer
Bump PORTREVISION after DESKTOP_ENTRIES update
Original commitRevision:310871 
Tuesday, 22 Jan 2013
23:12 makc search for other commits by this committer
- Update DESKTOP_ENTRIES:
  * rephrase Comment field or use port ${COMMENT} if appropriate
  * adjust Icon field according to the Desktop Entry Specification
  * update Categories field: remove deprecated category Application;
    set main category if missing
- Remove indefinite article from COMMENT

Approved by:	maintainers
Original commitRevision:310844 
Thursday, 1 Nov 2012
14:42 bdrewery search for other commits by this committer
- Fix build with clang [1]
- Trim header

PR:		ports/173148 [1]
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer) [1]
Feature safe:	yes
Original commitRevision:306806 
Wednesday, 6 Jun 2012
20:56 sylvio search for other commits by this committer
- Convert to new optionsNG

PR:             ports/168694
Submitted by:   Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Saturday, 19 May 2012
10:07 sunpoet search for other commits by this committer
- Bump PORTREVISION for graphics/gdal shlib change
Original commit
Monday, 7 May 2012
08:12 wen search for other commits by this committer
- Bump PORTREVISION to chase the update of graphics/proj
Original commit
Tuesday, 3 Jan 2012
23:30 miwi search for other commits by this committer
- Update to 2.0.8

PR:             162858
Submitted by:   Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Original commit
Wednesday, 28 Dec 2011
06:38 linimon search for other commits by this committer
Attempt to fix build on powerpc (32-bit).

Hat:            portmgr
Original commit
Wednesday, 19 Oct 2011
20:46 pawel search for other commits by this committer
Fix segfault in saga_cmd

PR:             ports/161781
Submitted by:   Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Original commit
Saturday, 16 Jul 2011
17:10 beech search for other commits by this committer
- Add support for graphics/vigra

PR:             ports/158952
Submitted by:   Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Original commit
Wednesday, 29 Jun 2011
11:46 mm search for other commits by this committer
Update OpenCV to 2.3.0-rc
Original commit
Sunday, 26 Jun 2011
18:04 beech search for other commits by this committer
- Add python bindings
- Bump portrevision

Submitted by:   Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Original commit
Saturday, 21 May 2011
19:37 beech search for other commits by this committer
-Update to 2.0.7
-New modules and features (online help for modules etc.).
-Many bugfixes (also some FreeBSD related) are included

PR:             ports/156948
Submitted by:   Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Approved by:    itetcu (mentor)(implicit)
Original commit
Saturday, 29 Jan 2011
13:09 sunpoet search for other commits by this committer
- Bump PORTREVISION for gdal shlib change

Feature safe:   yes
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Wednesday, 24 Nov 2010
05:55 beech search for other commits by this committer
Update to 2.0.6
Remove MD5

PR:             152410
Submitted by:   Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Approved by:    itetcu
Original commit
Thursday, 9 Sep 2010
05:30 makc search for other commits by this committer
Fix build on i386

Reported by:    pointyhat
Submitted by:   Rainer Hurling (maintainer)
Original commit
Saturday, 4 Sep 2010
12:53 makc search for other commits by this committer
Update to 2.0.5

PR:             based on ports/150157
Submitted by:   Rainer Hurling (maintainer)
Original commit
Tuesday, 3 Aug 2010
13:35 osa search for other commits by this committer
Update from 1.6.0 to 1.7.2.

Since port isn't updated regularly and previous update was made a
year ago with a maintainer timeout, pass the maintainership to the
submitter of the last two updates.

Bump PORTREVISIONs in dependent ports.

Submitted by:   glebius
PR:             ports/149072
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Friday, 27 Nov 2009
23:17 miwi search for other commits by this committer
- Chase graphics/proj shlib bump
Original commit
Tuesday, 17 Nov 2009
09:12 miwi search for other commits by this committer
SAGA - short hand for "System for Automated Geoscientific Analyses" - is a free,
hybrid, cross-platform GIS software.
The heart of SAGA is it's C++ and thus object oriented Application Programming
Interface (API), providing data object definitions and computational methods for
raster, vector and tabular data. As a normal user, you will not get into touch
with the API. But as an interested scientist or coder you will soon discover
it's great flexibility.

WWW: http://www.saga-gis.org/en/index.html

PR:             ports/140559
Submitted by:   rhurlin
Original commit

Number of commits found: 179 (showing only 79 on this page)

«  1 | 2