Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jun 2015 21:15:53 +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: r388787 - in head/net: . rubygem-rsync
Message-ID:  <201506072115.t57LFroc011295@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mmoll
Date: Sun Jun  7 21:15:53 2015
New Revision: 388787
URL: https://svnweb.freebsd.org/changeset/ports/388787

Log:
  new port: net/rubygem-rsync
  
  Differential Revision:	https://reviews.freebsd.org/D2753
  Approved by:	mat (mentor)

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

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sun Jun  7 21:14:17 2015	(r388786)
+++ head/net/Makefile	Sun Jun  7 21:15:53 2015	(r388787)
@@ -1100,6 +1100,7 @@
     SUBDIR += rubygem-right_gogrid
     SUBDIR += rubygem-right_http_connection
     SUBDIR += rubygem-right_slicehost
+    SUBDIR += rubygem-rsync
     SUBDIR += rubygem-ruby-growl
     SUBDIR += rubygem-ruby-openid
     SUBDIR += rubygem-ruby-yadis

Added: head/net/rubygem-rsync/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-rsync/Makefile	Sun Jun  7 21:15:53 2015	(r388787)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	rsync
+PORTVERSION=	1.0.9
+CATEGORIES=	net rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Ruby rsync library
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	rsync:${PORTSDIR}/net/rsync
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/net/rubygem-rsync/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-rsync/distinfo	Sun Jun  7 21:15:53 2015	(r388787)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/rsync-1.0.9.gem) = bbdb69727a7cf17a26be5dce197d15957dfaf8ed4814811da6b1ef17f0110b5d
+SIZE (rubygem/rsync-1.0.9.gem) = 9728

Added: head/net/rubygem-rsync/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-rsync/pkg-descr	Sun Jun  7 21:15:53 2015	(r388787)
@@ -0,0 +1,4 @@
+Ruby/Rsync is a Ruby library to syncronize files between remote
+hosts by wrapping calls to the rsync binary.
+
+WWW: https://github.com/jbussdieker/ruby-rsync



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