aboutsummaryrefslogtreecommitdiff
path: root/science/gnudatalanguage
Commit message (Collapse)AuthorAgeFilesLines
* Mark BROKEN only with the old binutils.Thierry Thomas2010-09-271-2/+4
| | | | Notes: svn path=/head/; revision=261972
* - Extend the brokedness to 8.X tooPav Lucistnik2010-09-241-4/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=261790
* Mark BROKEN on FreeBSD-7, untill a fix is found.Thierry Thomas2010-09-231-0/+4
| | | | | | | Reported by: pointyhat, via Pav & Erwin Notes: svn path=/head/; revision=261712
* Upgrade to 0.9.Thierry Thomas2010-09-143-91/+171
| | | | Notes: svn path=/head/; revision=261173
* Update ImageMagick to 6.6.2-10Martin Matuska2010-07-241-2/+2
| | | | Notes: svn path=/head/; revision=258173
* Force WITH_FFTW3 when PACKAGE_BUILDING, in order to avoid changing theThierry Thomas2010-05-251-1/+1
| | | | | | | | | dependencies during the build. Reported by: pointyhat via Pav Notes: svn path=/head/; revision=255088
* - Bump PORTREVISION to chase the update of math/gslWen Heping2010-03-291-2/+2
| | | | Notes: svn path=/head/; revision=251666
* - Bump Magick++, MagickWand or MagickCore dependencyMartin Matuska2010-03-281-2/+2
| | | | Notes: svn path=/head/; revision=251659
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* Upgrade to 0.9rc3.Thierry Thomas2009-12-294-121/+144
| | | | | | | | PR: ports/141809 Submitted by: Sylwester Arabas <slayoo (at) igf.fuw.edu.pl> Notes: svn path=/head/; revision=246862
* Chase math/gsl update,Max Brazhnikov2009-12-011-2/+2
| | | | | | | bump PORTREVISION Notes: svn path=/head/; revision=245074
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with P,R,S Notes: svn path=/head/; revision=240075
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Chase fftw3 updatePav Lucistnik2009-05-181-2/+2
| | | | Notes: svn path=/head/; revision=234143
* - Chase readline updatePav Lucistnik2009-05-131-2/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=233852
* - Update ImageMagick to 6.4.9.2Martin Matuska2009-02-101-2/+2
| | | | | | | | - Libraries Magick++, MagickCore and MagickWand bumped to 2 - Update all ports using libraries above Notes: svn path=/head/; revision=228018
* - Chase gsl shlib bumpMartin Wilke2009-01-121-2/+2
| | | | Notes: svn path=/head/; revision=225875
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Fix configure.Thierry Thomas2008-05-121-11/+3
| | | | | | | Reported by: pointyhat via Pav Notes: svn path=/head/; revision=212963
* Really update ImageMagick before trying to chase it...Thierry Thomas2008-04-272-2/+22
| | | | | | | Reported by: miwi Notes: svn path=/head/; revision=212104
* Chase ImageMagick upgrade.Thierry Thomas2008-04-271-2/+2
| | | | Notes: svn path=/head/; revision=212099
* - Chase graphics/ImageMagick shlib version bumpMartin Wilke2008-04-221-2/+2
| | | | | | | Pointyhat to: mi@ Notes: svn path=/head/; revision=211761
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Chase the gsl shared lib bump.Philippe Audeoud2008-04-081-2/+2
| | | | | | | Approved by: thierry (mentor) Notes: svn path=/head/; revision=210850
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-231-1/+1
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209620
* Upgrade to 0.9pre6.Thierry Thomas2007-12-114-88/+7
| | | | | | | | Changelog at <https://sourceforge.net/project/shownotes.php?release_id=551476>. Notes: svn path=/head/; revision=203025
* Upgrade to 0.9pre5.Thierry Thomas2007-07-1710-191/+74
| | | | | | | | | | Despite its beta-like version number, the authors recommend to upgrade. Changelog at <https://sourceforge.net/project/shownotes.php?release_id=521405>. Notes: svn path=/head/; revision=195811
* chase math/gsl lib versionYing-Chieh Liao2007-06-291-2/+2
| | | | Notes: svn path=/head/; revision=194427
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* science/netcdfLi-Wen Hsu2007-04-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | - Update to 3.6.2 graphics/gmt math/grace math/gri math/p5-NetCDF math/py-scientific math/ruby-netcdf science/gnudatalanguage science/minc science/minc2 science/v_sim science/vis5d+ - Bump PORTREVISION for the changing of science/netcdf's major library version number PR: 111347 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer) Approved by: clsung (mentor) Notes: svn path=/head/; revision=189624
* Fix build with gcc42 (specialization after instantiation).Thierry Thomas2007-03-233-7/+101
| | | | | | | | | | | | | | Since I'm here: - chase fftw3 update; - s/test/regression-test/ - remove BROKEN for FreeBSD-4. Reported by: pointyhat via Kris Obtained from: GDL CVS Notes: svn path=/head/; revision=188139
* - Chase plplot updatePav Lucistnik2006-06-051-2/+2
| | | | Notes: svn path=/head/; revision=164538
* - Change dependencies reflecting update in graphics/ImageMagickMarcus Alves Grando2006-05-241-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=163284
* - Bump PORTREVISION and change lib version because math/gsl are updated.Marcus Alves Grando2006-05-061-3/+3
| | | | | | | - portlint(1) Notes: svn path=/head/; revision=161457
* Conversion to a single libtool environment.Ade Lovett2006-02-231-3/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Repocopy math/netcdf to science/netcdf, along with cdf, hdf and hdf5.Thierry Thomas2006-01-301-1/+1
| | | | | | | | | PR: 92497 Submitted by: /me Repocopied by: marcus Notes: svn path=/head/; revision=154853
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Chase libversion bumb to libMagick.so.9Edwin Groothuis2006-01-051-1/+2
| | | | | | | PR: ports/91270 Notes: svn path=/head/; revision=152778
* math/py-numarray is also needed as a BUILD_DEPENDS.Thierry Thomas2005-11-031-0/+1
| | | | | | | Reported by: pointyhat via Kris. Notes: svn path=/head/; revision=147154
* GDL - GNU Data Language - is a free IDL (Interactive Data Language)Thierry Thomas2005-10-3111-0/+368
compatible incremental compiler (i.e. runs IDL programs). IDL is a registered trademark of Research Systems Inc. (see: <http://www.rsinc.com/>) Remark: slave port for Python module intentionnally not yet committed. WWW: http://gnudatalanguage.sourceforge.net/ Notes: svn path=/head/; revision=146853