From owner-cvs-all@FreeBSD.ORG Mon Jan 3 17:00:22 2011 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E6981065673; Mon, 3 Jan 2011 17:00:22 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id E9A5B8FC15; Mon, 3 Jan 2011 17:00:18 +0000 (UTC) Received: by fxm16 with SMTP id 16so13190624fxm.13 for ; Mon, 03 Jan 2011 09:00:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=kutpDmoepFOVnzBuAu2OXFFv9SYAHGb2b0BmY39Phfc=; b=dfNsb90KkBb1FyNBpoZnD+X0B9qvepjAuTLxPGAG3vhlS2r4JqCp3sP8dqzJz7gsYZ tnhMZiPxPKS+7AzTHHsozOWrZngtfzR8am3yOZUq+CUVYxJOOFZa8cffapSOkf3nJ4Kf 6Qoc43z/nnXid6KxJ7jrrzDyZmy3D68nGpEiA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=fTAeDVLFYEbhA3dlR+gbFbLoldYkTWExnhXA94fZVED141w+0iJseQjEhRK71hpFhJ lFRzhxshAoRC9sFWWX26u/Oa19oExCpik4n5EE4C/V7WvSthTAsD9CB7ut/Qjiff6tnK k7r/SFkHJRPlu4omu5ciZc55EUQsZc0Hczupw= MIME-Version: 1.0 Received: by 10.223.36.220 with SMTP id u28mr7417925fad.11.1294072393391; Mon, 03 Jan 2011 08:33:13 -0800 (PST) Sender: andrej.zverev@gmail.com Received: by 10.223.89.133 with HTTP; Mon, 3 Jan 2011 08:33:13 -0800 (PST) In-Reply-To: <201101031629.p03GTMCd032306@repoman.freebsd.org> References: <201101031629.p03GTMCd032306@repoman.freebsd.org> Date: Mon, 3 Jan 2011 19:33:13 +0300 X-Google-Sender-Auth: itSvHqDTH6w5Ys3jpcD2et-9mN4 Message-ID: From: Andrej Zverev To: Josh Paetzel Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/net Makefile ports/net/smb4k-kde4 Makefile distinfo pkg-descr pkg-plist ports/net/smb4k-kde4/files README.FreeBSD pkg-message.in smb2awk smb2nsmbrc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jan 2011 17:00:22 -0000 Sorry, but it look like net/smb4k On Mon, Jan 3, 2011 at 7:29 PM, Josh Paetzel wrote: > jpaetzel 2011-01-03 16:29:22 UTC > > FreeBSD ports repository > > Modified files: > net Makefile > Added files: > net/smb4k-kde4 Makefile distinfo pkg-descr pkg-plist > net/smb4k-kde4/files README.FreeBSD pkg-message.in smb2awk > smb2nsmbrc > Log: > Smb4K is an SMB share browser for KDE. Its features are inspired by Komba2 > by Frank Schwanz. It uses the Samba software suite for an easy access > to the SMB shares of your local network neighborhood. > > Features so far: > > - Scanning for (active) workgroups, hosts, and shares > - Mounting and unmounting of SMB and CIFS shares, including unmounting > all shares at once > - Access to the files of a mounted SMB or CIFS share using Konqueror > - Auto-detection of external mounts/unmounts > - Remounting of recently used shares on program start > - Miscellaneous infos about the mounted SMB and CIFS shares > - Network search > - WINS server support > - Preview of shares > - Selectable look-up and search methods > - Default login > - Ability to execute mount and umount SUID root (using super or sudo) > - Special handling of homes shares > - Ability to bookmark favorite shares > - And many more :) > > WWW: http://smb4k.berlios.de > > Revision Changes Path > 1.2301 +1 -0 ports/net/Makefile > 1.1 +62 -0 ports/net/smb4k-kde4/Makefile (new) > 1.1 +2 -0 ports/net/smb4k-kde4/distinfo (new) > 1.1 +98 -0 ports/net/smb4k-kde4/files/README.FreeBSD (new) > 1.1 +22 -0 ports/net/smb4k-kde4/files/pkg-message.in (new) > 1.1 +30 -0 ports/net/smb4k-kde4/files/smb2awk (new) > 1.1 +43 -0 ports/net/smb4k-kde4/files/smb2nsmbrc (new) > 1.1 +24 -0 ports/net/smb4k-kde4/pkg-descr (new) > 1.1 +138 -0 ports/net/smb4k-kde4/pkg-plist (new) >