summaryrefslogtreecommitdiff
path: root/net-im/libicq2000
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/libicq2000')
-rw-r--r--net-im/libicq2000/Makefile49
-rw-r--r--net-im/libicq2000/distinfo2
-rw-r--r--net-im/libicq2000/pkg-descr8
-rw-r--r--net-im/libicq2000/pkg-plist56
4 files changed, 0 insertions, 115 deletions
diff --git a/net-im/libicq2000/Makefile b/net-im/libicq2000/Makefile
deleted file mode 100644
index 655ac65a99a1..000000000000
--- a/net-im/libicq2000/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# New ports collection makefile for: libicq2000
-# Date created: Sat Apr 27 10:36:05 BRT 2002
-# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libicq2000
-PORTVERSION= 0.3.2
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= lioux@FreeBSD.org
-COMMENT= An opensource C++ library to support icq2000/2001 protocol
-
-LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++
-
-USE_LIBTOOL_VER=13
-USE_REINPLACE= yes
-INSTALLS_SHLIB= yes
-
-MAN1= libicq2000-config.1
-
-DOC_FILES= AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS \
- TODO
-
-post-patch:
- @${REINPLACE_CMD} -E -e \
- 's|^(headersincludedir =).+|\1\$$(includedir)/libicq2000|' \
- ${WRKSRC}/libicq2000/Makefile.in
- @${REINPLACE_CMD} -E -e 's|^(pkgincludedir.+)/@PACKAGE@|\1|' \
- ${WRKSRC}/libicq2000-config.in
-
-post-configure:
- @${CP} ${LIBTOOL} ${WRKSRC}
- @${REINPLACE_CMD} -E -e 's|^(install_ltlibs=).+$$|\1no|' \
- ${WRKSRC}/libtool
-
-post-install:
-.ifndef(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for file in ${DOC_FILES}
- @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/net-im/libicq2000/distinfo b/net-im/libicq2000/distinfo
deleted file mode 100644
index 0d1ad4dd61f8..000000000000
--- a/net-im/libicq2000/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (libicq2000-0.3.2.tar.gz) = bab0e61b540258e54eb1c3695ac75f6e
-SIZE (libicq2000-0.3.2.tar.gz) = 519316
diff --git a/net-im/libicq2000/pkg-descr b/net-im/libicq2000/pkg-descr
deleted file mode 100644
index fb5c05e33f8f..000000000000
--- a/net-im/libicq2000/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-[ from developer's site ]
-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: http://libicq2000.sourceforge.net/
diff --git a/net-im/libicq2000/pkg-plist b/net-im/libicq2000/pkg-plist
deleted file mode 100644
index aa10fa776eaa..000000000000
--- a/net-im/libicq2000/pkg-plist
+++ /dev/null
@@ -1,56 +0,0 @@
-bin/libicq2000-config
-include/libicq2000/Cache.h
-include/libicq2000/Capabilities.h
-include/libicq2000/Client.h
-include/libicq2000/Contact.h
-include/libicq2000/ContactList.h
-include/libicq2000/DCCache.h
-include/libicq2000/DirectClient.h
-include/libicq2000/ICBMCookie.h
-include/libicq2000/ICBMCookieCache.h
-include/libicq2000/ICQ.h
-include/libicq2000/MessageHandler.h
-include/libicq2000/RequestIDCache.h
-include/libicq2000/SMTPClient.h
-include/libicq2000/SNAC-BOS.h
-include/libicq2000/SNAC-BUD.h
-include/libicq2000/SNAC-GEN.h
-include/libicq2000/SNAC-LOC.h
-include/libicq2000/SNAC-MSG.h
-include/libicq2000/SNAC-SBL.h
-include/libicq2000/SNAC-SRV.h
-include/libicq2000/SNAC-UIN.h
-include/libicq2000/SNAC-base.h
-include/libicq2000/SNAC.h
-include/libicq2000/SeqNumCache.h
-include/libicq2000/SocketClient.h
-include/libicq2000/TLV.h
-include/libicq2000/Translator.h
-include/libicq2000/UserInfoBlock.h
-include/libicq2000/Xml.h
-include/libicq2000/buffer.h
-include/libicq2000/constants.h
-include/libicq2000/custom_marshal.h
-include/libicq2000/events.h
-include/libicq2000/exceptions.h
-include/libicq2000/ref_ptr.h
-include/libicq2000/socket.h
-include/libicq2000/time_extra.h
-include/libicq2000/userinfoconstants.h
-include/libicq2000/userinfohelpers.h
-include/libicq2000/version.h
-lib/libicq2000.a
-lib/libicq2000.la
-lib/libicq2000.so
-lib/libicq2000.so.5
-share/aclocal/libicq2000.m4
-%%PORTDOCS%%share/doc/libicq2000/AUTHORS
-%%PORTDOCS%%share/doc/libicq2000/COPYING
-%%PORTDOCS%%share/doc/libicq2000/ChangeLog
-%%PORTDOCS%%share/doc/libicq2000/INSTALL
-%%PORTDOCS%%share/doc/libicq2000/NEWS
-%%PORTDOCS%%share/doc/libicq2000/README
-%%PORTDOCS%%share/doc/libicq2000/THANKS
-%%PORTDOCS%%share/doc/libicq2000/TODO
-%%PORTDOCS%%@dirrm share/doc/libicq2000
-@dirrm include/libicq2000