Port details |
- fusefs-smbnetfs Mount smb shares (Fuse filesystem)
- 0.6.1_4 sysutils
=8 Version of this port present on the latest quarterly branch. - Maintainer: mi@aldan.algebra.com
 - Port Added: 2006-08-28 20:41:54
- Last Update: 2022-07-20 14:23:05
- Commit Hash: ea71236
- People watching this port, also watch:: firefox, fusefs-sshfs, screen, fusefs-ntfs, wget
- Also Listed In: net
- License: GPLv2
- 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)
WWW: https://sourceforge.net/projects/smbnetfs/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- fusefs-smbnetfs>0:sysutils/fusefs-smbnetfs
- To install the port:
- cd /usr/ports/sysutils/fusefs-smbnetfs/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/fusefs-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 = 1517243562
SHA256 (smbnetfs-0.6.1.tar.bz2) = 848b8ee4c1b5cc4c83ee35736cb28e1ddcd5789cca948f060e8cb76baa95380a
SIZE (smbnetfs-0.6.1.tar.bz2) = 171032
- 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 : sysutils/fusefs-libs
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libsmbclient.so : net/samba412
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for fusefs-smbnetfs-0.6.1_4:
DOCS=on: Build and/or install documentation
LIBSECRET=off: Use libsecret to store credentials
===> Use 'make config' to modify these settings
- Options name:
- sysutils_fusefs-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.1/smbnetfs.conf to this directory:
% cp /usr/local/etc/smb.conf /usr/local/share/doc/smbnetfs-0.6.1/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:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:23:05 0.6.1_4 |
Tobias C. Berner (tcberner)  |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
20 Jun 2022 05:48:38 0.6.1_4 |
Fernando ApesteguĂa (fernape)  |
sysutils/fusefs-smbnetfs: update pkg-message
Add note about how to load fusefs at boot time.
Use fusefs instead of fully qualified fusefs.ko.
PR: 264477
Reported by: grahamperrin@gmail.com
Approved by: mi@ALDAN.algebra.com (maintainer, timeout > 2 weeks) |
16 Mar 2022 11:20:03 0.6.1_4 |
Fernando ApesteguĂa (fernape)  |
*/*: Use fusefs.ko instead of old fuse.ko
In several installation messages.
Bumping PORTEREVISION since this is something an end user would like know about.
PR: 262246
Reported by: obiwac@gmail.com |
06 Apr 2021 14:31:07 0.6.1_3 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
01 Jan 2021 05:27:44
0.6.1_3 |
eugen  |
Revert part of r559801 that touched sysutils/fusefs-smbnetfs by error. |
01 Jan 2021 05:02:59
0.6.1_3 |
eugen  |
Undelete sysutils/xbattbar providing live distfile sources.
Requested by: Nick Kostirya |
20 Jun 2020 14:29:28
0.6.1_3 |
bapt  |
Correct the call to pkgconf
In older pkgconf, pkgconf --version and pkgconf --modversion were both
printing out the version of the .pc modules, for compatibility with freedesktop
pkg-config behaviour. This compatibility has been removed in order for pkgconf
to
print its own version and modversion actually is the switch to ask for the
module
version |
08 Nov 2019 13:11:05
0.6.1_3 |
tobik  |
sysutils: Add missing USES={gnome,mate,php} |
07 Oct 2019 16:32:38
0.6.1_3 |
mi  |
Bump PORTREVISION. Because why not? |
03 Oct 2019 17:45:40
0.6.1_2 |
mi  |
Add a patch from upstream, fixing the author's typo in an option's name.
It only affects users of libsecret, which is off by default -- thus no
port-revision bump. |
15 Aug 2019 20:37:16
0.6.1_2 |
pkubaj  |
sysutils/fusefs-smbnetfs: fix build with GCC-based architectures
C11 compiler is necessary:
event.o:(.text+0xb94): undefined reference to `g_atomic_int_get'
Approved by: mentors (implicit approval) |
14 Aug 2019 12:16:13
0.6.1_2 |
mat  |
Convert to UCL & cleanup pkg-message (categories s) |
04 Jun 2019 14:17:39
0.6.1_2 |
antoine  |
Switch default version of samba from 4.7 to 4.8
With hat: portmgr |
03 May 2019 11:22:23
0.6.1_1 |
antoine  |
Revert r500560 and unbreak
Reported by: pkg-fallout |
30 Apr 2019 19:27:28
0.6.1_1 |
pkubaj  |
sysutils/fusefs-smbnetfs: fix build with GCC-based architectures
This port requires USES=compiler:c11 and including strings.h in one source file
to build on GCC architectures.
event.o:(.text+0x838): undefined reference to `g_atomic_int_get'
event.o:(.text+0x9c4): undefined reference to `g_atomic_int_get'
event.o:(.text+0x9dc): undefined reference to `g_atomic_int_set'
PR: 237221
Approved by: mi@ALDAN.algebra.com (maintainer timeout), mat (mentor)
Differential Revision: https://reviews.freebsd.org/D20108 |
01 Sep 2018 17:05:48
0.6.1_1 |
antoine  |
Switch default version of samba to 4.7
Samba 4.6 will be discontinued in a few weeks
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D16904 |
01 Feb 2018 18:57:43
0.6.1 |
mi  |
Allow building against fuse3. Off by default for there
are no obvious advantages to it... |
31 Jan 2018 20:44:29
0.6.1 |
mi  |
Actually add the patch advertized earlier.
Reported by: tijl |
31 Jan 2018 19:58:26
0.6.1 |
mi  |
Add some minor patches I've already submitted upstream. |
30 Jan 2018 21:39:38
0.6.1 |
mi  |
We do not really need autoheader... |
29 Jan 2018 18:32:32
0.6.1 |
mi  |
Upgrade from 0.6.0 to 0.6.1. Samba >= 3.5 is now required and
the use of gnome-ring was replaced with use of libsecret (now
off by default).
Make sure to use our native iconv-implementation and only use
glib20 at build-time for its built-in atomic macros.
Claim maintainership for now to deal with any fallout... |
23 Dec 2017 07:03:21
0.6.0_3 |
antoine  |
Change default version of samba from 4.4 to 4.6
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D13529 |
25 Mar 2017 23:37:05
0.6.0_2 |
antoine  |
Switch default version of samba from 4.3 to 4.4
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D10131 |
21 Mar 2017 21:59:31
0.6.0_1 |
antoine  |
- Add USES=samba to handle dependency on samba
Valid ARGS: build, env, lib, run (default: build,run)
- Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3)
- Remove obsolete samba36 ports
- Modify samba4x ports to install libsmbclient
- Convert the ports tree to USES=samba
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D8919 |
20 Jan 2017 20:33:31
0.6.0 |
sunpoet  |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
19 May 2016 11:09:14
0.6.0 |
amdmi3  |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
01 Apr 2016 14:25:18
0.6.0 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
20 Sep 2015 21:12:21
0.6.0 |
olgeni  |
Typos, whitespace and capitalization fixes (S-X). |
26 Jan 2015 20:16:02
0.6.0 |
jbeich  |
- Update to 0.6.0
- Fix path to smbnetfs.conf in pkg-message
Changes: http://sourceforge.net/projects/smbnetfs/files/smbnetfs/SMBNetFS-0.6.0/smbnetfs-0.6.0.txt/view
Differential Revision: https://reviews.freebsd.org/D1680
Approved by: bapt (mentor) |
22 Nov 2014 09:13:36
0.5.3b |
antoine  |
Cleanup plist |
31 Aug 2014 10:07:09
0.5.3b |
riggs  |
- Update to upstream version 0.5.3b
- Add LICENSE
PR: 192982
Submitted by: jbeich@vfemail.net |
29 Jul 2014 18:41:17
0.5.3a_1  |
adamw  |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
04 Mar 2014 20:33:53
0.5.3a_1 |
tijl  |
- Add DOCS option.
- Use option helpers.
- Fix portlint warnings.
- Add USES=iconv to fix build on FreeBSD 10. |
13 Nov 2013 12:50:18
0.5.3a |
vanilla  |
Support STAGEDIR. |
20 Sep 2013 23:06:00
0.5.3a |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
03 Sep 2013 06:36:42
 |
bapt  |
Add an explicit dependency on pkgconf |
06 Mar 2013 16:52:02
0.5.3a |
bapt  |
Convert USE_FUSE macros into USES feature.
While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix |
28 Feb 2013 10:51:58
0.5.3a |
gahr  |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: sysutils)
Approved by: portmgr |
17 Jan 2013 16:01:42
0.5.3a |
gahr  |
- Update to 0.5.3a
* this version allows building without gnome-keyring support
- Add an OPTION for gnome-keyring support |
14 Dec 2012 15:47:01
0.5.3_1 |
flo  |
- introduce a USE_FUSE macro
- convert all fuse ports to use the new macro
The macro makes sure sysutils/fusefs-libs gets installed and depending on
fuse being in base or not it installs sysutils/fusefs-kmod.
Approved by: portmgr (bapt) |
25 Sep 2012 04:54:13
0.5.3_1 |
tabthorpe  |
- Reassign to the heap due to mail bounces |
01 Jun 2012 05:26:28
0.5.3_1 |
dinoex  |
- update png to 1.5.10 |
26 Dec 2011 13:38:19
0.5.3 |
eadler  |
- Point the user to the correct location
Submitted by: Volodymyr Kostyrko c.kworr@gmail.com |
26 Dec 2011 04:36:05
0.5.3 |
eadler  |
- update to ports/159108
Changes:
- According to submitter, new version works.
PR: ports/159108
Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com>
Approved by: maintainer timeout |
23 Sep 2011 22:26:39
0.3.7 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
19 Mar 2011 12:38:54
0.3.7 |
miwi  |
- Get Rid MD5 support |
29 Dec 2010 20:04:42
0.3.7 |
pgollucci  |
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav) |
22 Aug 2009 00:35:32
0.3.7  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
06 Jan 2009 17:59:31
0.3.7 |
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
23 Sep 2007 03:57:21
0.3.7 |
edwin  |
ports/116365: sysutils/fusefs-smbnetfs has a typo in the pkg-message
PR: ports/116365
Submitted by: "G. V. Tjong A Hung"
<gvtjongahung@users.sourceforge​.net;;> |
09 Jan 2007 08:32:43
0.3.7 |
clsung  |
- Update to 0.3.7
PR: ports/107538
Submitted by: clsung
Approved by: maintainer (Denis Barov) |
28 Aug 2006 20:41:33
0.3.6 |
pav  |
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)
WWW: http://sourceforge.net/projects/smbnetfs
PR: ports/101451
Submitted by: Denis Barov <dindin@freebsd.org.ua> |