From owner-svn-ports-head@freebsd.org Thu Nov 23 19:08:08 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4267BDF3871; Thu, 23 Nov 2017 19:08:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A478D75F78; Thu, 23 Nov 2017 19:08:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vANJ86TD057055; Thu, 23 Nov 2017 19:08:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vANJ86Ul057051; Thu, 23 Nov 2017 19:08:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201711231908.vANJ86Ul057051@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 23 Nov 2017 19:08:06 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www: . rubygem-jekyll-sanity X-SVN-Commit-Revision: 454773 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Nov 2017 19:08:08 -0000 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 +# $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 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