svn commit: r402626 - in head/net: . rubygem-octopress-deploy

Michael Moll mmoll at FreeBSD.org
Sun Nov 29 21:11:06 UTC 2015


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 at 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


More information about the svn-ports-all mailing list