aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-objectdetect
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* graphics/opencv: update to 4.5.1 -- and make port more easily maintainableTobias C. Berner2021-01-301-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a major upgrade from 3.x to 4.x. Changelog from versions 3.4.1--4.5.1 can be found here: https://github.com/opencv/opencv/wiki/ChangeLog Note: this has explicitely not been added as a new graphics/opencv4 port, but replaces the previous graphics/opencv[3] port. Again, to improve maintainability by not giving ports the option to pick the "wrong one" - this leads however to some abandoned ports being broken. The port has been greatly simplified: * graphics/opencv-core which existed to enable ffmpeg to depend on opencv, and vice versa has been removed. ffmpeg no longer can depend on opencv. * graphics/py-opencv has been integrated into graphics/opencv, the default versions python bindings will be built unless the PYTHON option is explicitely turned off. * graphics/opencv-java has been integrated into graphics/opencv -- it is off by default, but can be enabled by toggling the JAVA option -- there are no consumers in the tree, so that option might go away in the future. * All the previous options have been removed and replaced by a (hopefully) sane set of dependencies that make the port and package most usable for the majority of consumers. - Please let me know if you think there are better defaults (i.e. anything that is missing, or something that should not be dependet on). - If you think something should be added or removed, please open a bug report. - If you think something should be added as an optional dependency, please open a bug report (with a good reason [tm]). The depending ports have been updated to work against opencv4, or marked broken. * Ports broken: - graphics/rubygem-objectdetect: OpenCV4 no longer ships opencv-1.0 API - graphics/p5-Image-ObjectDetect: OpenCV4 no longer ships opencv-1.0 API - graphics/gimp-gmic-plugin: OpenCV4 no longer ships opencv-1.0 API * Backports: - misc/visp: https://github.com/lagadic/visp/commit/dfa7e4bd47c24cd2e631477e6afb18806733ff8a - multimedia/zart: https://github.com/c-koi/zart/commit/6ca1964690afbbc78627d7c868a692401043a584, https://github.com/c-koi/zart/commit/d3a2931b1a07ec0322211f253468000363c4b6cb * Others: - misc/actiona: switch to pkgconfig 'opencv4' - multimedia/libav: drop opencv support - misc/darknet: already failed to build prior to the upgrade - math/saga: remove patching added to work against opencv3 Notes: svn path=/head/; revision=563430
* Bump PORTREVISION on opencv consumers due to opencv updateSteve Wills2018-05-091-1/+1
| | | | Notes: svn path=/head/; revision=469421
* graphics/opencv: Update to 3.4.1Steve Wills2018-05-091-1/+1
| | | | | | | | | PR: 210505 Submitted by: rozhuk.im@gmail.com (partially, further work was done) Exp-run by: antoine Notes: svn path=/head/; revision=469420
* graphics/opencv: back out r423216 and r423063 (replaying r423316)Jan Beich2017-04-141-2/+2
| | | | | | | | | | | | Renaming didn't help to unblock 3.x progress as co-existence with 2.x was no less complex than simply fixing consumers. This commit also restores directory-level history accidentally lost via git-svn. PR: 210505 Pointy hat to: jbeich (should've discussed first) Notes: svn path=/head/; revision=438490
* Update WWW: remove trailing /Sunpoet Po-Chuan Hsieh2017-01-191-1/+1
| | | | Notes: svn path=/head/; revision=431907
* - Update WWW: rubygems.org uses https://Sunpoet Po-Chuan Hsieh2016-12-111-1/+1
| | | | | | | With hat: ruby Notes: svn path=/head/; revision=428377
* graphics/opencv: add suffix to make room for 3.x seriesJan Beich2016-10-031-2/+2
| | | | | | | | | | | | To avoid confusion, the main port is to track the latest release. Whether to rename includes/libraries as well making it possible to install 2.x and 3.x side-by-side remains to be investigated. PR: 210505 (for tracking) Inspired by: PkgSrc Notes: svn path=/head/; revision=423216
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-271-1/+1
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-271-3/+1
| | | | | | | | | | 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
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Remove OSVERSION checks that do not make sense any more.Mathieu Arnold2015-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 Notes: svn path=/head/; revision=383107
* many ruby/rubygem ports: death of rubyforge.orgSteve Wills2014-08-191-1/+1
| | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=365393
* - Stage SafeMartin Wilke2014-01-241-1/+0
| | | | Notes: svn path=/head/; revision=340903
* - Update graphics/*opencv* to 2.4.7Jason E. Hale2013-12-041-2/+2
| | | | | | | | | | | | | | | | - Revert options helpers to if statements since the OFF condition is not applied when OPTIONS_EXCLUDE is used - Move most of the OpenCV modules from the graphics/opencv-core port to graphics/opencv, leaving opencv-core as just the bare minimum required for building ffmpeg with OpenCV support - Install examples for python and java bindings - Add new slave port graphics/opencv-java: Java bindings for OpenCV - Bump PORTREVISION and make dependency adjustments and fixes for dependent ports - Add UPDATING entry Notes: svn path=/head/; revision=335601
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Add explicit dependency on pkgconf (10 ports)John Marino2013-09-131-0/+1
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=327124
* - Unbreak by adding patchTAKATSU Tomonari2013-05-043-16/+54
| | | | | | | | | - Convert to new Makefile header - Remove indefinate article from COMMENT - Remove ABI version number from LIB_DEPENDS Notes: svn path=/head/; revision=317391
* - Fix EXPIRATION date, we are in 2013, not 2012Steve Wills2013-03-031-1/+1
| | | | | | | | Pointyhat to: swills Reported by: bapt Notes: svn path=/head/; revision=313317
* - Deprecate ports which don't work with Ruby 1.9Steve Wills2013-03-021-5/+4
| | | | | | | | | | | - Set expiration to 2 months to give plenty of time to fix them to anyone who may be interested (patching rubygem- ports is possible now) - Trim headers while here With Hat: ruby@ Notes: svn path=/head/; revision=313298
* Update OpenCV to 2.3.0-rcMartin Matuska2011-06-292-5/+7
| | | | Notes: svn path=/head/; revision=276657
* - Add LICENSETAKATSU Tomonari2010-12-312-3/+4
| | | | | | | | - Drop MD5 checksum from distinfo - Make portlint happy Notes: svn path=/head/; revision=267198
* - Mark some ruby* and rubygem* broken with ruby 1.9Philip M. Gollucci2010-12-091-0/+4
| | | | | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=265942
* - Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta infoPhilip M. Gollucci2010-10-201-1/+1
| | | | | | | | | Prompted by: distilator With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=263313
* - Mark BROKEN on 6.X: does not compilePav Lucistnik2010-09-101-1/+7
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=260947
* - Change MAINTAINER address from tota@rtfm.jp to tota@FreeBSD.orgTAKATSU Tomonari2010-05-291-1/+1
| | | | Notes: svn path=/head/; revision=255257
* - Mass conversion of RF -> RG for MASTER_SITE for rubygem- portsPhilip M. Gollucci2010-05-261-1/+1
| | | | | | | | | | | | [RG aka rubygems.org] PR: ports/147005 Submitted by: pgollucci (myself) Approved by: portmgr (pav) With Hat: ruby@ Notes: svn path=/head/; revision=255136
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Chase opencv shlib bumpDima Panov2010-01-181-2/+2
| | | | | | | Approved by: miwi, tabthorpe (mentors implicit) Notes: svn path=/head/; revision=248097
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - convert to RUBYGEM_AUTOPLISTPhilip M. Gollucci2009-04-091-10/+2
| | | | | | | | | | | | | | | | | | | | | | | remove x-generate-plist and friends - use RF macro and remove SUBDIR where possible - remove some uneeded GEM_NAME=${DISTNAME} (this c/should be handled better in bsd.*.mk) other deltas specific to individual ports: audio/rubygem-mp3info - unbreak, fix packaging, bump PORTREVISION devel/rubygem-rapt - adopt devel/rubygem-rspec - remove BUILD_DEPENDS=RUN_DEPENDS -- neither set devel/rubygem-ruby2ruby - add #' for vim highlight graphics/rubygem-extifr - drop PORTREVISION=0 graphics/rubygem-gd2 - add #' for vim highlight www/rubygem-rubyfulsoup - swap GEM_NAME / DISTNAME for constistency Sponsored by: RideCharge Inc. Tested on: RideCharge's Tinderbox Reviewed by: stas Notes: svn path=/head/; revision=231910
* This is a simple library for detecting objects in pictures.Martin Wilke2008-11-293-0/+36
WWW: http://objectdetect.rubyforge.org/objectdetect/ PR: ports/129176 Submitted by: TAKATSU Tomonari <tota at rtfm.jp> Notes: svn path=/head/; revision=223555