diff options
author | clement <clement@FreeBSD.org> | 2004-02-16 22:18:19 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-02-16 22:18:19 +0800 |
commit | ede2de79b3e33931136acf390bc75af780071bac (patch) | |
tree | 7e4a86f13b7ac80f8e9d0c1f9ed88e0db8ed4550 /net/unfs3 | |
parent | a68b512603273782db8ecb0c154a4e7999ff1a90 (diff) | |
download | freebsd-ports-graphics-ede2de79b3e33931136acf390bc75af780071bac.tar.gz freebsd-ports-graphics-ede2de79b3e33931136acf390bc75af780071bac.tar.zst freebsd-ports-graphics-ede2de79b3e33931136acf390bc75af780071bac.zip |
Add unfs3 v0.9.5
UNFS3 is a user-space implementation of the NFSv3 server specification. It
provides a daemon for the MOUNT and NFS protocols, which are used by NFS
clients for accessing files on the server.
Since it runs in user-space, you can use it in a jail.
WWW: http://unfs3.sourceforge.net/
Diffstat (limited to 'net/unfs3')
-rw-r--r-- | net/unfs3/Makefile | 28 | ||||
-rw-r--r-- | net/unfs3/distinfo | 2 | ||||
-rw-r--r-- | net/unfs3/pkg-descr | 6 |
3 files changed, 36 insertions, 0 deletions
diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile new file mode 100644 index 00000000000..cabec48f3c8 --- /dev/null +++ b/net/unfs3/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: unfs3 +# Date created: Mon Feb 16 +# Whom: Clement Laforet <clement@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= unfs3 +PORTVERSION= 0.9.5 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= clement@FreeBSD.org +COMMENT= A user-space implementation of the NFSv3 server specification + +GNU_CONFIGURE= YES +USE_BISON= YES + +MAN7= tags.7 +MAN8= unfsd.8 +PLIST_FILES= sbin/unfsd + +.if defined(WITH_CLUSTER_EXT) +CONFIGURE_ARGS+= --enable-cluster +.endif + +.include <bsd.port.mk> diff --git a/net/unfs3/distinfo b/net/unfs3/distinfo new file mode 100644 index 00000000000..d3ed5a9224e --- /dev/null +++ b/net/unfs3/distinfo @@ -0,0 +1,2 @@ +MD5 (unfs3-0.9.5.tar.gz) = 45d22879b2dd67abd22f97c55b283cdf +SIZE (unfs3-0.9.5.tar.gz) = 77383 diff --git a/net/unfs3/pkg-descr b/net/unfs3/pkg-descr new file mode 100644 index 00000000000..0e8b963a125 --- /dev/null +++ b/net/unfs3/pkg-descr @@ -0,0 +1,6 @@ +UNFS3 is a user-space implementation of the NFSv3 server specification. It +provides a daemon for the MOUNT and NFS protocols, which are used by NFS +clients for accessing files on the server. +Since it runs in user-space, you can use it in a jail. + +WWW: http://unfs3.sourceforge.net/ |