diff options
author | pav <pav@FreeBSD.org> | 2005-01-20 07:59:20 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-01-20 07:59:20 +0800 |
commit | d3bbd464d49e5ae4c25b91c81ff013bf9a3312ca (patch) | |
tree | 2f5f03b800715270ba2666faa0ffb72fcf059032 | |
parent | 62d536e7172cdb1ef93d00f051ed6f9cee0825d7 (diff) | |
download | freebsd-ports-gnome-d3bbd464d49e5ae4c25b91c81ff013bf9a3312ca.tar.gz freebsd-ports-gnome-d3bbd464d49e5ae4c25b91c81ff013bf9a3312ca.tar.zst freebsd-ports-gnome-d3bbd464d49e5ae4c25b91c81ff013bf9a3312ca.zip |
- Update to 0.0.10
PR: ports/76466
Submitted by: Radim Kolar <hsn@netmag.cz>
-rw-r--r-- | net/fspclient/Makefile | 5 | ||||
-rw-r--r-- | net/fspclient/distinfo | 4 | ||||
-rw-r--r-- | net/fspclient/pkg-descr | 9 |
3 files changed, 8 insertions, 10 deletions
diff --git a/net/fspclient/Makefile b/net/fspclient/Makefile index 9090bf95f367..4d5bddf9264d 100644 --- a/net/fspclient/Makefile +++ b/net/fspclient/Makefile @@ -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 diff --git a/net/fspclient/distinfo b/net/fspclient/distinfo index 88ce5f835a86..4af2e5f8b398 100644 --- a/net/fspclient/distinfo +++ b/net/fspclient/distinfo @@ -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 diff --git a/net/fspclient/pkg-descr b/net/fspclient/pkg-descr index c12762052bd9..9c318337f9cb 100644 --- a/net/fspclient/pkg-descr +++ b/net/fspclient/pkg-descr @@ -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/ |