aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-10-07 00:58:40 +0000
committerSteve Wills <swills@FreeBSD.org>2014-10-07 00:58:40 +0000
commit00f8e03b2efa579e0c55ab9fd2b9c85421940770 (patch)
tree18bfe8ba027078e279b5fe1e8cf8ecb8b020abde
parent325e00527414acec5f536a2a6086d73bae9e778f (diff)
downloadports-00f8e03b2efa579e0c55ab9fd2b9c85421940770.tar.gz
ports-00f8e03b2efa579e0c55ab9fd2b9c85421940770.zip
Notes
-rw-r--r--www/Makefile1
-rw-r--r--www/rubygem-rtlit/Makefile18
-rw-r--r--www/rubygem-rtlit/distinfo2
-rw-r--r--www/rubygem-rtlit/pkg-descr3
4 files changed, 24 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 4e23c4b44aec..2b095d118b9e 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1869,6 +1869,7 @@
SUBDIR += rubygem-rqrcode
SUBDIR += rubygem-robotex
SUBDIR += rubygem-robots
+ SUBDIR += rubygem-rtlit
SUBDIR += rubygem-savon
SUBDIR += rubygem-sawyer
SUBDIR += rubygem-scrapi
diff --git a/www/rubygem-rtlit/Makefile b/www/rubygem-rtlit/Makefile
new file mode 100644
index 000000000000..d2aacbc22858
--- /dev/null
+++ b/www/rubygem-rtlit/Makefile
@@ -0,0 +1,18 @@
+# Created by: Steve Wills <swills@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= rtlit
+PORTVERSION= 0.0.5
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= CSS left-to-right to right-to-left converter
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST=yes
+
+PLIST_FILES= bin/rtlit
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-rtlit/distinfo b/www/rubygem-rtlit/distinfo
new file mode 100644
index 000000000000..a37049dc66db
--- /dev/null
+++ b/www/rubygem-rtlit/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/rtlit-0.0.5.gem) = 151fd174fe22bd5317901e2624fda63f8dc387ad3731bf7894599744d9812e6b
+SIZE (rubygem/rtlit-0.0.5.gem) = 8192
diff --git a/www/rubygem-rtlit/pkg-descr b/www/rubygem-rtlit/pkg-descr
new file mode 100644
index 000000000000..36766b4499d2
--- /dev/null
+++ b/www/rubygem-rtlit/pkg-descr
@@ -0,0 +1,3 @@
+Converts CSS files from left-to-right to right-to-left
+
+WWW: https://github.com/zohararad/rtlit