diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/rubygem-turbolinks/Makefile | 19 | ||||
-rw-r--r-- | www/rubygem-turbolinks/distinfo | 2 | ||||
-rw-r--r-- | www/rubygem-turbolinks/pkg-descr | 4 |
4 files changed, 26 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index e91a18b421c8..0fbe22eba1e8 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1827,6 +1827,7 @@ SUBDIR += rubygem-thin SUBDIR += rubygem-tinyatom SUBDIR += rubygem-tinymce-rails + SUBDIR += rubygem-turbolinks SUBDIR += rubygem-typhoeus SUBDIR += rubygem-uglifier SUBDIR += rubygem-underscore-rails diff --git a/www/rubygem-turbolinks/Makefile b/www/rubygem-turbolinks/Makefile new file mode 100644 index 000000000000..4654c02338b2 --- /dev/null +++ b/www/rubygem-turbolinks/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= turbolinks +PORTVERSION= 1.3.0 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Turbolinks makes following links in your web application faster + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +RUN_DEPENDS= rubygem-coffee-rails>=0:${PORTSDIR}/devel/rubygem-coffee-rails + +NO_STAGE= yes + +.include <bsd.port.mk> diff --git a/www/rubygem-turbolinks/distinfo b/www/rubygem-turbolinks/distinfo new file mode 100644 index 000000000000..afe9b56a10b9 --- /dev/null +++ b/www/rubygem-turbolinks/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/turbolinks-1.3.0.gem) = 40760fc5dad7662bca5c0d3abf44610dcb2b6ff29c5d49ac3d47e57357b85e24 +SIZE (rubygem/turbolinks-1.3.0.gem) = 15360 diff --git a/www/rubygem-turbolinks/pkg-descr b/www/rubygem-turbolinks/pkg-descr new file mode 100644 index 000000000000..6c76619fab04 --- /dev/null +++ b/www/rubygem-turbolinks/pkg-descr @@ -0,0 +1,4 @@ +Turbolinks makes following links in your web application faster (use with Rails +Asset Pipeline) + +WWW: https://rubygems.org/gems/turbolinks |