aboutsummaryrefslogtreecommitdiff
path: root/science
Commit message (Collapse)AuthorAgeFilesLines
...
* - Update to 3.0.2Wen Heping2016-05-262-5/+7
| | | | Notes: svn path=/head/; revision=415870
* Remove expired misc/kdehier4 and update all of its consumers to not ↵Rene Ladan2016-05-252-2/+2
| | | | | | | | | | | | | | | | reference it any longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542 Notes: svn path=/head/; revision=415864
* Several ports: Change MAINTAINER from xmj@chaot.net to xmj@FreeBSD.orgKurt Jaeger2016-05-254-4/+4
| | | | | | | | PR: 209746 Submitted by: xmj Notes: svn path=/head/; revision=415848
* science/py-h5py: 2.5.0 -> 2.6.0Kurt Jaeger2016-05-252-8/+7
| | | | | | | | PR: 209630 Submitted by: Johannes Jost Meixner <xmj@chaot.net> (maintainer) Notes: svn path=/head/; revision=415847
* Remove useless WRKSRC definitions.Mathieu Arnold2016-05-253-5/+0
| | | | | | | | | While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight Notes: svn path=/head/; revision=415839
* - Fix buildDmitry Marakasov2016-05-254-0/+74
| | | | | | | - Add LICENSE_FILE Notes: svn path=/head/; revision=415837
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-237-7/+7
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* - Update to 1.11.2Sunpoet Po-Chuan Hsieh2016-05-232-3/+4
| | | | | | | Changes: https://github.com/pysal/pysal/releases Notes: svn path=/head/; revision=415668
* Reorganise and modernise the py-sqlalchemy ports.Matthew Seaman2016-05-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches. - Deprecate the ports for the 0.6 and 0.7 release branches, as these have been declared EoL and are no longer supported by upstream. - Update to the latest available version in each branch. In detail: Port Version Maintainer ---------------------------------------------- py-sqlalchemy06 0.6.9 nivit@FreeBSD.org (Deprecate 2016-08-20) [1] py-sqlalchemy07 0.7.10 nivit@FreeBSD.org (renamed py-sqlalchemy, Deprecate 2016-08-20) [1] py-sqlalchemy08 0.8.7 nivit@FreeBSD.org (renamed py-sqlalchemy-devel) [1] py-sqlalchemy09 0.9.10 m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2] py-sqlalchemy10 1.0.13 m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2] - Use options-helpers and option dependent make targets. - Use autoplist for documents as well as python code - Add all the docments to the packages: previously an arbitrary subset was added in a way that excluded CSS, images and other HTML assets. - Use TEST_DEPENDS and add a TEST_TARGET instead of having a 'TEST' option. - Use py-pytest for 0.9.x and later, rather than py-nose. - Add CONFLICTS_INSTALL between all of the py-sqlalchemyXY ports. PR: 191442 Submitted by: robak Reviewed by: robak Reviewed by: pi Approved by: nivit (maintainer timeout, ~300days) [1] Approved by: m.tsatsenko@gmail.com (maintainer) [2] Sponsored by: https://reviews.freebsd.org/D908 Notes: svn path=/head/; revision=415627
* science/gramps: Update to 4.2.3Ben Woods2016-05-197-3211/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Take maintainership - Convert to USE_GITHUB (new location of main upstream repository) - Update dependencies for new version (namely python 3.2+ and GTK3) [1] - Convert "strongly recommended" options to dependencies (removing option) [1] - Add "optional" dependencies as OPTIONS [1] - Remove pkg-plist and convert build to USE_PYTHON=autoplist distutils - Remove pre-extract upgrade warning as it is ineffective for pkg upgrades and now only applies for systems which have not been upgraded in 1.5 years. - Add post-stage hack to fix staging support, copied from Arch Linux [2] - Delete files/patch-src_gramps.py as the offending file has been removed - Add files/patch-setup.py to allow "--single-version-externally-managed" [3] - Add files/patch-setup.py to fix double slashes in generated by autoplist [4] Changes: https://github.com/gramps-project/gramps/blob/v4.2.3/NEWS [1] https://github.com/gramps-project/gramps/blob/v4.2.3/README [2] https://projects.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/gramps&id=ee1c7fae15872481d8f55868f4211efcbce15314 [3] https://github.com/gramps-project/gramps/commit/ab67c786b03552ce4b0ac8f0ed9d7af228d46fe4 [4] https://github.com/gramps-project/gramps/pull/96 PR: 207005 Reviewed by: mat (mentor) Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6439 Notes: svn path=/head/; revision=415529
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* - Fix trailing whitespace in MakefilesDmitry Marakasov2016-05-191-6/+6
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415501
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-1923-51/+51
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* devel/jsoncpp: bump portrevision for dependent ports for shlib change .0 -> .1Kurt Jaeger2016-05-174-0/+4
| | | | | | | | PR: 209407 Submitted by: sunpoet Notes: svn path=/head/; revision=415401
* - Update to 4.4.4Sunpoet Po-Chuan Hsieh2016-05-152-3/+3
| | | | | | | Changes: https://github.com/Unidata/netcdf-fortran/blob/master/RELEASE_NOTES.md Notes: svn path=/head/; revision=415241
* - Update to 4.3.0Sunpoet Po-Chuan Hsieh2016-05-153-5/+4
| | | | | | | Changes: https://github.com/Unidata/netcdf-cxx4/blob/master/RELEASE_NOTES.md Notes: svn path=/head/; revision=415240
* science/veusz: Fix build with libc++ 3.8.0Kurt Jaeger2016-05-131-0/+11
| | | | | | | | | PR: 209094 Submitted by: dom Approved by: devel@stasyan.com (maintainer timeout) Notes: svn path=/head/; revision=415127
* - Update to 3.0.0Dmitry Marakasov2016-05-113-6/+15
| | | | | | | | | | - While here, fix LICENSE PR: 209144 Submitted by: dieterich@ogolem.org (maintainer) Notes: svn path=/head/; revision=415005
* Update the maintainer email address for the ports IBen Woods2016-05-091-1/+1
| | | | | | | | | | maintain to woodsb02@FreeBSD.org Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6278 Notes: svn path=/head/; revision=414892
* Update to 2.45.Mathieu Arnold2016-05-093-9/+75
| | | | | | | | | PR: 209300 Submitted by: tkato432 yahoo com Sponsored by: Absolight Notes: svn path=/head/; revision=414852
* Chase hdf5 upgrade and unbreak.Thierry Thomas2016-04-296-6/+26
| | | | Notes: svn path=/head/; revision=414285
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-274-4/+4
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-274-8/+4
| | | | | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070 Notes: svn path=/head/; revision=414118
* - Update to 1.33Sunpoet Po-Chuan Hsieh2016-04-252-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Geo-BUFR/Changes Notes: svn path=/head/; revision=413987
* Update to 4.9.1Florian Smeets2016-04-242-4/+3
| | | | | | | | | PR: 208982 Submitted by: Ben Woods <woodsb02@gmail.com> (maintainer) Sponsored by: Essen Linuxhotel Hackathon 2016 Notes: svn path=/head/; revision=413925
* Remove expired ports:Rene Ladan2016-04-235-73/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | 2016-04-11 deskutils/qlabels: Does not fetch, unmaintained 2016-04-14 french/tvdownloader: Many channels have modified their protocols and cannot be DL anymore 2016-04-14 comms/cdr_read: unfetchable 2016-04-14 russian/rubygem-rutils: Deprecated by upstream 2016-04-14 devel/rubygem-dotenv-deployment: Deprecated by upstream in latest version (0.3.0) 2016-04-15 www/p5-LWP-ConsoleLogger: Depends on expiring www/p5-HTTP-CookieMonster 2016-04-15 www/p5-WWW-Mechanize-Cached: Depends on expiring www/p5-HTTP-CookieMonster 2016-04-15 www/p5-HTTP-CookieMonster: Broken for more than 6 months 2016-04-15 misc/diary-hercules: Broken for more than 6 months 2016-04-15 graphics/ffff: Broken for more than 6 months 2016-04-15 net-im/sigram: Broken for more than 6 months 2016-04-15 games/annelid: Broken for more than 6 months 2016-04-15 science/py-pydap: Broken for more than 6 months 2016-04-15 sysutils/su2: Broken for more than 6 months 2016-04-15 www/download-gemist: Broken for more than 6 months 2016-04-15 databases/p5-qdbm: Broken for more than 6 months 2016-04-15 comms/libfec: Broken for more than 6 months 2016-04-15 deskutils/ladon: Broken for more than 6 months Sponsored by: Essen Linuxhotel Hackathon 2016 Notes: svn path=/head/; revision=413881
* - Fix build with 1.8.x installedSunpoet Po-Chuan Hsieh2016-04-231-1/+1
| | | | Notes: svn path=/head/; revision=413812
* - Use USES=localbaseSunpoet Po-Chuan Hsieh2016-04-231-15/+8
| | | | | | | - Remove unnecessary REINPLACE_CMD Notes: svn path=/head/; revision=413811
* many ports: mark broken on powerpc64Steve Wills2016-04-215-0/+10
| | | | Notes: svn path=/head/; revision=413746
* - Update to 1.10.0Sunpoet Po-Chuan Hsieh2016-04-2018-51/+46
| | | | | | | | | | | | - Add LICENSE_FILE - Remove outdated PORTSCOUT - Re-enable SZIP option by default: it was changed unintentionally in r398300 Changes: https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.0/src/hdf5-1.10.0-RELEASE.txt https://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html Notes: svn path=/head/; revision=413700
* - Update to 1.32Sunpoet Po-Chuan Hsieh2016-04-182-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Geo-BUFR/Changes Notes: svn path=/head/; revision=413596
* science/py-netCDF4: Update version 1.2.3.1=>1.2.4Muhammad Moinur Rahman2016-04-182-3/+3
| | | | Notes: svn path=/head/; revision=413556
* - Update to 1.14.7Sunpoet Po-Chuan Hsieh2016-04-175-18/+23
| | | | | | | | | | - Add LICENSE_FILE - Bump PORTREVISION for science/grib_api shlib change Changes: https://software.ecmwf.int/wiki/display/GRIB/Latest+news Notes: svn path=/head/; revision=413523
* science/minc2 is not jobs safeJohn Marino2016-04-171-0/+2
| | | | | | | | lex needs gram.h before that header gets created. I've seen this twice now. Notes: svn path=/head/; revision=413493
* Don't leave dead symlinks when deinstalling. [1] (based on)Mathieu Arnold2016-04-143-64/+59
| | | | | | | | | | | | While there, move man pages to a place they can be used, and fix shebangs. PR: 206476 [1] Submitted by: maintainer Sponsored by: Absolight Notes: svn path=/head/; revision=413251
* science/clhep: Update version 2.2.0.8=>2.3.1.1Muhammad Moinur Rahman2016-04-103-4/+24
| | | | | | | - Add conditional compiler type c++11-lib for 9.X and openmp for 10.X+ Notes: svn path=/head/; revision=412983
* science/py-mdp: Update version 3.3=>3.5Muhammad Moinur Rahman2016-04-101-1/+1
| | | | | | | - Some typo occured which created a couple of SVN entry. Sorry for that. Notes: svn path=/head/; revision=412981
* (no commit message)Muhammad Moinur Rahman2016-04-101-1/+1
| | | | Notes: svn path=/head/; revision=412980
* (no commit message)Muhammad Moinur Rahman2016-04-103-10/+9
| | | | Notes: svn path=/head/; revision=412979
* science/py-netCDF4: Update version 1.2.3=>1.2.3.1Muhammad Moinur Rahman2016-04-102-3/+3
| | | | Notes: svn path=/head/; revision=412959
* - Update to 1.11.1Sunpoet Po-Chuan Hsieh2016-04-092-5/+4
| | | | | | | Changes: https://github.com/pysal/pysal/releases Notes: svn path=/head/; revision=412816
* Update to 4.1.0Carlo Strub2016-04-073-3/+35
| | | | Notes: svn path=/head/; revision=412694
* science/py-netCDF4: Update version 1.1.1=>1.2.3Muhammad Moinur Rahman2016-04-072-6/+6
| | | | Notes: svn path=/head/; revision=412680
* - Resolve conflict with archivers/minizip: rename libminizip to libkmlminizipSunpoet Po-Chuan Hsieh2016-04-075-15/+40
| | | | | | | | | | - Bump PORTREVISION for science/libkml shlib change PR: 206560 (based on) Submitted by: Martin Birgmeier <la5lbtyi@aon.at> Notes: svn path=/head/; revision=412662
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-01118-541/+541
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Fixup some whitespace at the beginning of lines problems.Mathieu Arnold2016-04-012-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412342
* - Update to 0.106Sunpoet Po-Chuan Hsieh2016-03-252-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Geo-WebService-Elevation-USGS/Changes Notes: svn path=/head/; revision=411893
* - Update to 1.0.1Wen Heping2016-03-252-3/+3
| | | | Notes: svn path=/head/; revision=411833
* qt4-moc: Add more Boost include guards to moc's definition list.Raphael Kubo da Costa2016-03-245-60/+0
| | | | | | | | | | | | | | | | | In preparation for updating Boost to 1.60, add include guards from more Boost headers to the list of macros that moc automatically defines when processing files. As explained in r408911, Qt4's moc cannot parse some constructs used by a few Boost headers, so we define their include guards to make moc skip them. This is a cleaner approach that allows us to largely revert r408472, r408473, r408474, r408475, r408502, r408773 and r408419, which added several patches to many ports to work around this moc bug. PR: 199601 PR: 208322 Notes: svn path=/head/; revision=411765