notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
rubygem-objectdetect Simple library for detecting objects in pictures
0.0.3_13 graphics Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.0.3_13Version of this port present on the latest quarterly branch.
Broken BROKEN: OpenCV4 no longer ships OpencCV-1.0 headers
Deprecated DEPRECATED: Broken since 2021
Expired This port expired on: 2023-03-21
Ignore IGNORE: is marked as broken: OpenCV4 no longer ships OpencCV-1.0 headers
Maintainer: tota@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2008-11-29 20:20:20
Last Update: 2023-03-21 00:01:51
Commit Hash: 862f6b1
Also Listed In: rubygems
License: MIT
WWW:
https://rubygems.org/gems/objectdetect
Description:
This is a simple library for detecting objects in pictures.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/rubygem-objectdetect-0.0.3_13/catalog.mk
  2. /usr/local/share/licenses/rubygem-objectdetect-0.0.3_13/LICENSE
  3. /usr/local/share/licenses/rubygem-objectdetect-0.0.3_13/MIT
Collapse this list.
Dependency lines:
  • rubygem-objectdetect>0:graphics/rubygem-objectdetect
No installation instructions:
This port has been deleted.
PKGNAME: rubygem-objectdetect
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (rubygem/objectdetect-0.0.3.gem) = f3ad7dc88e7b7c57c1d2686f197e9615d8d495e32ff12fbd2f44e4d348b19e36 SIZE (rubygem/objectdetect-0.0.3.gem) = 16896

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby30 : lang/ruby30
  2. gem : devel/ruby-gems
  3. pkgconf>=1.3.0_1 : devel/pkgconf
Runtime dependencies:
  1. ruby30 : lang/ruby30
  2. gem : devel/ruby-gems
Library dependencies:
  1. libopencv_video.so : graphics/opencv
Patch dependencies:
  1. ruby30 : lang/ruby30
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby30 : lang/ruby30
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
graphics_rubygem-objectdetect
USES:
gem pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://rubygems.org/downloads/
Collapse this list.
Port Moves
  • port deleted on 2023-03-20
    REASON: Has expired: Broken since 2021

Number of commits found: 41

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.0.3_13
21 Mar 2023 00:01:51
commit hash: 862f6b138f900e6a08722452a267fb9ddf89064dcommit hash: 862f6b138f900e6a08722452a267fb9ddf89064dcommit hash: 862f6b138f900e6a08722452a267fb9ddf89064dcommit hash: 862f6b138f900e6a08722452a267fb9ddf89064d files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
graphics/rubygem-objectdetect: Remove expired port:

2023-03-21 graphics/rubygem-objectdetect: Broken since 2021
0.0.3_13
20 Feb 2023 17:09:24
commit hash: c1180ef456c91f7a30f236b876e7796ae9bd7197commit hash: c1180ef456c91f7a30f236b876e7796ae9bd7197commit hash: c1180ef456c91f7a30f236b876e7796ae9bd7197commit hash: c1180ef456c91f7a30f236b876e7796ae9bd7197 files touched by this commit
Antoine Brodin (antoine) search for other commits by this committer
graphics/rubygem-objectdetect: deprecate
0.0.3_13
14 Jan 2023 23:08:33
commit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby

Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk

Notable changes are.

- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
  USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.

This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863

I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D37925
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.0.3_13
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.0.3_13
02 Sep 2022 07:12:18
commit hash: a49cb0f435d525ea72be8f943d82d3562cfbcba8commit hash: a49cb0f435d525ea72be8f943d82d3562cfbcba8commit hash: a49cb0f435d525ea72be8f943d82d3562cfbcba8commit hash: a49cb0f435d525ea72be8f943d82d3562cfbcba8 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
graphics/opencv: bump consumers after e21578d954550998435c5d6d532e2d5a67398bfe

This was missed in the upgrade of graphics/opencv.

Reported by:	VVD
0.0.3_12
12 Aug 2022 14:46:53
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
0.0.3_11
20 Jul 2022 14:22:04
commit hash: 022e658bd10b8753ede87b3dfda087efabddac98commit hash: 022e658bd10b8753ede87b3dfda087efabddac98commit hash: 022e658bd10b8753ede87b3dfda087efabddac98commit hash: 022e658bd10b8753ede87b3dfda087efabddac98 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
graphics: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Abel Chow <ozsanh45vds001@sneakemail.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Ade Lovett <ade@lovett.com>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Hayward <xelah@xelah.com>
  *  Alex Ivasyuv <siegerstein@pochta.ru>
  *  Alex Samorukov <samm@os2.kiev.ua>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.0.3_11
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.0.3_11
30 Jan 2021 18:08:57
Revision:563430Original commit files touched by this commit
tcberner search for other commits by this committer
graphics/opencv: update to 4.5.1 -- and make port more easily maintainable

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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.0.3_10
09 May 2018 01:44:50
Revision:469421Original commit files touched by this commit
swills search for other commits by this committer
Bump PORTREVISION on opencv consumers due to opencv update
0.0.3_9
09 May 2018 01:10:12
Revision:469420Original commit files touched by this commit
swills search for other commits by this committer
graphics/opencv: Update to 3.4.1

PR:		210505
Submitted by:	rozhuk.im@gmail.com (partially, further work was done)
Exp-run by:	antoine
0.0.3_9
14 Apr 2017 05:30:25
Revision:438490Original commit files touched by this commit
jbeich search for other commits by this committer
graphics/opencv: back out r423216 and r423063 (replaying r423316)

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)
0.0.3_8
19 Jan 2017 19:35:24
Revision:431907Original commit files touched by this commit
sunpoet search for other commits by this committer
Update WWW: remove trailing /
0.0.3_8
11 Dec 2016 19:27:01
Revision:428377Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update WWW: rubygems.org uses https://

With hat:	ruby
0.0.3_8
03 Oct 2016 17:47:08
Revision:423216Original commit files touched by this commit
jbeich search for other commits by this committer
graphics/opencv: add suffix to make room for 3.x series

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
0.0.3_7
27 Apr 2016 21:57:32
Revision:414136Original commit files touched by this commit
swills search for other commits by this committer
Convert USES=gem:autoplist to USES=gem since autoplist is default
0.0.3_7
27 Apr 2016 16:36:42
Revision:414118Original commit files touched by this commit
swills search for other commits by this committer
create USES=gem and update rubygem- ports to use it

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
0.0.3_7
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
0.0.3_7
03 Apr 2015 11:26:50
Revision:383107Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Remove OSVERSION checks that do not make sense any more.

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
0.0.3_7
19 Aug 2014 15:35:36
Revision:365393Original commit files touched by this commit
swills search for other commits by this committer
many ruby/rubygem ports: death of rubyforge.org

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)
0.0.3_7
24 Jan 2014 14:49:30
Revision:340903Original commit files touched by this commit
miwi search for other commits by this committer
- Stage Safe
0.0.3_7
04 Dec 2013 02:51:00
Revision:335601Original commit files touched by this commit
jhale search for other commits by this committer
- Update graphics/*opencv* to 2.4.7
- 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
0.0.3_6
20 Sep 2013 18:35:46
Revision:327733Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
0.0.3_6
13 Sep 2013 01:21:56
Revision:327124Original commit files touched by this commit
marino search for other commits by this committer
Add explicit dependency on pkgconf (10 ports)

Approved by:	portmgr (bapt, implicit)
0.0.3_6
04 May 2013 23:10:25
Revision:317391Original commit files touched by this commit
tota search for other commits by this committer
- Unbreak by adding patch
- Convert to new Makefile header
- Remove indefinate article from COMMENT
- Remove ABI version number from LIB_DEPENDS
0.0.3_5
03 Mar 2013 01:43:03
Revision:313317Original commit files touched by this commit
swills search for other commits by this committer
- Fix EXPIRATION date, we are in 2013, not 2012

Pointyhat to:	swills
Reported by:	bapt
0.0.3_5
02 Mar 2013 21:01:59
Revision:313298Original commit files touched by this commit
swills search for other commits by this committer
- Deprecate ports which don't work with Ruby 1.9
- 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@
0.0.3_5
29 Jun 2011 11:46:01
Original commit files touched by this commit
mm search for other commits by this committer
Update OpenCV to 2.3.0-rc
0.0.3_4
31 Dec 2010 06:39:19
Original commit files touched by this commit
tota search for other commits by this committer
- Add LICENSE
- Drop MD5 checksum from distinfo
- Make portlint happy
0.0.3_4
09 Dec 2010 21:46:18
Original commit files touched by this commit Sanity Test Failure
pgollucci search for other commits by this committer
- Mark some ruby* and rubygem* broken with ruby 1.9

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
0.0.3_4
20 Oct 2010 01:35:47
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta info

Prompted by:    distilator
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
0.0.3_4
10 Sep 2010 18:17:24
Original commit files touched by this commit
pav search for other commits by this committer
- Mark BROKEN on 6.X: does not compile

Reported by:    pointyhat
0.0.3_4
29 May 2010 03:34:31
Original commit files touched by this commit
tota search for other commits by this committer
- Change MAINTAINER address from tota@rtfm.jp to tota@FreeBSD.org
0.0.3_4
26 May 2010 19:51:35
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Mass conversion of RF -> RG for MASTER_SITE for rubygem- ports
  [RG aka rubygems.org]

PR:             ports/147005
Submitted by:   pgollucci (myself)
Approved by:    portmgr (pav)
With Hat:       ruby@
0.0.3_4
28 Mar 2010 06:47:48
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
0.0.3_3
05 Feb 2010 11:46:55
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to jpeg-8
0.0.3_2
18 Jan 2010 13:18:06
Original commit files touched by this commit
fluffy search for other commits by this committer
- Chase opencv shlib bump

Approved by:    miwi, tabthorpe (mentors implicit)
0.0.3_1
31 Jul 2009 13:57:52
Original commit files touched by this commit
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
0.0.3
09 Apr 2009 00:11:47
Original commit files touched by this commit
pgollucci search for other commits by this committer
- convert to RUBYGEM_AUTOPLIST
  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
0.0.3
29 Nov 2008 20:20:00
Original commit files touched by this commit
miwi search for other commits by this committer
This is a simple library for detecting objects in pictures.

WWW:    http://objectdetect.rubyforge.org/objectdetect/

PR:             ports/129176
Submitted by:   TAKATSU Tomonari <tota at rtfm.jp>

Number of commits found: 41