From 0925aaa95f36ec82ed34311800a4e0154a8f7213 Mon Sep 17 00:00:00 2001 From: Michael Moll Date: Sun, 29 Nov 2015 21:11:05 +0000 Subject: new port: net/rubygem-octopress-deploy Easily deploy any Jekyll or Octopress site using S3, Git, or Rsync. WWW: https://github.com/octopress/deploy --- net/Makefile | 1 + net/rubygem-octopress-deploy/Makefile | 21 +++++++++++++++++++++ net/rubygem-octopress-deploy/distinfo | 2 ++ net/rubygem-octopress-deploy/pkg-descr | 3 +++ 4 files changed, 27 insertions(+) create mode 100644 net/rubygem-octopress-deploy/Makefile create mode 100644 net/rubygem-octopress-deploy/distinfo create mode 100644 net/rubygem-octopress-deploy/pkg-descr diff --git a/net/Makefile b/net/Makefile index 363dbc134301..5a56c0b08a35 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1103,6 +1103,7 @@ SUBDIR += rubygem-oauth SUBDIR += rubygem-oauth2 SUBDIR += rubygem-octokit + SUBDIR += rubygem-octopress-deploy SUBDIR += rubygem-omniauth-facebook SUBDIR += rubygem-omniauth-github SUBDIR += rubygem-omniauth-github-discourse diff --git a/net/rubygem-octopress-deploy/Makefile b/net/rubygem-octopress-deploy/Makefile new file mode 100644 index 000000000000..7f82d9350aab --- /dev/null +++ b/net/rubygem-octopress-deploy/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= octopress-deploy +PORTVERSION= 1.3.0 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Eases deployment of Jekyll or Octopress sites + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-colorator>=0:${PORTSDIR}/textproc/rubygem-colorator + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include diff --git a/net/rubygem-octopress-deploy/distinfo b/net/rubygem-octopress-deploy/distinfo new file mode 100644 index 000000000000..8ff4a1c13473 --- /dev/null +++ b/net/rubygem-octopress-deploy/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/octopress-deploy-1.3.0.gem) = f7173553a682d0b36861d43810f12bc22564f1a8990abf249d1d1485a8c3b340 +SIZE (rubygem/octopress-deploy-1.3.0.gem) = 16384 diff --git a/net/rubygem-octopress-deploy/pkg-descr b/net/rubygem-octopress-deploy/pkg-descr new file mode 100644 index 000000000000..72d31ad6a0d4 --- /dev/null +++ b/net/rubygem-octopress-deploy/pkg-descr @@ -0,0 +1,3 @@ +Easily deploy any Jekyll or Octopress site using S3, Git, or Rsync. + +WWW: https://github.com/octopress/deploy -- cgit v1.2.3