diff options
author | lioux <lioux@FreeBSD.org> | 2001-11-22 04:34:15 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-11-22 04:34:15 +0000 |
commit | 51e46c2023c85b8413b27f844e64913300cb63fb (patch) | |
tree | 02d8194d4562f359202f70efc16820874f62a15d /net/dctc-gui | |
parent | a4ff2d2399144141fa3579059052d5444808be28 (diff) | |
download | FreeBSD-ports-51e46c2023c85b8413b27f844e64913300cb63fb.zip FreeBSD-ports-51e46c2023c85b8413b27f844e64913300cb63fb.tar.gz |
New port dctc-gui version 0.33: A GUI to DirectConnect (www.neo-modus.com)
text client
Diffstat (limited to 'net/dctc-gui')
-rw-r--r-- | net/dctc-gui/Makefile | 41 | ||||
-rw-r--r-- | net/dctc-gui/distinfo | 1 | ||||
-rw-r--r-- | net/dctc-gui/files/patch-src:init_fnc.c | 11 | ||||
-rw-r--r-- | net/dctc-gui/pkg-comment | 1 | ||||
-rw-r--r-- | net/dctc-gui/pkg-descr | 21 | ||||
-rw-r--r-- | net/dctc-gui/pkg-plist | 4 |
6 files changed, 79 insertions, 0 deletions
diff --git a/net/dctc-gui/Makefile b/net/dctc-gui/Makefile new file mode 100644 index 0000000..cdcfbb7 --- /dev/null +++ b/net/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 <lioux@FreeBSD.org> +# +# $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 <bsd.port.mk> diff --git a/net/dctc-gui/distinfo b/net/dctc-gui/distinfo new file mode 100644 index 0000000..0535c29 --- /dev/null +++ b/net/dctc-gui/distinfo @@ -0,0 +1 @@ +MD5 (dc_gui-0.33.tar.gz) = 2beed55a49cc3354a6aee85606df098e diff --git a/net/dctc-gui/files/patch-src:init_fnc.c b/net/dctc-gui/files/patch-src:init_fnc.c new file mode 100644 index 0000000..6c4677b --- /dev/null +++ b/net/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/dctc-gui/pkg-comment b/net/dctc-gui/pkg-comment new file mode 100644 index 0000000..b35a3b4 --- /dev/null +++ b/net/dctc-gui/pkg-comment @@ -0,0 +1 @@ +A GUI to DirectConnect (www.neo-modus.com) text client diff --git a/net/dctc-gui/pkg-descr b/net/dctc-gui/pkg-descr new file mode 100644 index 0000000..599aca4 --- /dev/null +++ b/net/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/dctc-gui/pkg-plist b/net/dctc-gui/pkg-plist new file mode 100644 index 0000000..fe7fd3e --- /dev/null +++ b/net/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 |