Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 2015 21:11:05 +0000 (UTC)
From:      Michael Moll <mmoll@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402626 - in head/net: . rubygem-octopress-deploy
Message-ID:  <201511292111.tATLB5cA031684@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mmoll
Date: Sun Nov 29 21:11:05 2015
New Revision: 402626
URL: https://svnweb.freebsd.org/changeset/ports/402626

Log:
  new port: net/rubygem-octopress-deploy
  
  Easily deploy any Jekyll or Octopress site using S3, Git, or Rsync.
  
  WWW: https://github.com/octopress/deploy

Added:
  head/net/rubygem-octopress-deploy/
  head/net/rubygem-octopress-deploy/Makefile   (contents, props changed)
  head/net/rubygem-octopress-deploy/distinfo   (contents, props changed)
  head/net/rubygem-octopress-deploy/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sun Nov 29 21:08:28 2015	(r402625)
+++ head/net/Makefile	Sun Nov 29 21:11:05 2015	(r402626)
@@ -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

Added: head/net/rubygem-octopress-deploy/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-octopress-deploy/Makefile	Sun Nov 29 21:11:05 2015	(r402626)
@@ -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>

Added: head/net/rubygem-octopress-deploy/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-octopress-deploy/distinfo	Sun Nov 29 21:11:05 2015	(r402626)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/octopress-deploy-1.3.0.gem) = f7173553a682d0b36861d43810f12bc22564f1a8990abf249d1d1485a8c3b340
+SIZE (rubygem/octopress-deploy-1.3.0.gem) = 16384

Added: head/net/rubygem-octopress-deploy/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-octopress-deploy/pkg-descr	Sun Nov 29 21:11:05 2015	(r402626)
@@ -0,0 +1,3 @@
+Easily deploy any Jekyll or Octopress site using S3, Git, or Rsync.
+
+WWW: https://github.com/octopress/deploy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511292111.tATLB5cA031684>