From nobody@FreeBSD.org  Sat Dec  2 10:08:21 2000
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 17BB537B400
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  2 Dec 2000 10:08:21 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eB2I8Lu83604;
	Sat, 2 Dec 2000 10:08:21 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200012021808.eB2I8Lu83604@freefall.freebsd.org>
Date: Sat, 2 Dec 2000 10:08:21 -0800 (PST)
From: tokky@fdns.org
Sender: nobody@FreeBSD.org
To: freebsd-gnats-submit@FreeBSD.org
Subject: new port <smbfs-1.3.2>
X-Send-Pr-Version: www-1.0

>Number:         23238
>Category:       ports
>Synopsis:       new port <smbfs-1.3.2>
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    bp
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          wish
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 02 10:10:01 PST 2000
>Closed-Date:    Tue Jan 30 04:20:00 PST 2001
>Last-Modified:  Tue Jan 30 04:21:28 PST 2001
>Originator:     Jaedoc Lee
>Release:        4.2-STABLE
>Organization:
N/A
>Environment:
FreeBSD tokky.dnip.net 4.2-STABLE FreeBSD 4.2-STABLE #0: Thu Nov 23 18:04:42 KST 2000     root@tokky.dnip.net:/usr/src/sys/compile/TOKKY_HOME  i386

>Description:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#       smbfs
#       smbfs/pkg-plist
#       smbfs/Makefile
#       smbfs/distinfo
#       smbfs/pkg-comment
#       smbfs/files
#       smbfs/files/patch-aa
#       smbfs/pkg-descr
#
echo c - smbfs
mkdir -p smbfs > /dev/null 2>&1
echo x - smbfs/pkg-plist
sed 's/^X//' >smbfs/pkg-plist << 'END-of-smbfs/pkg-plist'
X@cwd /modules
Xsmbfs.ko
X
X@cwd /dev
Xnet/nsmb0
X
X@cwd /usr/local
Xbin/smbutil
Xetc/nsmb.conf.sample
Xetc/rc.d/smbfs.sh.sample
Xlib/libsmb.a
Xman/man1/smbutil.1.gz
Xman/man8/mount_smbfs.8.gz
Xsbin/mount_smbfs
X
X@cwd /dev
X@dirrm net
END-of-smbfs/pkg-plist
echo x - smbfs/Makefile
sed 's/^X//' >smbfs/Makefile << 'END-of-smbfs/Makefile'
X# New ports collection makefile for:   smbfs
X# Date created:                                2th Dec 2000
X# Whom:                                        Jaedoc Lee <tokky@fdns.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=      smbfs
XPORTVERSION=   1.3.2
XCATEGORIES=    net
XMASTER_SITES=  ftp://ftp.butya.kz/pub/smbfs/
X
XMAINTAINER=    tokky@fdns.org
X
X.if defined(WITH_ICONV)
Xpre-fetch:
X       @${ECHO}
X       @${ECHO} "Using iconv library"
X       @${ECHO}
X
XLIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv
X
Xpost-configure:
X       @${SED} -e 's/# USE_ICONV=yes/USE_ICONV=yes/g' < ${WRKSRC}/config.mk.in > ${WRKSRC}/config.mk
X.else
Xpre-fetch:
X       @${ECHO}
X       @${ECHO} "Not Using iconv library"
X       @${ECHO}
X       @${ECHO} "You may set iconv library (make WITH_ICONV=yes)"
X       @${ECHO} "to compile smbfs with the supplied iconv."
X       @${ECHO}
X
Xpost-configure:
X       @${CP} ${WRKSRC}/config.mk.in ${WRKSRC}/config.mk
X.endif
X
Xpost-install:
X       cd ${WRKSRC} && make makedev
X       @${INSTALL_DATA} ${WRKSRC}/examples/dot.nsmbrc ${LOCALBASE}/etc/nsmb.conf.sample
X       @${INSTALL_SCRIPT} ${WRKSRC}/examples/smbfs.sh.sample ${LOCALBASE}/etc/rc.d/smbfs.sh.sample
X
X.include <bsd.port.mk>
END-of-smbfs/Makefile
echo x - smbfs/distinfo
sed 's/^X//' >smbfs/distinfo << 'END-of-smbfs/distinfo'
XMD5 (smbfs-1.3.2.tar.gz) = 9f472031240ee51822cd04da861d35a1
END-of-smbfs/distinfo
echo x - smbfs/pkg-comment
sed 's/^X//' >smbfs/pkg-comment << 'END-of-smbfs/pkg-comment'
XSMB/CIFS protocol and SMB/CIFS file system implementation
END-of-smbfs/pkg-comment
echo c - smbfs/files
mkdir -p smbfs/files > /dev/null 2>&1
echo x - smbfs/files/patch-aa
sed 's/^X//' >smbfs/files/patch-aa << 'END-of-smbfs/files/patch-aa'
X--- mount_smbfs/Makefile.orig  Sat Dec  2 18:54:05 2000
X+++ mount_smbfs/Makefile       Sat Dec  2 18:54:36 2000
X@@ -5,5 +5,5 @@
X MAN8= mount_smbfs.8
X 
X-BINDIR=       /sbin
X+BINDIR=       ${LOCALBASE}/sbin
X #NOSHARED=yes
X 
END-of-smbfs/files/patch-aa
echo x - smbfs/pkg-descr
sed 's/^X//' >smbfs/pkg-descr << 'END-of-smbfs/pkg-descr'
XThis is native SMB/CIFS filesystem (smbfs for short) for FreeBSD.
XIt is a complete, kernel side implementation of SMB requester and filesystem.
X
XThis release should be considered as "beta" and it doesn't contain NetBIOS
Xname resolver so you have to supply an IP address of SMB server by hand.
X
XPlease note, that this version of smbfs has been tested with recent FreeBSD-current, FreeBSD 4.X.
X
XI'm would be very grateful for any feedback, bug reports etc.
X
Xsmbfs has been tested with the following SMB servers:
X
XSamba, Windows 95/98, Windows NT 4.0 (SPs 4, 5, 6), Windows 2000, IBM LanManager.
END-of-smbfs/pkg-descr
exit
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->bp 
Responsible-Changed-By: will 
Responsible-Changed-When: Sat Dec 2 10:14:52 PST 2000 
Responsible-Changed-Why:  
Over to SMBFS author. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=23238 
State-Changed-From-To: open->closed 
State-Changed-By: bp 
State-Changed-When: Tue Jan 30 04:20:00 PST 2001 
State-Changed-Why:  
Thanks! Slightly modified and committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=23238 
>Unformatted:
