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:
parent
47df74407c
commit
476cfc63a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458464
@ -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
|
||||
|
17
textproc/rubygem-tidy_ffi/Makefile
Normal file
17
textproc/rubygem-tidy_ffi/Makefile
Normal 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>
|
3
textproc/rubygem-tidy_ffi/distinfo
Normal file
3
textproc/rubygem-tidy_ffi/distinfo
Normal 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
|
3
textproc/rubygem-tidy_ffi/pkg-descr
Normal file
3
textproc/rubygem-tidy_ffi/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Tidy library interface via FFI
|
||||
|
||||
WWW: http://github.com/libc/tidy_ffi
|
Loading…
Reference in New Issue
Block a user