From owner-svn-ports-head@freebsd.org Sun Nov 29 21:11:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C033DA3C252; Sun, 29 Nov 2015 21:11:06 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D6301F22; Sun, 29 Nov 2015 21:11:06 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tATLB5Un031688; Sun, 29 Nov 2015 21:11:05 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tATLB5cA031684; Sun, 29 Nov 2015 21:11:05 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201511292111.tATLB5cA031684@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Sun, 29 Nov 2015 21:11:05 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Nov 2015 21:11:06 -0000 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 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