Page MenuHomeFreeBSD

D2753.id6020.diff
No OneTemporary

D2753.id6020.diff

Index: net/Makefile
===================================================================
--- net/Makefile
+++ net/Makefile
@@ -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
Index: net/rubygem-rsync/Makefile
===================================================================
--- /dev/null
+++ net/rubygem-rsync/Makefile
@@ -0,0 +1,19 @@
+# $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
+
+NO_ARCH= yes
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Index: net/rubygem-rsync/distinfo
===================================================================
--- /dev/null
+++ net/rubygem-rsync/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/rsync-1.0.9.gem) = bbdb69727a7cf17a26be5dce197d15957dfaf8ed4814811da6b1ef17f0110b5d
+SIZE (rubygem/rsync-1.0.9.gem) = 9728
Index: net/rubygem-rsync/pkg-descr
===================================================================
--- /dev/null
+++ 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

File Metadata

Mime Type
text/plain
Expires
Tue, Nov 25, 11:28 PM (1 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26191858
Default Alt Text
D2753.id6020.diff (1 KB)

Event Timeline