diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-19 23:59:20 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-19 23:59:20 +0000 |
commit | 5c8b847e8f1d6e82b74646c53b36b415bb4a8fa8 (patch) | |
tree | 189dd68821d36b348b8c598e2cd21a12c9e0ba7b /net | |
parent | Update to 0.9.12, see more detail: (diff) |
- Update to 0.0.10
PR: ports/76466
Submitted by: Radim Kolar <hsn@netmag.cz>
Notes
Notes:
svn path=/head/; revision=126879
Diffstat (limited to 'net')
-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/ |