notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
fusefs-smbnetfs Mount smb shares (Fuse filesystem)
0.6.3 sysutils on this many watch lists=8 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.6.3Version of this port present on the latest quarterly branch.
Maintainer: mi@aldan.algebra.com search for ports maintained by this maintainer
Port Added: 2006-08-28 20:41:54
Last Update: 2023-04-21 07:06:30
Commit Hash: 63920b7
People watching this port, also watch:: firefox, openssl, wget, nmap, fusefs-sshfs
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)
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (11 items)
Collapse this list.
  1. /usr/local/share/licenses/fusefs-smbnetfs-0.6.3/catalog.mk
  2. /usr/local/share/licenses/fusefs-smbnetfs-0.6.3/LICENSE
  3. /usr/local/share/licenses/fusefs-smbnetfs-0.6.3/GPLv2
  4. bin/smbnetfs
  5. share/doc/smbnetfs-0.6.3/INSTALL
  6. share/doc/smbnetfs-0.6.3/ENGLISH.FAQ
  7. share/doc/smbnetfs-0.6.3/RUSSIAN.FAQ
  8. share/doc/smbnetfs-0.6.3/smbnetfs.conf
  9. @owner
  10. @group
  11. @mode
Collapse this list.
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 = 1681329971 SHA256 (smbnetfs-0.6.3.tar.bz2) = eac37b9769fbe9c3f4baf3eb64c61a6b59ad4f2aa05dfddcba5a1ac4adf4d560 SIZE (smbnetfs-0.6.3.tar.bz2) = 187460

Packages (timestamps in pop-ups are UTC):
fusefs-smbnetfs
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.6.30.6.30.6.1_30.6.30.6.3---
FreeBSD:13:quarterly0.6.30.6.3-0.6.30.6.3-0.6.30.6.3
FreeBSD:14:latest0.6.30.6.30.6.1_40.6.30.6.30.6.3-0.6.3
FreeBSD:14:quarterly0.6.30.6.3-0.6.30.6.3-0.6.30.6.3
FreeBSD:15:latest0.6.30.6.3n/a0.6.3n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libfuse.so : sysutils/fusefs-libs
  2. libglib-2.0.so : devel/glib20
  3. libintl.so : devel/gettext-runtime
  4. libsmbclient.so : net/samba413
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for fusefs-smbnetfs-0.6.3: 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.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:
Expand this list (56 items)
Collapse this list.
  1. http://cfhcable.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  2. http://cytranet.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  3. http://deac-ams.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  4. http://deac-fra.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  5. http://deac-riga.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  6. http://downloads.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  7. http://excellmedia.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  8. http://freefr.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  9. http://gigenet.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  10. http://ixpeering.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  11. http://jaist.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  12. http://jztkft.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  13. http://kumisystems.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  14. http://liquidtelecom.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  15. http://nchc.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  16. http://netactuate.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  17. http://netcologne.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  18. http://netix.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  19. http://onboardcloud.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  20. http://phoenixnap.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  21. http://razaoinfo.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  22. http://sinalbr.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  23. http://sitsa.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  24. http://sonik.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  25. http://tenet.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  26. http://udomain.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  27. http://ufpr.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  28. http://versaweb.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  29. https://cfhcable.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  30. https://cytranet.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  31. https://deac-ams.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  32. https://deac-fra.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  33. https://deac-riga.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  34. https://downloads.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  35. https://excellmedia.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  36. https://freefr.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  37. https://gigenet.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  38. https://ixpeering.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  39. https://jaist.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  40. https://jztkft.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  41. https://kumisystems.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  42. https://liquidtelecom.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  43. https://nchc.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  44. https://netactuate.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  45. https://netcologne.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  46. https://netix.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  47. https://onboardcloud.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  48. https://phoenixnap.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  49. https://razaoinfo.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  50. https://sinalbr.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  51. https://sitsa.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  52. https://sonik.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  53. https://tenet.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  54. https://udomain.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  55. https://ufpr.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
  56. https://versaweb.dl.sourceforge.net/project/smbnetfs/smbnetfs/SMBNetFS-0.6.3/
Collapse this list.

Number of commits found: 55

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.6.3
21 Apr 2023 07:06:30
commit hash: 63920b7a18f3db7d75da1b5641421bb2439c5b13commit hash: 63920b7a18f3db7d75da1b5641421bb2439c5b13commit hash: 63920b7a18f3db7d75da1b5641421bb2439c5b13commit hash: 63920b7a18f3db7d75da1b5641421bb2439c5b13 files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Kevin Zheng
sysutils/fusefs-smbnetfs: Update to 0.6.3

 * fix opening a file with O_CREAT
 * fix wrong subsecond value in times
 * add noexec option support
 * it's now possible to disable libsecret
 * minor cleanup

PR:		270806
Reported by:	kevinz5000@gmail.com
Approved by:	mi@ALDAN.algebra.com (maintainer, timeout > 2 weeks)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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.6.1_4
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.6.1_4
20 Jul 2022 14:23:05
commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
0.6.1_4
20 Jun 2022 05:48:38
commit hash: 30004660fa2df7ed264635daf89e312f2f7162fbcommit hash: 30004660fa2df7ed264635daf89e312f2f7162fbcommit hash: 30004660fa2df7ed264635daf89e312f2f7162fbcommit hash: 30004660fa2df7ed264635daf89e312f2f7162fb files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
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)
0.6.1_4
16 Mar 2022 11:20:03
commit hash: 15865bdb6207dd15468762cb04df74ba8999aaefcommit hash: 15865bdb6207dd15468762cb04df74ba8999aaefcommit hash: 15865bdb6207dd15468762cb04df74ba8999aaefcommit hash: 15865bdb6207dd15468762cb04df74ba8999aaef files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
*/*: 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
0.6.1_3
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.6.1_3
01 Jan 2021 05:27:44
Revision:559803Original commit files touched by this commit
eugen search for other commits by this committer
Revert part of r559801 that touched sysutils/fusefs-smbnetfs by error.
0.6.1_3
01 Jan 2021 05:02:59
Revision:559801Original commit files touched by this commit
eugen search for other commits by this committer
Undelete sysutils/xbattbar providing live distfile sources.

Requested by:	Nick Kostirya
0.6.1_3
20 Jun 2020 14:29:28
Revision:539740Original commit files touched by this commit
bapt search for other commits by this committer
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
0.6.1_3
08 Nov 2019 13:11:05
Revision:517057Original commit files touched by this commit
tobik search for other commits by this committer
sysutils: Add missing USES={gnome,mate,php}
0.6.1_3
07 Oct 2019 16:32:38
Revision:513969Original commit files touched by this commit
mi search for other commits by this committer
Bump PORTREVISION. Because why not?
0.6.1_2
03 Oct 2019 17:45:40
Revision:513679Original commit files touched by this commit
mi search for other commits by this committer
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.
0.6.1_2
15 Aug 2019 20:37:16
Revision:509053Original commit files touched by this commit
pkubaj search for other commits by this committer
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)
0.6.1_2
14 Aug 2019 12:16:13
Revision:508909Original commit files touched by this commit
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories s)
0.6.1_2
04 Jun 2019 14:17:39
Revision:503475Original commit files touched by this commit
antoine search for other commits by this committer
Switch default version of samba from 4.7 to 4.8

With hat:	portmgr
0.6.1_1
03 May 2019 11:22:23
Revision:500715Original commit files touched by this commit
antoine search for other commits by this committer
Revert r500560 and unbreak

Reported by:	pkg-fallout
0.6.1_1
30 Apr 2019 19:27:28
Revision:500560Original commit files touched by this commit
pkubaj search for other commits by this committer
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
0.6.1_1
01 Sep 2018 17:05:48
Revision:478711Original commit files touched by this commit
antoine search for other commits by this committer
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
0.6.1
01 Feb 2018 18:57:43
Revision:460623Original commit files touched by this commit
mi search for other commits by this committer
Allow building against fuse3. Off by default for there
are no obvious advantages to it...
0.6.1
31 Jan 2018 20:44:29
Revision:460528Original commit files touched by this commit
mi search for other commits by this committer
Actually add the patch advertized earlier.

Reported by:	tijl
0.6.1
31 Jan 2018 19:58:26
Revision:460525Original commit files touched by this commit
mi search for other commits by this committer
Add some minor patches I've already submitted upstream.
0.6.1
30 Jan 2018 21:39:38
Revision:460440Original commit files touched by this commit
mi search for other commits by this committer
We do not really need autoheader...
0.6.1
29 Jan 2018 18:32:32
Revision:460320Original commit files touched by this commit
mi search for other commits by this committer
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...
0.6.0_3
23 Dec 2017 07:03:21
Revision:457024Original commit files touched by this commit
antoine search for other commits by this committer
Change default version of samba from 4.4 to 4.6

Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D13529
0.6.0_2
25 Mar 2017 23:37:05
Revision:436925Original commit files touched by this commit
antoine search for other commits by this committer
Switch default version of samba from 4.3 to 4.4

With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D10131
0.6.0_1
21 Mar 2017 21:59:31
Revision:436659Original commit files touched by this commit
antoine search for other commits by this committer
- 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
0.6.0
20 Jan 2017 20:33:31
Revision:431996Original commit files touched by this commit
sunpoet search for other commits by this committer
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/
0.6.0
19 May 2016 11:09:14
Revision:415503Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-messages

Approved by:	portmgr blanket
0.6.0
01 Apr 2016 14:25:18
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
0.6.0
20 Sep 2015 21:12:21
Revision:397463Original commit files touched by this commit
olgeni search for other commits by this committer
Typos, whitespace and capitalization fixes (S-X).
0.6.0
26 Jan 2015 20:16:02
Revision:377949Original commit files touched by this commit
jbeich search for other commits by this committer
- 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)
0.5.3b
22 Nov 2014 09:13:36
Revision:373038Original commit files touched by this commit
antoine search for other commits by this committer
Cleanup plist
0.5.3b
31 Aug 2014 10:07:09
Revision:366739Original commit files touched by this commit
riggs search for other commits by this committer
- Update to upstream version 0.5.3b
- Add LICENSE

PR:		192982
Submitted by:	jbeich@vfemail.net
0.5.3a_1
29 Jul 2014 18:41:17
Revision:363371Original commit files touched by this commit Sanity Test Failure
adamw search for other commits by this committer
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
0.5.3a_1
04 Mar 2014 20:33:53
Revision:347068Original commit files touched by this commit
tijl search for other commits by this committer
- Add DOCS option.
- Use option helpers.
- Fix portlint warnings.
- Add USES=iconv to fix build on FreeBSD 10.
0.5.3a
13 Nov 2013 12:50:18
Revision:333680Original commit files touched by this commit
vanilla search for other commits by this committer
Support STAGEDIR.
0.5.3a
20 Sep 2013 23:06:00
Revision:327772Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
03 Sep 2013 06:36:42
Revision:326122Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Add an explicit dependency on pkgconf
0.5.3a
06 Mar 2013 16:52:02
Revision:313527Original commit files touched by this commit
bapt search for other commits by this committer
Convert USE_FUSE macros into USES feature.

While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix
0.5.3a
28 Feb 2013 10:51:58
Revision:313088Original commit files touched by this commit
gahr search for other commits by this committer
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: sysutils)

Approved by:	portmgr
0.5.3a
17 Jan 2013 16:01:42
Revision:310552Original commit files touched by this commit
gahr search for other commits by this committer
- Update to 0.5.3a
  * this version allows building without gnome-keyring support
- Add an OPTION for gnome-keyring support
0.5.3_1
14 Dec 2012 15:47:01
Revision:308910Original commit files touched by this commit
flo search for other commits by this committer
- 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)
0.5.3_1
25 Sep 2012 04:54:13
Revision:304809Original commit files touched by this commit
tabthorpe search for other commits by this committer
- Reassign to the heap due to mail bounces
0.5.3_1
01 Jun 2012 05:26:28
Original commit files touched by this commit
dinoex search for other commits by this committer
- update png to 1.5.10
0.5.3
26 Dec 2011 13:38:19
Original commit files touched by this commit
eadler search for other commits by this committer
- Point the user to the correct location

Submitted by:   Volodymyr Kostyrko c.kworr@gmail.com
0.5.3
26 Dec 2011 04:36:05
Original commit files touched by this commit
eadler search for other commits by this committer
- 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
0.3.7
23 Sep 2011 22:26:39
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- 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
0.3.7
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
0.3.7
29 Dec 2010 20:04:42
Original commit files touched by this commit
pgollucci search for other commits by this committer
- 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)
0.3.7
22 Aug 2009 00:35:32
Original commit files touched by this commit Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
0.3.7
06 Jan 2009 17:59:31
Original commit files touched by this commit
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
0.3.7
23 Sep 2007 03:57:21
Original commit files touched by this commit
edwin search for other commits by this committer
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&#8203;.net;;>
0.3.7
09 Jan 2007 08:32:43
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.3.7

PR:             ports/107538
Submitted by:   clsung
Approved by:    maintainer (Denis Barov)
0.3.6
28 Aug 2006 20:41:33
Original commit files touched by this commit
pav search for other commits by this committer
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>

Number of commits found: 55