Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Nov 2017 19:08:06 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454773 - in head/www: . rubygem-jekyll-sanity
Message-ID:  <201711231908.vANJ86Ul057051@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Nov 23 19:08:06 2017
New Revision: 454773
URL: https://svnweb.freebsd.org/changeset/ports/454773

Log:
  Add rubygem-jekyll-sanity 1.2.0
  
  Jekyll Sanity provides surface patches for Jekyll that provide useful methods
  for plugin authors, and site authors as well. Moves some insane instance methods
  to the class so that they can be used without having to store the entire site.
  
  WWW: https://github.com/envygeeks/jekyll-sanity

Added:
  head/www/rubygem-jekyll-sanity/
  head/www/rubygem-jekyll-sanity/Makefile   (contents, props changed)
  head/www/rubygem-jekyll-sanity/distinfo   (contents, props changed)
  head/www/rubygem-jekyll-sanity/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Thu Nov 23 19:07:56 2017	(r454772)
+++ head/www/Makefile	Thu Nov 23 19:08:06 2017	(r454773)
@@ -2035,6 +2035,7 @@
     SUBDIR += rubygem-hurley
     SUBDIR += rubygem-innate
     SUBDIR += rubygem-jekyll
+    SUBDIR += rubygem-jekyll-sanity
     SUBDIR += rubygem-jekyll-watch
     SUBDIR += rubygem-journey
     SUBDIR += rubygem-jquery-atwho-rails

Added: head/www/rubygem-jekyll-sanity/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-jekyll-sanity/Makefile	Thu Nov 23 19:08:06 2017	(r454773)
@@ -0,0 +1,20 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	jekyll-sanity
+PORTVERSION=	1.2.0
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Patches to make Jekyll less insane and easier
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-jekyll>=3.1:www/rubygem-jekyll
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/www/rubygem-jekyll-sanity/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-jekyll-sanity/distinfo	Thu Nov 23 19:08:06 2017	(r454773)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1511439297
+SHA256 (rubygem/jekyll-sanity-1.2.0.gem) = d01168cab30d520dc597738f9da8eb5dd673dfd49ac2940eb06ee0b70cba403c
+SIZE (rubygem/jekyll-sanity-1.2.0.gem) = 5632

Added: head/www/rubygem-jekyll-sanity/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-jekyll-sanity/pkg-descr	Thu Nov 23 19:08:06 2017	(r454773)
@@ -0,0 +1,5 @@
+Jekyll Sanity provides surface patches for Jekyll that provide useful methods
+for plugin authors, and site authors as well. Moves some insane instance methods
+to the class so that they can be used without having to store the entire site.
+
+WWW: https://github.com/envygeeks/jekyll-sanity



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711231908.vANJ86Ul057051>