svn commit: r553459 - in head/textproc: . rubygem-jekyll-email-protect

Mateusz Piotrowski 0mp at FreeBSD.org
Tue Oct 27 17:41:56 UTC 2020


Author: 0mp
Date: Tue Oct 27 17:41:55 2020
New Revision: 553459
URL: https://svnweb.freebsd.org/changeset/ports/553459

Log:
  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

Added:
  head/textproc/rubygem-jekyll-email-protect/
  head/textproc/rubygem-jekyll-email-protect/Makefile   (contents, props changed)
  head/textproc/rubygem-jekyll-email-protect/distinfo   (contents, props changed)
  head/textproc/rubygem-jekyll-email-protect/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Tue Oct 27 17:32:42 2020	(r553458)
+++ head/textproc/Makefile	Tue Oct 27 17:41:55 2020	(r553459)
@@ -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

Added: head/textproc/rubygem-jekyll-email-protect/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-jekyll-email-protect/Makefile	Tue Oct 27 17:41:55 2020	(r553459)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	jekyll-email-protect
+DISTVERSION=	1.1.0
+CATEGORIES=	textproc rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	0mp at 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>

Added: head/textproc/rubygem-jekyll-email-protect/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-jekyll-email-protect/distinfo	Tue Oct 27 17:41:55 2020	(r553459)
@@ -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

Added: head/textproc/rubygem-jekyll-email-protect/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-jekyll-email-protect/pkg-descr	Tue Oct 27 17:41:55 2020	(r553459)
@@ -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


More information about the svn-ports-head mailing list