diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2012-12-28 21:56:58 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2012-12-28 21:56:58 +0800 |
commit | 0b3c9aa6d788e83a467e4ee230089a30dc0fee39 (patch) | |
tree | 9d20826c876ed392e54c9deedc6a89b85699bb94 /www | |
parent | 07d9c683f29a2611c73d4c16813f3f9258326082 (diff) | |
download | freebsd-ports-gnome-0b3c9aa6d788e83a467e4ee230089a30dc0fee39.tar.gz freebsd-ports-gnome-0b3c9aa6d788e83a467e4ee230089a30dc0fee39.tar.zst freebsd-ports-gnome-0b3c9aa6d788e83a467e4ee230089a30dc0fee39.zip |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/rubygem-acts-as-taggable-on/Makefile | 17 | ||||
-rw-r--r-- | www/rubygem-acts-as-taggable-on/distinfo | 2 | ||||
-rw-r--r-- | www/rubygem-acts-as-taggable-on/pkg-descr | 5 |
4 files changed, 25 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index eb3b95ab7319..ceb8eadffe04 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1679,6 +1679,7 @@ SUBDIR += ruby-wgettsv SUBDIR += rubygem-actionpack SUBDIR += rubygem-activeresource + SUBDIR += rubygem-acts-as-taggable-on SUBDIR += rubygem-addressable SUBDIR += rubygem-amazon-ecs SUBDIR += rubygem-anemone diff --git a/www/rubygem-acts-as-taggable-on/Makefile b/www/rubygem-acts-as-taggable-on/Makefile new file mode 100644 index 000000000000..a6958643e568 --- /dev/null +++ b/www/rubygem-acts-as-taggable-on/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= acts-as-taggable-on +PORTVERSION= 2.3.3 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Tag a single model on several contexts + +RUN_DEPENDS= rubygem-rails>=3.0:${PORTSDIR}/www/rubygem-rails + +USE_RUBY= YES +USE_RUBYGEMS= YES +RUBYGEM_AUTOPLIST= YES + +.include <bsd.port.mk> diff --git a/www/rubygem-acts-as-taggable-on/distinfo b/www/rubygem-acts-as-taggable-on/distinfo new file mode 100644 index 000000000000..966c622bfeb3 --- /dev/null +++ b/www/rubygem-acts-as-taggable-on/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/acts-as-taggable-on-2.3.3.gem) = e230ee3ef9b6e59624143f97e6d6801fdf264c80c5f870af820a39a52fa6407d +SIZE (rubygem/acts-as-taggable-on-2.3.3.gem) = 31744 diff --git a/www/rubygem-acts-as-taggable-on/pkg-descr b/www/rubygem-acts-as-taggable-on/pkg-descr new file mode 100644 index 000000000000..b107feb5bbe9 --- /dev/null +++ b/www/rubygem-acts-as-taggable-on/pkg-descr @@ -0,0 +1,5 @@ +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 |