Port details |
- rubygem-acts-as-taggable-on Tag a single model on several contexts
- 12.0.0 www =2 11.0.0Version of this port present on the latest quarterly branch.
- Maintainer: ruby@FreeBSD.org
- Port Added: 2012-12-28 13:57:16
- Last Update: 2024-11-21 13:39:53
- Commit Hash: 0b30667
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/mbleigh/acts-as-taggable-on
- Description:
- This plugin was originally based on Acts as Taggable on Steroids by Jonathan
Viney. It has evolved substantially since that point, but all credit goes to him
for the initial tagging functionality that so many people have used.
For instance, in a social network, a user might have tags that are called
skills, interests, sports, and more. There is no real way to differentiate
between tags and so an implementation of this type is not possible with acts as
taggable on steroids.
Enter Acts as Taggable On. Rather than tying functionality to a specific keyword
(namely tags), acts as taggable on allows you to specify an arbitrary number of
tag "contexts" that can be used locally or in combination in the same way
steroids was used.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-acts-as-taggable-on>0:www/rubygem-acts-as-taggable-on
- To install the port:
- cd /usr/ports/www/rubygem-acts-as-taggable-on/ && make install clean
- To add the package, run one of these commands:
- pkg install www/rubygem-acts-as-taggable-on
- pkg install rubygem-acts-as-taggable-on
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-acts-as-taggable-on
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1731679940
SHA256 (rubygem/acts-as-taggable-on-12.0.0.gem) = d14c15a1602cef8997187336cd7eb54a3f97ddebbef61601f83eb1ec51260417
SIZE (rubygem/acts-as-taggable-on-12.0.0.gem) = 56832
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-activerecord72>=7.1<8.1 : databases/rubygem-activerecord72
- rubygem-zeitwerk>=2.4<3.0 : devel/rubygem-zeitwerk
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- www_rubygem-acts-as-taggable-on
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
12.0.0 21 Nov 2024 13:39:53 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-acts-as-taggable-on: Update to 12.0.0
- Update RUN_DEPENDS: use Rails 7.2
Changes: https://github.com/mbleigh/acts-as-taggable-on/blob/master/CHANGELOG.md |
11.0.0 08 Sep 2024 18:40:24 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-acts-as-taggable-on: Update to 11.0.0
- Update pkg-descr
Changes: https://github.com/mbleigh/acts-as-taggable-on/blob/master/CHANGELOG.md |
10.0.0 28 Nov 2023 10:52:34 |
Matthias Fechner (mfechner) |
www/rubygem-acts-as-taggable-on: update to 10.0.0
Required for gitlab-ce 16.6
Changelog:
https://github.com/mbleigh/acts-as-taggable-on/blob/master/CHANGELOG.md |
9.0.1 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
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 |
9.0.1 03 Oct 2022 02:18:02 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-acts-as-taggable-on: Update WWW |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
9.0.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
9.0.1 26 Jan 2022 10:43:00 |
Matthias Fechner (mfechner) |
www/rubygem-acts-as-taggable-on: update to 9.0.1
Required for gitlab-ce 14.7.
Changelog:
https://github.com/mbleigh/acts-as-taggable-on/blob/master/CHANGELOG.md |
8.1.0 22 Dec 2021 17:04:25 |
Matthias Fechner (mfechner) |
www/rubygem-acts-as-taggable-on: update to 8.1.0
Required for gitlab-ce 14.6.
Changelog:
https://github.com/mbleigh/acts-as-taggable-on/blob/master/CHANGELOG.md |
7.0.0_1 25 Oct 2021 21:54:45 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-acts-as-taggable-on: Cosmetic change |
7.0.0_1 06 Oct 2021 05:00:38 |
Matthias Fechner (mfechner) |
www/rubygem-acts-as-taggable-on: Switch rails dep from 6.0 to 6.1
Transfer the maintainer to ruby.
PR: 258808 |
7.0.0 04 Oct 2021 19:58:01 |
Rene Ladan (rene) |
*: re-assign kuriyama@s ports to the pool, commit bit safekept
With hat: portmgr-secretary |
7.0.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
7.0.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
7.0.0 27 Jan 2021 12:48:29 |
mfechner |
Update to 7.0.0 which is required for gitlab-ce 13.8. |
6.5.0 25 Feb 2020 15:52:29 |
mfechner |
Update to 6.5.0 which is required for gitlab-ce 12.8 update. |
6.0.0_1 07 Dec 2019 10:31:38 |
mfechner |
Change rubygem ports required by www/gitlab-ce to rails52.
Currently a lot of ports www/gitlab-ce is using pulls rails 5.0 and 5.2 ports as
dependencies in.
To reduce the number of ports required, the attached patch switches all required
ports to rails 5.2.
I carefully tested it, if I oversaw a port, please let me know.
Differential Revision: https://reviews.freebsd.org/D22220 |
6.0.0 23 Apr 2019 08:03:58 |
mfechner |
Upgrade to 6.0.0 which is required for Gitlab 11.10 upgrade. |
5.0.0_1 31 Jan 2019 14:05:37 |
mfechner |
In preparation for gitlab 11.7 upgrade switch rails4 to rails50.
If required upgraded version to work correctly with rails50.
Fixed some cosmetic issue to make portlint happy.
Reviewed by: sunpoet
Differential Revision: https://reviews.freebsd.org/D18957 |
5.0.0 14 May 2018 17:52:55 |
mfechner |
Update to 5.0.0 required for gitlab 10.7.x.
Fixed some small problems reported by portlint.
Reviewed by: tz (mentor)
Approved by: tz (mentor)
Differential Revision: https://reviews.freebsd.org/D15313 |
4.0.0 01 Mar 2017 14:46:50 |
tz |
www/rubygem-acts-as-taggable-on: Update from 2.4.1 to 4.0.0
Changelog:
https://github.com/mbleigh/acts-as-taggable-on/blob/master/CHANGELOG.md
Also adjust the RUN_DEPENDS to databases/rubygem-activerecord4 and
remove BROKEN_RUBY23 since the new version builds fine with it |
2.4.1_1 29 Jul 2016 13:06:05 |
tz |
www/rubygem-acts-as-taggable-on: change RUN_DEPENDS to www/rubygem-rails4
Originally the port depends on www/rubygem-rails, which we try to obsolete from
the ports-tree. The port works fine with Rails 4.
Approved by: pi (mentor) |
2.4.1 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
2.4.1 27 Apr 2016 16:36:42 |
swills |
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 |
2.4.1 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
2.4.1 17 Jan 2016 07:06:25 |
swills |
mark ports that don't work with Ruby 2.3
PR: 205774 |
2.4.1 12 Nov 2015 21:42:28 |
sunpoet |
- Add LICENSE
Approved by: portmgr (blanket) |
2.4.1 02 Jul 2015 16:01:08 |
pgollucci |
Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from: DEVELOPER_MODE
With Hat: ruby@
Sponsored by: RideCharge Inc / Curb |
2.4.1 24 Jan 2014 14:55:44 |
miwi |
- Stage safe |
2.4.1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.4.1 26 May 2013 13:36:59 |
kuriyama |
- Upgrade to 2.4.1. |
2.3.3 28 Dec 2012 13:56:58 |
kuriyama |
With ActsAsTaggableOn, you can tag a single model on several contexts,
such as skills, interests, and awards. It also provides other
advanced functionality.
https://rubygems.org/gems/acts-as-taggable-on |