aboutsummaryrefslogtreecommitdiff
path: root/net/unfs3
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-02-16 14:18:19 +0000
committerClement Laforet <clement@FreeBSD.org>2004-02-16 14:18:19 +0000
commit4e3cfa31e57ccd7c50181fc04ae0e4b01cba8e99 (patch)
tree58e7c2462cc97b846c03e3ca0eb080b087f2e62d /net/unfs3
parent5455874985700a19f261e31f96b4bc75691a6a71 (diff)
downloadports-4e3cfa31e57ccd7c50181fc04ae0e4b01cba8e99.tar.gz
ports-4e3cfa31e57ccd7c50181fc04ae0e4b01cba8e99.zip
Notes
Diffstat (limited to 'net/unfs3')
-rw-r--r--net/unfs3/Makefile28
-rw-r--r--net/unfs3/distinfo2
-rw-r--r--net/unfs3/pkg-descr6
3 files changed, 36 insertions, 0 deletions
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 <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 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/