From owner-svn-ports-head@FreeBSD.ORG Mon Aug 25 19:10:45 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 39FB7413; Mon, 25 Aug 2014 19:10:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 0BC0D3063; Mon, 25 Aug 2014 19:10:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7PJAiTY079500; Mon, 25 Aug 2014 19:10:44 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7PJAijZ079496; Mon, 25 Aug 2014 19:10:44 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201408251910.s7PJAijZ079496@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 25 Aug 2014 19:10:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366134 - in head/textproc: . rubygem-jekyll-paginate X-SVN-Group: ports-head 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.18-1 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: Mon, 25 Aug 2014 19:10:45 -0000 Author: swills Date: Mon Aug 25 19:10:43 2014 New Revision: 366134 URL: http://svnweb.freebsd.org/changeset/ports/366134 QAT: https://qat.redports.org/buildarchive/r366134/ Log: textproc/rubygem-jekyll-paginate: add port to be used by updated jekyll Built-in Pagination Generator for Jekyll WWW: https://github.com/jekyll/jekyll-paginate PR: textproc/rubygem-jekyll-paginate Submitted by: Michael Moll Added: head/textproc/rubygem-jekyll-paginate/ head/textproc/rubygem-jekyll-paginate/Makefile (contents, props changed) head/textproc/rubygem-jekyll-paginate/distinfo (contents, props changed) head/textproc/rubygem-jekyll-paginate/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Mon Aug 25 19:05:40 2014 (r366133) +++ head/textproc/Makefile Mon Aug 25 19:10:43 2014 (r366134) @@ -1318,6 +1318,7 @@ SUBDIR += rubygem-ini SUBDIR += rubygem-itextomml SUBDIR += rubygem-jekyll-gist + SUBDIR += rubygem-jekyll-paginate SUBDIR += rubygem-jekyll-sass-converter SUBDIR += rubygem-jsmin SUBDIR += rubygem-kramdown Added: head/textproc/rubygem-jekyll-paginate/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-jekyll-paginate/Makefile Mon Aug 25 19:10:43 2014 (r366134) @@ -0,0 +1,18 @@ +# Created by: Michael Moll +# $FreeBSD$ + +PORTNAME= jekyll-paginate +PORTVERSION= 1.0.0 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Built-in Pagination Generator for Jekyll + +LICENSE= MIT + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/textproc/rubygem-jekyll-paginate/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-jekyll-paginate/distinfo Mon Aug 25 19:10:43 2014 (r366134) @@ -0,0 +1,2 @@ +SHA256 (rubygem/jekyll-paginate-1.0.0.gem) = 534ea86386d4dfd41d5b1fc24b9b27d405351969bdbd3775f43f6366eb6001dc +SIZE (rubygem/jekyll-paginate-1.0.0.gem) = 10240 Added: head/textproc/rubygem-jekyll-paginate/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-jekyll-paginate/pkg-descr Mon Aug 25 19:10:43 2014 (r366134) @@ -0,0 +1,3 @@ +Built-in Pagination Generator for Jekyll + +WWW: https://github.com/jekyll/jekyll-paginate