aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormmoll <mmoll@FreeBSD.org>2015-11-30 05:11:05 +0800
committermmoll <mmoll@FreeBSD.org>2015-11-30 05:11:05 +0800
commit8ecd960a273d3873765a9f54da0c978a2dde64dc (patch)
treec58d8c8482b8106f79687b45e8f39fb79c65540e /net
parent8bb92d2152ff65d71eae379ff31c4ef1d415dea1 (diff)
downloadfreebsd-ports-graphics-8ecd960a273d3873765a9f54da0c978a2dde64dc.tar.gz
freebsd-ports-graphics-8ecd960a273d3873765a9f54da0c978a2dde64dc.tar.zst
freebsd-ports-graphics-8ecd960a273d3873765a9f54da0c978a2dde64dc.zip
new port: net/rubygem-octopress-deploy
Easily deploy any Jekyll or Octopress site using S3, Git, or Rsync. WWW: https://github.com/octopress/deploy
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 363dbc13430..5a56c0b08a3 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 00000000000..7f82d9350aa
--- /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 00000000000..8ff4a1c1347
--- /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 00000000000..72d31ad6a0d
--- /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