summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-11-22 04:34:15 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-11-22 04:34:15 +0000
commit8d191d67592d51becf9ce2974204057a74de715c (patch)
tree4f200ffd92f27279e5b59e300c43a41a25a7090a /net-p2p
parento New port dctc version 0.59: A DirectConnect (www.neo-modus.com) (diff)
New port dctc-gui version 0.33: A GUI to DirectConnect (www.neo-modus.com)
text client
Notes
Notes: svn path=/head/; revision=50355
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/dctc-gui/Makefile41
-rw-r--r--net-p2p/dctc-gui/distinfo1
-rw-r--r--net-p2p/dctc-gui/files/patch-src:init_fnc.c11
-rw-r--r--net-p2p/dctc-gui/pkg-comment1
-rw-r--r--net-p2p/dctc-gui/pkg-descr21
-rw-r--r--net-p2p/dctc-gui/pkg-plist4
6 files changed, 79 insertions, 0 deletions
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 <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-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