diff options
Diffstat (limited to 'net-p2p/dctc-gui')
-rw-r--r-- | net-p2p/dctc-gui/Makefile | 54 | ||||
-rw-r--r-- | net-p2p/dctc-gui/distinfo | 1 | ||||
-rw-r--r-- | net-p2p/dctc-gui/pkg-comment | 1 | ||||
-rw-r--r-- | net-p2p/dctc-gui/pkg-descr | 21 | ||||
-rw-r--r-- | net-p2p/dctc-gui/pkg-plist | 16 |
5 files changed, 0 insertions, 93 deletions
diff --git a/net-p2p/dctc-gui/Makefile b/net-p2p/dctc-gui/Makefile deleted file mode 100644 index 3c944979917e..000000000000 --- a/net-p2p/dctc-gui/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# New ports collection makefile for: GUI to Direct Connect Text Client -# Date created: Thu Nov 22 00:34:48 BRST 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= dctc -PORTVERSION= 0.41 -CATEGORIES= net gnome -MASTER_SITES= http://ac2i.tzo.com/dctc/ -PKGNAMESUFFIX= -gui -DISTNAME= dc_gui-${PORTVERSION} - -MAINTAINER= lioux@FreeBSD.org - -RUN_DEPENDS= dctc:${PORTSDIR}/net/dctc -LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit \ - iconv.2:${PORTSDIR}/converters/iconv \ - intl.1:${PORTSDIR}/devel/gettext - -USE_GNOMELIBS= yes -USE_GTK= yes -USE_XLIB= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -CONFIGURE_ARGS= --with-gnome=${X11BASE} \ - --with-gtk-prefix=${LOCALBASE} \ - --with-libiconv-prefix=${LOCALBASE} - -DOC_FILES= COPYING ChangeLog README - -post-patch: - @${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 -x ${PERL} -pi -e \ - 's|(hublist)|dc_\1|;s|(\$$\(datadir\))/gnome|\1|; \ - s|include.+<linux/sem.h>|include <sys/ipc.h>\n#include <sys/sem.h>|' - @${PERL} -pi -e 's|(<stdio.h>.*)$$|\1\n#include <config.h>|' \ - ${WRKSRC}/src/init_fnc.c - -post-configure: - @${ECHO} '#include <sys/param.h>' >> ${CONFIGURE_WRKSRC}/config.h - @${ECHO} '#ifndef SEMVMX' >> ${WRKSRC}/config.h - @${ECHO} '#define SEMVMX 32767' >> ${WRKSRC}/config.h - @${ECHO} '#endif' >> ${WRKSRC}/config.h - -post-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR}${PKGNAMESUFFIX} -.for file in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}${PKGNAMESUFFIX} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/net-p2p/dctc-gui/distinfo b/net-p2p/dctc-gui/distinfo deleted file mode 100644 index 9e84795274c2..000000000000 --- a/net-p2p/dctc-gui/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dc_gui-0.41.tar.gz) = ee8bd78162b5d77b573ada6c8c3081fb diff --git a/net-p2p/dctc-gui/pkg-comment b/net-p2p/dctc-gui/pkg-comment deleted file mode 100644 index b35a3b47c722..000000000000 --- a/net-p2p/dctc-gui/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A GUI to DirectConnect (www.neo-modus.com) text client diff --git a/net-p2p/dctc-gui/pkg-descr b/net-p2p/dctc-gui/pkg-descr deleted file mode 100644 index 599aca4cb3d6..000000000000 --- a/net-p2p/dctc-gui/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -[ from developer's site] - -This is a Graphical User Interface for DCTC - -I. What is DCTC -DCTC is a Direct Connect clone, a windoz client allowing users to -share their files and talk (like IRC but more software sharing -oriented) using a proprietary protocol. - -DCTC stands for Direct Connect Text Client. - -II. What is not DCTC -DCTC is written from scratch without any help from neo-modus using -our experience of hotline protocol. - -DCTC is not designed to be used by human. It doesn't contains any -GUI or CLI. The goal of this project is to build a Direct Connect -client which can be used by other programs. So even if you can enter -command using the keyboard, don't say the human interface is poor. - -WWW: http://ac2i.tzo.com/dctc/ diff --git a/net-p2p/dctc-gui/pkg-plist b/net-p2p/dctc-gui/pkg-plist deleted file mode 100644 index 148a004eeefa..000000000000 --- a/net-p2p/dctc-gui/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -bin/dc_gui -%%PORTDOCS%%share/doc/dctc-gui/COPYING -%%PORTDOCS%%share/doc/dctc-gui/ChangeLog -%%PORTDOCS%%share/doc/dctc-gui/README -share/gnome/help/dc_gui/C/index.html -share/gnome/help/dc_gui/C/topic.dat -share/locale/nl/LC_MESSAGES/dc_gui.mo -@unexec %D/share/locale/nl/LC_MESSAGES 2>/dev/null || true -@unexec %D/share/locale/nl 2>/dev/null || true -@unexec %D/share/locale 2>/dev/null || true -@unexec %D/share/gnome/help/dc_gui/C/images 2>/dev/null || true -@unexec %D/share/gnome/help/dc_gui/C 2>/dev/null || true -@unexec %D/share/gnome/help/dc_gui 2>/dev/null || true -@unexec %D/share/gnome/help 2>/dev/null || true -@unexec %D/share/gnome 2>/dev/null || true -%%PORTDOCS%%@dirrm share/doc/dctc-gui |