pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/dccserver Import of dccserver from pkgsrc-wip.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da6819b444a6
branches:  trunk
changeset: 465528:da6819b444a6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 01 04:06:34 2004 +0000

description:
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:

 chat/dccserver/DESCR    |   8 ++++++++
 chat/dccserver/Makefile |  20 ++++++++++++++++++++
 chat/dccserver/PLIST    |   7 +++++++
 chat/dccserver/distinfo |   4 ++++
 4 files changed, 39 insertions(+), 0 deletions(-)

diffs (55 lines):

diff -r 3c04368b6371 -r da6819b444a6 chat/dccserver/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/dccserver/DESCR      Thu Jan 01 04:06:34 2004 +0000
@@ -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 -r 3c04368b6371 -r da6819b444a6 chat/dccserver/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/dccserver/Makefile   Thu Jan 01 04:06:34 2004 +0000
@@ -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@localhost
+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 -r 3c04368b6371 -r da6819b444a6 chat/dccserver/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/dccserver/PLIST      Thu Jan 01 04:06:34 2004 +0000
@@ -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 -r 3c04368b6371 -r da6819b444a6 chat/dccserver/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/dccserver/distinfo   Thu Jan 01 04:06:34 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index