From owner-svn-ports-all@freebsd.org Sun Nov 29 21:08:30 2015 Return-Path: Delivered-To: svn-ports-all@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 7F6DFA3C157; Sun, 29 Nov 2015 21:08:30 +0000 (UTC) (envelope-from mmoll@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 37A351DD6; Sun, 29 Nov 2015 21:08:30 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tATL8TSX030816; Sun, 29 Nov 2015 21:08:29 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tATL8TX5030812; Sun, 29 Nov 2015 21:08:29 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201511292108.tATL8TX5030812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Sun, 29 Nov 2015 21:08:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402625 - in head/devel: . rubygem-octopress-hooks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Nov 2015 21:08:30 -0000 Author: mmoll Date: Sun Nov 29 21:08:28 2015 New Revision: 402625 URL: https://svnweb.freebsd.org/changeset/ports/402625 Log: new port: devel/rubygem-octopress-hooks Allows access to Jekyll's site, posts and pages at different points in the processing life cycle of a build. Formerly known as 'jekyll-page-hooks'. WWW: https://github.com/octopress/hooks Added: head/devel/rubygem-octopress-hooks/ head/devel/rubygem-octopress-hooks/Makefile (contents, props changed) head/devel/rubygem-octopress-hooks/distinfo (contents, props changed) head/devel/rubygem-octopress-hooks/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Nov 29 21:04:36 2015 (r402624) +++ head/devel/Makefile Sun Nov 29 21:08:28 2015 (r402625) @@ -4894,6 +4894,7 @@ SUBDIR += rubygem-notiffany SUBDIR += rubygem-notify SUBDIR += rubygem-nprogress-rails + SUBDIR += rubygem-octopress-hooks SUBDIR += rubygem-oj SUBDIR += rubygem-omniauth_crowd SUBDIR += rubygem-omniauth_crowd-rails41 Added: head/devel/rubygem-octopress-hooks/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-octopress-hooks/Makefile Sun Nov 29 21:08:28 2015 (r402625) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= octopress-hooks +PORTVERSION= 2.6.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Allows access to Jekyll data at different internal processing stages + +LICENSE= MIT + +RUN_DEPENDS= rubygem-jekyll2>=2.0:${PORTSDIR}/www/rubygem-jekyll2 + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/devel/rubygem-octopress-hooks/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-octopress-hooks/distinfo Sun Nov 29 21:08:28 2015 (r402625) @@ -0,0 +1,2 @@ +SHA256 (rubygem/octopress-hooks-2.6.1.gem) = 1b5589298ccda1d640192203de29d37cafb6fbb159d99dfc43d4f2ded21ef04f +SIZE (rubygem/octopress-hooks-2.6.1.gem) = 9728 Added: head/devel/rubygem-octopress-hooks/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-octopress-hooks/pkg-descr Sun Nov 29 21:08:28 2015 (r402625) @@ -0,0 +1,4 @@ +Allows access to Jekyll's site, posts and pages at different points in the +processing life cycle of a build. Formerly known as 'jekyll-page-hooks'. + +WWW: https://github.com/octopress/hooks