aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-rsync
diff options
context:
space:
mode:
authorMichael Moll <mmoll@FreeBSD.org>2015-06-07 21:15:53 +0000
committerMichael Moll <mmoll@FreeBSD.org>2015-06-07 21:15:53 +0000
commitf6c4d2ece78506b73ac942189bc0c89afa7cd420 (patch)
tree1fdde55a3057c71cd295dc2889f1ff9c619dfd92 /net/rubygem-rsync
parent44691a6d3c411b1698a6ef257a9b2ec25851a9d0 (diff)
downloadports-f6c4d2ece78506b73ac942189bc0c89afa7cd420.tar.gz
ports-f6c4d2ece78506b73ac942189bc0c89afa7cd420.zip
new port: net/rubygem-rsync
Differential Revision: https://reviews.freebsd.org/D2753 Approved by: mat (mentor)
Notes
Notes: svn path=/head/; revision=388787
Diffstat (limited to 'net/rubygem-rsync')
-rw-r--r--net/rubygem-rsync/Makefile21
-rw-r--r--net/rubygem-rsync/distinfo2
-rw-r--r--net/rubygem-rsync/pkg-descr4
3 files changed, 27 insertions, 0 deletions
diff --git a/net/rubygem-rsync/Makefile b/net/rubygem-rsync/Makefile
new file mode 100644
index 000000000000..c4c0b6cd06ac
--- /dev/null
+++ b/net/rubygem-rsync/Makefile
@@ -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>
diff --git a/net/rubygem-rsync/distinfo b/net/rubygem-rsync/distinfo
new file mode 100644
index 000000000000..f1516c0ea6fe
--- /dev/null
+++ b/net/rubygem-rsync/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/rsync-1.0.9.gem) = bbdb69727a7cf17a26be5dce197d15957dfaf8ed4814811da6b1ef17f0110b5d
+SIZE (rubygem/rsync-1.0.9.gem) = 9728
diff --git a/net/rubygem-rsync/pkg-descr b/net/rubygem-rsync/pkg-descr
new file mode 100644
index 000000000000..5b8ef8e7b40b
--- /dev/null
+++ b/net/rubygem-rsync/pkg-descr
@@ -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