From a739309b7bb8bcf7158a1744a7d5614e5b5300f3 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Mon, 16 Mar 2015 16:13:02 +0000 Subject: [PATCH] - Add rubygem-autoprefixer-rails 5.1.7 Autoprefixer is a tool to parse CSS and add vendor prefixes to CSS rules using values from the Can I Use. This gem provides Ruby and Ruby on Rails integration with this JavaScript tool. WWW: https://github.com/ai/autoprefixer-rails RG: https://rubygems.org/gems/autoprefixer-rails --- textproc/Makefile | 1 + textproc/rubygem-autoprefixer-rails/Makefile | 21 +++++++++++++++++++ textproc/rubygem-autoprefixer-rails/distinfo | 2 ++ textproc/rubygem-autoprefixer-rails/pkg-descr | 6 ++++++ 4 files changed, 30 insertions(+) create mode 100644 textproc/rubygem-autoprefixer-rails/Makefile create mode 100644 textproc/rubygem-autoprefixer-rails/distinfo create mode 100644 textproc/rubygem-autoprefixer-rails/pkg-descr diff --git a/textproc/Makefile b/textproc/Makefile index 6b9a7d98e012..6b9112eac8a4 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1320,6 +1320,7 @@ SUBDIR += rubygem-amatch SUBDIR += rubygem-asciidoctor SUBDIR += rubygem-augeas + SUBDIR += rubygem-autoprefixer-rails SUBDIR += rubygem-charlock_holmes SUBDIR += rubygem-coderay SUBDIR += rubygem-colorator diff --git a/textproc/rubygem-autoprefixer-rails/Makefile b/textproc/rubygem-autoprefixer-rails/Makefile new file mode 100644 index 000000000000..cea73f76dcfd --- /dev/null +++ b/textproc/rubygem-autoprefixer-rails/Makefile @@ -0,0 +1,21 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= autoprefixer-rails +PORTVERSION= 5.1.7 +CATEGORIES= textproc ruby +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Parse CSS and add vendor prefixes to CSS rules + +LICENSE= MIT + +RUN_DEPENDS= rubygem-execjs>=0:${PORTSDIR}/devel/rubygem-execjs \ + rubygem-json>=0:${PORTSDIR}/devel/rubygem-json + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include diff --git a/textproc/rubygem-autoprefixer-rails/distinfo b/textproc/rubygem-autoprefixer-rails/distinfo new file mode 100644 index 000000000000..c5244bf45c61 --- /dev/null +++ b/textproc/rubygem-autoprefixer-rails/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/autoprefixer-rails-5.1.7.gem) = 61f6318c5d601b10aff9ad1a2b7e303fc8d86d21a22e24d52a90f6a5f5dee991 +SIZE (rubygem/autoprefixer-rails-5.1.7.gem) = 187392 diff --git a/textproc/rubygem-autoprefixer-rails/pkg-descr b/textproc/rubygem-autoprefixer-rails/pkg-descr new file mode 100644 index 000000000000..e67c56beb808 --- /dev/null +++ b/textproc/rubygem-autoprefixer-rails/pkg-descr @@ -0,0 +1,6 @@ +Autoprefixer is a tool to parse CSS and add vendor prefixes to CSS rules using +values from the Can I Use. This gem provides Ruby and Ruby on Rails integration +with this JavaScript tool. + +WWW: https://github.com/ai/autoprefixer-rails +RG: https://rubygems.org/gems/autoprefixer-rails