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:
parent
325e005274
commit
00f8e03b2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370265
@ -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
|
||||
|
18
www/rubygem-rtlit/Makefile
Normal file
18
www/rubygem-rtlit/Makefile
Normal 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>
|
2
www/rubygem-rtlit/distinfo
Normal file
2
www/rubygem-rtlit/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/rtlit-0.0.5.gem) = 151fd174fe22bd5317901e2624fda63f8dc387ad3731bf7894599744d9812e6b
|
||||
SIZE (rubygem/rtlit-0.0.5.gem) = 8192
|
3
www/rubygem-rtlit/pkg-descr
Normal file
3
www/rubygem-rtlit/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Converts CSS files from left-to-right to right-to-left
|
||||
|
||||
WWW: https://github.com/zohararad/rtlit
|
Loading…
Reference in New Issue
Block a user