pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/unfs3 Import unfs3-0.9.20 as net/unfs3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2e9f5daf2eae
branches: trunk
changeset: 537825:2e9f5daf2eae
user: tnn <tnn%pkgsrc.org@localhost>
date: Thu Jan 17 03:29:16 2008 +0000
description:
Import unfs3-0.9.20 as net/unfs3.
This is a portable NFSv3 server implemented entirely in userspace.
diffstat:
net/unfs3/DESCR | 3 +++
net/unfs3/Makefile | 37 +++++++++++++++++++++++++++++++++++++
net/unfs3/PLIST | 6 ++++++
net/unfs3/distinfo | 5 +++++
net/unfs3/files/exports | 7 +++++++
5 files changed, 58 insertions(+), 0 deletions(-)
diffs (78 lines):
diff -r accd21213c7b -r 2e9f5daf2eae net/unfs3/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/unfs3/DESCR Thu Jan 17 03:29:16 2008 +0000
@@ -0,0 +1,3 @@
+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.
diff -r accd21213c7b -r 2e9f5daf2eae net/unfs3/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/unfs3/Makefile Thu Jan 17 03:29:16 2008 +0000
@@ -0,0 +1,37 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/01/17 03:29:16 tnn Exp $
+#
+
+DISTNAME= unfs3-0.9.20
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=unfs3/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://unfs3.sourceforge.net/
+COMMENT= Userspace NFSv3 server
+
+GNU_CONFIGURE= yes
+PKG_DESTDIR_SUPPORT= user-destdir
+
+CONF_FILES+= ${PREFIX}/share/examples/unfs3/exports \
+ ${PKG_SYSCONFDIR}/exports
+
+INSTALLATION_DIRS+= share/examples/unfs3
+
+SUBST_CLASSES+= exports
+SUBST_STAGE.exports= pre-configure
+SUBST_MESSAGE.exports= Fixing path to exports(5)
+SUBST_FILES.exports= daemon.c unfsd.8
+SUBST_SED.exports= -e 's,/etc/exports,${PKG_SYSCONFDIR}/exports,g'
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "NetBSD"
+BUILDLINK_TRANSFORM+= rm:-lrpcsoc
+CPPFLAGS+= -Dxp_sock=xp_fd
+.endif
+
+post-install:
+ ${INSTALL_DATA} ${FILESDIR}/exports \
+ ${DESTDIR}/${PREFIX}/share/examples/unfs3
+
+.include "../../mk/bsd.pkg.mk"
diff -r accd21213c7b -r 2e9f5daf2eae net/unfs3/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/unfs3/PLIST Thu Jan 17 03:29:16 2008 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/01/17 03:29:16 tnn Exp $
+man/man7/tags.7
+man/man8/unfsd.8
+sbin/unfsd
+share/examples/unfs3/exports
+@dirrm share/examples/unfs3
diff -r accd21213c7b -r 2e9f5daf2eae net/unfs3/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/unfs3/distinfo Thu Jan 17 03:29:16 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/01/17 03:29:16 tnn Exp $
+
+SHA1 (unfs3-0.9.20.tar.gz) = 8c73c0986a0085443b8667e8d65fc236101bcf61
+RMD160 (unfs3-0.9.20.tar.gz) = 5da636a8dfcacbd31d0a1a59b1f0554318062a13
+Size (unfs3-0.9.20.tar.gz) = 167376 bytes
diff -r accd21213c7b -r 2e9f5daf2eae net/unfs3/files/exports
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/unfs3/files/exports Thu Jan 17 03:29:16 2008 +0000
@@ -0,0 +1,7 @@
+# $Id: exports,v 1.1.1.1 2008/01/17 03:29:16 tnn Exp $
+#
+# Please note that this file uses Linux exports(5) syntax, not BSD syntax.
+# See unfsd(8) or exports(5) on a Linux system for more examples.
+
+#/usr/src 0.0.0.0(ro)
+#/insecure 0.0.0.0(rw,no_root_squash)
Home |
Main Index |
Thread Index |
Old Index