- Update to 0.0.10

PR:		ports/76466
Submitted by:	Radim Kolar <hsn@netmag.cz>
This commit is contained in:
Pav Lucistnik 2005-01-19 23:59:20 +00:00
parent e30857f861
commit 5c8b847e8f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126879
3 changed files with 8 additions and 10 deletions

View File

@ -6,16 +6,15 @@
#
PORTNAME= fspclient
PORTVERSION= 0.0.9
PORTVERSION= 0.0.10
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A ftp-like client for the fsp service
COMMENT= A ftp-like client for the FSP service
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GETOPT_LONG= yes
CFLAGS+= -I${LOCALBASE}/include

View File

@ -1,2 +1,2 @@
MD5 (fspclient-0.0.9.tar.bz2) = 21d637a8ba83a889d95373dac9b6f742
SIZE (fspclient-0.0.9.tar.bz2) = 129961
MD5 (fspclient-0.0.10.tar.gz) = 7a878ee8c28875c0c679698ec597e114
SIZE (fspclient-0.0.10.tar.gz) = 179414

View File

@ -1,7 +1,6 @@
FSP is a set of programs that implements a public-access archive
similar to an anonymous-FTP archive. It is not meant to be a
replacement for ftp; it is only meant to do what anonymous-ftp
does, but in a manner more acceptible to the provider of the
service and more friendly to the clients.
FSP Client is single executable client for the FSP protocol. FSP
Client uses an FTP-like user interface. It feels like FTP, but under
the hood it uses FSP protocol. FSP is a UDP-based protocol for transfering
files around, and was designed for anonymous archives.
WWW: http://fspclient.sourceforge.net/