diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-02-26 23:12:28 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-02-26 23:12:28 +0000 |
commit | 917a58ad41204dab36dfff5aa7989bbc91c336ac (patch) | |
tree | 9472cf4094c82a65e61be008acc0f50faf21d96f /net/libnfs/pkg-plist | |
parent | e4842349408e02d7470fceeeeb212c3fed66eea5 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=313012
Diffstat (limited to 'net/libnfs/pkg-plist')
-rw-r--r-- | net/libnfs/pkg-plist | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/libnfs/pkg-plist b/net/libnfs/pkg-plist new file mode 100644 index 000000000000..c08af617dd4e --- /dev/null +++ b/net/libnfs/pkg-plist @@ -0,0 +1,12 @@ +lib/libnfs.la +lib/libnfs.a +lib/libnfs.so +lib/libnfs.so.1 +include/nfsc/libnfs-raw-mount.h +include/nfsc/libnfs-raw-nfs.h +include/nfsc/libnfs-raw-portmap.h +include/nfsc/libnfs-raw-rquota.h +include/nfsc/libnfs-raw.h +include/nfsc/libnfs.h +libdata/pkgconfig/libnfs.pc +@dirrm include/nfsc |