diff options
author | wiz <wiz> | 2000-12-15 00:36:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-15 00:36:25 +0000 |
commit | c14570556499bf6fff1ea3aae45ddfecf11f6e64 (patch) | |
tree | 9efd46171d88d283a1dcc676d340dae7e3a2606c /chat/icqlib | |
parent | 457d8e87adf2eec3c960d68d946b92357ed076e8 (diff) | |
download | pkgsrc-c14570556499bf6fff1ea3aae45ddfecf11f6e64.tar.gz |
Create new 'chat' category, featuring chat clients and servers of all kinds.
Move some packages from 'net' here.
Diffstat (limited to 'chat/icqlib')
-rw-r--r-- | chat/icqlib/Makefile | 15 | ||||
-rw-r--r-- | chat/icqlib/files/md5 | 3 | ||||
-rw-r--r-- | chat/icqlib/pkg/COMMENT | 1 | ||||
-rw-r--r-- | chat/icqlib/pkg/DESCR | 4 | ||||
-rw-r--r-- | chat/icqlib/pkg/PLIST | 5 |
5 files changed, 28 insertions, 0 deletions
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 |