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:
parent
4486ed69f7
commit
d85cf2f330
@ -1566,6 +1566,7 @@
|
|||||||
SUBDIR += rubygem-iso-639
|
SUBDIR += rubygem-iso-639
|
||||||
SUBDIR += rubygem-itextomml
|
SUBDIR += rubygem-itextomml
|
||||||
SUBDIR += rubygem-jekyll-assets
|
SUBDIR += rubygem-jekyll-assets
|
||||||
|
SUBDIR += rubygem-jekyll-email-protect
|
||||||
SUBDIR += rubygem-jekyll-feed
|
SUBDIR += rubygem-jekyll-feed
|
||||||
SUBDIR += rubygem-jekyll-gist
|
SUBDIR += rubygem-jekyll-gist
|
||||||
SUBDIR += rubygem-jekyll-mentions
|
SUBDIR += rubygem-jekyll-mentions
|
||||||
|
|||||||
21
textproc/rubygem-jekyll-email-protect/Makefile
Normal file
21
textproc/rubygem-jekyll-email-protect/Makefile
Normal 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>
|
||||||
3
textproc/rubygem-jekyll-email-protect/distinfo
Normal file
3
textproc/rubygem-jekyll-email-protect/distinfo
Normal 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
|
||||||
4
textproc/rubygem-jekyll-email-protect/pkg-descr
Normal file
4
textproc/rubygem-jekyll-email-protect/pkg-descr
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user