git: 84c07b8e3e56 - main - textproc/rubygem-autoprefixer-rails1020: Add rubygem-autoprefixer-rails1020 10.2.0.0 (copied from rubygem-autoprefixer-rails)
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue May 11 21:51:24 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=84c07b8e3e56e182f63d3f79500806cf6cd13ebb
commit 84c07b8e3e56e182f63d3f79500806cf6cd13ebb
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-11 21:14:22 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-11 21:46:56 +0000
textproc/rubygem-autoprefixer-rails1020: Add rubygem-autoprefixer-rails1020 10.2.0.0 (copied from rubygem-autoprefixer-rails)
- Add PORTSCOUT
---
textproc/Makefile | 1 +
textproc/rubygem-autoprefixer-rails1020/Makefile | 24 +++++++++++++++++++++++
textproc/rubygem-autoprefixer-rails1020/distinfo | 3 +++
textproc/rubygem-autoprefixer-rails1020/pkg-descr | 5 +++++
4 files changed, 33 insertions(+)
diff --git a/textproc/Makefile b/textproc/Makefile
index 1e0e1e0aaa1a..f5676f96be38 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1544,6 +1544,7 @@
SUBDIR += rubygem-asciidoctor-plantuml
SUBDIR += rubygem-asciidoctor-plantuml0010
SUBDIR += rubygem-autoprefixer-rails
+ SUBDIR += rubygem-autoprefixer-rails1020
SUBDIR += rubygem-babel-source
SUBDIR += rubygem-babel-transpiler
SUBDIR += rubygem-babosa
diff --git a/textproc/rubygem-autoprefixer-rails1020/Makefile b/textproc/rubygem-autoprefixer-rails1020/Makefile
new file mode 100644
index 000000000000..5b6b22ac57ec
--- /dev/null
+++ b/textproc/rubygem-autoprefixer-rails1020/Makefile
@@ -0,0 +1,24 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+
+PORTNAME= autoprefixer-rails
+PORTVERSION= 10.2.0.0
+CATEGORIES= textproc ruby
+MASTER_SITES= RG
+PKGNAMESUFFIX= 1020
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Parse CSS and add vendor prefixes to CSS rules
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-execjs>=0:devel/rubygem-execjs
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^10\.2\.0\.
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-autoprefixer-rails1020/distinfo b/textproc/rubygem-autoprefixer-rails1020/distinfo
new file mode 100644
index 000000000000..78228ca0a8dc
--- /dev/null
+++ b/textproc/rubygem-autoprefixer-rails1020/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1620405345
+SHA256 (rubygem/autoprefixer-rails-10.2.0.0.gem) = 9e9f2da4d4d53f96033039ab6d16da60f1197f52c802c94f3fa25ac0bb06325d
+SIZE (rubygem/autoprefixer-rails-10.2.0.0.gem) = 671232
diff --git a/textproc/rubygem-autoprefixer-rails1020/pkg-descr b/textproc/rubygem-autoprefixer-rails1020/pkg-descr
new file mode 100644
index 000000000000..b14e04cfa1ff
--- /dev/null
+++ b/textproc/rubygem-autoprefixer-rails1020/pkg-descr
@@ -0,0 +1,5 @@
+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
More information about the dev-commits-ports-all
mailing list