From 8ef40bc8b7a42d79b2a5317d54883bae254bb92c Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 15 Dec 2000 00:36:25 +0000 Subject: Create new 'chat' category, featuring chat clients and servers of all kinds. Move some packages from 'net' here. --- chat/icqlib/Makefile | 15 +++++++++++++++ chat/icqlib/files/md5 | 3 +++ chat/icqlib/pkg/COMMENT | 1 + chat/icqlib/pkg/DESCR | 4 ++++ chat/icqlib/pkg/PLIST | 5 +++++ 5 files changed, 28 insertions(+) create mode 100644 chat/icqlib/Makefile create mode 100644 chat/icqlib/files/md5 create mode 100644 chat/icqlib/pkg/COMMENT create mode 100644 chat/icqlib/pkg/DESCR create mode 100644 chat/icqlib/pkg/PLIST (limited to 'chat/icqlib') diff --git a/chat/icqlib/Makefile b/chat/icqlib/Makefile new file mode 100644 index 00000000000..710b21a5ba5 --- /dev/null +++ b/chat/icqlib/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/15 00:36:27 wiz Exp $ + +DISTNAME= icqlib-1.0.0 +CATEGORIES= chat +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=icqlib/} + +MAINTAINER= magick@bundy.lib.owl.de +HOMEPAGE= http://kicq.sourceforge.net/ + +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig + +.include "../../mk/bsd.pkg.mk" diff --git a/chat/icqlib/files/md5 b/chat/icqlib/files/md5 new file mode 100644 index 00000000000..b49ab8d8e26 --- /dev/null +++ b/chat/icqlib/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/12/15 00:36:27 wiz Exp $ + +MD5 (icqlib-1.0.0.tar.gz) = a379f93c4ec6f39ca76e10329f257741 diff --git a/chat/icqlib/pkg/COMMENT b/chat/icqlib/pkg/COMMENT new file mode 100644 index 00000000000..4d3e84febc1 --- /dev/null +++ b/chat/icqlib/pkg/COMMENT @@ -0,0 +1 @@ +Implementation of the icq protocol diff --git a/chat/icqlib/pkg/DESCR b/chat/icqlib/pkg/DESCR new file mode 100644 index 00000000000..9761cac3455 --- /dev/null +++ b/chat/icqlib/pkg/DESCR @@ -0,0 +1,4 @@ +icqlib is the most feature complete, open source, library implementation of +Mirabilis' ICQ protocol available on the Internet. icqlib currently supports +approximately 90% of the ICQ UDP v5 protocol and 80% of the ICQ TCP v2 +protocol, including new UIN registration, chat, and file transfer. diff --git a/chat/icqlib/pkg/PLIST b/chat/icqlib/pkg/PLIST new file mode 100644 index 00000000000..6eadde9a152 --- /dev/null +++ b/chat/icqlib/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/15 00:36:27 wiz Exp $ +include/icq.h +lib/libicq.a +lib/libicq.la +lib/libicq.so.1.0 -- cgit v1.2.3