summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/libirc/Makefile16
-rw-r--r--net/libirc/files/md53
-rw-r--r--net/libirc/files/patch-sum3
-rw-r--r--net/libirc/patches/patch-aa20
-rw-r--r--net/libirc/pkg/COMMENT1
-rw-r--r--net/libirc/pkg/DESCR7
-rw-r--r--net/libirc/pkg/PLIST8
7 files changed, 58 insertions, 0 deletions
diff --git a/net/libirc/Makefile b/net/libirc/Makefile
new file mode 100644
index 00000000000..d762246c04e
--- /dev/null
+++ b/net/libirc/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/01/05 15:24:51 agc Exp $
+#
+
+DISTNAME= libirc-0.2
+CATEGORIES= net
+MASTER_SITES= http://www.cs.kau.se/~jorgen/software/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.cs.kau.se/~jorgen/software/
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+
+DEPENDS+= glib-1.2.6:../../devel/glib
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/libirc/files/md5 b/net/libirc/files/md5
new file mode 100644
index 00000000000..f1a80b4291e
--- /dev/null
+++ b/net/libirc/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/01/05 15:24:51 agc Exp $
+
+MD5 (libirc-0.2.tar.gz) = 6bacda417b171ca9864f857800d9b5a5
diff --git a/net/libirc/files/patch-sum b/net/libirc/files/patch-sum
new file mode 100644
index 00000000000..49e319b85e5
--- /dev/null
+++ b/net/libirc/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1.1.1 2000/01/05 15:24:51 agc Exp $
+
+MD5 (patch-aa) = 41957c77b9577b331749275ff684ecb2
diff --git a/net/libirc/patches/patch-aa b/net/libirc/patches/patch-aa
new file mode 100644
index 00000000000..ab745a68af9
--- /dev/null
+++ b/net/libirc/patches/patch-aa
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/01/05 15:24:51 agc Exp $
+
+--- configure 2000/01/05 14:58:45 1.1
++++ configure 2000/01/05 14:59:52
+@@ -1372,6 +1372,7 @@
+
+
+
++if false; then
+ # Check for any special flags to pass to ltconfig.
+ libtool_flags="--cache-file=$cache_file"
+ test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
+@@ -1529,6 +1530,7 @@
+ # Redirect the config.log output again, so that the ltconfig log is not
+ # clobbered by the next message.
+ exec 5>>./config.log
++fi
+
+
+
diff --git a/net/libirc/pkg/COMMENT b/net/libirc/pkg/COMMENT
new file mode 100644
index 00000000000..a49cb7e0bf6
--- /dev/null
+++ b/net/libirc/pkg/COMMENT
@@ -0,0 +1 @@
+libirc is a C-library for the IRC protocol.
diff --git a/net/libirc/pkg/DESCR b/net/libirc/pkg/DESCR
new file mode 100644
index 00000000000..480d5f3daa6
--- /dev/null
+++ b/net/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/net/libirc/pkg/PLIST b/net/libirc/pkg/PLIST
new file mode 100644
index 00000000000..99328189384
--- /dev/null
+++ b/net/libirc/pkg/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/05 15:24:51 agc Exp $
+lib/libirc.a
+lib/libirc.so.0.0
+include/btypes.h
+include/cmd.h
+include/irc_core.h
+include/macros.h
+include/ctcp.h