aboutsummaryrefslogtreecommitdiff
path: root/science
Commit message (Collapse)AuthorAgeFilesLines
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-051-0/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326345
* Update to 1.2Steven Kreuzer2013-09-033-11/+34
| | | | | | | | PR: ports/178240 Submitted by: Stas Timokhin <devel@stasyan.com> Notes: svn path=/head/; revision=326176
* Update to 3.2.1Steven Kreuzer2013-09-033-6/+5
| | | | | | | | PR: ports/178239 Submitted by: Stas Timokhin <devel@stasyan.com> Notes: svn path=/head/; revision=326174
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326137
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326113
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-0/+1
| | | | Notes: svn path=/head/; revision=326107
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-4/+1
| | | | Notes: svn path=/head/; revision=326092
* science/py-pupynere: Module for reading and writing NetCDF files [NEW PORT]Kubilay Kocak2013-09-026-0/+52
| | | | | | | | | | | | | | Pupynere is a Python module for reading and writing NetCDF files, using the same API as Scientific.IO.NetCDF and pynetcdf. It depends only on Numpy, so you don't need to have the NetCDF library installed. WWW: https://pypi.python.org/pypi/pupynere/ PR: ports/179744 Submitted by: Johannes Jost Meixner <xmj@chaot.net> Notes: svn path=/head/; revision=325976
* - Convert to new LIB_DEPENDS formatSunpoet Po-Chuan Hsieh2013-09-011-1/+1
| | | | | | | Suggested by: wg Notes: svn path=/head/; revision=325866
* - Update to 1.8.10 patch 1Sunpoet Po-Chuan Hsieh2013-08-313-31/+30
| | | | | | | | | | | | | | | - Update MASTER_SITES - Cosmetic change - Take maintainership - Reformat pkg-descr Changes: http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.10-patch1/src/hdf5-1.8.10-patch1-RELEASE.txt PR: ports/176809 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 24 weeks) Notes: svn path=/head/; revision=325778
* Convert USE_GNOME=pkgconfig to USES=pkgconfigBaptiste Daroussin2013-08-311-3/+2
| | | | | | | | Convert USE_GMAKE to USES=gmake Convert USE_PERL5 to USES=perl5 Notes: svn path=/head/; revision=325746
* - Fix build after USES=pathfix update obsoleted the need for a patch inBryan Drewery2013-08-301-19/+0
| | | | | | | r315827 Notes: svn path=/head/; revision=325732
* - do not use local bsd.python.mk variables within the port Makefile - switchMarcus von Appen2013-08-301-1/+1
| | | | | | | the publicly accessible ones instead Notes: svn path=/head/; revision=325711
* - Update to 1.24Sunpoet Po-Chuan Hsieh2013-08-293-17/+18
| | | | | | | | | | | - Add BUILD_DEPENDS - Sort MAN3 and PLIST - Fix Makefile header Changes: http://search.cpan.org/dist/Geo-BUFR/Changes Notes: svn path=/head/; revision=325630
* - Update to 1.6.1Sunpoet Po-Chuan Hsieh2013-08-292-6/+5
| | | | | | | | | - Remove deprecated PTHREAD_* Changes: https://code.zmaw.de/news/205 Notes: svn path=/head/; revision=325626
* - Pet portlint: remove ABI version number from LIB_DEPENDSSunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325600
* - Remove bogus conditional IGNORE for PACKAGE_BUILDING; these shouldBryan Drewery2013-08-291-1/+1
| | | | | | | | | | | | | be IGNOREd regardless of PACKAGE_BUILDING. Soem have no MASTER_SITES and require manual fetching, others are already marked RESTRICTED. - Trim headers - Convert some pre-fetch errors into IGNORE - Remove needless quoting in java/jdk7-doc IGNORE With hat: portmgr Notes: svn path=/head/; revision=325598
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325562
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-292-2/+2
| | | | Notes: svn path=/head/; revision=325559
* Update math/gsl to 1.16 and adjust some dependent portsBrendan Fabeny2013-08-268-10/+14
| | | | Notes: svn path=/head/; revision=325401
* science/minc2: Switch license to BSDJohn Marino2013-08-221-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | The license was defined as "AS-IS" but this license has no definition in bsd.license*.mk. As a result, this port would not build in bulk because there was no implied acceptance of the "AS-IS" license. Upon re-examination, the maintainer believes it is close enough in spirit to BSD license to be classified as BSD. Copyright 1993-2000 Peter Neelin and David MacDonald, McConnell Brain Imaging Centre, Montreal Neurological Institute, McGill University. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies. The author and McGill University make no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. The PORTREVISION was bumped because when a license is specified, it modifies the pkg-plist. PR: 181350 Approved by: bapt/culot (mentors, implicit), jwbacon (maintainer) Notes: svn path=/head/; revision=325245
* - Cleanup Makefile headerSunpoet Po-Chuan Hsieh2013-08-214-20/+4
| | | | Notes: svn path=/head/; revision=325163
* - Remove leading indefinite article from COMMENTSunpoet Po-Chuan Hsieh2013-08-212-2/+2
| | | | Notes: svn path=/head/; revision=325161
* - Use RUN_DEPENDS:=BUILD_DEPENDSSunpoet Po-Chuan Hsieh2013-08-211-1/+2
| | | | | | | | - Add BUILD_DEPENDS - Cosmetic change Notes: svn path=/head/; revision=325148
* - Convert to new perl frameworkSunpoet Po-Chuan Hsieh2013-08-211-1/+2
| | | | Notes: svn path=/head/; revision=325134
* - Add missing tab in USES=pathfixSunpoet Po-Chuan Hsieh2013-08-211-2/+2
| | | | | | | - Add test: Notes: svn path=/head/; revision=325111
* - Use USES=gmakeSunpoet Po-Chuan Hsieh2013-08-212-3/+2
| | | | Notes: svn path=/head/; revision=325110
* - Update to 1.0.5Wen Heping2013-08-213-4/+4
| | | | Notes: svn path=/head/; revision=325083
* - Take maintainershipWen Heping2013-08-211-1/+1
| | | | Notes: svn path=/head/; revision=325081
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-175-6/+5
| | | | | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324851
* - update to 0.12.0Dryice Dong Liu2013-08-172-3/+3
| | | | Notes: svn path=/head/; revision=324846
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-1416-16/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* science/py-h5py: Add OPTION support for HDF5 1.8Kubilay Kocak2013-08-132-12/+17
| | | | | | | | | | | - Add OPTION to use science/hdf5-18 instead of science/hdf5 PR: ports/179572 Submitted by: Johannes Meixner <xmj@chaot.net> Approved by: maintainer timeout (8 weeks) Notes: svn path=/head/; revision=324659
* - Convert to new perl frameworkAndrej Zverev2013-08-061-6/+3
| | | | | | | | | - Trim Makefile header Approved by: wen@ (maintainer) Notes: svn path=/head/; revision=324306
* - Fix double usage of USESAndrej Zverev2013-08-041-2/+1
| | | | Notes: svn path=/head/; revision=324218
* - Convert to new perl frameworkMathieu Arnold2013-08-031-1/+2
| | | | | | | - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324191
* - Convert to new perl frameworkAndrej Zverev2013-08-032-3/+2
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324181
* - Convert to new perl frameworkMathieu Arnold2013-08-027-17/+16
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Unbreak with clangOlivier Duchateau2013-08-022-0/+291
| | | | | | | Submitted by: Roman Cat <roman-cat@yandex.ru> (private email) Notes: svn path=/head/; revision=324169
* - Update to 1.3.2Olivier Duchateau2013-08-012-3/+3
| | | | Notes: svn path=/head/; revision=324120
* - Tighten Makefile header and COMMENTAlexey Dokuchaev2013-07-282-19/+22
| | | | | | | | | | | - Convert to OptionsNG (docs, examples) - Unbreak parallel builds (-jX) - Minor Makefile and pkg-descr cleanups Reported by: pointyhat-west Notes: svn path=/head/; revision=323817
* - Try to unbreak parallel builds (-jX)Alexey Dokuchaev2013-07-283-8/+115
| | | | | | | | | | | - Trim Makefile header, convert USE_GMAKE - Install manpage relative to MANPREFIX - Replace tab with space after WWW line Reported by: pointyhat-west Notes: svn path=/head/; revision=323814
* - Reset maintainer after no response to mail since Jan 2013Steve Wills2013-07-271-2/+2
| | | | | | | | | - Clean up headers and comments while here Reviewed by: danfe Notes: svn path=/head/; revision=323794
* KDE3 and QT3 expired on 2013-07-01, remove these ports.Rene Ladan2013-07-2619-1762/+0
| | | | | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt Notes: svn path=/head/; revision=323748
* Fix build with recent binutilsBaptiste Daroussin2013-07-261-1/+1
| | | | Notes: svn path=/head/; revision=323710
* Mark as broken: does not buildBaptiste Daroussin2013-07-241-2/+3
| | | | | | | | | configure: error: cannot find the flags to link with Boost thread Reported by: pkg-fallout Notes: svn path=/head/; revision=323565
* - Update to 4.1.2Wen Heping2013-07-233-283/+305
| | | | Notes: svn path=/head/; revision=323513
* - Update to 1.4.1Wen Heping2013-07-234-29/+29
| | | | | | | - Trim Makefile headers Notes: svn path=/head/; revision=323508
* science/hdf5: Remove h5perf that is missing shared libraryJohn Marino2013-07-223-8/+13
| | | | | | | | | | | | The h5perf program will not run because it is linked to libh5test.so.0 which is not installed. Rather than install this shared library, a patch was added to prohibit h5perf from installing. PR: ports/179951 Approved by: bapt (mentor), maintainer timeout (~4 weeks) Notes: svn path=/head/; revision=323491
* Equake is a panel plugin which monitors and displays earthquakes each timeOlivier Duchateau2013-07-226-0/+57
| | | | | | | | | a new one occurs. WWW: http://freecode.com/projects/equake-xfce Notes: svn path=/head/; revision=323488