Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2021 20:02:20 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560081 - in head/ftp: . rubygem-net-ftp
Message-ID:  <202101032002.103K2KlH097592@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>

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



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