aboutsummaryrefslogtreecommitdiff
path: root/graphics/vigra
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.10.0Sunpoet Po-Chuan Hsieh2016-04-201-1/+1
| | | | | | | | | | | | - 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
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-10/+10
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Update link in pkg-descr.Greg Lehey2016-03-203-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New version 1.11.0. Changes: Ported vigranumpy to Python 3.5. Added Chunked arrays to store data larger than RAM as a collection of rectangular blocks. Added vigra::ThreadPool and parallel_foreach() for portable algorithm parallelization based on std::thread. Implemented parallel versions of Gaussian smoothing, Gaussian derivatives, connected components labeling, and union-find watersheds. Added graph-based image analysis, e.g. agglomerative clustering Included the callback mechanism described in "Impossibly Fast C++ Delegates" by Sergey Ryazanov (needed for agglomerative clustering). Added many image registration functions. Extended the collection of multi-dimensional distance transform algorithms by vectorial DT, boundary DT, and eccentricity transform. Added skeletonizeImage(), nonLocalMean(), multi-dimensional integral images. Added new 2D shape features based on skeletonization and the convex hull. Additional arithmetic and algebraic functions for vigra::TinyVector. Added vigra::CountingIterator. Minor improvements and bug fixes in the code and documentation. Notes: svn path=/head/; revision=411427
* - Add LICENSE_FILEDmitry Marakasov2015-09-252-3/+4
| | | | | | | | - Cosmetic fix - Regenerate patches with `make makepatch` Notes: svn path=/head/; revision=397832
* - Reassign to the heap after fluffy@'s bit was taken in for safekeepingFrederic Culot2015-09-241-1/+1
| | | | Notes: svn path=/head/; revision=397683
* Convert to USES=jpegAntoine Brodin2015-06-221-4/+2
| | | | Notes: svn path=/head/; revision=390310
* - Update to 1.8.15Sunpoet Po-Chuan Hsieh2015-05-241-1/+1
| | | | | | | | | | - 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 Notes: svn path=/head/; revision=387255
* Update ports in the games category to not use GH_COMMIT.Mathieu Arnold2015-05-072-8/+3
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385633
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-021-1/+0
| | | | Notes: svn path=/head/; revision=380306
* - Update to 1.8.14Sunpoet Po-Chuan Hsieh2015-01-181-1/+1
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=377318
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* - Convert ports of graphics/ to new USES=pythonMarcus von Appen2014-10-211-2/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371326
* Cleanup plistBaptiste Daroussin2014-10-201-10/+0
| | | | Notes: svn path=/head/; revision=371283
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* math/fftw3:Tijl Coosemans2014-08-311-1/+1
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Use MAKE_CMD Notes: svn path=/head/; revision=366788
* Upgrade OpenEXR and ilmbase to 2.2.0.Matthias Andree2014-08-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=365038
* Add DOCS to OPTIONS for ports that have PORTDOCS in the plist.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=362015
* graphics/vigra: update to 1.10.0Kurt Jaeger2014-05-053-1172/+41
| | | | | | | | | | | | | | | | | - new version 1.10.0 - MASTERSITE changed to github - Numpy option: make gcc usage functional again for 10.0+ - option descriptions changed from gcc46 to gcc47 - updates and fixes on plist Changes: http://ukoethe.github.io/vigra/doc/vigra/CreditsChangelog.html PR: ports/188372 Submitted by: Rainer Hurling Approved by: maintainer (timeout), culot (mentor) Notes: svn path=/head/; revision=353037
* - Update to 1.8.12 (from science/hdf5-18)Sunpoet Po-Chuan Hsieh2014-05-031-3/+3
| | | | | | | | | | | | | | | | | | - Add LICENSE - Convert to new LIB_DEPENDS format - Convert to new options helper - Use NOT_FOR_ARCHS - Strip shared library - Remove deprecated PTHREAD_* - Use MAKE_CMD - Bump PORTREVISION for science/hdf5 shlib change [1] Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12-RELEASE.txt http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html Approved by: portmgr (bapt) [1] Notes: svn path=/head/; revision=352854
* - STAGE-cleanPietro Cerutti2014-04-241-1/+0
| | | | Notes: svn path=/head/; revision=352003
* Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casesTijl Coosemans2014-02-161-1/+1
| | | | | | | | | | | | | | USE_GCC=yes has been omitted though. Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk. Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,... Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=344614
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-1/+1
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Convert LIB_DEPENDS for ports depending on boostBaptiste Daroussin2013-12-121-8/+8
| | | | Notes: svn path=/head/; revision=336260
* - Bump dependent ports' revisions (graphics/ilmbase and graphics/OpenEXR)Rusmir Dusko2013-11-201-1/+1
| | | | | | | Approved by: wg (mentor) Notes: svn path=/head/; revision=334422
* graphics/ilmbaseRusmir Dusko2013-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 2.0.1 - Change master sites to SAVANNAH - Change maintainer email to @FreeBSD.org - Remove conflict with non existent Port - USES pathfix pkgconfig - Add executable - Add DOCS Option - Support STAGEDIR and add OPTIONS_SUB - Use pathfix instead of simple patches - Adjust patches - Change WWW graphics/OpenEXR - Update to 2.0.1 - Change master sites to SAVANNAH - Change maintainer email to @FreeBSD.org - Use the new format for LIB_DEPENDS - USES gmake pathfix pkgconfig - Add DOCS and EXAMPLES Options - Support STAGEDIR and add OPTIONS_SUB - Change REINPLACE_CMD - Add extra patch for EXAMPLES - Remove obsolete patches - Bump dependent ports' revisions Approved by: pawel / wg (mentors) Notes: svn path=/head/; revision=332189
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+2
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Remove patch that is not needed anymore (tested on 8.3 and 9.1) and that ↵Baptiste Daroussin2013-09-041-9/+0
| | | | | | | makes clang+libc++ failing to build properly the port Notes: svn path=/head/; revision=326290
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-171-3/+3
| | | | | | | | | | | | | | | | | 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
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Depend on GCC4.6+ only when Python/NumPy option selected (due to Fortran ↵Dima Panov2013-03-131-9/+15
| | | | | | | | | | | | use in NumPy) - By defaults NumPy option is off - Bump PORTREVISION to force rebuild with main ports compiler Requested by: amdmi3, jkim Notes: svn path=/head/; revision=314085
* - Chase lib version changes from ilmbase and OpenEXR updatesSteve Wills2013-01-171-0/+1
| | | | Notes: svn path=/head/; revision=310553
* - Force to use gcc46+ if CC is not Clang.Dima Panov2012-11-241-0/+6
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307701
* - Update to 1.9.0 release (clang support improved)Dima Panov2012-11-233-88/+249
| | | | | | | | | | | | | - Handle python bindings in proper way (off by default) - Make HDF and OpenEXR support optional (on by default) - Use OptionsNG - Declare LICENSE - Trim Makefile header Feature safe: yes Notes: svn path=/head/; revision=307681
* - Control of Python dependencyDima Panov2012-11-231-1/+15
| | | | | | | | | PR: 173772 Submitted by: Mamoru Sakaue Feature safe: yes Notes: svn path=/head/; revision=307668
* - Unbreak with base gcc 4.2.1Dima Panov2012-06-092-5/+2
| | | | | | | | | | | - Handle both fftw dependencies at once - No PORTREVISION bump, users with broken build never got this update - Take maintainership due to vd@'s ENOTIME Approved by: vd (maintainer, via email) Notes: svn path=/head/; revision=298854
* Upgrade graphics/vigra from 1.7.1 to 1.8.0Vasil Dimov2012-06-085-225/+282
| | | | | | | | PR: ports/168833 Submitted by: fluffy@ Notes: svn path=/head/; revision=298758
* - update png to 1.5.10Dirk Meyer2012-06-012-2/+22
| | | | Notes: svn path=/head/; revision=297915
* - update fftw3* to 3.3 [1], and adjust dependent portsBrendan Fabeny2011-10-171-1/+1
| | | | | | | | | | - make use of optimizations by default, where possible (quad flavor to follow shortly, and mpi at a later date) Suggestions and patches from: ache, C. Burns, wen Notes: svn path=/head/; revision=283695
* Bump PORTREVISION for science/hdf5-18 shlib change.Alex Dupre2011-07-151-2/+2
| | | | Notes: svn path=/head/; revision=277746
* Request explicitly the lib hdf5.6 because if we ask for hdf5 then portmasterVasil Dimov2011-07-011-1/+2
| | | | | | | considers that an installed version of science/hdf5 satisfies the dependency. Notes: svn path=/head/; revision=276770
* Use science/hdf5-18 instead of science/hdf5 as dependencyVasil Dimov2011-06-291-1/+1
| | | | | | | | | | | | In testing I used science/hdf5-18 but have somehow written science/hdf5 in the Makefile and it worked because the same lib is provided by science/hdf5 too. This should fix [1]. PR: ports/158425 [1] Submitted by: Andrei Lavreniyuk <andy.lavr@gmail.com> Notes: svn path=/head/; revision=276655
* Upgrade graphics/vigra from 1.6.0 to 1.7.1Vasil Dimov2011-06-294-701/+1078
| | | | | | | Suggested by: Rainer Hurling <rhurlin@gwdg.de> Notes: svn path=/head/; revision=276642
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - fix build for png-1.4.1Dirk Meyer2010-03-291-0/+2
| | | | Notes: svn path=/head/; revision=251679
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - update to jpeg7Dirk Meyer2009-07-181-1/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018