diff options
author | ats <ats@FreeBSD.org> | 1995-01-30 15:32:17 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-01-30 15:32:17 +0800 |
commit | ca1ddcf42397b9b595f14380f45a135023248a77 (patch) | |
tree | 8cfb63d1cec3cb2fa8ce43769a625ee125fb4d25 /net | |
parent | 9a2da4593cd8541242fa42db6558eb985029c3e9 (diff) | |
download | freebsd-ports-gnome-ca1ddcf42397b9b595f14380f45a135023248a77.tar.gz freebsd-ports-gnome-ca1ddcf42397b9b595f14380f45a135023248a77.tar.zst freebsd-ports-gnome-ca1ddcf42397b9b595f14380f45a135023248a77.zip |
Add the necessary files to build a package for fspclient.
Diffstat (limited to 'net')
-rw-r--r-- | net/fspclient/pkg-comment | 1 | ||||
-rw-r--r-- | net/fspclient/pkg-descr | 5 | ||||
-rw-r--r-- | net/fspclient/pkg-plist | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/net/fspclient/pkg-comment b/net/fspclient/pkg-comment new file mode 100644 index 000000000000..918d296e0985 --- /dev/null +++ b/net/fspclient/pkg-comment @@ -0,0 +1 @@ +fspclient - a client for the fsp service diff --git a/net/fspclient/pkg-descr b/net/fspclient/pkg-descr new file mode 100644 index 000000000000..48c32a23a32c --- /dev/null +++ b/net/fspclient/pkg-descr @@ -0,0 +1,5 @@ +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. diff --git a/net/fspclient/pkg-plist b/net/fspclient/pkg-plist new file mode 100644 index 000000000000..51c3cabef232 --- /dev/null +++ b/net/fspclient/pkg-plist @@ -0,0 +1,3 @@ +@cwd /usr/local +bin/fsp +man/man1/fsp.1 |