1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

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
This commit is contained in:
Michael Moll 2015-11-29 21:08:28 +00:00
parent c14f991164
commit 836b66e488
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402625
4 changed files with 27 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/octopress-hooks-2.6.1.gem) = 1b5589298ccda1d640192203de29d37cafb6fbb159d99dfc43d4f2ded21ef04f
SIZE (rubygem/octopress-hooks-2.6.1.gem) = 9728

View File

@ -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