Add textproc/rubygem-jekyll-email-protect

Jekyll Email Protect is an email protection liquid filter which can be used
to obfuscate mailto: links to protect an email address from spam bots.

WWW: https://github.com/vwochnik/jekyll-email-protect
This commit is contained in:
Mateusz Piotrowski 2020-10-27 17:41:55 +00:00
parent 4486ed69f7
commit d85cf2f330
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553459
4 changed files with 29 additions and 0 deletions

View File

@ -1566,6 +1566,7 @@
SUBDIR += rubygem-iso-639
SUBDIR += rubygem-itextomml
SUBDIR += rubygem-jekyll-assets
SUBDIR += rubygem-jekyll-email-protect
SUBDIR += rubygem-jekyll-feed
SUBDIR += rubygem-jekyll-gist
SUBDIR += rubygem-jekyll-mentions

View File

@ -0,0 +1,21 @@
# $FreeBSD$
PORTNAME= jekyll-email-protect
DISTVERSION= 1.1.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Email protection Liquid filter for Jekyll
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-jekyll>=3.0:www/rubygem-jekyll
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1603819901
SHA256 (rubygem/jekyll-email-protect-1.1.0.gem) = 00d620939c710788ae3f71188ef913e0aa7ff0a5a39f48249213ea6215558c8d
SIZE (rubygem/jekyll-email-protect-1.1.0.gem) = 6656

View File

@ -0,0 +1,4 @@
Jekyll Email Protect is an email protection liquid filter which can be used to
obfuscate mailto: links to protect an email address from spam bots.
WWW: https://github.com/vwochnik/jekyll-email-protect