diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-11-16 16:05:55 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-11-16 16:05:55 +0000 |
commit | 8379fdf375278b20b230a367a6f89530f7ee6046 (patch) | |
tree | 5c5347bf8548592e51bfe82644b16022a45764b5 /net/gnosamba | |
parent | f3c5bb255e552de5cfb9b8630f1743c79610545b (diff) | |
download | FreeBSD-ports-8379fdf375278b20b230a367a6f89530f7ee6046.zip FreeBSD-ports-8379fdf375278b20b230a367a6f89530f7ee6046.tar.gz |
Import gtksamba, GtkSamba is a GUI tool for the Configuration of the Samba.
PR: ports/8572
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'net/gnosamba')
-rw-r--r-- | net/gnosamba/Makefile | 28 | ||||
-rw-r--r-- | net/gnosamba/distinfo | 1 | ||||
-rw-r--r-- | net/gnosamba/files/patch-ab | 11 | ||||
-rw-r--r-- | net/gnosamba/pkg-comment | 1 | ||||
-rw-r--r-- | net/gnosamba/pkg-descr | 10 | ||||
-rw-r--r-- | net/gnosamba/pkg-plist | 5 |
6 files changed, 56 insertions, 0 deletions
diff --git a/net/gnosamba/Makefile b/net/gnosamba/Makefile new file mode 100644 index 0000000..fae5bff --- /dev/null +++ b/net/gnosamba/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: gtksamba +# Version required: 0.1.1 +# Date created: 4 November 1998 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= gtksamba-0.1.1 +CATEGORIES= net x11 +MASTER_SITES= http://www.open-systems.com/gtksamba/ + +MAINTAINER= andy@icc.surw.chel.su + +LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 + +USE_X_PREFIX= yes + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/gtksamba ${PREFIX}/bin +.if !defined(NOPORTDOCS) + @ ${MKDIR} ${PREFIX}/share/doc/gtksamba +.for file in COPYING README TODO + @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gtksamba +.endfor +.endif + +.include <bsd.port.mk> diff --git a/net/gnosamba/distinfo b/net/gnosamba/distinfo new file mode 100644 index 0000000..8eb8e59 --- /dev/null +++ b/net/gnosamba/distinfo @@ -0,0 +1 @@ +MD5 (gtksamba-0.1.1.tar.gz) = 51ecb7d0ef375ab688669c0a6ce7583b diff --git a/net/gnosamba/files/patch-ab b/net/gnosamba/files/patch-ab new file mode 100644 index 0000000..5cf3d41 --- /dev/null +++ b/net/gnosamba/files/patch-ab @@ -0,0 +1,11 @@ +--- gtksamba.h.orig Wed Nov 11 10:30:20 1998 ++++ gtksamba.h Mon Nov 16 22:43:17 1998 +@@ -30,7 +30,7 @@ + int write; + } SmbWin; + +-#define CONFILE "/etc/smb.conf" ++#define CONFILE "/usr/local/etc/smb.conf" + + #define SMB_WIN(obj) ((SmbWin *)(obj)) + diff --git a/net/gnosamba/pkg-comment b/net/gnosamba/pkg-comment new file mode 100644 index 0000000..d05b53c --- /dev/null +++ b/net/gnosamba/pkg-comment @@ -0,0 +1 @@ +Samba configuration tool for X Window System. diff --git a/net/gnosamba/pkg-descr b/net/gnosamba/pkg-descr new file mode 100644 index 0000000..02d0374 --- /dev/null +++ b/net/gnosamba/pkg-descr @@ -0,0 +1,10 @@ +GtkSamba is a GUI tool for the Configuration of the Samba, +the SMB file server on X11/Unix. It will read, edit and +write /usr/local/etc/smb.conf, an alternate configuration +file, or from a network. It uses the GTK toolkit. + +This is an early development release, not all functionality +is implemented. It will let you edit any existing +parameter from a text entry, but without any checking. + +http://www.open-systems.com/gtksamba.html diff --git a/net/gnosamba/pkg-plist b/net/gnosamba/pkg-plist new file mode 100644 index 0000000..0eaa7ce --- /dev/null +++ b/net/gnosamba/pkg-plist @@ -0,0 +1,5 @@ +bin/gtksamba +share/doc/gtksamba/COPYING +share/doc/gtksamba/README +share/doc/gtksamba/TODO +@dirrm share/doc/gtksamba |