Port details |
- smbnetfs Mount smb shares (Fuse filesystem)
- 0.6.3_1 filesystems
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
- Maintainer: ports@virtual-estates.net
- Port Added: 2024-11-07 19:52:55
- Last Update: 2024-11-06 15:17:35
- Commit Hash: 6e2da96
- Also Listed In: net
- License: GPLv2
- WWW:
- https://sourceforge.net/projects/smbnetfs/
- Description:
- SMBNetFS is a filesystem that allow you to use samba/microsoft network
in the same manner as the network neighborhood in Microsoft Windows.
Featuries:
* you can use Samba/Microsoft network as a regular Unix filesystem
* workgroup/computer/share entries are dynamically created
* Windows domain supported
* kerberos support (New)
* user defined workgroup/link/hosts are supported
* national character supported
* in config files you can specify different user/password to access
different network shares
* you can access any computer in the world by "cd mountpoint/ip-addr"
command, where "ip-addr" is the IP address of the desired computer. Do
not warry that there is no file with such name :-)
* command "cd mountpoint/username:password@computer_or_ip" allows
you to access "computer_or_ip" as user "username" with password
"password" (this is insecure, but usefull)
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- fusefs-smbnetfs>0:filesystems/smbnetfs
- To install the port:
- cd /usr/ports/filesystems/smbnetfs/ && make install clean
- To add the package, run one of these commands:
- pkg install filesystems/smbnetfs
- pkg install fusefs-smbnetfs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fusefs-smbnetfs
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1681329971
SHA256 (smbnetfs-0.6.3.tar.bz2) = eac37b9769fbe9c3f4baf3eb64c61a6b59ad4f2aa05dfddcba5a1ac4adf4d560
SIZE (smbnetfs-0.6.3.tar.bz2) = 187460
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:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libfuse.so : filesystems/fusefs-libs
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libsmbclient.so : net/samba416
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for fusefs-smbnetfs-0.6.3_1:
DOCS=on: Build and/or install documentation
LIBSECRET=off: Use libsecret to store credentials
===> Use 'make config' to modify these settings
- Options name:
- filesystems_smbnetfs
- USES:
- compiler:c11 fuse gnome iconv pkgconfig samba:lib tar:bzip2
- pkg-message:
- For install:
- ===> Basic Instructions:
Load fusefs:
# kldload fusefs
To load fusefs at boot time, add it to rc.conf:
# sysrc kld_list+=fusefs
After fusefs is loaded, and setting
# sysctl vfs.usermount=1
you should make .smb directory in your homedir:
% mkdir ~/.smb
Copy your smb.conf (usually in /usr/local/etc/) and
/usr/local/share/doc/smbnetfs-0.6.3/smbnetfs.conf to this directory:
% cp /usr/local/etc/smb.conf /usr/local/share/doc/smbnetfs-0.6.3/smbnetfs.conf ~/.smb/
Make mountpoint for smb network and mount it:
% mkdir ~/mountpoint
% smbnetfs ~/mountpoint
Now you can get access to smb shares in your network, for example:
% cd ~/mountpoint/ip-addr
XXX Note, use of Gnome keyring was replaced in version 0.6.1 with
XXX libsecret, which this port does not enable by default.
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.3_1 06 Nov 2024 15:17:35 |
Robert Clausecker (fuz) |
filesystems: add new category for file systems and related utilities
The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.
Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.
Approved by: portmgr (rene)
Reviewed by: mat
Pull Request: https://github.com/freebsd/freebsd-ports/pull/302
PR: 281988 |
Number of commits found: 1
|