aboutsummaryrefslogtreecommitdiff
path: root/ftp/rubygem-net-ftp
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-03 20:02:20 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-03 20:02:20 +0000
commite6cd7991f45a60186930a45aa413b2f589baaf72 (patch)
tree2f8dba06fa3e826e3d4f5cf656c51f9657d34d62 /ftp/rubygem-net-ftp
parent6de5ac29f4173b6d9c354130ab9114713ed5fe02 (diff)
downloadports-e6cd7991f45a60186930a45aa413b2f589baaf72.tar.gz
ports-e6cd7991f45a60186930a45aa413b2f589baaf72.zip
Add rubygem-net-ftp 0.1.1
Net::FTP implements the File Transfer Protocol. If you have used a command-line FTP program, and are familiar with the commands, you will be able to use this class easily. Some extra features are included to take advantage of Ruby's style and strengths. WWW: https://github.com/ruby/net-ftp
Notes
Notes: svn path=/head/; revision=560081
Diffstat (limited to 'ftp/rubygem-net-ftp')
-rw-r--r--ftp/rubygem-net-ftp/Makefile24
-rw-r--r--ftp/rubygem-net-ftp/distinfo3
-rw-r--r--ftp/rubygem-net-ftp/pkg-descr6
3 files changed, 33 insertions, 0 deletions
diff --git a/ftp/rubygem-net-ftp/Makefile b/ftp/rubygem-net-ftp/Makefile
new file mode 100644
index 000000000000..0138c36a33b5
--- /dev/null
+++ b/ftp/rubygem-net-ftp/Makefile
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= net-ftp
+PORTVERSION= 0.1.1
+CATEGORIES= ftp rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Support for the File Transfer Protocol
+
+LICENSE= BSD2CLAUSE RUBY
+LICENSE_COMB= dual
+LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-net-protocol>=0:net/rubygem-net-protocol \
+ rubygem-time>=0:devel/rubygem-time
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/ftp/rubygem-net-ftp/distinfo b/ftp/rubygem-net-ftp/distinfo
new file mode 100644
index 000000000000..e194e4429aa7
--- /dev/null
+++ b/ftp/rubygem-net-ftp/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609598813
+SHA256 (rubygem/net-ftp-0.1.1.gem) = a118305e5f4853f9288fb5e59ef984e9ebebe3cb410b8c4b319743ca8d7ab1b4
+SIZE (rubygem/net-ftp-0.1.1.gem) = 18432
diff --git a/ftp/rubygem-net-ftp/pkg-descr b/ftp/rubygem-net-ftp/pkg-descr
new file mode 100644
index 000000000000..bd73b2c7fc96
--- /dev/null
+++ b/ftp/rubygem-net-ftp/pkg-descr
@@ -0,0 +1,6 @@
+Net::FTP implements the File Transfer Protocol. If you have used a command-line
+FTP program, and are familiar with the commands, you will be able to use this
+class easily. Some extra features are included to take advantage of Ruby's style
+and strengths.
+
+WWW: https://github.com/ruby/net-ftp