mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add smbfs 1.3.3,
SMB/CIFS protocol and SMB/CIFS file system implementation. PR: 23238 Submitted by: Jaedoc Lee <tokky@fdns.org> (for 1.3.2)
This commit is contained in:
parent
ac06276e18
commit
4d6210b7c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37792
6 changed files with 70 additions and 0 deletions
|
@ -259,6 +259,7 @@
|
|||
SUBDIR += sharity-light
|
||||
SUBDIR += sing
|
||||
SUBDIR += slirp
|
||||
SUBDIR += smbfs
|
||||
SUBDIR += smbtcpdump
|
||||
SUBDIR += smm++
|
||||
SUBDIR += sniffit
|
||||
|
|
43
net/smbfs/Makefile
Normal file
43
net/smbfs/Makefile
Normal file
|
@ -0,0 +1,43 @@
|
|||
# New ports collection makefile for: smbfs
|
||||
# Date created: 2th Dec 2000
|
||||
# Whom: Jaedoc Lee <tokky@fdns.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= smbfs
|
||||
PORTVERSION= 1.3.3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.butya.kz/pub/smbfs/
|
||||
|
||||
MAINTAINER= tokky@fdns.org
|
||||
|
||||
.if defined(WITH_ICONV)
|
||||
pre-fetch:
|
||||
@${ECHO}
|
||||
@${ECHO} "Using iconv library"
|
||||
@${ECHO}
|
||||
|
||||
LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv
|
||||
|
||||
post-configure:
|
||||
@${SED} -e 's/# USE_ICONV=yes/USE_ICONV=yes/g' < ${WRKSRC}/config.mk.in > ${WRKSRC}/config.mk
|
||||
.else
|
||||
pre-fetch:
|
||||
@${ECHO}
|
||||
@${ECHO} "Not Using iconv library"
|
||||
@${ECHO}
|
||||
@${ECHO} "You may set iconv library (make WITH_ICONV=yes)"
|
||||
@${ECHO} "to compile smbfs with the supplied iconv."
|
||||
@${ECHO}
|
||||
|
||||
post-configure:
|
||||
@${CP} ${WRKSRC}/config.mk.in ${WRKSRC}/config.mk
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
cd ${WRKSRC} && make makedev
|
||||
@${INSTALL_DATA} ${WRKSRC}/examples/dot.nsmbrc ${LOCALBASE}/etc/nsmb.conf.sample
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/examples/smbfs.sh.sample ${LOCALBASE}/etc/rc.d/smbfs.sh.sample
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/smbfs/distinfo
Normal file
1
net/smbfs/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (smbfs-1.3.3.tar.gz) = 9d043b0e74b247f264d849cdf78a5fd1
|
1
net/smbfs/pkg-comment
Normal file
1
net/smbfs/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
SMB/CIFS protocol and SMB/CIFS file system implementation
|
11
net/smbfs/pkg-descr
Normal file
11
net/smbfs/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
|||
This is native SMB/CIFS filesystem (smbfs for short) for FreeBSD.
|
||||
It is a complete, kernel side implementation of SMB requester and filesystem.
|
||||
|
||||
Please note, that this version of smbfs has been tested with recent
|
||||
FreeBSD-current and FreeBSD 4.X.
|
||||
|
||||
I'm would be very grateful for any feedback, bug reports etc.
|
||||
|
||||
smbfs has been tested with the following SMB servers:
|
||||
|
||||
Samba, Windows 95/98/ME/2000/NT4.0(SPs 4, 5, 6), IBM LanManager, NetApp.
|
13
net/smbfs/pkg-plist
Normal file
13
net/smbfs/pkg-plist
Normal file
|
@ -0,0 +1,13 @@
|
|||
@cwd /
|
||||
dev/net/nsmb0
|
||||
modules/smbfs.ko
|
||||
sbin/mount_smbfs
|
||||
@cwd /usr/local
|
||||
bin/smbutil
|
||||
etc/nsmb.conf.sample
|
||||
etc/rc.d/smbfs.sh.sample
|
||||
lib/libsmb.a
|
||||
man/man1/smbutil.1.gz
|
||||
man/man8/mount_smbfs.8.gz
|
||||
@cwd /dev
|
||||
@dirrm net
|
Loading…
Add table
Reference in a new issue