svn commit: r560081 - in head/ftp: . rubygem-net-ftp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 3 20:02:26 UTC 2021


Author: sunpoet
Date: Sun Jan  3 20:02:20 2021
New Revision: 560081
URL: https://svnweb.freebsd.org/changeset/ports/560081

Log:
  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

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

Modified: head/ftp/Makefile
==============================================================================
--- head/ftp/Makefile	Sun Jan  3 20:02:15 2021	(r560080)
+++ head/ftp/Makefile	Sun Jan  3 20:02:20 2021	(r560081)
@@ -79,6 +79,7 @@
     SUBDIR += quftp
     SUBDIR += rexx-curl
     SUBDIR += rubygem-curb
+    SUBDIR += rubygem-net-ftp
     SUBDIR += smbftpd
     SUBDIR += spegla
     SUBDIR += tftp-hpa

Added: head/ftp/rubygem-net-ftp/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ftp/rubygem-net-ftp/Makefile	Sun Jan  3 20:02:20 2021	(r560081)
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	net-ftp
+PORTVERSION=	0.1.1
+CATEGORIES=	ftp rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at 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>

Added: head/ftp/rubygem-net-ftp/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ftp/rubygem-net-ftp/distinfo	Sun Jan  3 20:02:20 2021	(r560081)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609598813
+SHA256 (rubygem/net-ftp-0.1.1.gem) = a118305e5f4853f9288fb5e59ef984e9ebebe3cb410b8c4b319743ca8d7ab1b4
+SIZE (rubygem/net-ftp-0.1.1.gem) = 18432

Added: head/ftp/rubygem-net-ftp/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ftp/rubygem-net-ftp/pkg-descr	Sun Jan  3 20:02:20 2021	(r560081)
@@ -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


More information about the svn-ports-all mailing list