summaryrefslogtreecommitdiff
path: root/chat/libirc/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'chat/libirc/pkg')
-rw-r--r--chat/libirc/pkg/COMMENT1
-rw-r--r--chat/libirc/pkg/DESCR7
-rw-r--r--chat/libirc/pkg/PLIST9
3 files changed, 17 insertions, 0 deletions
diff --git a/chat/libirc/pkg/COMMENT b/chat/libirc/pkg/COMMENT
new file mode 100644
index 00000000000..9e234962b54
--- /dev/null
+++ b/chat/libirc/pkg/COMMENT
@@ -0,0 +1 @@
+libirc is a C-library for the IRC protocol
diff --git a/chat/libirc/pkg/DESCR b/chat/libirc/pkg/DESCR
new file mode 100644
index 00000000000..480d5f3daa6
--- /dev/null
+++ b/chat/libirc/pkg/DESCR
@@ -0,0 +1,7 @@
+libirc is a C-library for the IRC protocol. It simplifies the task of
+writing a bot or client. A very simple example comes with the
+package, demonstrating how it is used.
+
+Perfect for those who wish to write bots, irc clients (especially if
+you want to integrate IRC with some other Internet software). The
+programming language is C.
diff --git a/chat/libirc/pkg/PLIST b/chat/libirc/pkg/PLIST
new file mode 100644
index 00000000000..7af6cab4ce8
--- /dev/null
+++ b/chat/libirc/pkg/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/15 00:36:31 wiz Exp $
+lib/libirc.a
+lib/libirc.la
+lib/libirc.so.0.0
+include/btypes.h
+include/cmd.h
+include/irc_core.h
+include/macros.h
+include/ctcp.h