protocol icq2000/2001 library

This commit is contained in:
pvalchev 2002-04-21 03:19:52 +00:00
parent f8d6de97ba
commit 4aaab00850
5 changed files with 90 additions and 0 deletions

28
devel/libicq2000/Makefile Normal file
View File

@ -0,0 +1,28 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/04/21 03:19:52 pvalchev Exp $
COMMENT= "protocol icq2000/2001 library"
DISTNAME= libicq2000-0.3.0
CATEGORIES= net
NEED_VERSION= 1.524
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= libicq2000
HOMEPAGE= http://libicq2000.sourceforge.net
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= sigc::devel/libsigc++
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= LDFLAGS="-L${WRKBUILD}/src/.libs -L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-gnome=no
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (libicq2000-0.3.0.tar.gz) = 2b8d09dde663257da59057ef2f6f134e
RMD160 (libicq2000-0.3.0.tar.gz) = 4d027b332e2058b09b0806aa11713a2d0c6b5d61
SHA1 (libicq2000-0.3.0.tar.gz) = ade79359483f43e3c7ed52da41e20d9da87bae82

View File

@ -0,0 +1,7 @@
libicq2000 is an opensource C++ library being developed to support
the icq2000/2001 protocol. It is easy for developers to use as the
backbone for their clients' connection to the ICQ network - all the
protocol work is abstracted away in one nice object-orientated
interface.
WWW: ${HOMEPAGE}

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2002/04/21 03:19:52 pvalchev Exp $
lib/libicq2000.so.3.0
DYNLIBDIR(%B)

View File

@ -0,0 +1,49 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/04/21 03:19:52 pvalchev Exp $
bin/libicq2000-config
include/libicq2000/libicq2000/Cache.h
include/libicq2000/libicq2000/Capabilities.h
include/libicq2000/libicq2000/Client.h
include/libicq2000/libicq2000/Contact.h
include/libicq2000/libicq2000/ContactList.h
include/libicq2000/libicq2000/DCCache.h
include/libicq2000/libicq2000/DirectClient.h
include/libicq2000/libicq2000/ICBMCookie.h
include/libicq2000/libicq2000/ICBMCookieCache.h
include/libicq2000/libicq2000/ICQ.h
include/libicq2000/libicq2000/MessageHandler.h
include/libicq2000/libicq2000/RequestIDCache.h
include/libicq2000/libicq2000/SMTPClient.h
include/libicq2000/libicq2000/SNAC-BOS.h
include/libicq2000/libicq2000/SNAC-BUD.h
include/libicq2000/libicq2000/SNAC-GEN.h
include/libicq2000/libicq2000/SNAC-LOC.h
include/libicq2000/libicq2000/SNAC-MSG.h
include/libicq2000/libicq2000/SNAC-SBL.h
include/libicq2000/libicq2000/SNAC-SRV.h
include/libicq2000/libicq2000/SNAC-UIN.h
include/libicq2000/libicq2000/SNAC-base.h
include/libicq2000/libicq2000/SNAC.h
include/libicq2000/libicq2000/SeqNumCache.h
include/libicq2000/libicq2000/SocketClient.h
include/libicq2000/libicq2000/TLV.h
include/libicq2000/libicq2000/Translator.h
include/libicq2000/libicq2000/UserInfoBlock.h
include/libicq2000/libicq2000/Xml.h
include/libicq2000/libicq2000/buffer.h
include/libicq2000/libicq2000/constants.h
include/libicq2000/libicq2000/custom_marshal.h
include/libicq2000/libicq2000/events.h
include/libicq2000/libicq2000/exceptions.h
include/libicq2000/libicq2000/ref_ptr.h
include/libicq2000/libicq2000/socket.h
include/libicq2000/libicq2000/time_extra.h
include/libicq2000/libicq2000/userinfoconstants.h
include/libicq2000/libicq2000/userinfohelpers.h
include/libicq2000/libicq2000/version.h
lib/libicq2000.a
lib/libicq2000.la
%%SHARED%%
man/man1/libicq2000-config.1
share/aclocal/libicq2000.m4
@dirrm include/libicq2000/libicq2000
@dirrm include/libicq2000