From 8d191d67592d51becf9ce2974204057a74de715c Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Thu, 22 Nov 2001 04:34:15 +0000 Subject: New port dctc-gui version 0.33: A GUI to DirectConnect (www.neo-modus.com) text client --- net-p2p/dctc-gui/Makefile | 41 +++++++++++++++++++++++++++++ net-p2p/dctc-gui/distinfo | 1 + net-p2p/dctc-gui/files/patch-src:init_fnc.c | 11 ++++++++ net-p2p/dctc-gui/pkg-comment | 1 + net-p2p/dctc-gui/pkg-descr | 21 +++++++++++++++ net-p2p/dctc-gui/pkg-plist | 4 +++ 6 files changed, 79 insertions(+) create mode 100644 net-p2p/dctc-gui/Makefile create mode 100644 net-p2p/dctc-gui/distinfo create mode 100644 net-p2p/dctc-gui/files/patch-src:init_fnc.c create mode 100644 net-p2p/dctc-gui/pkg-comment create mode 100644 net-p2p/dctc-gui/pkg-descr create mode 100644 net-p2p/dctc-gui/pkg-plist (limited to 'net-p2p') diff --git a/net-p2p/dctc-gui/Makefile b/net-p2p/dctc-gui/Makefile new file mode 100644 index 000000000000..cdcfbb7ecee7 --- /dev/null +++ b/net-p2p/dctc-gui/Makefile @@ -0,0 +1,41 @@ +# 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 +# +# $FreeBSD$ +# + +PORTNAME= dctc +PORTVERSION= 0.33 +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 + +post-install: +.ifndef(NOPORTDOCS) + @${MKDIR} ${DOCSDIR}${PKGNAMESUFFIX} +.for file in ${DOC_FILES} + @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}${PKGNAMESUFFIX} +.endfor +.endif + +.include diff --git a/net-p2p/dctc-gui/distinfo b/net-p2p/dctc-gui/distinfo new file mode 100644 index 000000000000..0535c2984944 --- /dev/null +++ b/net-p2p/dctc-gui/distinfo @@ -0,0 +1 @@ +MD5 (dc_gui-0.33.tar.gz) = 2beed55a49cc3354a6aee85606df098e diff --git a/net-p2p/dctc-gui/files/patch-src:init_fnc.c b/net-p2p/dctc-gui/files/patch-src:init_fnc.c new file mode 100644 index 000000000000..6c4677b4e0dd --- /dev/null +++ b/net-p2p/dctc-gui/files/patch-src:init_fnc.c @@ -0,0 +1,11 @@ +--- src/init_fnc.c.orig Thu Nov 22 02:15:54 2001 ++++ src/init_fnc.c Thu Nov 22 02:16:04 2001 +@@ -376,7 +376,7 @@ + gtk_clist_freeze(GTK_CLIST(rhcw)); + gtk_clist_clear(GTK_CLIST(rhcw)); + +- f=popen("hublist","r"); ++ f=popen("dc_hublist","r"); + if(f!=NULL) + { + char *ent[4]; diff --git a/net-p2p/dctc-gui/pkg-comment b/net-p2p/dctc-gui/pkg-comment new file mode 100644 index 000000000000..b35a3b47c722 --- /dev/null +++ b/net-p2p/dctc-gui/pkg-comment @@ -0,0 +1 @@ +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 new file mode 100644 index 000000000000..599aca4cb3d6 --- /dev/null +++ b/net-p2p/dctc-gui/pkg-descr @@ -0,0 +1,21 @@ +[ 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 new file mode 100644 index 000000000000..fe7fd3eb7b4b --- /dev/null +++ b/net-p2p/dctc-gui/pkg-plist @@ -0,0 +1,4 @@ +bin/dc_gui +%%PORTDOCS%%share/doc/dctc-gui/COPYING +%%PORTDOCS%%share/doc/dctc-gui/ChangeLog +%%PORTDOCS%%@dirrm share/doc/dctc-gui -- cgit v1.2.3