1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

textproc/rubygem-tidy_ffi: create port

Tidy library interface via FFI

WWW: http://github.com/libc/tidy_ffi
This commit is contained in:
Steve Wills 2018-01-08 17:57:55 +00:00
parent 47df74407c
commit 476cfc63a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458464
4 changed files with 24 additions and 0 deletions

View File

@ -1584,6 +1584,7 @@
SUBDIR += rubygem-terminal-table
SUBDIR += rubygem-text
SUBDIR += rubygem-tidy
SUBDIR += rubygem-tidy_ffi
SUBDIR += rubygem-truncato
SUBDIR += rubygem-twitter-text
SUBDIR += rubygem-twitter-text1

View File

@ -0,0 +1,17 @@
# $FreeBSD$
PORTNAME= tidy_ffi
PORTVERSION= 0.1.6
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Tidy library interface via FFI
RUN_DEPENDS= rubygem-ffi>=0:devel/rubygem-ffi
LIB_DEPENDS= libtidy.so:www/tidy-lib
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1515431279
SHA256 (rubygem/tidy_ffi-0.1.6.gem) = 25b6b6fe22f4af95bed889d1c969af4a27fbe6a4b8376f3fcc42badd4dfee857
SIZE (rubygem/tidy_ffi-0.1.6.gem) = 11776

View File

@ -0,0 +1,3 @@
Tidy library interface via FFI
WWW: http://github.com/libc/tidy_ffi