summaryrefslogtreecommitdiff
path: root/net/gtksamba
diff options
context:
space:
mode:
Diffstat (limited to 'net/gtksamba')
-rw-r--r--net/gtksamba/DESCR8
-rw-r--r--net/gtksamba/Makefile24
-rw-r--r--net/gtksamba/PLIST7
-rw-r--r--net/gtksamba/distinfo7
-rw-r--r--net/gtksamba/patches/patch-aa15
-rw-r--r--net/gtksamba/patches/patch-ab17
6 files changed, 0 insertions, 78 deletions
diff --git a/net/gtksamba/DESCR b/net/gtksamba/DESCR
deleted file mode 100644
index c82b280a319..00000000000
--- a/net/gtksamba/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-GtkSamba is a GUI tool for the Configuration of the Samba,
-the SMB file server on X11/Unix. It will read, edit and
-write ${LOCALBASE}/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.
diff --git a/net/gtksamba/Makefile b/net/gtksamba/Makefile
deleted file mode 100644
index ac50bf0aff1..00000000000
--- a/net/gtksamba/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.18 2005/04/11 21:46:47 tv Exp $
-#
-
-DISTNAME= gtksamba-0.3.2pl1
-PKGNAME= gtksamba-0.3.2.1
-PKGREVISION= 4
-CATEGORIES= net
-MASTER_SITES= http://www.open-systems.com/gtksamba/
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.open-systems.com/gtksamba.html
-COMMENT= Samba configuration tool for X Window System
-
-GNU_CONFIGURE= yes
-CPPFLAGS+= -DPREFIX='"${PREFIX}"'
-
-post-install:
- @ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gtksamba
-.for file in COPYING README TODO ChangeLog
- @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gtksamba
-.endfor
-
-.include "../../x11/gnome-libs/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/net/gtksamba/PLIST b/net/gtksamba/PLIST
deleted file mode 100644
index 0507382e65f..00000000000
--- a/net/gtksamba/PLIST
+++ /dev/null
@@ -1,7 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:55:34 zuntum Exp $
-bin/gtksamba
-share/doc/gtksamba/COPYING
-share/doc/gtksamba/README
-share/doc/gtksamba/TODO
-share/doc/gtksamba/ChangeLog
-@dirrm share/doc/gtksamba
diff --git a/net/gtksamba/distinfo b/net/gtksamba/distinfo
deleted file mode 100644
index 6ec6fe13e1a..00000000000
--- a/net/gtksamba/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 12:13:48 agc Exp $
-
-SHA1 (gtksamba-0.3.2pl1.tar.gz) = fade3acffed653ead08a7dfebc212ac06d28e439
-RMD160 (gtksamba-0.3.2pl1.tar.gz) = b9a0907266aea749b77a0c5075720ec88298e3cb
-Size (gtksamba-0.3.2pl1.tar.gz) = 72575 bytes
-SHA1 (patch-aa) = 6f247eb1e11e16a0ddf9b8eab2334ebd269854e9
-SHA1 (patch-ab) = f6cd99939f51f0ad175545a818fb8ef6c27ae13c
diff --git a/net/gtksamba/patches/patch-aa b/net/gtksamba/patches/patch-aa
deleted file mode 100644
index 668121cfd2d..00000000000
--- a/net/gtksamba/patches/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/02/21 18:54:18 rh Exp $
-
---- src/prefs.c.orig Tue Jan 19 04:00:55 1999
-+++ src/prefs.c Tue Feb 16 09:19:08 1999
-@@ -2,8 +2,8 @@
- #include "gtksamba.h"
- #include <unistd.h>
-
--#define DEF_SMB_CONF "/etc/smb.conf"
--#define DEF_RESTART "/etc/rc.d/init.d/smb restart"
-+#define DEF_SMB_CONF PREFIX "/etc/smb.conf"
-+#define DEF_RESTART "/bin/kill -HUP `/bin/ps cauxww | /usr/bin/awk 'BEGIN { p1=ARGV[1]; p2=ARGV[2]; ARGC=1 } { if ((p1 == $11) || (p2 == $11)) { print $2 } }' nmbd smbd`"
-
- static GtkWidget *pbox=NULL;
- static GtkWidget *conf_entry=NULL;
diff --git a/net/gtksamba/patches/patch-ab b/net/gtksamba/patches/patch-ab
deleted file mode 100644
index b9d62aa7453..00000000000
--- a/net/gtksamba/patches/patch-ab
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 1999/02/21 18:54:18 rh Exp $
-
---- src/conflists.c.orig Sun Jan 17 04:54:03 1999
-+++ src/conflists.c Sun Feb 21 18:58:59 1999
-@@ -244,10 +244,10 @@
- if((manpath = g_strdup(getenv("MANPATH")))){
- i=strlen(manpath);
- manpath=g_realloc(manpath,(i+40)*sizeof(char *));
-- strcat(manpath,":/usr/man:/usr/local/man");
-+ strcat(manpath,":" PREFIX "/man:/usr/share/man:/usr/X11R6/man:/usr/local/man");
- }
- else
-- manpath=g_strdup("/usr/man:/usr/local/man");
-+ manpath=g_strdup(PREFIX "/man:/usr/share/man:/usr/X11R6/man:/usr/local/man");
-
- buff = g_malloc((strlen(manpath)+80)*sizeof(char));
- manlook = g_malloc((strlen(manpath)+32)*sizeof(char));