Port details |
- libnfs Client library for accessing NFS shares over a network
- 5.0.2_1 net =8 5.0.2_1Version of this port present on the latest quarterly branch.
- Maintainer: snoe925@gmail.com
- Port Added: 2013-02-26 23:12:56
- Last Update: 2024-01-30 11:49:22
- Commit Hash: c8b4ffa
- People watching this port, also watch:: libpciaccess, lame, lua52, glib
- License: GPLv3 LGPL21
- WWW:
- https://github.com/sahlberg/libnfs
- Description:
- LIBNFS is a client library for accessing NFS shares over a network.
LIBNFS offers three different APIs, for different use :
1, RAW : A fully async low level RPC library for NFS protocols
2, NFS ASYNC : A fully asynchronous library for high level vfs functions
3, NFS SYNC : A synchronous library for high level vfs functions
- ¦ ¦ ¦ ¦
- 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/libnfs/ && make install clean
- To add the package, run one of these commands:
- pkg install net/libnfs
- pkg install libnfs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libnfs
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1660421109
SHA256 (sahlberg-libnfs-libnfs-5.0.2_GH0.tar.gz) = 637e56643b19da9fba98f06847788c4dad308b723156a64748041035dcdf9bd3
SIZE (sahlberg-libnfs-libnfs-5.0.2_GH0.tar.gz) = 281154
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:
-
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- This port is required by:
- for Libraries
-
- filesystems/gvfs
- misc/far2l
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- net_libnfs
- USES:
- autoreconf gmake libtool pkgconfig
- 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 |
5.0.2_1 30 Jan 2024 11:49:22 |
Muhammad Moinur Rahman (bofh) |
net/libnfs: Moved man to share/man
Approved by: portmgr (blanket) |
5.0.2 22 Jan 2023 10:09:52 |
Alex Kozlov (ak) |
net/libnfs: remove erroneously added file
- Remove erroneously added in d841400463b32a0be959f27ecac51f6a0147fad3 file
Approved by: portmgr blanket |
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) |
5.0.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 ) |
5.0.2 28 Aug 2022 11:38:49 |
Fernando Apesteguía (fernape) Author: VVD |
net/libnfs: Update to 5.0.2
ChangeLog: https://github.com/sahlberg/libnfs/releases/tag/libnfs-5.0.2
Mostly minor fixes for multithreading and compilation on *BSD.
PR: 265822
Reported by: vvd@unislabs.com
Approved by: snoe925@gmail.com (maintainer, timeout > 2 weeks) |
5.0.1 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 ) |
5.0.1 02 May 2022 14:59:35 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
5.0.1 17 Apr 2022 06:53:18 |
Kirill Ponomarev (krion) |
net/libnfs: Update to 5.0.1
Approved by: maintainer timeout |
4.0.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.0.0_1 10 Aug 2020 20:48:57 |
asomers |
net/libnfs: fix build error regarding "redefinition of typedef"
libnfs was redefining u_int, causing programs using libnfs to get
"error: redefinition of typedef 'u_int' is a C11 feature" errors.
Upstream PR: https://github.com/sahlberg/libnfs/pull/326
PR: 248296
Approved by: Shannon Noe <snoe925@gmail.com> (maintainer) |
4.0.0 01 Mar 2019 04:58:42 |
danfe |
Update `net/libnfs' to version 4.0.0 and bump port revisions of the
consumers due to shared library version change.
PR: 236114
Submitted by: maintainer |
3.0.0 20 Jul 2018 16:09:46 |
jgh |
- revert r474919
Reviewed by: portmgr (mat@) |
3.0.0 18 Jul 2018 23:36:25 |
jgh |
- missed a '+"
PR: 229865 |
3.0.0 18 Jul 2018 23:33:52 |
jgh |
- update to 3.0.0 [1]
- while here shift to PLIST_SUB for SHLIB
PR: 229865 [1]
Submitted by: snoe925@gmail.com (maintainer) |
2.0.0 04 Jun 2018 14:46:41 |
mat |
Fix USE_GITHUB usage.
Sponsored by: Absolight |
2.0.0 01 Feb 2018 09:09:53 |
gahr |
net/libnfs: update to 2.0.0, pass maintainership to Shannon Noe
PR: 224602
Submitted by: Ting-Wei Lan <lantw44@gmail.com>
Approved by: maintainer (via private email) |
1.3.0_1 04 Sep 2015 16:02:17 |
mat |
Convert most ports using cloud.github.com to GHC.
Convert a couple to github, and use some options helpers on the way.
Sponsored by: Absolight |
1.3.0_1 18 Apr 2015 15:14:58 |
tijl |
Convert to USES=autoreconf |
1.3.0_1 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
1.3.0_1 03 Jul 2014 18:02:26 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
1.3.0 31 May 2014 16:37:58 |
ak |
- Fix various distinfo errors
- Remove unused USE_* knobs
- Convert USE_TWISTED_RUN to USES
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr (antoine) |
1.3.0 31 Jan 2014 07:04:20 |
miwi |
- Stage support
- Convert to USES |
1.3.0 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.3.0 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
1.3.0 26 Feb 2013 23:12:28 |
pawel |
LIBNFS is a client library for accessing NFS shares over a network.
LIBNFS offers three different APIs, for different use :
1, RAW : A fully async low level RPC library for NFS protocols
2, NFS ASYNC : A fully asynchronous library for high level vfs functions
3, NFS SYNC : A synchronous library for high level vfs functions
WWW: https://github.com/sahlberg/libnfs
PR: ports/172777
Submitted by: Manuel Creach <manuel.creach@icloud.com> |