1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

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/
This commit is contained in:
Clement Laforet 2004-02-16 14:18:19 +00:00
parent 5455874985
commit 4e3cfa31e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101063
4 changed files with 37 additions and 0 deletions

View File

@ -759,6 +759,7 @@
SUBDIR += tvark
SUBDIR += udptunnel
SUBDIR += ulxmlrpcpp
SUBDIR += unfs3
SUBDIR += unison
SUBDIR += unix2tcp
SUBDIR += uplog

28
net/unfs3/Makefile Normal file
View File

@ -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>

2
net/unfs3/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (unfs3-0.9.5.tar.gz) = 45d22879b2dd67abd22f97c55b283cdf
SIZE (unfs3-0.9.5.tar.gz) = 77383

6
net/unfs3/pkg-descr Normal file
View File

@ -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/