1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

add rubygem-taggable 2.0.2

Add tagging capabilities to your ActiveRecord objects
This commit is contained in:
Ying-Chieh Liao 2007-04-23 01:28:02 +00:00
parent cd913f1611
commit 647e11a36a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190667
5 changed files with 86 additions and 0 deletions

View File

@ -1066,6 +1066,7 @@
SUBDIR += rubygem-rubyfulsoup
SUBDIR += rubygem-scrapi
SUBDIR += rubygem-scrubyt
SUBDIR += rubygem-taggable
SUBDIR += sams
SUBDIR += sarg
SUBDIR += sbox-dtc

View File

@ -0,0 +1,23 @@
# ex:ts=8
# Ports collection makefile for: taggable
# Date created: Apr 22, 2007
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= taggable
PORTVERSION= 2.0.2
CATEGORIES= www rubygems
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= acts_as_taggable-${PORTVERSION}
MAINTAINER= ijliao@FreeBSD.org
COMMENT= Add tagging capabilities to your ActiveRecord objects
GEM_NAME= ${DISTNAME}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (rubygem/acts_as_taggable-2.0.2.gem) = 76b46879bd8a23f1136b97cfeaf72d5c
SHA256 (rubygem/acts_as_taggable-2.0.2.gem) = 163bc7ea3e5d29c0bf4ae952457ee8eccefb4aab1c885ca4b4ec438f8fb0739f
SIZE (rubygem/acts_as_taggable-2.0.2.gem) = 17408

View File

@ -0,0 +1,6 @@
This ActiveRecord acts-as mixin provides an easy way for addind tagging
capabilities (also known as folksnomy) to your ActiveRecord objects. It
allows you to apply tags to your objects as well as search for tagged
objects.
WWW: http://rubyforge.org/projects/taggable/

View File

@ -0,0 +1,53 @@
%%GEM_CACHE%%
%%GEM_SPEC%%
%%GEM_LIB_DIR%%/CHANGELOG
%%GEM_LIB_DIR%%/README
%%GEM_LIB_DIR%%/lib/taggable.rb
%%GEM_LIB_DIR%%/test/acts_as_taggable_test.rb
%%GEM_LIB_DIR%%/test/config.yml
%%GEM_LIB_DIR%%/test/config.yml.sample
%%GEM_LIB_DIR%%/test/debug.log
@dirrm %%GEM_LIB_DIR%%/test
@dirrm %%GEM_LIB_DIR%%/lib
@dirrm %%GEM_LIB_DIR%%
%%GEM_DOC_DIR%%/rdoc/classes/ActiveRecord.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveRecord/Acts/Taggable/ClassMethods.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveRecord/Acts/Taggable/ClassMethods.src/M000009.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveRecord/Acts/Taggable/InstanceMethods.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveRecord/Acts/Taggable/InstanceMethods.src/M000010.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveRecord/Acts/Taggable/InstanceMethods.src/M000011.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveRecord/Acts/Taggable/InstanceMethods.src/M000012.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveRecord/Acts/Taggable/InstanceMethods.src/M000013.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveRecord/Acts/Taggable/InstanceMethods.src/M000014.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveRecord/Acts/Taggable/InstanceMethods.src/M000015.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveRecord/Acts/Taggable/InstanceMethods.src/M000016.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveRecord/Acts/Taggable/InstanceMethods.src/M000017.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveRecord/Acts/Taggable/InstanceMethods.src/M000018.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveRecord/Acts/Taggable/SingletonMethods.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveRecord/Acts/Taggable/SingletonMethods.src/M000001.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveRecord/Acts/Taggable/SingletonMethods.src/M000002.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveRecord/Acts/Taggable/SingletonMethods.src/M000003.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveRecord/Acts/Taggable/SingletonMethods.src/M000004.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveRecord/Acts/Taggable/SingletonMethods.src/M000006.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveRecord/Acts/Taggable/SingletonMethods.src/M000007.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveRecord/Acts/Taggable/SingletonMethods.src/M000008.html
%%GEM_DOC_DIR%%/rdoc/created.rid
%%GEM_DOC_DIR%%/rdoc/files/CHANGELOG.html
%%GEM_DOC_DIR%%/rdoc/files/README.html
%%GEM_DOC_DIR%%/rdoc/files/lib/taggable_rb.html
%%GEM_DOC_DIR%%/rdoc/fr_class_index.html
%%GEM_DOC_DIR%%/rdoc/fr_file_index.html
%%GEM_DOC_DIR%%/rdoc/fr_method_index.html
%%GEM_DOC_DIR%%/rdoc/index.html
%%GEM_DOC_DIR%%/rdoc/rdoc-style.css
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib
@dirrm %%GEM_DOC_DIR%%/rdoc/files
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveRecord/Acts/Taggable/SingletonMethods.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveRecord/Acts/Taggable/InstanceMethods.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveRecord/Acts/Taggable/ClassMethods.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveRecord/Acts/Taggable
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveRecord/Acts
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveRecord
@dirrm %%GEM_DOC_DIR%%/rdoc/classes
@dirrm %%GEM_DOC_DIR%%/rdoc
@dirrm %%GEM_DOC_DIR%%