diff options
author | wiz <wiz> | 2000-12-15 00:36:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-15 00:36:25 +0000 |
commit | 8ef40bc8b7a42d79b2a5317d54883bae254bb92c (patch) | |
tree | 9efd46171d88d283a1dcc676d340dae7e3a2606c /chat/libirc | |
parent | 58aeeec992a7ec192b99c11dacc0f517503132b2 (diff) | |
download | pkgsrc-8ef40bc8b7a42d79b2a5317d54883bae254bb92c.tar.gz |
Create new 'chat' category, featuring chat clients and servers of all kinds.
Move some packages from 'net' here.
Diffstat (limited to 'chat/libirc')
-rw-r--r-- | chat/libirc/Makefile | 17 | ||||
-rw-r--r-- | chat/libirc/files/md5 | 3 | ||||
-rw-r--r-- | chat/libirc/files/patch-sum | 4 | ||||
-rw-r--r-- | chat/libirc/patches/patch-ab | 15 | ||||
-rw-r--r-- | chat/libirc/patches/patch-ac | 12 | ||||
-rw-r--r-- | chat/libirc/pkg/COMMENT | 1 | ||||
-rw-r--r-- | chat/libirc/pkg/DESCR | 7 | ||||
-rw-r--r-- | chat/libirc/pkg/PLIST | 9 |
8 files changed, 68 insertions, 0 deletions
diff --git a/chat/libirc/Makefile b/chat/libirc/Makefile new file mode 100644 index 00000000000..2fd92411e3d --- /dev/null +++ b/chat/libirc/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/15 00:36:31 wiz Exp $ +# + +DISTNAME= libirc-0.2 +CATEGORIES= chat +MASTER_SITES= http://www.cs.kau.se/~jorgen/software/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.cs.kau.se/~jorgen/software/ + +DEPENDS+= glib>=1.2.6:../../devel/glib + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig + +.include "../../mk/bsd.pkg.mk" diff --git a/chat/libirc/files/md5 b/chat/libirc/files/md5 new file mode 100644 index 00000000000..27ccc8e7fe6 --- /dev/null +++ b/chat/libirc/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/12/15 00:36:31 wiz Exp $ + +MD5 (libirc-0.2.tar.gz) = ed5750c6575850adcdd9b6851a988751 diff --git a/chat/libirc/files/patch-sum b/chat/libirc/files/patch-sum new file mode 100644 index 00000000000..2642a9c10bf --- /dev/null +++ b/chat/libirc/files/patch-sum @@ -0,0 +1,4 @@ +$NetBSD: patch-sum,v 1.1.1.1 2000/12/15 00:36:31 wiz Exp $ + +MD5 (patch-ab) = b3445559b02a28bf43882aad4f25f391 +MD5 (patch-ac) = d86e78a341ed18f946bfa7fdcdde8ff8 diff --git a/chat/libirc/patches/patch-ab b/chat/libirc/patches/patch-ab new file mode 100644 index 00000000000..a5740b1c3d7 --- /dev/null +++ b/chat/libirc/patches/patch-ab @@ -0,0 +1,15 @@ +$NetBSD: patch-ab,v 1.1.1.1 2000/12/15 00:36:31 wiz Exp $ + +--- ../../old/libirc-0.2/src/irc_core.h Wed Jan 5 12:20:56 2000 ++++ src/irc_core.h Tue Jan 11 02:04:54 2000 +@@ -20,7 +20,9 @@ + #define __IRC_CORE_H__ + + #include <glib.h> +-#include <sys/select.h> ++#include <sys/types.h> ++#include <sys/time.h> ++#include <unistd.h> + #include <btypes.h> + + /* Macros and constants */ diff --git a/chat/libirc/patches/patch-ac b/chat/libirc/patches/patch-ac new file mode 100644 index 00000000000..0bf9365df50 --- /dev/null +++ b/chat/libirc/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1.1.1 2000/12/15 00:36:31 wiz Exp $ + +--- ../../old/libirc-0.2/src/tcp.c Sun Jan 2 17:02:43 2000 ++++ src/tcp.c Tue Jan 11 02:05:58 2000 +@@ -16,6 +16,7 @@ + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ ++#include <sys/types.h> + #include <sys/socket.h> + #include <netinet/in.h> + #include <netdb.h> 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 |