Port details |
- unfs3 User-space implementation of the NFSv3 server specification
- 0.9.23_1 net =5 0.9.23_1Version of this port present on the latest quarterly branch.
- Maintainer: fuz@FreeBSD.org
- Port Added: 2004-02-16 14:18:49
- Last Update: 2024-03-20 18:37:12
- Commit Hash: cf83a71
- People watching this port, also watch:: openssl, sleuthkit, monit, fusefs-unionfs, fusefs-ntfs
- License: BSD3CLAUSE
- WWW:
- https://unfs3.github.io/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/unfs3/ && make install clean
- To add the package, run one of these commands:
- pkg install net/unfs3
- pkg install unfs3
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: unfs3
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1668687846
SHA256 (unfs3-unfs3-unfs3-0.9.23_GH0.tar.gz) = d0545286b559fa6ad8a28e77d69c26bdfa461922401c90cea46cb5d2584a8a93
SIZE (unfs3-unfs3-unfs3-0.9.23_GH0.tar.gz) = 108616
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- autoconf>=2.72 : devel/autoconf
- automake>=1.16.5 : devel/automake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for unfs3-0.9.23_1:
CLUSTER_EXT=off: include clustering extensions
===> Use 'make config' to modify these settings
- Options name:
- net_unfs3
- USES:
- autoreconf
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.23_1 20 Mar 2024 18:37:12 |
Nuno Teixeira (eduardo) |
net/unfs3: Move man pages to share/man
Approved by: portmgr (blanket) |
0.9.23 08 Feb 2023 23:24:25 |
Robert Clausecker (fuz) |
*/*: Update fuz@fuz.su to fuz@FreeBSD.org
www/writefreely had a stray duplicate MAINTAINER block
from an earlier botched commit. I did intentionally not
touch the entry in UPDATING.
Reviewed by: eduardo, flo
Differential Revision: https://reviews.freebsd.org/D38435 |
0.9.23 22 Nov 2022 06:19:47 |
Fernando Apesteguía (fernape) Author: Robert Clausecker |
net/unfs3: update to 0.9.23
ChangeLog: https://github.com/unfs3/unfs3/blob/master/NEWS
* include AFS support for better serving of files from AFS filesystems
* use svc_getreq_poll() when available
* fix serving files larger than 4GB from Windows
* better support for 64-bit systems
* fixes for macOS and Windows support
* fixes when cross compiling
* better support for exporting FAT filesystems
PR: 267848
Reported by: fuz@fuz.su (maintainer)
MFH: 2022Q4 (bugfix release) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.9.22_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.9.22_2 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.9.22_2 29 Sep 2021 09:32:13 |
Yasuhiro Kimura (yasu) Author: Robert Clausecker |
net/unfs3: Fix build with -fno-common (FreeBSD 13 or later)
* Update MASTER_SITES and WWW as project has moved to GitHub
* Pass maintainership to submitter
* Clean up and reformat Makefile
PR: 258326
Approved by: meta (mentor)
MFH: 2021Q3
Differential Revision: https://reviews.freebsd.org/D32220 |
0.9.22_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.22_1 18 Feb 2021 03:59:00 |
linimon |
Mark BROKEN in 13/14 (via latest llvm update). |
0.9.22_1 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.9.22_1 30 Mar 2016 00:08:38 |
bapt |
Actually build fine without ports byacc (tested on 9.3 i386) |
0.9.22_1 29 Mar 2016 23:39:19 |
bapt |
Replace bison dependency with byacc |
0.9.22_1 02 Jun 2015 12:30:42 |
amdmi3 |
- Switch to USES=autoreconf |
0.9.22_1 25 Feb 2015 01:46:10 |
amdmi3 |
- Add LICENSE
- Strip binary |
0.9.22_1 06 Feb 2014 18:51:53 |
antoine |
- Stage support
- OPTIONS conversion |
0.9.22_1 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.9.22_1 08 Mar 2013 11:32:12 |
bapt |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
0.9.22_1 22 Sep 2012 23:26:58 |
eadler |
This port can't be built with FORCE_MAKE_JOBS |
0.9.22_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.9.22_1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.9.22_1 16 Oct 2010 15:01:25 |
wxs |
Drop maintainer. |
0.9.22_1 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
0.9.22_1 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
0.9.22 20 Jan 2009 17:32:06 |
wxs |
- Update to 0.9.22
- Switch to SF macro
- Remove unnecessary patches and post-patch |
0.9.21_1 12 Nov 2008 15:47:25 |
wxs |
Fix a typo in Config/exports.y
Noticed by: Garrett Cooper |
0.9.21 01 Sep 2008 03:01:28 |
wxs |
- Update to 0.9.21
- Take maintainership. |
0.9.16_2 31 Aug 2008 23:13:41 |
clement |
- Drop maintainership |
0.9.16_2 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
0.9.16_2 17 Oct 2007 10:13:01 |
ade |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
0.9.16_1 04 Oct 2007 02:10:52 |
edwin |
Remove always-false/true conditions based on OSVERSION 500000 |
0.9.16_1 30 Sep 2007 04:47:37 |
linimon |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
0.9.16 08 Nov 2006 21:29:13 |
clement |
- Update to 0.9.16 |
0.9.15 03 Nov 2006 11:12:11 |
clement |
- Update to 0.9.15 |
0.9.13 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
0.9.13 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
0.9.13 10 Sep 2005 20:52:53 |
clement |
- Update to 0.9.13 |
0.9.12 22 May 2005 13:08:54 |
clement |
- Unbreak on 4.x |
0.9.12 10 Apr 2005 22:29:26 |
kris |
BROKEN on 4.x: Does not compile |
0.9.12 16 Jan 2005 11:26:19 |
clement |
- Update to 0.9.12 |
0.9.11 04 Dec 2004 11:22:02 |
clement |
- Fix build on 4.x
Reported by: pointyhat via kris |
0.9.11 30 Nov 2004 21:34:53 |
clement |
- Update to 0.9.11 |
0.9.10 10 Aug 2004 20:28:52 |
clement |
- Update to 0.9.10 |
0.9.9 22 May 2004 09:53:34 |
clement |
- Update to 0.9.9
This release adds support for mount passwords and exporting removable
media. Minor improvements were made to the exports file parser and
debug mode. |
0.9.6 10 Mar 2004 22:59:32 |
clement |
- Update to 0.9.6 |
0.9.5 16 Feb 2004 14:18:19 |
clement |
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/ |