Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 May 2016 18:00:48 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415119 - in head/devel: . rubygem-acts-as-taggable-on
Message-ID:  <201605131800.u4DI0m4B039963@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Fri May 13 18:00:48 2016
New Revision: 415119
URL: https://svnweb.freebsd.org/changeset/ports/415119

Log:
  With ActsAsTaggableOn, you can tag a single model on several contexts,
  such as skills, interests, and awards. It also provides other advanced
  functionality.
  
  WWW: https://rubygems.org/gems/acts-as-taggable-on

Added:
  head/devel/rubygem-acts-as-taggable-on/
  head/devel/rubygem-acts-as-taggable-on/Makefile   (contents, props changed)
  head/devel/rubygem-acts-as-taggable-on/distinfo   (contents, props changed)
  head/devel/rubygem-acts-as-taggable-on/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri May 13 17:59:13 2016	(r415118)
+++ head/devel/Makefile	Fri May 13 18:00:48 2016	(r415119)
@@ -4767,6 +4767,7 @@
     SUBDIR += rubygem-activerecord-deprecated_finders
     SUBDIR += rubygem-activesupport
     SUBDIR += rubygem-activesupport4
+    SUBDIR += rubygem-acts-as-taggable-on
     SUBDIR += rubygem-akismet
     SUBDIR += rubygem-algebrick
     SUBDIR += rubygem-algorithms

Added: head/devel/rubygem-acts-as-taggable-on/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-acts-as-taggable-on/Makefile	Fri May 13 18:00:48 2016	(r415119)
@@ -0,0 +1,20 @@
+# Created by: Mark Felder <feld@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	acts-as-taggable-on
+PORTVERSION=	2.4.1
+CATEGORIES=	devel
+MASTER_SITES=	RG
+
+MAINTAINER=	feld@FreeBSD.org
+COMMENT=	Tag a single model on several contexts
+
+LICENSE=	MIT
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USES=		gem
+
+RUN_DEPENDS+=	rubygem-activerecord>=3.2:databases/rubygem-activerecord
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-acts-as-taggable-on/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-acts-as-taggable-on/distinfo	Fri May 13 18:00:48 2016	(r415119)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/acts-as-taggable-on-2.4.1.gem) = 4b75dd427cb721f38fe354e8a37d8c3d217779c9db204398890984694def753d
+SIZE (rubygem/acts-as-taggable-on-2.4.1.gem) = 34816

Added: head/devel/rubygem-acts-as-taggable-on/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-acts-as-taggable-on/pkg-descr	Fri May 13 18:00:48 2016	(r415119)
@@ -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.
+
+WWW: https://rubygems.org/gems/acts-as-taggable-on



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605131800.u4DI0m4B039963>