From 7acb269aea61d8016806fe385669df19456eeeff Mon Sep 17 00:00:00 2001 From: hubertf Date: Sun, 9 Nov 1997 23:39:41 +0000 Subject: sirc --- net/sirc/Makefile | 33 +++++++++++++++++++++++++++++++++ net/sirc/files/md5 | 1 + net/sirc/pkg/COMMENT | 1 + net/sirc/pkg/DESCR | 18 ++++++++++++++++++ net/sirc/pkg/PLIST | 12 ++++++++++++ 5 files changed, 65 insertions(+) create mode 100644 net/sirc/Makefile create mode 100644 net/sirc/files/md5 create mode 100644 net/sirc/pkg/COMMENT create mode 100644 net/sirc/pkg/DESCR create mode 100644 net/sirc/pkg/PLIST diff --git a/net/sirc/Makefile b/net/sirc/Makefile new file mode 100644 index 00000000000..14eca9845c8 --- /dev/null +++ b/net/sirc/Makefile @@ -0,0 +1,33 @@ +# $NetBSD: Makefile,v 1.1.1.1 1997/11/09 23:39:41 hubertf Exp $ + +DISTNAME= sirc-2.141 + +MASTER_SITES= http:// # XXX can't remember - HF +MAINTAINER= hubertf@netbsd.org +CATEGORIES= net +RUN_DEPENDS= perl:${PORTSDIR}/lang/perl5 + +NO_CONFIGURE= yes +NO_BUILD= yes + +### Enter Default IRC-Server here +SERVER= us.undernet.org + +do-install: + cd ${WRKSRC} ; ( \ + echo "y" ; \ + echo "" ; \ + echo "" ; \ + echo "${PREFIX}/bin/perl" ; \ + echo "y" ; \ + echo "${PREFIX}/bin" ; \ + echo "y" ; \ + echo "${PREFIX}/lib/sirc" ; \ + echo "y" ; \ + echo "y" ; \ + echo "${SERVER}" ; \ + echo "" ; \ + ) | ./install + + +.include diff --git a/net/sirc/files/md5 b/net/sirc/files/md5 new file mode 100644 index 00000000000..a62d2f5ec93 --- /dev/null +++ b/net/sirc/files/md5 @@ -0,0 +1 @@ +MD5 (sirc-2.141.tar.gz) = 3f9de79c45893b6f8c7732767097cdbd diff --git a/net/sirc/pkg/COMMENT b/net/sirc/pkg/COMMENT new file mode 100644 index 00000000000..02d78df5bed --- /dev/null +++ b/net/sirc/pkg/COMMENT @@ -0,0 +1 @@ +IRC client written and programmable in perl diff --git a/net/sirc/pkg/DESCR b/net/sirc/pkg/DESCR new file mode 100644 index 00000000000..bd98eb51efc --- /dev/null +++ b/net/sirc/pkg/DESCR @@ -0,0 +1,18 @@ +This is a simple (well, not so simple anymore *grin*) irc client, +written in perl and C. + +It's divided in two parts, a dumb-mode (meaning, no full screen +interface) client, dsirc, that can be used stand-alone, programmed in +perl, and a separate split-screen front end in C, called ssfe. + +The main point of running this client is that you can get a reasonable +ircII-like interface on an account with a properly installed perl +interpreter, with the perl client taking about 55k (and it's usable on +its own if you don't have access to a C compiler) and with the +interface, once compiled, taking just another 30 or 40k. The two +together, while lacking the huge complexity of ircII, make a very usable +client. And if you know perl, you'll find you can do quite complicated +and interesting things with sirc too :) + +See /usr/pkg/lib/sirc/README for more usage instructions, and see +/usr/pkg/lib/sirc/PROGRAMMING for information on how to extend sirc. diff --git a/net/sirc/pkg/PLIST b/net/sirc/pkg/PLIST new file mode 100644 index 00000000000..3b68b05440e --- /dev/null +++ b/net/sirc/pkg/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1997/11/09 23:39:41 hubertf Exp $ +bin/ssfe +bin/sirc +lib/sirc/dsirc +lib/sirc/ssfe.c +lib/sirc/sirc.help.gz +lib/sirc/n0thing.pl +lib/sirc/README +lib/sirc/PROGRAMMING +lib/sirc/ChangeLog +lib/sirc/sircsock.ph +@dirrm lib/sirc -- cgit v1.2.3