Port details |
- mountsmb2 SMB/CIFS shares mounting scripts to do it at login
- 0.90.2 sysutils =2 0.90.2Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2006-04-30 14:42:05
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: net
- License: not specified in port
- WWW:
- http://www.granch.ru/~shelton
- Description:
- This set of scripts allows you to imitate Windows feature to automount some
network shares at login time. It is relatively difficult in setup - you should
understand, what you do, know how to install SMB/CIFS support into a kernel,
how to setup /etc/nsmb.conf and .nsmbrc files, etc.
Script are written on Shell. Uses nbtscan and host utilites to locate Windows
boxes when generated .nsmbrc file in semi-automated mode with smb2nsmbrc helper
script. Also uses their own file .mssmbrc to describe any share, mounted with
mountsmb2.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mountsmb2>0:sysutils/mountsmb2
- To install the port:
- cd /usr/ports/sysutils/mountsmb2/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/mountsmb2
- pkg install mountsmb2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mountsmb2
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (mountsmb2-0.90.2.tar.bz2) = e23e6cf07c614091a61f3189c23ee81eb7197f6ceb52f5304e95e60cebbbdc74
SIZE (mountsmb2-0.90.2.tar.bz2) = 6245
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- nbtscan : net-mgmt/nbtscan
- sudo : security/sudo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mountsmb2-0.90.2:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- sysutils_mountsmb2
- USES:
- tar:bzip2
- pkg-message:
- For install:
- Please, read /usr/local/share/examples/mountsmb2/README.FreeBSD
*B*E*F*O*R*E* the FIRST RUN of Mountsmb2!
In order to run Mountsmb2 properly, be sure that:
1. Your kernel is configured properly
2. Your /etc/nsmb.conf file is configured properly
3. Your .nsmbrc file is configured properly (this means, that
the password to *ANY* server in your network is recorded in
this file. For semi-automatic creation of .nsmbrc you can use
the smb2nsmbrc script)
4. Your .mssmbrc file is created and filled properly
Keep in mind, that:
1. Mountsmb2 only calls mount_smbfs to mount shares with params, described in
a .mssmbrc file
2. DO NOT DISTURB ME ABOUT FreeBSD's SMB IMPLEMENTATION!
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
0.90.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 ) |
0.90.2 20 Jul 2022 14:23:05 |
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 ) |
0.90.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.90.2 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
0.90.2 09 May 2016 09:03:32 |
amdmi3 |
- Switch to options helpers |
0.90.2 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.90.2 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.90.2 10 May 2014 18:42:01 |
antoine |
Maintainer no longer wishes to maintain those ports
With hat: portmgr |
0.90.2 17 Mar 2014 07:54:09 |
ehaupt |
- Support staging
- Define EXAMPLES option
- Define DOCS option
- Convert USE_BZIP2=yes to USES=tar:bzip2 |
0.90.2 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
0.90.2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.90.2 09 Jul 2008 12:03:34 |
edwin |
From: "Rashid N. Achilov" <achilov-rn@askd.ru>
To: edwin@freebsd.org
Edwin, can you change for all my ports maintainer address from
achilov-rn@askd.ru to citycat4@ngs.ru? |
0.90.2 16 May 2008 14:17:15 |
lippe |
- Update MASTER_SITES [1].
- Move pkg-message to FILESDIR.
- Respect now NOPORTDOCS/NOPORTEXAMPLES.
[1] The distfile is obtained through a client-side script, which does not work
with fetch(1).
PR: ports/121095
Submitted by: "Rashid N. Citycat Achilov" <citycat4@ngs.ru>
Reworked by: lippe (myself)
Approved by: gabor (mentor), maintainer timeout (> 2 weeks) |
0.90.2 23 Nov 2006 09:51:59 |
linimon |
Update maintainer's email address.
Submitted by: maintainer via email |
0.90.2 16 May 2006 16:35:34 |
anray |
- Update to 0.90.2
- Update description.
PR: ports/97167
Submitted by: maintainer |
0.90.1 30 Apr 2006 14:41:30 |
anray |
Add mountsmb2 0.90.1, SMB/CIFS shares mounting scripts to do it at
login.
PR: ports/94601
Submitted by: Rashid N. Achilov <shelton@www.granch.ru> |