summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz>2003-06-10 13:23:12 +0000
committerwiz <wiz>2003-06-10 13:23:12 +0000
commit30f5c683422543c7306e79f65ed41ccf99381c2c (patch)
treedd64c65caa65ba61c7cb1d284ef47bf3d76ead62 /net
parent5255732a2953598735cdded19165d6a671a4a0eb (diff)
downloadpkgsrc-30f5c683422543c7306e79f65ed41ccf99381c2c.tar.gz
Remove dc_gui, superseded by dc_gui2.
Diffstat (limited to 'net')
-rw-r--r--net/dc_gui/DESCR16
-rw-r--r--net/dc_gui/Makefile40
-rw-r--r--net/dc_gui/PLIST27
-rw-r--r--net/dc_gui/distinfo7
-rw-r--r--net/dc_gui/patches/patch-ac37
-rw-r--r--net/dc_gui/patches/patch-ad16
-rw-r--r--net/dc_gui/patches/patch-af18
7 files changed, 0 insertions, 161 deletions
diff --git a/net/dc_gui/DESCR b/net/dc_gui/DESCR
deleted file mode 100644
index 1fa479ec9fc..00000000000
--- a/net/dc_gui/DESCR
+++ /dev/null
@@ -1,16 +0,0 @@
-dc_gui is a GUI for DCTC (Direct Connect Text Client), another file sharing
-protocol. Currently, it is still a beta version, some features don't work
-but the most useful ones are available:
-
- * Currently, dc_gui can start a new client and/or attach itself
- to already running DCTC. You can also start several connections
- at the same time. You can switch between several DCTC.
- * search: mono-hub search works and takes into account all search
- criterias. It is already possible to start a download by clicking
- on the wanted file.
- * user list: the user list is simply displayed. It is already possible
- to retrieve user shared files list.
- * transfers: transfers are displayed and can be killed (either using
- the popup menu or using the 'd' key).
- * Preferences: current DCTC preferences are displayed and taken into
- account to start new client or to update running client.
diff --git a/net/dc_gui/Makefile b/net/dc_gui/Makefile
deleted file mode 100644
index 6b33a5c4704..00000000000
--- a/net/dc_gui/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# $NetBSD: Makefile,v 1.18 2003/06/10 09:56:17 wiz Exp $
-#
-
-DISTNAME= dc_gui-0.66
-PKGREVISION= 2
-CATEGORIES= net
-MASTER_SITES= http://www.ac2i.tzo.com/dctc/ \
- http://brainz.servebeer.com/dctc/
-
-MAINTAINER= tech-pkg@netbsd.org
-HOMEPAGE= http://www.ac2i.tzo.com/dctc/
-COMMENT= graphical user interface for DCTC
-
-DEPENDS+= dctc>=0.83.9:../../net/dctc
-
-GNU_CONFIGURE= YES
-USE_BUILDLINK2= YES
-USE_PKGLOCALEDIR= YES
-CONFIGURE_ARGS+= --enable-manual-db-detect
-USE_GMAKE= YES
-
-CPPFLAGS+= -I${BUILDLINK_PREFIX.db4}/include/db4
-CPPFLAGS+= -DNO_PRINTF_LOCALE
-
-post-configure:
- @${ECHO} '#ifndef MSG_NOSIGNAL' >> ${WRKSRC}/config.h
- @${ECHO} '# define MSG_NOSIGNAL 0' >> ${WRKSRC}/config.h
- @${ECHO} '#endif' >> ${WRKSRC}/config.h
- @${ECHO} '#ifndef ENODATA' >> ${WRKSRC}/config.h
- @${ECHO} '# define ENODATA ENOMSG' >> ${WRKSRC}/config.h
- @${ECHO} '#endif' >> ${WRKSRC}/config.h
- @sleep 5
- @${TOUCH} ${WRKSRC}/stamp-h ${WRKSRC}/stamp-h.in
-
-.include "../../converters/libiconv/buildlink2.mk"
-.include "../../databases/db4/buildlink2.mk"
-.include "../../devel/gettext-lib/buildlink2.mk"
-.include "../../x11/gtk/buildlink2.mk"
-.include "../../x11/gnome-libs/buildlink2.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/net/dc_gui/PLIST b/net/dc_gui/PLIST
deleted file mode 100644
index fd03694a886..00000000000
--- a/net/dc_gui/PLIST
+++ /dev/null
@@ -1,27 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2002/12/09 21:53:53 jmmv Exp $
-bin/dc_gui
-share/gnome/help/dc_gui/C/index.html
-share/gnome/help/dc_gui/C/topic.dat
-share/gnome/help/dc_gui/es/index.html
-share/gnome/help/dc_gui/es/topic.dat
-share/gnome/help/dc_gui/nl/index.html
-share/gnome/help/dc_gui/nl/topic.dat
-${PKGLOCALEDIR}/locale/de/LC_MESSAGES/dc_gui.mo
-${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/dc_gui.mo
-${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/dc_gui.mo
-${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/dc_gui.mo
-share/pixmaps/dc_gui/icon_folder_add.xpm
-share/pixmaps/dc_gui/icon_folder_del.xpm
-share/pixmaps/dc_gui/icon_kill.xpm
-share/pixmaps/dc_gui/icon_refresh.xpm
-share/pixmaps/dc_gui/icon_remove_all.xpm
-share/pixmaps/dc_gui/icon_remove_selected.xpm
-@dirrm share/pixmaps/dc_gui
-@dirrm share/gnome/help/dc_gui/nl/images
-@dirrm share/gnome/help/dc_gui/nl
-@dirrm share/gnome/help/dc_gui/es/images
-@dirrm share/gnome/help/dc_gui/es
-@dirrm share/gnome/help/dc_gui/C/images
-@dirrm share/gnome/help/dc_gui/C
-@dirrm share/gnome/help/dc_gui
-@unexec ${RMDIR} share/gnome/help 2>/dev/null || ${TRUE}
diff --git a/net/dc_gui/distinfo b/net/dc_gui/distinfo
deleted file mode 100644
index a60fef768f4..00000000000
--- a/net/dc_gui/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.10 2002/12/17 19:14:42 wiz Exp $
-
-SHA1 (dc_gui-0.66.tar.gz) = 7dd3af9e47f9b9b00eeebf321f32f8f02521117e
-Size (dc_gui-0.66.tar.gz) = 461838 bytes
-SHA1 (patch-ac) = e0c4f9e1f5c0806b01516b1a7cd449d9445ef769
-SHA1 (patch-ad) = 1128fdf19cb51d32b6266cbceb161760630ba002
-SHA1 (patch-af) = cd6f3c4f8af7c540064e17c0e9714ddc13050641
diff --git a/net/dc_gui/patches/patch-ac b/net/dc_gui/patches/patch-ac
deleted file mode 100644
index 5db3c890b60..00000000000
--- a/net/dc_gui/patches/patch-ac
+++ /dev/null
@@ -1,37 +0,0 @@
-$NetBSD: patch-ac,v 1.6 2002/12/17 19:14:43 wiz Exp $
-
---- src/callbacks.c.orig Sun Dec 1 08:03:43 2002
-+++ src/callbacks.c
-@@ -2,6 +2,13 @@
- # include <config.h>
- #endif
-
-+#ifdef __linux__
-+#include <linux/sem.h>
-+#else
-+#ifndef SEMVMX
-+#define SEMVMX 32767 /* semaphore maximum value */
-+#endif
-+#endif
- #include <math.h>
- #include <sys/types.h>
- #include <signal.h>
-@@ -14,7 +21,6 @@
- #include <dirent.h>
- #include <gdk/gdkkeysyms.h>
- #include <gdk/gdk.h>
--#include <linux/sem.h>
- #include <gnome.h>
- #include <glib.h>
- #include <time.h>
-@@ -40,6 +46,10 @@
- #include "find_result_clist.h"
- #include "user_file_list_clist.h"
- #include "ls_cache_clist.h"
-+
-+#ifndef MSG_NOSIGNAL
-+#define MSG_NOSIGNAL 0
-+#endif
-
- static void start_download_from_find_result_clist(void);
- static void reload_flagged_user_clist(int only_if_empty);
diff --git a/net/dc_gui/patches/patch-ad b/net/dc_gui/patches/patch-ad
deleted file mode 100644
index 2de53590deb..00000000000
--- a/net/dc_gui/patches/patch-ad
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ad,v 1.6 2002/12/17 19:14:43 wiz Exp $
-
---- src/dctc_process.c.orig Sat Nov 16 08:10:25 2002
-+++ src/dctc_process.c
-@@ -575,9 +575,9 @@ static void update_users_info(void)
- sprintf(buf,"%'d users (%'.2lfGB)",clst->rows,amount/(1024.0*1024.0*1024.0)); /* NO_PRINTF_LOCAL support added */
- #else
- if( (amount/(1024.0*1024.0*1024.0)) > 1024.0)
-- sprintf(buf,"%d users (%.2lfTB)",clst->rows,amount/(1024.0*1024.0*1024.0*1024.0));
-+ sprintf(buf,"%d users (%.2fTB)",clst->rows,amount/(1024.0*1024.0*1024.0*1024.0));
- else
-- sprintf(buf,"%d users (%.2lfGB)",clst->rows,amount/(1024.0*1024.0*1024.0));
-+ sprintf(buf,"%d users (%.2fGB)",clst->rows,amount/(1024.0*1024.0*1024.0));
- #endif
- w=get_widget_by_widget_name("users_info_label");
- if(w==NULL)
diff --git a/net/dc_gui/patches/patch-af b/net/dc_gui/patches/patch-af
deleted file mode 100644
index 29feff5c193..00000000000
--- a/net/dc_gui/patches/patch-af
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-af,v 1.3 2002/11/03 21:32:25 wiz Exp $
-
---- src/init_fnc.c.orig Sun Nov 3 08:09:10 2002
-+++ src/init_fnc.c
-@@ -12,7 +12,13 @@
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <sys/wait.h>
-+#ifdef __linux__
- #include <linux/sem.h> /* for the value of SEMVMX */
-+#else
-+#ifndef SEMVMX
-+#define SEMVMX 32767 /* semaphore maximum value */
-+#endif
-+#endif
- #include <dirent.h>
- #include <string.h>
- #include <errno.h>