1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

www/rubygem-rtlit: create port

Converts CSS files from left-to-right to right-to-left

WWW: https://github.com/zohararad/rtlit
This commit is contained in:
Steve Wills 2014-10-07 00:58:40 +00:00
parent 325e005274
commit 00f8e03b2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370265
4 changed files with 24 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/rtlit-0.0.5.gem) = 151fd174fe22bd5317901e2624fda63f8dc387ad3731bf7894599744d9812e6b
SIZE (rubygem/rtlit-0.0.5.gem) = 8192

View File

@ -0,0 +1,3 @@
Converts CSS files from left-to-right to right-to-left
WWW: https://github.com/zohararad/rtlit