summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-11-09 23:39:41 +0000
committerhubertf <hubertf>1997-11-09 23:39:41 +0000
commit7acb269aea61d8016806fe385669df19456eeeff (patch)
tree43eae12f16b59424f08a2f4b9672f38dbdc938ad
parentba0a6f9c1435f67d5a92882a92c8c6257ddb70a8 (diff)
downloadpkgsrc-7acb269aea61d8016806fe385669df19456eeeff.tar.gz
sirc
-rw-r--r--net/sirc/Makefile33
-rw-r--r--net/sirc/files/md51
-rw-r--r--net/sirc/pkg/COMMENT1
-rw-r--r--net/sirc/pkg/DESCR18
-rw-r--r--net/sirc/pkg/PLIST12
5 files changed, 65 insertions, 0 deletions
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 <bsd.port.mk>
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