notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
Port details
rubygem-invisible_captcha Unobtrusive CAPTCHA for ruby
2.0.0_1 graphics 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 2.0.0Version of this port present on the latest quarterly branch.
Maintainer: mfechner@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-08-29 18:43:28
Last Update: 2023-04-23 09:09:58
Commit Hash: 8d3e020
Also Listed In: rubygems
License: MIT
Description:
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/rubygem-invisible_captcha-2.0.0_1/catalog.mk
  2. /usr/local/share/licenses/rubygem-invisible_captcha-2.0.0_1/LICENSE
  3. /usr/local/share/licenses/rubygem-invisible_captcha-2.0.0_1/MIT
Collapse this list.
Dependency lines:
  • rubygem-invisible_captcha>0:graphics/rubygem-invisible_captcha
To install the port:
cd /usr/ports/graphics/rubygem-invisible_captcha/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/rubygem-invisible_captcha
  • pkg install rubygem-invisible_captcha
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-invisible_captcha
Flavors: there is no flavor information for this port.
distinfo:

Packages (timestamps in pop-ups are UTC):
rubygem-invisible_captcha
ABIlatestquarterly
FreeBSD:11:aarch64pkg-fallout0.12.2_1
FreeBSD:11:amd641.1.0_11.1.0_1
FreeBSD:11:armv6pkg-falloutpkg-fallout
FreeBSD:11:i3861.1.0_11.1.0_1
FreeBSD:11:mipspkg-falloutpkg-fallout
FreeBSD:11:mips64pkg-falloutpkg-fallout
FreeBSD:12:aarch64pkg-fallout2.0.0
FreeBSD:12:amd642.0.0_12.0.0
FreeBSD:12:armv6pkg-falloutpkg-fallout
FreeBSD:12:armv7pkg-falloutpkg-fallout
FreeBSD:12:i3862.0.0_12.0.0
FreeBSD:12:mipspkg-falloutpkg-fallout
FreeBSD:12:mips64pkg-falloutpkg-fallout
FreeBSD:12:powerpc64pkg-fallout1.1.0
FreeBSD:13:aarch642.0.0_12.0.0
FreeBSD:13:amd642.0.0_12.0.0
FreeBSD:13:armv6pkg-falloutpkg-fallout
FreeBSD:13:armv7pkg-falloutpkg-fallout
FreeBSD:13:i3862.0.0_12.0.0
FreeBSD:13:mipspkg-falloutpkg-fallout
FreeBSD:13:mips64pkg-falloutpkg-fallout
FreeBSD:13:powerpc64pkg-fallout2.0.0
FreeBSD:13:riscv64pkg-falloutpkg-fallout
FreeBSD:14:aarch64pkg-falloutpkg-fallout
FreeBSD:14:amd642.0.0_1pkg-fallout
FreeBSD:14:armv6pkg-falloutpkg-fallout
FreeBSD:14:armv7pkg-falloutpkg-fallout
FreeBSD:14:i3862.0.0_1pkg-fallout
FreeBSD:14:mipspkg-falloutpkg-fallout
FreeBSD:14:mips64pkg-falloutpkg-fallout
FreeBSD:14:powerpc642.0.0_1pkg-fallout
FreeBSD:14:riscv64pkg-falloutpkg-fallout
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby31 : lang/ruby31
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. rubygem-rails61>=5.0 : www/rubygem-rails61
  2. ruby31 : lang/ruby31
  3. gem : devel/ruby-gems
Patch dependencies:
  1. ruby31 : lang/ruby31
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby31 : lang/ruby31
This port is required by:
for Build
  1. www/gitlab-ce
for Run
  1. www/gitlab-ce

Configuration Options:
Options name:
USES:
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.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.0.0_1
23 Apr 2023 09:09:58
commit hash:8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash:8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash:8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash:8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
2.0.0
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
2.0.0
11 Jan 2023 11:54:10
commit hash:17425348d3e54ff6c21a7cff49bab67737e7ef9ecommit hash:17425348d3e54ff6c21a7cff49bab67737e7ef9ecommit hash:17425348d3e54ff6c21a7cff49bab67737e7ef9ecommit hash:17425348d3e54ff6c21a7cff49bab67737e7ef9e files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
graphics/rubygem-invisible_captcha: update to 2.0.0

Required for gitlab-ce 15.6.
Changelog:
https://github.com/markets/invisible_captcha/blob/master/CHANGELOG.md
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)
1.1.0_3
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)
1.1.0_3
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)
1.1.0_3
27 Oct 2021 06:20:24
commit hash:4a7e890e91522896eb83f1c2f278ce0414175333commit hash:4a7e890e91522896eb83f1c2f278ce0414175333commit hash:4a7e890e91522896eb83f1c2f278ce0414175333commit hash:4a7e890e91522896eb83f1c2f278ce0414175333 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
*/*: Revert "*/*: Make rails 6.1.3 available"

This reverts commit f4511dc4a7c439b30c898b75246d314a574f01cb.
Add MOVED entries.
These ports are not required anymore as gitlab 14.4.0 has upgrade
now to rails 6.1.4.1.
1.1.0_2
05 Oct 2021 07:40:04
commit hash:f4511dc4a7c439b30c898b75246d314a574f01cbcommit hash:f4511dc4a7c439b30c898b75246d314a574f01cbcommit hash:f4511dc4a7c439b30c898b75246d314a574f01cbcommit hash:f4511dc4a7c439b30c898b75246d314a574f01cb files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
*/*: Make rails 6.1.3 available

The upgrade of rails to 6.1.4 broke www/gitlab-ce.
PR:		258855
1.1.0_1
03 Jul 2021 06:03:22
commit hash:6ec0f91799016f5ccdab6b21ff836fccfdbc88dfcommit hash:6ec0f91799016f5ccdab6b21ff836fccfdbc88dfcommit hash:6ec0f91799016f5ccdab6b21ff836fccfdbc88dfcommit hash:6ec0f91799016f5ccdab6b21ff836fccfdbc88df files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
*/*: Use rails 6.1 for all ports required by gitlab-ce 14.0.0.
1.1.0
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.
1.1.0
27 Jan 2021 12:43:21
Revision:563059Original commit files touched by this commit
mfechner search for other commits by this committer
Update to 1.1.0 which is required for gitlab-ce 13.8.
0.12.2_1
25 Feb 2020 15:44:33
Revision:527083Original commit files touched by this commit
mfechner search for other commits by this committer
Switched port to rail 6.0 which is required for gitlab-ce 12.8 upgrade.
0.12.2
29 Aug 2019 18:43:20
Revision:510179Original commit files touched by this commit
mfechner search for other commits by this committer
Added new ports required for gitlab-ce 12.2.

Number of commits found: 13