aboutsummaryrefslogtreecommitdiffstats
path: root/science
Commit message (Collapse)AuthorAgeFilesLines
* - Add PORTSCOUTsunpoet2015-06-231-0/+2
|
* Convert to USES=jpegantoine2015-06-234-11/+7
|
* Convert to USES=autoreconfbapt2015-06-211-3/+1
|
* sciense/gramps: drop dependency on py-xmlrm2015-06-201-3/+4
| | | | | | Drop py-xml dependency - it's not used in this port. While here add NO_ARCH and limit python version to 2.x, because of pygtk2 dependency and gramps codebase.
* - Update from 0.8.6 to 0.9.0wen2015-06-1916-289/+32
| | | | | | | | | - Mark as ignored for anything except 10.1 - Run unit tests during port build - Fix config installation PR: 200683 Submitted by: mp39590@gmail.com(maintainer)
* - Strip binariesamdmi32015-06-191-1/+18
|
* - Strip binaryamdmi32015-06-191-2/+5
|
* science/clhep: Update version 2.2.0.6=>2.2.0.8bofh2015-06-172-3/+3
|
* Add patch to fix the build with CMake 3.2.rakuco2015-06-161-0/+22
| | | | | Explicitly look for X11, since FindOpenGL.cmake no longer does that automatically.
* - Update to 1.13.1sunpoet2015-06-155-42/+8
| | | | | | - Add PORTSCOUT Changes: https://software.ecmwf.int/wiki/display/GRIB/GRIB+API+version+1.13.1+released
* - Update graphics/proj to 4.9.1wen2015-06-151-0/+1
| | | | | | | | - Bump PORTREVISION to chase the update of proj PR: 200434 Submitted by: wen@(myself) Approved by: maintainer(timeout, >20 days)
* scikits-sparse is a Python module for sparse matrix calculations.wen2015-06-144-0/+34
| | | | | | | WWW: https://scikits.appspot.com/sparse/ PR: 200678 Submitted by: yuri@rawbw.com
* - Add my LOCAL to MASTER_SITESsunpoet2015-06-144-11/+14
| | | | | | - Add missing USE_LDCONFIG - Regenerate patch files with makepatch: - Bump PORTREVISION for package change
* - Add PORTSCOUTsunpoet2015-06-131-0/+2
|
* - Use DISTVERSIONSUFFIX instead of DISTNAMEsunpoet2015-06-131-1/+3
| | | | - Add PORTSCOUT: this port is essentially 1.8.15 patch 1 with PORTVERSION=1.8.15
* - Update to 1.1.67tota2015-06-132-4/+3
|
* - Update to 0.2-7tota2015-06-133-5/+4
| | | | - Replace tab with a single space after WWW: in pkg-descr
* - Update to version 3.4.9 [1]pawel2015-06-133-21/+11
| | | | | | | | | - Convert to options helpers - Remove USE_GNOME=pygnomeextras, x11-toolkits/py-gnome-extras port was removed in r372768 gnome update PR: 200660 [1] Submitted by: Chris M <cmangin@arobas.net> [1]
* - Fix shebangsamdmi32015-06-111-2/+3
| | | | MFH: 2015Q2
* - Remove no-op --with-pthread=/usr from CONFIGURE_ARGS:sunpoet2015-06-111-2/+1
| | | | | | | | - --enable-threadsafe and --enable-cxx/--enable-cxx are mutually exclusive - --with-pthread=/usr is only valid with --enable-threadsafe PR: 200728 Submitted by: Taoka Fumiyoshi <fmysh@iijmio-mail.jp>
* - Update to 4.7.2antoine2015-06-0910-2841/+4568
| | | | | | - Pass maintainership to submitter PR: 199812
* Make ports using libtool treat elftoolchain's strip the same as GNU stripantoine2015-06-081-2/+0
| | | | | | | | | Any strip on any FreeBSD version should be able to handle stripping requested by libtool PR: 198611 Reviewed by: emaste Exp-run: self
* - Update to 1.8.5 patch 1sunpoet2015-06-083-8/+10
| | | | | Changes: https://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.15-patch1-RELEASE.txt https://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
* - Fix build with FORTRAN enabledsunpoet2015-06-071-2/+1
| | | | | | | | | Build failure with FORTRAN enabled was caused by configure-generated LDFLAGS where -L/usr/lib appeared before -L${LOCALBASE}/lib/gcc48. It is the simplest way to solve this problem by removing --with-zlib from CONFIGURE_ARGS. PR: 200590 Submitted by: Taoka Fumiyoshi <fmysh@iijmio-mail.jp>
* - Add missing files to plistamdmi32015-06-061-0/+5
| | | | | | | | - Add LICENSE_FILE - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2
* - Fix shebangsamdmi32015-06-061-1/+3
| | | | | Approved by: portmgr blanket MFH: 2015Q2
* - Fix shebangsamdmi32015-06-061-1/+4
| | | | | | | - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2
* - Update to 1.2.5sunpoet2015-06-062-3/+4
| | | | | | - Add NO_ARCH Changes: https://github.com/Try2Code/cdo-bindings/blob/master/README.rdoc#changelog
* - Update to 1.2.6sunpoet2015-06-062-3/+3
| | | | Changes: https://github.com/Try2Code/cdo-bindings/blob/master/README.rdoc#changelog
* - Add science/orthancamdmi32015-06-0420-0/+442
| | | | | | | | | | | | | | | | | | | | | | | | | | Orthanc aims at providing a simple, yet powerful standalone DICOM server. It is designed to improve the DICOM flows in hospitals and to support research about the automated analysis of medical images. Orthanc can turn any computer running Windows, Linux, FreeBSD or OS X into a DICOM store (in other words, a mini-PACS system). Its architecture is lightweight and standalone, meaning that no complex database administration is required, nor the installation of third-party dependencies. What makes Orthanc unique is the fact that it provides a RESTful API. Thanks to this major feature, it is possible to drive Orthanc from any computer language. The DICOM tags of the stored medical images can be downloaded in the JSON file format. Furthermore, standard PNG images can be generated on-the-fly from the DICOM instances by Orthanc. Orthanc lets its users focus on the content of the DICOM files, hiding the complexity of the DICOM format and of the DICOM protocol. WWW: http://www.orthanc-server.com/ PR: 199146 Submitted by: mp39590@gmail.com
* - Strip libraryamdmi32015-06-041-3/+5
|
* - Update to 1.6.1sunpoet2015-06-032-3/+3
| | | | Changes: http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/ReleaseNotes-1.6.1
* - Fix shebangsamdmi32015-05-311-1/+9
| | | | | | | - Strip library Approved by: portmgr blanket MFH: 2015Q2
* Mark a few ports BROKENantoine2015-05-301-0/+2
| | | | Reported by: pkg-fallout
* science/clhep: Update version 2.2.0.5=>2.2.0.6bofh2015-05-292-4/+4
| | | | - Take MAINTAINERSHIP
* - Fix shebangsamdmi32015-05-291-2/+5
| | | | | | | - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2
* - Don't cat pkg-message from Makefilesamdmi32015-05-271-3/+0
| | | | Approved by: portmgr blanket
* - Add LICENSEsunpoet2015-05-242-32/+27
| | | | | | - Remove trailing space from COMMENT - Reformat pkg-descr - Update WWW
* - Move science/rubygem-netcdf to science/rubygem-ruby-netcdfsunpoet2015-05-246-243/+8
| | | | | | | | | - Update to 0.7.1.1 - Remove BUILD_DEPENDS - Remove USE_RAKE - Update WWW Changes: http://www.gfd-dennou.org/arch/ruby/products/ruby-netcdf/ChangeLog
* - Update to 1.6.9sunpoet2015-05-242-4/+4
| | | | Changes: https://code.zmaw.de/news/307
* - Update to 1.8.15sunpoet2015-05-2417-25/+31
| | | | | | | - Bump PORTREVISION for science/hdf5 shlib change Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.15-RELEASE.txt http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
* - Update to 5.0.5wen2015-05-192-3/+3
| | | | | PR: 200306 Submitted by: tkato432@yahoo.com
* - Strip libraryamdmi32015-05-171-0/+4
|
* Upgrade ncs to 2.0.8 with its dependencies.thierry2015-05-156-12/+9
|
* MASTER_SITES cleanup.mat2015-05-148-14/+7
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* - Cleanup GH_* knobs:sunpoet2015-05-142-4/+3
| | | | | - Use DISTVERSIONPREFIX - Remove GH_PROJECT
* - Cleanup GH_* knobs: use DISTVERSIONPREFIXsunpoet2015-05-142-3/+3
|
* - Cleanup GH_* knobs:sunpoet2015-05-142-4/+3
| | | | | - Use DISTVERSIONPREFIX - Remove GH_PROJECT
* Cleanup DIST* variables.mat2015-05-123-4/+1
| | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
* Update ports in the s* categores to not use GH_COMMIT.mat2015-05-0810-23/+14
| | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
* Update to 1.3.7olivierd2015-05-012-5/+4
|
* science/psychopy: update to 1.82.01 and overhauljbeich2015-04-292-10/+32
| | | | | | | | | | | | | | - Add .desktop file - Add shortcut under PATH - Define LICENSE - Mark NO_ARCH because of no C modules - Drop unused BUILD_DEPENDS - Convert to USE_WX - Replace bundled DejaVu font with slightly newer system copy Changes: http://www.psychopy.org/changelog.html#psychopy-1-82 PR: 199249 Submitted by: tkato432@yahoo.com
* science/psychopy: drop HOME workaround after r359201jbeich2015-04-291-5/+0
|
* - Use net/uriparser instead of bundled onesunpoet2015-04-295-28/+88
| | | | | | | - Bump PORTREVISION for dependency and package change PR: 199682 (based on) Submitted by: mat
* - Update MASTER_SITES: move from Google Code to GitHubsunpoet2015-04-297-14/+102
| | | | | | - Update pkg-descr - Update WWW - Bump PORTREVISION for package change
* - Upgrade math/plplot to 5.11.0thierry2015-04-2310-29/+117
| | | | | | | | | | | | | Announcement at <https://sourceforge.net/p/plplot/plplot/ci/plplot-5.11.0/tree/README.release> - Take maintainership - Chase dependencies. PR: ports/199539 Submitted by: Ben Woods <woodsb02 (at) gmail.com> Approved by: marino (for plplot-ada), /me (for gnudatalanguage)
* science/openbabel: Support gcc5 (taken from upstream)marino2015-04-183-25/+524
| | | | | | | | | | | | | | | | This was really painful. I consolidated numerous shared_ptr (TR1) patches to a single big patch (including moving part of an existing patch to it because the target needed yet another change). Tested on FreeBSD 8/i386 and FreeBSD 10/amd64. This was previously built on DragonFly with gcc 4.7, but libstdc++ incompatibilities caused avogadro to break which eventually broken kde4 metapackage. Those openbabel guys are long overdue for a new release, this was a bit absurd although maybe some clever sed'ding could have reduced the patch count. Approved by: blanket (gcc5 & DF breakage)
* Convert to USES=autoreconftijl2015-04-182-9/+3
|
* - Update to 0.10.1wen2015-04-112-4/+3
|
* Convert to USES=gnustepbapt2015-04-101-5/+3
|
* Convert bsd.gnustep.mk to USES=gnustepbapt2015-04-092-8/+4
| | | | | | | | | | | | | Simplify gnustep ports Hook into the regular ports framework: - LIB_DEPENDS for library dependencies - Use regular USE_LDCONFIG Reuse USES=objc (automatic) USE_GNUSTEP is now a macro to set the dependencies and build feature needed. Accepted arguments: back base build gui Merge deskutils/preferencepanes into deskutils/systempreferences
* Fix with on FreeBSD-8.x and 9.x: stdint.h is needed with scotch.thierry2015-04-093-5/+15
|
* science/rubygem-netcdf: fix build with newer ruby-gemsswills2015-04-082-6/+223
|
* - Cleanup Makefilesunpoet2015-04-051-5/+2
| | | | - Bump PORTREVISION for dependency changes in r383198 and r383223
* Pet portlint.demon2015-04-041-1/+2
|
* Update to version 0.16.0;demon2015-04-042-23/+7
| | | | Inherit blas dependency from py-numpy.
* As noted by thierry@ in D2086, scipy inherits blas library to use from numpydemon2015-04-041-20/+3
| | | | | | | (via site.cfg). So remove unused OPTIONs from here. Remove check for static ATLAS lib because now ATLAS always builds static version. Remove obsoleted malloc.h --> stdlib.h conversion.
* - Update to 1.6.8sunpoet2015-04-043-5/+25
| | | | Changes: https://code.zmaw.de/news/303
* Remove unused deps:demon2015-04-041-3/+1
| | | | | | | | | I see no reference for djbfft in the code; I assume it is obsoleted. fftw3: according to http://www.scipy.org/scipylib/building/linux.html --------- Because of license, configuration, and maintenance issues support for FFTW was removed in versions of SciPy >= 0.7 and NumPy >= 1.2 ---------
* - Update to 2.2.19sunpoet2015-04-042-3/+3
| | | | Changes: https://github.com/Unidata/UDUNITS-2/blob/master/CHANGE_LOG
* Remove OSVERSION checks that do not make sense any more.mat2015-04-031-7/+1
| | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209
* - Update to 1.13.0sunpoet2015-04-033-2752/+5
| | | | | | - Use PORTDATA Changes: https://software.ecmwf.int/wiki/display/GRIB/GRIB+API+version+1.13.0+released
* science/rubygem-netcdf: Mark broken since this uses API that was removed ↵swills2015-04-011-0/+2
| | | | from devel/ruby-gems
* Update gchemutils to 0.14.10.kwm2015-03-273-4/+9
|
* - Cleanup -lpthread/-pthread manipulationsunpoet2015-03-251-1/+0
|
* 3 ports categories: Remove $PTHREAD_LIBSmarino2015-03-259-22/+23
| | | | | | Categories: print, science, emulators approved by: PTHREAD blanket
* - Cleanup WRKSRC: leading v in GH_TAGNAME is removed from DISTNAME in r382120sunpoet2015-03-251-1/+0
|
* - Cleanup WRKSRC: leading v in GH_TAGNAME is removed from DISTNAME in r382120sunpoet2015-03-251-1/+0
|
* - Cleanup Makefilesunpoet2015-03-251-2/+0
|
* - Add GitHub repository to WWWsunpoet2015-03-251-2/+1
|
* - Update to 1.2.5sunpoet2015-03-253-7/+6
| | | | | | - Add GitHub repository to WWW Changes: https://github.com/Try2Code/cdo-bindings/commits/master
* science/massxpert: Fix two logical errors (found by gcc5)marino2015-03-223-2/+24
| | | | | | | | | There were two boolean logic issues found by gcc5 when compiling massxpert. One was comparing boolean output to a negative integer (is always false) and the other applied the "not" operator in the wrong place. Fix provided per request by maintainer. PR: 197823
* - Update to 4.4.2sunpoet2015-03-223-7/+6
| | | | | | | - Convert to new USE_GITHUB usage and remove deprecated GH_COMMIT - Add GitHub repository to WWW Changes: https://github.com/Unidata/netcdf-fortran/blob/master/RELEASE_NOTES.md
* - Convert to new USE_GITHUB usage and remove deprecated GH_COMMITsunpoet2015-03-223-6/+5
| | | | - Add GitHub repository to WWW
* - Add GitHub repository to WWWsunpoet2015-03-221-2/+1
|
* Update USE_GITHUB so it does not require GH_COMMIT.bdrewery2015-03-201-1/+1
| | | | | | | | | | | | | | | | | Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr
* - Use CONFLICTS_INSTALL instead of CONFLICTSsunpoet2015-03-181-1/+3
| | | | | - Add OPTIONS_DEFINE - Pet portlint
* - Update to 4.2.11sunpoet2015-03-1810-57/+95
| | | | | | | | - Update pkg-descr Changes: http://www.hdfgroup.org/ftp/HDF/releases/HDF4.2.11/src/hdf-4.2.11-RELEASE.txt http://www.hdfgroup.org/ftp/HDF/releases/HDF4.2.10/src/hdf-4.2.10-RELEASE.txt http://www.hdfgroup.org/ftp/HDF/releases/HDF4.2.9/src/hdf-4.2.9-RELEASE.txt
* science/vmd: Improve cc/gcc replacement patterns for Makefilesmarino2015-03-151-8/+3
| | | | | PR: 197103 Submitted by: Sakaue Mamoru
* - Unbreakwen2015-03-141-3/+2
| | | | | PR: 197589 Submitted by: dgeo@centrale-marseille.fr
* - Update to 1.31sunpoet2015-03-122-3/+3
| | | | Changes: http://search.cpan.org/dist/Geo-BUFR/Changes
* Update KDE SC to 4.14.3alonso2015-03-122-4/+4
| | | | | | | | | | | | | | | | The kde@ team presents KDE SC 4.14.3, the last planed release of the KDE SC 4 series. In addition to the updates provided by the KDE SC developers, this update also addresses numerous FreeBSD and PORTS specific issues, found and solved by the kde@ team and area51 testers, most notorously Tobias C. Berner <tcberner@gmail.com> PR: 197751 PR: 197871 PR: 184996 Reviewed by: rakuco (mentor) Differential: https://reviews.freebsd.org/D1950
* - Switch to guile2thierry2015-03-113-9/+6
| | | | | | - Upgrade meep to 1.2.1 and unbreak. Submitted by: Stas Timokhin <devel (at) stasyan.com>
* Upgrade Paraview to 4.3.1.thierry2015-03-105-237/+594
| | | | Submitted by: Stas Timokhin <devel (at) stasyan.com>
* science/rubygem-ruby-dcl: Fix category.xmj2015-03-101-1/+1
| | | | | Pointed out by: dvl Approved by: mentors (implicit)
* science/rubygem-ruby-dcl: Add portxmj2015-03-104-0/+31
| | | | | | | | | | | This is a Ruby interface to the scientific graphic library DCL. WWW: http://ruby.gfd-dennou.org/products/ruby-dcl/ PR: 197018 Differential Revision: https://reviews.freebsd.org/D2036 Submitted by: Shin-ya MURAKAMI <murashin@gfd-dennou.org> Approved by: mentors (implicit)
* science/clhep: update 2.2.0.3 -> 2.2.0.4robak2015-03-082-4/+4
| | | | | | | - Fix MASTER_SITES PR: 197453 Submitted by: Kato Tsuguru <tkato432@yahoo.com>
* - Add LICENSEamdmi32015-03-072-3/+9
| | | | | - Fix library installation - Pet portlint
* - Update to 1.30sunpoet2015-03-072-4/+3
| | | | Changes: http://search.cpan.org/dist/Geo-BUFR/Changes
* The FreeBSD Xfce team proudly presents Xfce 4.12.olivierd2015-03-061-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Announce: http://www.xfce.org/about/news/?post=1425081600 Global changes: - Switch to USES= xfce (D677) - Reorganize options helper - Fix USES= gettext-* when NLS option is not set [1], [2] - Add LICENSE (when missing) Update: - to 4.12 (core components) - audio/xfce4-mpc-plugin to 0.4.5 - deskutils/xfce4-tumbler to 0.1.31 - deskutils/xfce4-xkb-plugin to 0.7.1 - editors/mousepad to 0.4.0 - graphics/ristretto to 0.8.0 - multimedia/xfce4-parole to 0.8.0 - sysutils/garcon to 0.4.0 - sysutils/xfce4-diskperf-plugin to 2.5.5 [3] - sysutils/xfce4-fsguard-plugin to 1.0.2 - sysutils/xfce4-power-manager to 1.4.3 - sysutils/xfce4-wavelan-plugin to 0.5.12 - x11/libexo to 0.10.3 - x11-fm/thunar to 1.6.6 - x11-themes/gtk-xfce-engine to 3.2.0 PR: 196003 [1], 197251 [2], 198132 Differential Revision: https://reviews.freebsd.org/D677 Submitted by: Kamil Szczesny [1], amdmi3@ [2], myself Exp-run by: antoine@ Approved by: danilo@ (maintainer) [3] Tested by: Ivan <enitarzi@gmail.com>
* - Update to 1.29sunpoet2015-03-061-3/+1
| | | | Changes: http://search.cpan.org/dist/Geo-BUFR/Changes
* - Update to 1.29jadawin2015-03-052-3/+3
|
* science/sigrok-firmware: update 20140418 -> 20150123robak2015-03-033-14/+33
| | | | | | | | | - Add distinfo - Use GitHub - Adjust COMMENT and pkg-descr text PR: 198010 Submitted by: Uffe Jakobsen <uffe@uffe.org>
* Remove Author from pkg-descr and white space fixesbapt2015-03-033-6/+1
|
* - Update to 4.3.3.1sunpoet2015-03-012-3/+4
| | | | | | - Strip shared library Changes: http://www.unidata.ucar.edu/software/netcdf/docs/release_notes.html
* - Update to 1.28sunpoet2015-02-283-10/+9
| | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/Geo-BUFR/Changes
* - Switch to linguisttools_buildamdmi32015-02-281-1/+1
|
* - Switch to linguisttools_buildamdmi32015-02-281-1/+1
|
* science/bddsolve: Set environment, use CXXFLAGS, cleanupmarino2015-02-251-9/+5
| | | | | | | | | | | | | | This port had two main problems: 1) failure to set the enviroment in the build target 2) failure to use CXXFLAGS with CXX While fixing those, clean up a bit: 3) remove <pre>,<post> by using BROKEN_powerpc instead 4) use CFLAGS+= to augment CFLAGS 5) use LDFLAGS+= to augment LDFLAGS 6) simplify do-build target accordingly Approved by: just fix it
* - Switch my ports to USE_QT4=linguisttools_build and adjust Qt componentsmakc2015-02-251-1/+1
| | | | | - Use LUPDATE/LRELEASE provided by bsd.qt.mk - Drop needless stripping
* science/vmd: Unbreak on F10+marino2015-02-241-0/+25
| | | | | | | | | This patch removes the hardcoded "gcc" so that it works with USE_GCC variable. There is a slightly newer version of vmd available, so a version upgrade may soon follow. PR: 197103 Submitted by: Sakaue Mamoru
* Uses blaslapack and pathfix.thierry2015-02-242-19/+2
| | | | | PR: ports/197293 Approved by: maintainer
* - Fix build with DOXYGEN optionsunpoet2015-02-211-2/+2
|
* Paraview should be upgraded to the latest. Meanwhile, just unbreak itthierry2015-02-212-3/+12
| | | | | | with the patch already used for VTH (#define GLX_GLXEXT_LEGACY). Submitted by: René Thümmler <rt (at) scientifics.de>
* science/paraview: No, it's still brokenmarino2015-02-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | A while back, the happily building paraview stopped building because libGL was updated. The other ports that suffered breakage for the same reasons were updated to the latest API. Paraviews libGL callouts were never fixed, so this port never should not have had it's BROKEN definition removed as it was not fixed despite the claim. It's still breaking on all platforms including DragonFly on clang, gcc47 and gcc50. Errors from FreeBSD look like: In file included from /wrkdirs/usr/ports/science/paraview/work/ParaView- v4.1.0/VTK/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx:31: In file included from /usr/local/include/GL/glx.h:333: /usr/local/include/GL/glxext.h:480:143: error: unknown type name 'GLintptr' typedef void ( *PFNGLXCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size); typedef void ( *PFNGLXCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size); /usr/local/include/GL/glxext.h:480:186: error: unknown type name 'GLsizeiptr'; did you mean 'GLsizei'? typedef void ( *PFNGLXCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
* - Update to 2.2.18sunpoet2015-02-192-3/+3
| | | | Changes: https://github.com/Unidata/UDUNITS-2/blob/master/CHANGE_LOG
* - Update to 1.6.0sunpoet2015-02-193-29/+3
| | | | Changes: http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/ReleaseNotes-1.6.0
* - Update to 4.3.3sunpoet2015-02-193-24/+18
| | | | | | - Use LIBS instead of LDFLAGS Changes: http://www.unidata.ucar.edu/software/netcdf/docs/release_notes.html
* - Fix SZIP optionsunpoet2015-02-191-1/+2
| | | | - Bump PORTREVISION for package change
* - Use LIBSsunpoet2015-02-192-8/+8
| | | | - Use PLIST
* Upgrade to 5.0.4.vanilla2015-02-173-24/+6
| | | | | PR: 197454 Submitted by: Ports Fury.
* Upgrade to 2.40.vanilla2015-02-173-9/+21
| | | | | PR: 197455 Submitted by: Ports Fury.
* Remove no longer needed patch, this completes r378490.pawel2015-02-111-8/+0
| | | | | PR: 196731 Submitted by: metaf2xml@users.sourceforge.net
* - Update to 0.15.1olivierd2015-02-082-25/+19
| | | | | | | - Switch to USES= blaslapack Differential Revision: https://reviews.freebsd.org/D1579 Reviewed by: thierry
* - Use blaslapackthierry2015-02-061-20/+20
| | | | | | | | - Fix configure with Gotoblas2 - Fix umfpack detection - Pet portlint.
* - Update to version 1.56pawel2015-02-063-16/+13
| | | | | | | | - Use PLIST_SUB for version substitution - Fix plist when APACHE=on PR: 196731 Submitted by: metaf2xml@users.sourceforge.net
* Uses blaslapack.thierry2015-02-031-7/+6
|
* Mark BROKEN: Fails to buildantoine2015-01-311-0/+2
| | | | | | | | | | | ===> Configuring for py27-scimath-4.1.2_3 Traceback (most recent call last): File "<string>", line 1, in <module> File "setup.py", line 9, in <module> import numpy.distutils.core ImportError: No module named numpy.distutils.core Reported by: pkg-fallout
* Unbreak.thierry2015-01-302-2/+28
| | | | Submitted by: Stas Timokhin (maintainer)
* Fix some _DEPENDSantoine2015-01-251-1/+1
|
* Canonicalize some dependencies on numpyantoine2015-01-233-3/+3
|
* - Use INSTALL_TARGET=install-strip instead of STRIP_CMDsunpoet2015-01-201-3/+1
|
* - Use INSTALL_TARGET=install-strip instead of STRIP_CMDsunpoet2015-01-201-2/+3
|
* - Fix PLISTsunpoet2015-01-191-1/+1
| | | | Notified by: Rainer Hurling <Rainer.Hurling@rhurlin.de>
* - Update to 1.8.14sunpoet2015-01-1818-27/+34
| | | | | | | | | - Update MASTER_SITES - Use INSTALL_TARGET=install-strip instead of MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP} - Bump PORTREVISION for science/hdf5 shlib change Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.14-RELEASE.txt http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
* - Use INSTALL_TARGET=install-strip instead of STRIP_CMDsunpoet2015-01-181-1/+1
|
* - Use INSTALL_TARGET=install-strip instead of ↵sunpoet2015-01-181-1/+1
| | | | MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP}
* Drop maintainership as I no longer use these software nor have time andrafan2015-01-173-3/+3
| | | | energy to keep up.
* science/py-h5py: upgrade to 2.4.0xmj2015-01-132-9/+8
| | | | | | | - upgrade to 2.4.0 Differential Revision: https://reviews.freebsd.org/D1456 Approved by: koobs (mentor)
* Mark BROKEN: Depends on conflicting guile and guile2 (via libctl)antoine2015-01-121-0/+2
| | | | Reported by: pkg-fallout
* Switch default python3 version from 3.3 to 3.4.demon2015-01-111-0/+1
| | | | | | Bump PORTREVISIONs for the affected ports. Exp-run by: antoine
* Uses blaslapack.mk.thierry2015-01-101-17/+18
|
* science/mcstas: USE_BISON is not usedpi2015-01-061-3/+0
| | | | Submitted by: az
* New port: science/mcstas-compspi2015-01-055-0/+539
| | | | | | | | | | | | McStas component library for McStas, a tool for simulating neutron instrumentation and experiments using a ray-tracing formalism. Currently the main use of McStas is in the field of instrument design. WWW: http://www.mcstas.org PR: 194847 Submitted by: Erik B. Knudsen <erkn@fysik.dtu.dk>
* New port: science/mcstaspi2015-01-057-0/+196
| | | | | | | | | | | | | Monte Carlo ray tracing simulations of neutron experiments. McStas is a tool for simulating neutron instrumentation and experiments using a ray-tracing formalism. Currently the main use of McStas is in the field of instrument design. WWW: http://www.mcstas.org PR: 194846 Submitted by: Erik B. Knudsen <erkn@fysik.dtu.dk>
* - Update to 0.101sunpoet2015-01-053-6/+8
| | | | | | | - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/Geo-WebService-Elevation-USGS/Changes
* science/mpb: put option helpers at the correct placerene2015-01-041-2/+2
| | | | Submitted by: antoine via #bsdports
* Resurrect science/mpb, pass maintainership to PR submitter.rene2015-01-045-0/+82
| | | | | | | | | | | - update to 1.5 - change to lang/guile2 - fix up USES and post-patch - add optional dependency on math/nlopt - install header files PR: 196179 Submitted by: Rainer Hurling
* science/libctl: update to 3.2.2rene2015-01-043-9/+17
| | | | | | | | | | | - use lang/guile2 instead of lang/guile - add pkgconfig to USES - add option to use lang/nlopt - strip libraries PR: 196175 Submitted by: Rainer Hurling Approved by: maintainer timeout (devel@stasyan.com, 14 days)
* - Update to 1.6.7sunpoet2014-12-282-8/+5
| | | | | | | - Use INSTALL_TARGET=install-strip instead of STRIP_CMD Changes: https://code.zmaw.de/news/284 https://code.zmaw.de/news/275
* - Update to 1.81.03wen2014-12-272-4/+4
| | | | - Reset maintainer to ports@
* Remove expired ports:rene2014-12-275-78/+0
| | | | | | 2014-12-27 games/secretmaryochronicles-music: Depends on expiring games/secretmaryochronicles 2014-12-27 science/mpb: Broken for more than 6 months 2014-12-27 x11-fm/pbi-thumbnailer: Broken for more than 6 months
* - Update net/openmpi to 1.8.4danilo2014-12-267-6/+7
|
* Bump portrevision after png updatebapt2014-12-265-3/+5
|
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeantoine2014-12-262-2/+2
|
* Properly support png 1.5antoine2014-12-252-12/+35
| | | | Obtained from: pkgsrc
* Change my non-FreeBSD MAINTAINER mail to bofh@bofh2014-12-243-3/+3
| | | | Approved by: bapt
* Upgrade to 3.7.2.thierry2014-12-222-4/+3
|
* cleanup plistbapt2014-12-215-5/+0
|
* Mark BROKEN: fails to buildantoine2014-12-201-0/+2
| | | | | | | /wrkdirs/usr/ports/science/paraview/work/ParaView-v4.1.0/VTK/Rendering/FreeType/vtkFreeTypeTools.cxx: In member function 'bool vtkFreeTypeTools::CalculateBoundingBox(const T&, vtkFreeTypeTools::MetaData&)': /wrkdirs/usr/ports/science/paraview/work/ParaView-v4.1.0/VTK/Rendering/FreeType/vtkFreeTypeTools.cxx:1190: error: no matching function for call to 'min(unsigned int&, int&)' Reported by: pkg-fallout
* - Upadate biology/mopac to version 1.15pawel2014-12-175-187/+217
| | | | | | | | | - Bump affected ports - Switch ports to new mastersite, add LICENSE - Reformat ports pkg descriptions PR: 194493 Submitted by: tkato432@yahoo.com
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Update "BSD" license in science categoryfeld2014-12-074-4/+4
|
* Canonicalize a few licensesantoine2014-12-071-1/+1
|
* - Update to 1.1.1sunpoet2014-12-062-20/+15
| | | | | | | | | - Strip shared library Changes: https://github.com/Unidata/netcdf4-python/blob/master/Changelog PR: ports/195356 Submitted by: sunpoet (myself) Approved by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
* Reset maintainership:bapt2014-12-033-3/+3
| | | | | | | - Lots of maintainers timeout - unresponsive for almost a year PR: 195059
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. Thetijl2014-11-302-48/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine)
* Deprecated ports broken for more than 6 monthsantoine2014-11-281-0/+2
|
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-2661-133/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* - Add LICENSEsunpoet2014-11-252-9/+3
| | | | - Cleanup PLIST
* Fix build with Perl 5.18+. While there, add a runtime dependency on Perl, amat2014-11-253-3/+41
| | | | | | few installed scripts need it. Sponsored by: Absolight
* - Update to 1.3.6olivierd2014-11-153-4/+4
| | | | - Update website in WWW entry (pkg-descr)
* science/kst2:makc2014-11-131-1/+3
| | | | | | | - NetCDF 4 is not supported yet, set INGORE if NETCDF option is requested. PR: 194936 Reported by: nwhitehorn
* Cleanup plistantoine2014-11-1356-736/+23
|
* - Update to 1.81.02wen2014-11-092-5/+4
|
* Remove expired ports:rene2014-11-0714-158/+0
| | | | | | | | 2014-11-07 math/elmer-umfpack: Obsoleted by cad/elmerfem 2014-11-07 science/elmer-eio: Obsoleted by cad/elmerfem 2014-11-07 science/elmer-matc: Obsoleted by cad/elmerfem 2014-11-07 science/elmer-meshgen2d: Obsoleted by cad/elmerfem 2014-11-07 science/elmergrid: Obsoleted by cad/elmerfem
* science/kst2:makc2014-11-079-121/+61
| | | | | | - Update to 2.0.8 - Remove now needless patches - Add option for building with Qt 5
* - Update to version 2.38pawel2014-11-033-68/+42
| | | | | | | | - Sort option helpers - Clean pkg-plist PR: 194170 Submitted by: tkato432@yahoo.com
* - Update to 5.0.2wen2014-10-303-74/+16
| | | | | PR: 193902 Submitted by: tkato432@yahoo.com
* Explicitly link with libblas to avoid errors likedemon2014-10-302-6/+10
| | | | | | | | | | import sklearn.decomposition.pca ImportError: /usr/local/lib/libcblas.so.2: Undefined symbol "cgemv_" due to it trying to import pairwise_fast.so PR: 194683 Update to version 0.15.2.
* - Convert ports of science/ and security to new USES=pythonmva2014-10-2528-77/+50
| | | | Approved by: portmgr (implicit)
* Fix compilation after recent numpy patch.demon2014-10-231-0/+2
| | | | Patch by thierry@FreeBSD.org, pointed out by antoine.
* science/gromacs: Fix build on DragonFly (fix from dports)marino2014-10-201-0/+11
|
* Add USES=alias to several portsmarino2014-10-201-1/+1
| | | | | | | | Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket)
* KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!makc2014-10-196-51/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | USE_KDE4=kdehier component has been deprecated, new components added: baloo - Baloo core libraries baloo-widgets - Baloo widgets library kfilemetadata - KDE library for extracting file metadata New ports: graphics/kqtquickcharts - QtQuick plugin to render interactive charts misc/artikulate - Pronunciation trainer for KDE (not usable currently, links to both GStreamer 1.x and 0.10.x via dependencies) sysutils/baloo[-widgets] - KDE framework for searching and managing user metadata sysutils/kfilemetadata - Library for extracting file metadata l10n ports: - Farsi (Persian) and Indonesian translations has been readded - Vietnamese didn't pass threshold for inclusion into release astro/kstars: - switch dependency from math/eigen2 to math/eigen3 - add PYKDE option for updating supernovae data deskutils/kdepim4: - update dependencies: add libkgapi and baloo, remove now needless clucene, link-grammar, strigi - add patch to fix build with gcc42 - update COMMENT and description for all KDE PIM ports devel/ruby-krossruby: - remove BROKEN, it builds with ruby 2.x now editors/kate: - add patch to disable memory-hungry build of the kate tests [1] graphics/okular: - add dependency on graphics/libkscreen math/cantor: - add optional dependency on lang/luajit for LuaJIT backend - fix gfortran detection [2] misc/kdehier4: - adapt to new pkg world. Now the purpose of kdehier4 only to link some stuff between KDE4_PREFIX and LOCALBASE. science/kalzium: - switch dependency from math/eigen2 to math/eigen3 - add dependence on science/chemical-mime-data x11-themes/kdeartwork4 - switch dependency from math/eigen2 to math/eigen3 among other changes: - drop deprecated USE_KDE4=kdehier - drop @dirrm from plist - clean up pkg-descr - convert to options helpers - other portlint fixes The area51 repository features commits by alonso, rakuco and myself. PR: 187150 [1] Reported by: pe.freethread@live.com Patch by: Tobias Berner <tcberner@gmail.com> PR: 180674 [2] Reported by: torsten.eichstaedt@web.de PR: 194316 Exp-run: antoine
* Allow staging as a regular userantoine2014-10-191-3/+0
|
* - Drop @dirrm* from plistamdmi32014-10-181-88/+0
|
* - Fix buildwen2014-10-171-4/+3
|
* - Update to 0.99.28shurd2014-10-144-31/+16
| | | | | | | | ChangeLog summary: Minor bug fixes, use the new g_object format to supress warnings about deprecated calls. PR: 191376 Submitted by: tkato432@yahoo.com (ie: Ports Fury)
* - Upgrade to 0.9.5thierry2014-10-1212-571/+474
| | | | - Switch to the options framework.
* Force freetype's headers detection.thierry2014-10-082-149/+4
| | | | Submitted by: maintainer
* Mark the old elmer-* ports as deprecated: they are obsoleted bythierry2014-10-084-1/+13
| | | | | | cad/elmerfem. Reported by: pfg
* science/psychopy: switch from py-imaging to py-pillowwg2014-10-081-6/+4
| | | | | | | - USES python With hat: python Approved by: portmgr (bdrewery, implicit)
* Fix build after r369447demon2014-09-301-0/+2
| | | | Patch by Thierry Thomas <thierry@FreeBSD.org>
* - Update net/openmpi from 1.8.2 to 1.8.3danilo2014-09-287-5/+7
|
* science/jstrack: Unbreak; author verified distfile was rerolledmarino2014-09-263-116/+3
| | | | | | | PR: 193425 Submitted by: Muhammad Rahman While here, remove redundant @dirrm from pkg-plist
* - Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.htijl2014-09-252-20/+5
| | | | | | | | | | | | | | | | | | and libintl.so. This fixes a problem where DATADIRNAME gets an incorrect value which causes locale files to be installed in the wrong place. - The only configure checks that still need to be patched are related to intltool so move DATADIRNAME patching from USES=pathfix to USE_GNOME=intlhack. - games/klavaro: remove excessive dependencies - japanese/libskk: add INSTALL_TARGET=install-strip - math/libqalculate: add INSTALL_TARGET=install-strip and remove pthread patching - multimedia/freetuxtv: remove excessive dependencies - science/gramps: fix shared-mime-info use Exp-run by: antoine Approved by: portmgr (antoine)
* science/mpqc: Don't override libtool -version-info, bump dependent portsmarino2014-09-254-60/+55
| | | | | | | | | We accept SHLIB version changes when moving to USE=libtool, so stop overriding it with the intent of prevent library version changes, which is considered the better approach over the long term. Two ports are dependent on mpqc, so bump them for the second time today. requested by: tijl@
* science: Fix mpqc, libint and unbreak ghemical, and libghemical atomicallymarino2014-09-258-92/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | science/ghemical would not link because libghemical.so (from science/ libghemical port) had never been properly linked. Links to all mpqc "SC" libraries were added to LDFLAGS to rectify this. The configure breakage and solution is described below. After the version of lang/gcc was bumped from 4.7 to 4.8, science/libghemical ceased to configure and it was marked broken. After recreating the conftest, it was discovered that two versions incompatible versions of libgcc_s.so were getting pulled in by the realtime linker: the base version and the gcc48 ports version. The base version was getting pulled in by science/libint. To unbreak libghemical, libint is now built with lang/gcc. It was necessary to force libtool to link with LDFLAGS that Mk/bsd.gcc.mk sets so that the runpaths match across libraries used by libghemical. When science/mpqc was staged, it utilized libtool which renumbered all the library versions from 8.0.1 to 7.1.0. This was caused by the age component being greater than 0. By patching configure.in with a new version, we can generate major SHLIB of 8 again. While here, fix the bin/sc-config tool to remove a bad include cflag. With this fixes, science/ghemical builds successfully. Bump all 4 of these ports, remove any BROKEN designation and remove redundant @dirrm in pkg-plist
* - Drop @dirrm* from plistamdmi32014-09-241-67/+0
|
* Remove expired portsrene2014-09-2014-292/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keep some which are optional dependencies of non-expired ports 2014-09-18 sysutils/moreutils-parallel: Use moreutils-parallel in sysutils/moreutils instead 2014-09-20 science/ruby-netcdf: Depends on deprecated math/ruby-narray 2014-09-20 x11-toolkits/ruby-fox16: RubyForge shutdown May 15 2014 2014-09-20 math/ruby-gnuplot: Depends on deprecated math/ruby-narray 2014-09-20 science/ruby-gphys: Depends on deprecated math/ruby-narray 2014-09-20 math/ruby-fftw3: Depends on deprecated math/ruby-narray 2014-09-20 science/ruby-dcl: Depends on deprecated math/ruby-narray 2014-09-20 math/ruby-numru_misc: Depends on deprecated math/ruby-narray 2014-09-20 math/ruby-narray: RubyForge shutdown May 15 2014 2014-09-20 textproc/ruby-liquid: RubyForge shutdown May 15 2014 2014-09-20 comms/callsign: RubyForge shutdown May 15 2014 2014-09-20 misc/ruby-vpim: RubyForge shutdown May 15 2014 2014-09-20 net/ruby-ldap: RubyForge shutdown May 15 2014 2014-09-20 devel/rubygem-echoe: Depends on deprecated rubyforge 2014-09-20 www/ruby-borges: RubyForge shutdown May 15 2014 2014-09-20 www/ruby-fcgiwrap: RubyForge shutdown May 15 2014 2014-09-20 www/rubygem-scrubyt: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-multi: RubyForge shutdown May 15 2014 2014-09-20 databases/ruby-dbd_sqlite3: RubyForge shutdown May 15 2014 2014-09-20 math/ruby-gsl: RubyForge shutdown May 15 2014 2014-09-20 security/ruby-gpgme: RubyForge shutdown May 15 2014 2014-09-20 multimedia/vodcatcher: RubyForge shutdown May 15 2014 2014-09-20 japanese/ruby-ming: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-statgrab: RubyForge shutdown May 15 2014 2014-09-20 security/ruby-crypt: RubyForge shutdown May 15 2014 2014-09-20 sysutils/philesight: Depends on deprecated devel/ruby-locale2 2014-09-20 multimedia/podcatcher: RubyForge shutdown May 15 2014 2014-09-20 audio/ruby-mp3info: RubyForge shutdown May 15 2014 2014-09-20 multimedia/ruby-flvtool2: RubyForge shutdown May 15 2014 2014-09-20 audio/ruby-freedb: RubyForge shutdown May 15 2014 2014-09-20 graphics/ruby-ming: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-locale2: RubyForge shutdown May 15 2014 2014-09-20 devel/rubygem-rubyforge: RubyForge shutdown May 15 2014 2014-09-20 databases/ruby-dbd_odbc: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-fastri: RubyForge shutdown May 15 2014 2014-09-20 devel/ri-emacs: RubyForge shutdown May 15 2014 2014-09-20 security/p5-openxpki-client-html-mason: security/p5-openxpki-0.15+ abandoned Mason UI technology in favor of FastCGI
* - Update to 1.3.5olivierd2014-09-182-3/+4
| | | | - Add LICENSE_FILE
* Upgrade to version 2.0.7.thierry2014-09-145-27/+26
| | | | | | Note: this is not the latest. Now there is no separate release for ncs and the sources are distributed as code_saturne-x.y.z. Next upgrades in preparation!
* Upgrade to version 2.0.3.thierry2014-09-142-24/+11
| | | | | PR: ports/193296 Submitted by: pfg
* Upgrade to version 0.15.4.thierry2014-09-142-7/+5
| | | | | PR: ports/193298 Submitted by: pfg
* Mark BROKEN: Fails to configureantoine2014-09-141-0/+2
| | | | | | | | | | | | checking for main in -llapack... yes checking for sc-config... /usr/local/bin/sc-config checking SC - version... no *** Could not run SC test program, checking why... *** The test program compiled, but did not run. This usually means *** that the run-time linker is not finding SC or finding the wrong *** version of SC. Reported by: pkg-fallout
* Use default LIBTOOLIZE_ARGStijl2014-09-141-1/+0
|
* - Update to 4.4.1sunpoet2014-09-132-5/+4
| | | | Changes: https://github.com/Unidata/netcdf-fortran/blob/master/RELEASE_NOTES.md
* - Add rubygem-cdo 1.2.3sunpoet2014-09-134-0/+29
| | | | | | | | | Ruby binding to CDO (Climate Data Operators) GitHub repository at https://github.com/Try2Code/cdo-bindings WWW: https://code.zmaw.de/projects/cdo/wiki/Cdo%7Brbpy%7D RG: https://rubygems.org/gems/cdo
* - Add py-cdo 1.2.3sunpoet2014-09-134-0/+29
| | | | | | | | Python binding to CDO (Climate Data Operators) GitHub repository at https://github.com/Try2Code/cdo-bindings WWW: https://code.zmaw.de/projects/cdo/wiki/Cdo%7Brbpy%7D
* - Update to 4.10jhale2014-09-134-25/+20
| | | | | | | | | | | | | | | - Update WWW While here: - Update LICENSE - Convert non-functional (since February) USE_FORTRAN to USES=fortran - Convert USE_PYTHON to USES=python:2 (3.x doesn't seem to work) - Further convert to options helpers - FORTRAN and QT4 options seem to build fine together, so make them non-exclusive regular options PR: 193590 Submitted by: pfg
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-1176-63/+76
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Stage science/mpqc and science/mpqc-mpichmarino2014-09-085-791/+786
| | | | | | | | * reset maintainer * converted to options instead of WITH_* knobs * moved files/manpages to pkgplist * USES+= libtool * modernize
* - Pass maintainership to python@sunpoet2014-09-071-1/+1
|
* - Use version-coded PDF docs [1]wen2014-09-072-8/+8
| | | | | | | - Reset maintainer to port@ PR: 193204 [1] Submitted by: John W. O'Brien <john@saltant.com> [1]
* - Update to 1.6-4tota2014-09-062-3/+3
|
* - Fix build with clang by using std::vector instead of variable size array ↵amdmi32014-09-053-9/+65
| | | | | | of non-POD type - Fix build with PLOTUTILS enabled, which was broken when built with GCC
* - Add py-pysal 1.8.0sunpoet2014-09-054-0/+32
| | | | | | | | | PySAL is a cross-platform library of spatial analysis functions written in Python. It is intended to support the development of high level applications for spatial analysis. WWW: https://pypi.python.org/pypi/PySAL WWW: http://pysal.org/
* - Update to 2.2.17sunpoet2014-09-042-3/+3
| | | | Changes: https://github.com/Unidata/UDUNITS-2/blob/master/CHANGE_LOG
* - Enable concurrent installation support for different python versionsmva2014-09-031-5/+2
| | | | | | | | | - Remove LATEST_LINK and the usage of math/py-numpy's options - both do not seem to have any value for the port PR: 192893 Submitted by: myself Approved by: wen@ (maintainer)
* Update CMake to 3.0.1.rakuco2014-09-023-29/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The 3.0 series is an incremental improvement over the previous 2.8 series despite the major version number change. A list of important changes is available at http://www.cmake.org/cmake/help/v3.0/release/3.0.0.html On the porting side * The minimum FreeBSD release we have to support in the ports tree is now recent enough that ports/168671 can finally be committed: instead of building and using CMake's own copies of bzip2, curl, expat, libarchive, liblzma and zlib, we use the versions in ports and/or the base system. * CMake's documentation system has been changed and vastly improved at the cost of now depending on Sphinx. We still generate only man pages, but can start generating the HTML documentation in the future if desired. * devel/cmake-gui now uses Qt5 instead of Qt4 and does not needlessly build the ncurses UI that is installed by devel/cmake itself. * CMake commit 3816cd2 fixes a longstanding issue in the detection of the Python interpreter and its libraries, but requires us to revert a workaround for that in Mk/Uses/python.mk itself, effectively reverting the patch introduced by ports/168159. * Similarly, a few ports had to be fixed manually due to CMake being stricter when parsing some files or the ports detecting Python the wrong way. Fortunately, they all had been fixed upstream so I just grabbed the appropriate commits and pointed to them in the patches. science/gnudatalanguage had to have its PORTREVISION bumped because switching to USES=cmake:outsource removed a few files from the plist that were not supposed to have been installed in the first place. PR: 168671 PR: 192644
* Remove non staged ports without pending PR from s*bapt2014-09-0296-7591/+0
|
* - Upgrade to 1.5;thierry2014-09-024-4/+6
| | | | - Bump PORTREVISION for consumers.
* science/paraview: alternative fix with USES+= execinfo insteadmarino2014-09-021-4/+3
| | | | | | Also bump this port as the LIB_DEPENDS has changed confirmed by: adamw
* Add dependency on libexecinfo.adamw2014-09-021-1/+2
| | | | | Untested because paraview takes hours and hours to build, but it's currently failing on all platforms.
* math/fftw3:tijl2014-09-014-3/+4
| | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Use MAKE_CMD
* lang/guile:tijl2014-08-314-4/+4
| | | | | | | | | - Add USES=libtool and bump dependent ports - Replace Makefile.* patches with USES=pathfix - Replace config.h.in patch with USE_AUTOTOOLS=autoheader - Avoid automake by touching Makefile.in Approved by: portmgr (implicit, bump unstaged port)
* Remove some references to no longer existing portsantoine2014-08-301-4/+0
| | | | With hat: portmgr
* Stage science/vmdmarino2014-08-302-45/+139
| | | | | | | | | | | | | I clobbered the Makefile diff (sorry danfe@). The entire makefile was tabbed over 3 times. There was also no respect for 80 columns so a good part of the clobber came from line wrapping. I also made $TAR use real switches (e.g. -xzf) rather than undocumented by supported (zxf) This is another manual package / obtain restricted data files/ only port so I can't test much of it. PR: 193090 Submitted by: turutani (Kyoto)
* Update to 1.4.3bapt2014-08-303-8/+7
| | | | | | | | | Stage Strip binaries Convert to USES=libtool PR: 193074 Submitted by: pfg
* Support stagebapt2014-08-301-15/+12
| | | | | PR: 146413 Submitted by: pfg
* - Add grib_api 1.12.3sunpoet2014-08-308-0/+2943
| | | | | | | | | The ECMWF GRIB API is an application program interface accessible from C, FORTRAN and Python programs developed for encoding and decoding WMO FM-92 GRIB edition 1 and edition 2 messages. A useful set of command line tools is also provided to give quick access to GRIB messages. WWW: https://software.ecmwf.int/wiki/display/GRIB/Home
* Modernize pythonbapt2014-08-291-4/+2
|
* Chase the upgrade of net/mpich2.thierry2014-08-274-3/+4
| | | | Approved by: portmgr (non staged ports)
* - Fix missing library problems when the linker enforces explicit linkingtijl2014-08-265-25/+21
| | | | | | PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine)
* - Update net/openmpi from 1.8.1 to 1.8.2danilo2014-08-264-4/+4
|
* science/clhep: Upgrade version 2.2.0.1 => 2.2.0.3marino2014-08-243-3/+5
| | | | | PR: 192806 Submitted by: Ports Fury
* science/rubygem-ai4r: update to 1.13swills2014-08-242-3/+3
|
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.mandree2014-08-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
* science/ruby-dcl: fixed broken; use gccswills2014-08-221-3/+8
| | | | | PR: 190688 Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)
* many ruby/rubygem ports: death of rubyforge.orgswills2014-08-194-1/+10
| | | | | | | | | | | | | | | | | | rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing several things: - Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now only fetchable via our cache) - Deprecate ports that depend on those - Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports (which are still fetchable from rubygems.org) The next step will be to remove rubyforge.org from bsd.sites.mk, after these deprecated ports are deleted. Phabric: D591 With hat: ruby Approved by: portmgr (because of committing to unstaged graphics/mingplot port)
* - Switch to USES=libtool, drop .la filesamdmi32014-08-182-2/+1
| | | | Approved by: portmgr blanket
* math/gsl:tijl2014-08-178-7/+8
| | | | | | | - Add USES=libtool and bump dependent ports - Add USES=pathfix and INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstage port)
* - Cleanup Makefilesunpoet2014-08-171-8/+1
|
* science/lamprop: switch to USES=pythonmarino2014-08-161-3/+1
| | | | | PR: 192548 Submitted by: maintainer (rsmith)
* - Update to 4.4.0sunpoet2014-08-169-50/+31
| | | | | | | - Bump PORTREVISION for science/netcdf-fortran shlib change [1] Changes: https://github.com/Unidata/netcdf-fortran/blob/master/RELEASE_NOTES.md Approved by: portmgr (implicit, unstaged port) [1]
* Upgrade OpenEXR and ilmbase to 2.2.0.mandree2014-08-163-0/+3
| | | | | | | | | | | | | | | | | | | 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)
* - Use USE_GITHUBsunpoet2014-08-162-6/+9
| | | | - Bump PORTREVISION
* - Update The Glorious Glasgow Haskell Compiler to version 7.8.3pgj2014-08-113-24/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update Haskell Platform to version 2014.2.0.0 - Update Yesod Platform to version 1.2.13 - Update Gtk2Hs to version 0.12.5 - Update Pandoc to version 1.12.4.2 - Update git-annex to version 5.20140717 - Unbreak wxHaskell ports Please note that port revisions for all the Haskell ports without version changes are bumped. New ports (69): databases/hs-esqueleto: Type-safe EDSL for SQL queries on persistent backends devel/hs-Glob: Globbing library devel/hs-STMonadTrans: Monad transformer version of the ST monad devel/hs-auto-update: Efficiently run periodic, on-demand actions devel/hs-asn1-encoding: ASN1 data reader and writer in RAW, BER and DER forms devel/hs-asn1-parse: Simple monadic parser for ASN1 stream types devel/hs-atomic-primops: Safe approach to CAS and other atomic operations devel/hs-boxes: 2D text pretty-printing library devel/hs-byteable: Type class for sequence of bytes devel/hs-chunked-data: Typeclasses for dealing with chunked data devel/hs-conduit-combinators: Commonly used conduit functions devel/hs-conduit-extra: Conduit adapters for common libraries devel/hs-data-hash: Combinators for building fast hashing functions devel/hs-deepseq-generics: Generics-based Control.DeepSeq.rnf implementation devel/hs-dlist-instances: Difference lists instances devel/hs-enclosed-exceptions: Catching exceptions within enclosed computations devel/hs-equivalence: Maintaining equivalence relations as union-find devel/hs-exceptions: Extensible optionally-pure exceptions devel/hs-free: Monads for free devel/hs-hslua: Lua language interpreter embedding in Haskell devel/hs-keys: Keyed functors and containers devel/hs-monad-loops: Monadic loops devel/hs-monads-tf: Monad classes, using type families devel/hs-mono-traversable: Traversing monomorphic containers devel/hs-prelude-extras: Higher-order versions of Prelude classes devel/hs-prettyclass: Pretty printing class similar to Show devel/hs-scientific: Numbers represented using scientific notation devel/hs-securemem: Auto scrubbing and const time eq, memory chunk devel/hs-shake: Build system library, like Make, but more accurate dependencies devel/hs-stm-chans: Additional types of channels for STM devel/hs-streaming-commons: Common functions for streaming data libraries devel/hs-text-icu: Bindings to the ICU library devel/hs-tf-random: High-quality splittable pseudorandom number generator devel/hs-transformers-compat: Compatibility shim for transformers devel/hs-vector-binary-instances: Binary instances for vector devel/hs-vector-instances: Orphan Instances for 'Data.Vector' devel/hs-vector-th-unbox: Deriver for Data.Vector.Unboxed with Template Haskell dns/hs-dns: DNS library in Haskell dns/hs-gnuidn: Bindings for GNU IDN net/hs-connection: Simple and easy network connections API net/hs-gsasl: Bindings for GNU libgsasl net/hs-iproute: IP Routing Table net/hs-network-protocol-xmpp: Client library for the XMPP protocol security/hs-DRBG: Deterministic random bit generator security/hs-cipher-aes128: AES and common modes using AES-NI when available security/hs-cipher-blowfish: Blowfish cipher security/hs-cipher-camellia: Camellia block cipher primitives security/hs-cipher-des: DES and 3DES primitives security/hs-crypto-cipher-types: Generic cryptography cipher types security/hs-crypto-random: Simple cryptographic random related types security/hs-cryptohash-conduit: Cryptohash conduit security/hs-cryptohash-cryptoapi: Crypto-api interfaces for cryptohash security/hs-gnutls: Bindings for GNU libgnutls security/hs-x509: X509 reader and writer security/hs-x509-store: X.509 collection accessing and storing methods security/hs-x509-system: Per-operating-system X.509 accessors and storage security/hs-x509-validation: X.509 Certificate and CRL validation sysutils/hs-ekg: Remote monitoring of processes sysutils/hs-ekg-core: Tracking of system metrics textproc/hs-appar: Simple applicative parser textproc/hs-libxml-sax: Bindings for the libXML2 SAX interface textproc/hs-uri: Library for working with URIs textproc/hs-xml-hamlet: Hamlet-style quasiquoter for XML content www/hs-DAV: RFC 4918 WebDAV support www/hs-http-client: HTTP client engine www/hs-http-client-tls: http-client backend with TLS support www/hs-warp-tls: HTTP over SSL/TLS support for Warp via the TLS package www/hs-yesod-auth-hashdb: Authentication plugin for Yesod www/hs-yesod-bin: Yesod helper executable Updated ports (279): archivers/hs-zip-archive 0.1.3.4_5 --> 0.2.3.2 archivers/hs-zlib-enum 0.2.3_6 --> 0.2.3.1 audio/hs-ALUT 2.2.0.0_14 --> 2.3.0.1 audio/hs-OpenAL 1.4.0.2_5 --> 1.6.0.0 audio/hs-libmpd 0.8.0.2_5 --> 0.8.0.5 benchmarks/hs-criterion 0.6.2.1_6 --> 0.8.1.0 converters/hs-aeson 0.6.1.0_6 --> 0.7.0.6 converters/hs-dataenc 0.14.0.5_5 --> 0.14.0.7 databases/hs-mysql 0.1.1.4_8 --> 0.1.1.6 databases/hs-persistent 1.2.0.1_4 --> 1.3.1.1 databases/hs-persistent-sqlite 1.2.0_4 --> 1.3.0.5 databases/hs-persistent-template 1.2.0_4 --> 1.3.1.4 devel/hs-Boolean 0.2_5 --> 0.2.1 devel/hs-ConfigFile 1.1.1_9 --> 1.1.2 devel/hs-DrIFT 2.2.3_8 --> 2.4.2 devel/hs-MemoTrie 0.6.1_6 --> 0.6.2 devel/hs-MissingH 1.2.0.0_6 --> 1.2.1.0 devel/hs-MonadCatchIO-mtl 0.3.0.5_6 --> 0.3.1.0 devel/hs-MonadCatchIO-transformers 0.3.0.0_8 --> 0.3.1.0 devel/hs-MonadRandom 0.1.9_4 --> 0.1.13 devel/hs-SafeSemaphore 0.9.0_6 --> 0.10.1 devel/hs-Stream 0.4.6.1_6 --> 0.4.7.1 devel/hs-TypeCompose 0.9.9_5 --> 0.9.10 devel/hs-abstract-deque 0.2_4 --> 0.3 devel/hs-abstract-par 0.3.1_8 --> 0.3.3 devel/hs-alex 3.0.5_4 --> 3.1.3 devel/hs-ansi-terminal 0.6_5 --> 0.6.1.1 devel/hs-ansi-wl-pprint 0.6.6_6 --> 0.6.7.1 devel/hs-asn1-types 0.1.3_4 --> 0.2.3 devel/hs-async 2.0.1.4_4 --> 2.0.1.5 devel/hs-base16-bytestring 0.1.1.5_7 --> 0.1.1.6 devel/hs-basic-prelude 0.3.5.0_4 --> 0.3.8 devel/hs-bifunctors 3.2.0.1_5 --> 4.1.1.1 devel/hs-blaze-builder 0.3.1.1_4 --> 0.3.3.2 devel/hs-blaze-builder-enumerator 0.2.0.5_6 --> 0.2.0.6 devel/hs-blaze-textual 0.2.0.8_6 --> 0.2.0.9 devel/hs-bloomfilter 1.2.6.10_7 --> 2.0.0.0 devel/hs-bytestring-show 0.3.5.5_4 --> 0.3.5.6 devel/hs-c2hs 0.16.4_6 --> 0.17.2 devel/hs-cabal-install 1.16.0.2_4 --> 1.18.0.5 devel/hs-cereal 0.3.5.2_7 --> 0.4.0.1 devel/hs-checkers 0.3.1_5 --> 0.3.2 devel/hs-classy-prelude 0.5.7_4 --> 0.9.3 devel/hs-classy-prelude-conduit 0.5.3_5 --> 0.9.3 devel/hs-cmdargs 0.10.3_4 --> 0.10.9 devel/hs-conduit 1.0.5_4 --> 1.1.7 devel/hs-configurator 0.2.0.2_6 --> 0.3.0.0 devel/hs-convertible 1.0.11.1_8 --> 1.1.0.0 devel/hs-cpphs 1.16_5 --> 1.18.5 devel/hs-data-pprint 0.2.1.4_6 --> 0.2.3 devel/hs-directory-tree 0.11.0_6 --> 0.12.0 devel/hs-dlist 0.5_13 --> 0.7.1 devel/hs-either 3.4_5 --> 4.3.0.1 devel/hs-enumerator 0.4.19_8 --> 0.4.20 devel/hs-errors 1.4.1_5 --> 1.4.7 devel/hs-fast-logger 0.3.1_7 --> 2.2.0 devel/hs-fgl 5.4.2.4_9 --> 5.5.0.1 devel/hs-file-embed 0.0.4.7_5 --> 0.0.7 devel/hs-filestore 0.6.0.1_5 --> 0.6.0.3 devel/hs-fsnotify 0.0.11_4 --> 0.1.0.3 devel/hs-gconf 0.12.1.1_6 --> 0.12.5.0 devel/hs-generic-deriving 1.5.0_4 --> 1.6.3 devel/hs-geniplate 0.6.0.3_5 --> 0.6.0.4 devel/hs-ghc-events 0.4.2.0_6 --> 0.4.3.0 devel/hs-ghc-mtl 1.0.1.2_6 --> 1.2.1.0 devel/hs-gio 0.12.4_6 --> 0.12.5.3 devel/hs-glade 0.12.1_10 --> 0.12.5.0 devel/hs-glib 0.12.4_6 --> 0.12.5.4 devel/hs-gtk2hs-buildtools 0.12.4_6 --> 0.12.5.2 devel/hs-haddock 2.13.2_4 --> 2.14.2 devel/hs-happy 1.18.10_6 --> 1.19.4 devel/hs-hashable 1.1.2.5_4,1 --> 1.2.2.0,1 devel/hs-hashed-storage 0.5.10_6 --> 0.5.11 devel/hs-hashtables 1.1.0.2_5 --> 1.1.2.1 devel/hs-haskell-src 1.0.1.5_8 --> 1.0.1.6 devel/hs-haskell-src-exts 1.13.5_6 --> 1.15.0.1 devel/hs-hasktags 0.68.2_5 --> 0.69.0 devel/hs-hastache 0.5.0_5 --> 0.6.0 devel/hs-hinotify 0.3.5_6 --> 0.3.7 devel/hs-hint 0.3.3.6_5 --> 0.4.2.0 devel/hs-hlint 1.8.45_4 --> 1.9.3 devel/hs-hoogle 4.2.16_5 --> 4.2.34 devel/hs-hslogger 1.2.1_6 --> 1.2.4 devel/hs-hspec 1.5.4_4 --> 1.11.0 devel/hs-hspec-expectations 0.3.2_4 --> 0.6.0.1 devel/hs-kqueue 0.1.2.4_6 --> 0.1.2.6 devel/hs-language-c 0.3.2.1_11 --> 0.4.5 devel/hs-language-javascript 0.5.7_6 --> 0.5.13 devel/hs-largeword 1.0.5_4 --> 1.2.3 devel/hs-lens 3.9.0.2_4 --> 4.3.3 devel/hs-lifted-base 0.2.0.5_4 --> 0.2.3.0 devel/hs-logict 0.6_5 --> 0.6.0.2 devel/hs-mmap 0.5.8_7 --> 0.5.9 devel/hs-mmorph 1.0.0_4 --> 1.0.3 devel/hs-monad-control 0.3.2.1_4 --> 0.3.3.0 devel/hs-monad-logger 0.3.1.1_4 --> 0.3.7.1 devel/hs-monad-par 0.3.4.2_4 --> 0.3.4.6 devel/hs-monad-par-extras 0.3.2_8 --> 0.3.3 devel/hs-mtl 2.1.2_6 --> 2.1.3.1 devel/hs-mueval 0.9_5 --> 0.9.1.1 devel/hs-murmur-hash 0.1.0.6_6 --> 0.1.0.7 devel/hs-optparse-applicative 0.5.2.1_5 --> 0.9.1.1 devel/hs-parallel 3.2.0.3_6 --> 3.2.0.4 devel/hs-pcre-light 0.4_13 --> 0.4.0.2 devel/hs-primitive 0.5.0.1_6 --> 0.5.2.1 devel/hs-profunctors 3.3.0.1_4 --> 4.2.0.1 devel/hs-project-template 0.1.3_5 --> 0.1.4.1 devel/hs-quickcheck-io 0.1.0_4 --> 0.1.1 devel/hs-reflection 1.3.2_4 --> 1.5.1 devel/hs-resource-pool 0.2.1.1_6 --> 0.2.3.0 devel/hs-resourcet 0.4.7.1_4 --> 1.1.2.3 devel/hs-safe 0.3.3_9 --> 0.3.7 devel/hs-setenv 0.1.0_6 --> 0.1.1.1 devel/hs-simple-reflect 0.3.1_5 --> 0.3.2 devel/hs-smallcheck 1.0.2_5 --> 1.1.1 devel/hs-syb 0.4.0_4 --> 0.4.1 devel/hs-syb-with-class 0.6.1.4_6 --> 0.6.1.5 devel/hs-system-fileio 0.3.11_5 --> 0.3.14 devel/hs-system-filepath 0.4.7_6 --> 0.4.12 devel/hs-tagged 0.6_4 --> 0.7.2 devel/hs-temporary 1.1.2.4_6 --> 1.2.0.3 devel/hs-test-framework 0.8_7 --> 0.8.0.3 devel/hs-test-framework-hunit 0.3.0_7 --> 0.3.0.1 devel/hs-test-framework-quickcheck2 0.3.0.1_7 --> 0.3.0.3 devel/hs-text 0.11.3.1_4 --> 1.1.0.0 devel/hs-threads 0.5.0.2_5 --> 0.5.1.2 devel/hs-threadscope 0.2.2_6 --> 0.2.4 devel/hs-timezone-olson 0.1.2_5 --> 0.1.4 devel/hs-timezone-series 0.1.2_5 --> 0.1.3 devel/hs-transformers-base 0.4.1_9 --> 0.4.2 devel/hs-uniplate 1.6.10_6 --> 1.6.12 devel/hs-unix-compat 0.4.1.1_4 --> 0.4.1.3 devel/hs-unix-time 0.1.8_4 --> 0.3.3 devel/hs-unordered-containers 0.2.3.1_4 --> 0.2.4.0 devel/hs-utf8-light 0.4.0.1_8 --> 0.4.2 devel/hs-utf8-string 0.3.7_9 --> 0.3.8 devel/hs-utility-ht 0.0.9_4 --> 0.0.10 devel/hs-uuagc 0.9.42.3_4 --> 0.9.51 devel/hs-uuagc-cabal 1.0.4.0_7 --> 1.0.5.0 devel/hs-uuid 1.2.13_4 --> 1.3.3 devel/hs-uulib 0.9.15_5 --> 0.9.16 devel/hs-vault 0.2.0.4_5 --> 0.3.0.3 devel/hs-vector 0.10.0.1_6 --> 0.10.9.1 devel/hs-vector-algorithms 0.5.4.2_6 --> 0.6.0.3 devel/hs-void 0.6_4 --> 0.6.1 devel/hs-word8 0.0.3_5 --> 0.1.1 graphics/hs-HGL 3.2.0.2_14 --> 3.2.0.5 graphics/hs-cairo 0.12.4_6 --> 0.12.5.3 graphics/hs-svgcairo 0.12.1.1_8 --> 0.12.5.2 mail/hs-email-validate 1.0.0_5 --> 2.0.1 mail/hs-mime 0.3.4_6 --> 0.4.0.1 mail/hs-mime-mail 0.4.1.2_7 --> 0.4.5.2 mail/hs-mime-types 0.1.0.3_5 --> 0.1.0.4 math/hs-Agda 2.3.2_6 --> 2.4.0.2 math/hs-categories 1.0.5_5 --> 1.0.6 math/hs-comonad 3.0.2_5 --> 4.2.2 math/hs-contravariant 0.4_5 --> 1.1 math/hs-data-lens 2.10.2_7 --> 2.10.5 math/hs-data-lens-template 2.1.7_7 --> 2.1.8 math/hs-distributive 0.3.1_5 --> 0.4.4 math/hs-math-functions 0.1.3.0_5 --> 0.1.5.2 math/hs-mwc-random 0.12.0.1_6 --> 0.13.1.2 math/hs-nats 0.1_5 --> 0.2 math/hs-pointed 3.0.2_6 --> 4.1 math/hs-probability 0.2.4_8 --> 0.2.4.1 math/hs-semigroupoids 3.0.2_6 --> 4.0.4 math/hs-semigroups 0.9.1_4 --> 0.15.2 math/hs-statistics 0.10.3.1_4 --> 0.13.2.1 math/hs-vector-space 0.8.6_7 --> 0.8.7 multimedia/hs-gstreamer 0.12.1.2_6 --> 0.12.5.0 net/hs-network 2.4.1.2_4 --> 2.4.2.3 net/hs-network-info 0.2.0.3_6 --> 0.2.0.5 net/hs-network-multicast 0.0.7_6 --> 0.0.11 net/hs-simple-sendfile 0.2.11_5 --> 0.2.15 net/hs-socks 0.5.1_4 --> 0.5.4 science/hs-bio 0.5.2_8 --> 0.5.3 security/hs-HsOpenSSL 0.10.3.3_6 --> 0.11 security/hs-RSA 1.2.2.0_7 --> 2.0.0 security/hs-SHA 1.6.1_6 --> 1.6.4.1 security/hs-certificate 1.3.7_4 --> 1.3.9 security/hs-cipher-aes 0.1.8_4 --> 0.2.8 security/hs-cipher-rc4 0.1.2_5 --> 0.1.4 security/hs-clientsession 0.9_4 --> 0.9.0.3 security/hs-cprng-aes 0.3.4_6 --> 0.5.2 security/hs-crypto-api 0.12.1_4 --> 0.13 security/hs-crypto-conduit 0.5.2_4 --> 0.5.4 security/hs-crypto-numbers 0.1.3_5 --> 0.2.3 security/hs-crypto-pubkey 0.1.3_4 --> 0.2.4 security/hs-crypto-pubkey-types 0.3.2_4 --> 0.4.2.2 security/hs-cryptocipher 0.5.0_4 --> 0.6.2 security/hs-cryptohash 0.9.0_4 --> 0.11.6 security/hs-entropy 0.2.1_9 --> 0.3.2 security/hs-monadcryptorandom 0.5.1_5 --> 0.6.1 security/hs-pem 0.1.2_6 --> 0.2.2 security/hs-pwstore-fast 2.3_7 --> 2.4.1 security/hs-skein 1.0.3_4 --> 1.0.9 security/hs-tls 1.1.2_5 --> 1.2.8 sysutils/hs-angel 0.3.4_6 --> 0.5.0 sysutils/hs-cpu 0.1.1_7 --> 0.1.2 textproc/hs-Diff 0.2.0_5 --> 0.3.0 textproc/hs-HStringTemplate 0.7.1_5 --> 0.7.3 textproc/hs-HaXml 1.24_4 --> 1.24.1 textproc/hs-attoparsec-enumerator 0.3.1_7 --> 0.3.3 textproc/hs-blaze-html 0.6.1.1_4 --> 0.7.0.2 textproc/hs-blaze-markup 0.5.1.5_4 --> 0.6.1.0 textproc/hs-case-insensitive 1.0.0.2_4 --> 1.1.0.3 textproc/hs-citeproc-hs 0.3.8_5 --> 0.3.9 textproc/hs-feed 0.3.8_13 --> 0.3.9.2 textproc/hs-hexpat 0.20.3_6 --> 0.20.6 textproc/hs-highlighting-kate 0.5.3.9_4 --> 0.5.8.5 textproc/hs-html-conduit 1.1.0_5 --> 1.1.0.5 textproc/hs-hxt 9.3.1.1_7 --> 9.3.1.4 textproc/hs-hxt-charproperties 9.1.1_9 --> 9.1.1.1 textproc/hs-hxt-unicode 9.0.2_9 --> 9.0.2.2 textproc/hs-pandoc-types 1.10_5 --> 1.12.4.1 textproc/hs-parsec 3.1.3_6 --> 3.1.5 textproc/hs-regex-pcre-builtin 0.94.4.5.8.31_5 --> 0.94.4.8.8.35 textproc/hs-regex-tdfa 1.1.8_5 --> 1.2.0 textproc/hs-stringsearch 0.3.6.4_6 --> 0.3.6.5 textproc/hs-tagsoup 0.12.8_6 --> 0.13.1 textproc/hs-tagstream-conduit 0.5.4_5 --> 0.5.5.1 textproc/hs-texmath 0.6.1.5_4 --> 0.6.7 textproc/hs-xml-conduit 1.1.0.3_5 --> 1.2.1 textproc/hs-xml-types 0.3.3_6 --> 0.3.4 textproc/hs-xmlhtml 0.2.1_5 --> 0.2.3.2 textproc/hs-yaml 0.8.2.4_4 --> 0.8.8.4 www/hs-HTTP 4000.2.8_4 --> 4000.2.10 www/hs-authenticate 1.3.2.6_5 --> 1.3.2.9 www/hs-cgi 3001.1.7.5_4,1 --> 3001.1.8.5,1 www/hs-cookie 0.4.0.1_6 --> 0.4.1.2 www/hs-css-text 0.1.1_10 --> 0.1.2.1 www/hs-gitit 0.10.3.1_5 --> 0.10.4 www/hs-hS3 0.5.7_5 --> 0.5.8 www/hs-happstack 7.0.1_7 --> 7.0.2 www/hs-happstack-server 7.1.7.1_4 --> 7.3.7 www/hs-heist 0.12.0_4 --> 0.13.1.2 www/hs-hjsmin 0.1.4.1_5 --> 0.1.4.7 www/hs-http-conduit 1.9.3_4 --> 2.1.4 www/hs-http-reverse-proxy 0.1.1.6_4 --> 0.4.0.1 www/hs-http-server 1.0.2_5 --> 1.0.4 www/hs-http-types 0.8.0_5 --> 0.8.5 www/hs-oeis 0.3.1_10 --> 0.3.5 www/hs-path-pieces 0.1.2_6 --> 0.1.4 www/hs-recaptcha 0.1_9 --> 0.1.0.2 www/hs-shakespeare 1.0.5_4 --> 2.0.1.1 www/hs-snap 0.12.0_4 --> 0.13.2.8 www/hs-snap-core 0.9.3.1_5 --> 0.9.6.3 www/hs-snap-server 0.9.3.3_5 --> 0.9.4.5 www/hs-wai 1.4.0_5 --> 3.0.1.1 www/hs-wai-app-static 1.3.1.2_5 --> 3.0.0 www/hs-wai-extra 1.3.4_4 --> 3.0.1.2 www/hs-wai-logger 0.3.0_7 --> 2.2.0 www/hs-warp 1.3.8.1_4 --> 3.0.0.5 www/hs-webkit 0.12.4_8 --> 0.12.6.1 www/hs-xss-sanitize 0.3.3_6 --> 0.3.5.2 www/hs-yesod 1.2.0.1_4 --> 1.2.6.1 www/hs-yesod-auth 1.2.0_4 --> 1.3.4 www/hs-yesod-core 1.2.0.4_4 --> 1.2.19 www/hs-yesod-form 1.3.0_4 --> 1.3.14 www/hs-yesod-persistent 1.2.0_4 --> 1.2.3 www/hs-yesod-routes 1.2.0_4 --> 1.2.0.7 www/hs-yesod-static 1.2.0_4 --> 1.2.4 www/hs-yesod-test 1.2.0_4 --> 1.2.3.2 x11-toolkits/hs-GLURaw 1.3.0.0_4 --> 1.4.0.1 x11-toolkits/hs-GLUT 2.4.0.0_5,1 --> 2.5.1.1,1 x11-toolkits/hs-OpenGL 2.8.0.0_4,1 --> 2.9.2.0,1 x11-toolkits/hs-OpenGLRaw 1.3.0.0_5 --> 1.5.0.0 x11-toolkits/hs-gtk 0.12.4_6 --> 0.12.5.7 x11-toolkits/hs-gtkglext 0.12.1_10 --> 0.12.5.0 x11-toolkits/hs-gtksourceview2 0.12.3.1_8 --> 0.12.5.0 x11-toolkits/hs-pango 0.12.4_6 --> 0.12.5.3 x11-toolkits/hs-vte 0.12.1_10 --> 0.12.5.0 x11-toolkits/hs-wx 0.90.0.1_8 --> 0.90.1.0 x11-toolkits/hs-wxc 0.90.0.4_7 --> 0.90.1.1 x11-toolkits/hs-wxcore 0.90.0.3_7 --> 0.90.1.1 x11-toolkits/hs-wxdirect 0.90.0.1_8 --> 0.90.1.1 x11-wm/hs-xmonad-contrib 0.11.1_6 --> 0.11.3 x11/hs-X11 1.6.1.1_6 --> 1.6.1.2 x11/hs-xmobar 0.17_4 --> 0.21 Removed ports (28): archivers/hs-zlib-conduit: Deprecated in favor of conduit-extra devel/hs-IORefCAS: Deprecated in favor of atomic-primops devel/hs-StateVar: Deprecated devel/hs-Tensor: Depcrecated devel/hs-attempt: Deprecated in favor of exceptions devel/hs-base64-conduit: Deprecated in favor of conduit-combinators devel/hs-blaze-builder-conduit: Deprecated in favor of conduit-extra devel/hs-failure: Deprecated in favor or exceptions devel/hs-filesystem-conduit: Deprecated in favor of conduit-combinators devel/hs-haskeline: Become part of GHC devel/hs-pool-conduit: Deprecated in favor of resource-pool devel/hs-profunctor-extras: Absorbed into profunctors devel/hs-terminfo: Become part of GHC devel/hs-transformers: Become part of GHC math/hs-comonad-transformers: Deprecated in favor of comonad math/hs-comonads-fd: Deprecated in favor of comonad math/hs-groupoids: Deprecated in favor of semigroupoids math/hs-semigroupoid-extras: Deprecated in favor of semigroupoids net/hs-network-conduit: Deprecated in favor of conduit-extra security/hs-tls-extra: Deprecated in favor of tls textproc/hs-attoparsec-conduit: Deprecated in favor of conduit-extra textproc/hs-xhtml: Become part of GHC www/hs-hamlet: Deprecated in favor of shakespeare www/hs-shakespeare-css: Deprecated in favor of shakespeare www/hs-shakespeare-i18n: Deprecated in favor of shakespeare www/hs-shakespeare-js: Deprecated in favor of shakespeare www/hs-shakespeare-text: Deprecated in favor of shakespeare www/hs-wai-test: Deprecated in favor of wai-extra Approved by: portmgr (implicit, touching unstaged ports) Obtained from: FreeBSD Haskell
* science/gromacs: Upgrade version 4.6.5 => 5.0marino2014-08-106-626/+457
| | | | | PR: 191826 Submitted by: Ports Fury