From 4e3cfa31e57ccd7c50181fc04ae0e4b01cba8e99 Mon Sep 17 00:00:00 2001 From: Clement Laforet Date: Mon, 16 Feb 2004 14:18:19 +0000 Subject: 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/ --- net/unfs3/Makefile | 28 ++++++++++++++++++++++++++++ net/unfs3/distinfo | 2 ++ net/unfs3/pkg-descr | 6 ++++++ 3 files changed, 36 insertions(+) create mode 100644 net/unfs3/Makefile create mode 100644 net/unfs3/distinfo create mode 100644 net/unfs3/pkg-descr (limited to 'net/unfs3') diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile new file mode 100644 index 000000000000..cabec48f3c80 --- /dev/null +++ b/net/unfs3/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: unfs3 +# Date created: Mon Feb 16 +# Whom: Clement Laforet +# +# $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 diff --git a/net/unfs3/distinfo b/net/unfs3/distinfo new file mode 100644 index 000000000000..d3ed5a9224ed --- /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 000000000000..0e8b963a125e --- /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/ -- cgit v1.2.3