summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-01-01 04:06:34 +0000
committerwiz <wiz@pkgsrc.org>2004-01-01 04:06:34 +0000
commite7a663c7bf3ba0c4c678c2ee819170ca80bc4822 (patch)
treebf725a2fe554ce6d5bc29b705cb394cb543d28ad /chat
parent6ec56ba8de39ff6f1fb1258e55842250627a15e3 (diff)
downloadpkgsrc-e7a663c7bf3ba0c4c678c2ee819170ca80bc4822.tar.gz
Import of dccserver from pkgsrc-wip.
dccserver is a standalone program aiming to provide the functions of mIRC's /dccserver command. Currently, Chat and Send (including resume) modes are supported. Fserve and Get mode are not yet supported. All connections are accepted; some simple checks on allowed file names are done. For more details, please look in the man pages.
Diffstat (limited to 'chat')
-rw-r--r--chat/dccserver/DESCR8
-rw-r--r--chat/dccserver/Makefile20
-rw-r--r--chat/dccserver/PLIST7
-rw-r--r--chat/dccserver/distinfo4
4 files changed, 39 insertions, 0 deletions
diff --git a/chat/dccserver/DESCR b/chat/dccserver/DESCR
new file mode 100644
index 00000000000..7ae18f33948
--- /dev/null
+++ b/chat/dccserver/DESCR
@@ -0,0 +1,8 @@
+dccserver is a standalone program aiming to provide the functions
+of mIRC's /dccserver command.
+
+Currently, Chat and Send (including resume) modes are supported.
+Fserve and Get mode are not yet supported.
+
+All connections are accepted; some simple checks on allowed file
+names are done. For more details, please look in the man pages.
diff --git a/chat/dccserver/Makefile b/chat/dccserver/Makefile
new file mode 100644
index 00000000000..e092da4abdd
--- /dev/null
+++ b/chat/dccserver/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/01/01 04:06:34 wiz Exp $
+#
+
+DISTNAME= dccserver-0.4
+CATEGORIES= chat
+MASTER_SITES= http://www.nih.at/dccserver/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= wiz@NetBSD.org
+HOMEPAGE= http://www.nih.at/dccserver/
+COMMENT= Standalone replacement for the mIRC /dccserver command
+
+USE_BUILDLINK2= yes
+GNU_CONFIGURE= yes
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/dccserver
+ ${INSTALL_DATA} ${WRKSRC}/contrib/dccsend.pl ${PREFIX}/share/dccserver
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/chat/dccserver/PLIST b/chat/dccserver/PLIST
new file mode 100644
index 00000000000..df94a892f64
--- /dev/null
+++ b/chat/dccserver/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/01 04:06:34 wiz Exp $
+bin/dccsend
+bin/dccserver
+man/man1/dccsend.1
+man/man1/dccserver.1
+share/dccserver/dccsend.pl
+@dirrm share/dccserver
diff --git a/chat/dccserver/distinfo b/chat/dccserver/distinfo
new file mode 100644
index 00000000000..18d6df4cab7
--- /dev/null
+++ b/chat/dccserver/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/01/01 04:06:34 wiz Exp $
+
+SHA1 (dccserver-0.4.tar.bz2) = 76741e0d2cd7e5fe7915d5fab918a589454c8358
+Size (dccserver-0.4.tar.bz2) = 99529 bytes