mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
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
This commit is contained in:
parent
6de5ac29f4
commit
e6cd7991f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560081
@ -79,6 +79,7 @@
|
||||
SUBDIR += quftp
|
||||
SUBDIR += rexx-curl
|
||||
SUBDIR += rubygem-curb
|
||||
SUBDIR += rubygem-net-ftp
|
||||
SUBDIR += smbftpd
|
||||
SUBDIR += spegla
|
||||
SUBDIR += tftp-hpa
|
||||
|
24
ftp/rubygem-net-ftp/Makefile
Normal file
24
ftp/rubygem-net-ftp/Makefile
Normal file
@ -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>
|
3
ftp/rubygem-net-ftp/distinfo
Normal file
3
ftp/rubygem-net-ftp/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1609598813
|
||||
SHA256 (rubygem/net-ftp-0.1.1.gem) = a118305e5f4853f9288fb5e59ef984e9ebebe3cb410b8c4b319743ca8d7ab1b4
|
||||
SIZE (rubygem/net-ftp-0.1.1.gem) = 18432
|
6
ftp/rubygem-net-ftp/pkg-descr
Normal file
6
ftp/rubygem-net-ftp/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user