Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 2015 21:08:29 +0000 (UTC)
From:      Michael Moll <mmoll@FreeBSD.org>
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
Message-ID:  <201511292108.tATL8TX5030812@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



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