diff options
author | Michael Moll <mmoll@FreeBSD.org> | 2015-11-29 21:08:28 +0000 |
---|---|---|
committer | Michael Moll <mmoll@FreeBSD.org> | 2015-11-29 21:08:28 +0000 |
commit | 836b66e4889451d258b9f4d75944f80277935ec0 (patch) | |
tree | e2859e6f6f2c4f4a4998c3a33fde8b24e9e69f79 | |
parent | c14f991164011fe2e74482c09541042f84dc500e (diff) | |
download | freebsd-ports-836b66e4889451d258b9f4d75944f80277935ec0.zip |
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
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-octopress-hooks/Makefile | 20 | ||||
-rw-r--r-- | devel/rubygem-octopress-hooks/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-octopress-hooks/pkg-descr | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 2b92c44f8976..7abd42322244 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/rubygem-octopress-hooks/Makefile b/devel/rubygem-octopress-hooks/Makefile new file mode 100644 index 000000000000..45ab278b373f --- /dev/null +++ b/devel/rubygem-octopress-hooks/Makefile @@ -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> diff --git a/devel/rubygem-octopress-hooks/distinfo b/devel/rubygem-octopress-hooks/distinfo new file mode 100644 index 000000000000..392b24a90170 --- /dev/null +++ b/devel/rubygem-octopress-hooks/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/octopress-hooks-2.6.1.gem) = 1b5589298ccda1d640192203de29d37cafb6fbb159d99dfc43d4f2ded21ef04f +SIZE (rubygem/octopress-hooks-2.6.1.gem) = 9728 diff --git a/devel/rubygem-octopress-hooks/pkg-descr b/devel/rubygem-octopress-hooks/pkg-descr new file mode 100644 index 000000000000..0f51d45675fa --- /dev/null +++ b/devel/rubygem-octopress-hooks/pkg-descr @@ -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 |