mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
New port, rubygem-fast_blank: Fast string blank implementation
Adding this because it is a dependency of the upcoming www/mastodon port. WWW: https://github.com/SamSaffron/fast_blank/ Approved by: swills (mentor, implicit)
This commit is contained in:
parent
fa1d54ae4d
commit
01b96bbfe7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438209
4 changed files with 26 additions and 0 deletions
|
@ -5236,6 +5236,7 @@
|
|||
SUBDIR += rubygem-extras
|
||||
SUBDIR += rubygem-facets
|
||||
SUBDIR += rubygem-faraday_middleware-multi_json
|
||||
SUBDIR += rubygem-fast_blank
|
||||
SUBDIR += rubygem-fast-stemmer
|
||||
SUBDIR += rubygem-fast_gettext
|
||||
SUBDIR += rubygem-fast_stack
|
||||
|
|
17
devel/rubygem-fast_blank/Makefile
Normal file
17
devel/rubygem-fast_blank/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fast_blank
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= jrm@FreeBSD.org
|
||||
COMMENT= Fast String blank implementation
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-fast_blank/distinfo
Normal file
3
devel/rubygem-fast_blank/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1491856076
|
||||
SHA256 (rubygem/fast_blank-1.0.0.gem) = a67c93dbcb8c34ba40973688e4b600b640760503362f3aeb63b37ebe3d8d419b
|
||||
SIZE (rubygem/fast_blank-1.0.0.gem) = 7680
|
5
devel/rubygem-fast_blank/pkg-descr
Normal file
5
devel/rubygem-fast_blank/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
fast_blank provides a C-optimized method for determining if a string is blank.
|
||||
According to the author, it is about 1.2 and 20 times faster than the Active
|
||||
Support implementation.
|
||||
|
||||
WWW: https://github.com/SamSaffron/fast_blank/
|
Loading…
Add table
Reference in a new issue