summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMichael Moll <mmoll@FreeBSD.org>2015-11-29 21:11:05 +0000
committerMichael Moll <mmoll@FreeBSD.org>2015-11-29 21:11:05 +0000
commit0925aaa95f36ec82ed34311800a4e0154a8f7213 (patch)
treec58d8c8482b8106f79687b45e8f39fb79c65540e /net
parentnew port: devel/rubygem-octopress-hooks (diff)
new port: net/rubygem-octopress-deploy
Easily deploy any Jekyll or Octopress site using S3, Git, or Rsync. WWW: https://github.com/octopress/deploy
Notes
Notes: svn path=/head/; revision=402626
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/rubygem-octopress-deploy/Makefile21
-rw-r--r--net/rubygem-octopress-deploy/distinfo2
-rw-r--r--net/rubygem-octopress-deploy/pkg-descr3
4 files changed, 27 insertions, 0 deletions
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 <bsd.port.mk>
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