svn commit: r381424 - in head/textproc: . rubygem-autoprefixer-rails

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Mar 16 16:13:04 UTC 2015


Author: sunpoet
Date: Mon Mar 16 16:13:02 2015
New Revision: 381424
URL: https://svnweb.freebsd.org/changeset/ports/381424
QAT: https://qat.redports.org/buildarchive/r381424/

Log:
  - 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

Added:
  head/textproc/rubygem-autoprefixer-rails/
  head/textproc/rubygem-autoprefixer-rails/Makefile   (contents, props changed)
  head/textproc/rubygem-autoprefixer-rails/distinfo   (contents, props changed)
  head/textproc/rubygem-autoprefixer-rails/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon Mar 16 16:06:07 2015	(r381423)
+++ head/textproc/Makefile	Mon Mar 16 16:13:02 2015	(r381424)
@@ -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

Added: head/textproc/rubygem-autoprefixer-rails/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-autoprefixer-rails/Makefile	Mon Mar 16 16:13:02 2015	(r381424)
@@ -0,0 +1,21 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	autoprefixer-rails
+PORTVERSION=	5.1.7
+CATEGORIES=	textproc ruby
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at 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 <bsd.port.mk>

Added: head/textproc/rubygem-autoprefixer-rails/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-autoprefixer-rails/distinfo	Mon Mar 16 16:13:02 2015	(r381424)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/autoprefixer-rails-5.1.7.gem) = 61f6318c5d601b10aff9ad1a2b7e303fc8d86d21a22e24d52a90f6a5f5dee991
+SIZE (rubygem/autoprefixer-rails-5.1.7.gem) = 187392

Added: head/textproc/rubygem-autoprefixer-rails/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-autoprefixer-rails/pkg-descr	Mon Mar 16 16:13:02 2015	(r381424)
@@ -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


More information about the svn-ports-head mailing list