Date: 24 Mar 2003 18:34:00 +0200 From: Dan Naumov <dan.naumov@ofw.fi> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/50255: NEW PORT: xfsamba - A GTK-based SMB navigator Message-ID: <1048523640.46997.10.camel@localhost>
next in thread | raw e-mail | index | archive | help
>Number: 50255 >Category: ports >Synopsis: NEW PORT: xfsamba - A GTK-based SMB navigator >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 24 08:40:15 PST 2003 >Closed-Date: >Last-Modified: >Originator: Dan Naumov >Release: >Organization: none, home user >Environment: >Description: Here's my first ever port I've ever done for FreeBSD and I hope it doesn't "show", heh. If it's horribly broken in some way, please let me know so I can improve it. I asked a few people on IRC and checked this with portlint and it seems to be working nice so far. As this is an SMB network navigator, I believe this should be going under "net". >How-To-Repeat: >Fix: # 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: # # xfsamba # xfsamba/Makefile # xfsamba/distinfo # xfsamba/pkg-descr # xfsamba/pkg-plist # echo c - xfsamba mkdir -p xfsamba > /dev/null 2>&1 echo x - xfsamba/Makefile sed 's/^X//' >xfsamba/Makefile << 'END-of-xfsamba/Makefile' X# New ports collection makefile for: xfsamba X# Date created: 19 March 2003 X# Whom: Dan "Jago" Naumov <dan.naumov@ofw.fi> X# X# $FreeBSD$ X# X XPORTNAME= xfsamba XPORTVERSION= 0.47 XCATEGORIES= net XMASTER_SITES= http://xfsamba.sourceforge.net/archive/ X XMAINTAINER= dan.naumov@ofw.fi XCOMMENT= A GTK-based SMB navigator X XUSE_LIBTOOL= yes XUSE_GMAKE= yes XUSE_GNOME= gdkpixbuf XUSE_GNOMENG= yes XUSE_XPM= yes X XCONFIGURE_TARGET= X X.include <bsd.port.pre.mk> X X.if exists(${LOCALBASE}/bin/xfce) XBROKEN= "XFCE already includes XFSamba" X.endif X Xpre-everything:: X.if !defined(WITHOUT_NLS) X @${ECHO_MSG} X @${ECHO_MSG} "If you want to disable Native Language Support, hit" X @${ECHO_MSG} "Ctrl-C right now and use \"make WITHOUT_NLS=yes\"" X @${ECHO_MSG} X.endif X X.if defined(WITHOUT_NLS) XCONFIGURE_ARGS+=--disable-nls XPLIST_SUB+= NLS:="@comment " X.else XPLIST_SUB+= NLS:="" X.endif X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/xfsamba X ${INSTALL_MAN} ${WRKSRC}/AUTHORS ${PREFIX}/share/doc/xfsamba X ${INSTALL_MAN} ${WRKSRC}/COPYING ${PREFIX}/share/doc/xfsamba X ${INSTALL_MAN} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xfsamba X.endif X XMAN1= glob.1 xfglob.1 xftree.1 X X.include <bsd.port.post.mk> END-of-xfsamba/Makefile echo x - xfsamba/distinfo sed 's/^X//' >xfsamba/distinfo << 'END-of-xfsamba/distinfo' XMD5 (xfsamba-0.47.tar.gz) = b2383527e32ef8a28eec87aee899a300 END-of-xfsamba/distinfo echo x - xfsamba/pkg-descr sed 's/^X//' >xfsamba/pkg-descr << 'END-of-xfsamba/pkg-descr' XThis is a port of XFSamba, an SMB navigator with upload, download, rm, rmdir, Xmkdir and tar capabilities. Full drag and drop, and copy/paste operations can Xbe done between Xftree and Xfsamba. From other filemanagers Xfsamba will accept Xdrops for multilple files or directories. X XWWW: http://xfsamba.sourceforge.net/ END-of-xfsamba/pkg-descr echo x - xfsamba/pkg-plist sed 's/^X//' >xfsamba/pkg-plist << 'END-of-xfsamba/pkg-plist' Xbin/glob Xbin/xfdiff Xbin/xfglob Xbin/xfsamba Xbin/xftree X%%NLS:%%lib/charset.alias X%%NLS:%%share/doc/xfsamba/AUTHORS X%%NLS:%%share/doc/xfsamba/COPYING X%%NLS:%%share/doc/xfsamba/ChangeLog X%%NLS:%%share/locale/ca/LC_MESSAGES/xfsamba.mo X%%NLS:%%share/locale/cs/LC_MESSAGES/xfsamba.mo X%%NLS:%%share/locale/da/LC_MESSAGES/xfsamba.mo X%%NLS:%%share/locale/de/LC_MESSAGES/xfsamba.mo X%%NLS:%%share/locale/en_GB/LC_MESSAGES/xfsamba.mo X%%NLS:%%share/locale/es/LC_MESSAGES/xfsamba.mo X%%NLS:%%share/locale/et/LC_MESSAGES/xfsamba.mo X%%NLS:%%share/locale/fi/LC_MESSAGES/xfsamba.mo X%%NLS:%%share/locale/fr/LC_MESSAGES/xfsamba.mo X%%NLS:%%share/locale/gl/LC_MESSAGES/xfsamba.mo X%%NLS:%%share/locale/hu/LC_MESSAGES/xfsamba.mo X%%NLS:%%share/locale/it/LC_MESSAGES/xfsamba.mo X%%NLS:%%share/locale/ja/LC_MESSAGES/xfsamba.mo X%%NLS:%%share/locale/nl/LC_MESSAGES/xfsamba.mo X%%NLS:%%share/locale/pl/LC_MESSAGES/xfsamba.mo X%%NLS:%%share/locale/pt_BR/LC_MESSAGES/xfsamba.mo X%%NLS:%%share/locale/ro/LC_MESSAGES/xfsamba.mo X%%NLS:%%share/locale/ru/LC_MESSAGES/xfsamba.mo X%%NLS:%%share/locale/sk/LC_MESSAGES/xfsamba.mo X%%NLS:%%share/locale/sr/LC_MESSAGES/xfsamba.mo X%%NLS:%%share/locale/sv/LC_MESSAGES/xfsamba.mo X%%NLS:%%share/locale/uk/LC_MESSAGES/xfsamba.mo X%%NLS:%%share/locale/zh/LC_MESSAGES/xfsamba.mo X%%NLS:%%share/locale/zh_CN/LC_MESSAGES/xfsamba.mo X%%NLS:%%share/locale/zh_TW.Big5/LC_MESSAGES/xfsamba.mo X@dirrm share/doc/xfsamba END-of-xfsamba/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1048523640.46997.10.camel>