ickle is an ICQ2000 Client using the gtk-- graphical toolkit. It aims
to bring all the useful features of ICQ2000 to non-windows users, such as SMS messaging.
This commit is contained in:
parent
3d662ab612
commit
f65e438420
29
net/ickle/Makefile
Normal file
29
net/ickle/Makefile
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 2001/12/12 20:54:42 fgsch Exp $
|
||||||
|
|
||||||
|
COMMENT= "GTK-based icq 2000 client"
|
||||||
|
|
||||||
|
DISTNAME= ickle-0.1.2
|
||||||
|
CATEGORIES= net
|
||||||
|
NEED_VERSION= 1.480
|
||||||
|
MASTER_SITES= http://prdownloads.sourceforge.net/ickle/
|
||||||
|
|
||||||
|
HOMEPAGE= http://ickle.sourceforge.net
|
||||||
|
|
||||||
|
MAINTAINER= Federico Schwindt <fgsch@openbsd.org>
|
||||||
|
|
||||||
|
LIB_DEPENDS= gdkmm.2,gtkmm.2::x11/gtkmm
|
||||||
|
|
||||||
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
|
USE_X11= Yes
|
||||||
|
|
||||||
|
CONFIGURE_STYLE= gnu
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@mv ${WRKSRC}/icons ${WRKSRC}/icons.old; \
|
||||||
|
mv ${WRKSRC}/icons.icq ${WRKSRC}/icons
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
net/ickle/distinfo
Normal file
3
net/ickle/distinfo
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
MD5 (ickle-0.1.2.tar.gz) = 47d11c90e4b7ba9fbae3e5fe954932ba
|
||||||
|
RMD160 (ickle-0.1.2.tar.gz) = ab401af5036952d75fd0ecffeee3b9c34c1ecbec
|
||||||
|
SHA1 (ickle-0.1.2.tar.gz) = 1431ee32627e8891a9b846755db3e5134da9c346
|
13
net/ickle/patches/patch-examples_shell_cpp
Normal file
13
net/ickle/patches/patch-examples_shell_cpp
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
$OpenBSD: patch-examples_shell_cpp,v 1.1.1.1 2001/12/12 20:54:42 fgsch Exp $
|
||||||
|
--- examples/shell.cpp.orig Sun Oct 21 10:53:00 2001
|
||||||
|
+++ examples/shell.cpp Wed Dec 12 17:18:28 2001
|
||||||
|
@@ -11,7 +11,9 @@
|
||||||
|
#include <sys/wait.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
#include <signal.h>
|
||||||
|
+#ifndef __OpenBSD__
|
||||||
|
#include <getopt.h>
|
||||||
|
+#endif
|
||||||
|
|
||||||
|
using namespace ICQ2000;
|
||||||
|
using namespace std;
|
3
net/ickle/pkg/DESCR
Normal file
3
net/ickle/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
ickle is an ICQ2000 Client using the gtk-- graphical toolkit. It aims
|
||||||
|
to bring all the useful features of ICQ2000 to non-windows users, such
|
||||||
|
as SMS messaging.
|
3
net/ickle/pkg/PFRAG.shared
Normal file
3
net/ickle/pkg/PFRAG.shared
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2001/12/12 20:54:42 fgsch Exp $
|
||||||
|
lib/libicq2000.so.1.0
|
||||||
|
DYNLIBDIR(%D/lib)
|
18
net/ickle/pkg/PLIST
Normal file
18
net/ickle/pkg/PLIST
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/12/12 20:54:42 fgsch Exp $
|
||||||
|
bin/ickle
|
||||||
|
include/ickle/Client.h
|
||||||
|
include/ickle/Contact.h
|
||||||
|
include/ickle/ContactList.h
|
||||||
|
include/ickle/SNAC.h
|
||||||
|
include/ickle/TLV.h
|
||||||
|
include/ickle/Xml.h
|
||||||
|
include/ickle/buffer.h
|
||||||
|
include/ickle/constants.h
|
||||||
|
include/ickle/custom_marshal.h
|
||||||
|
include/ickle/events.h
|
||||||
|
include/ickle/exceptions.h
|
||||||
|
include/ickle/socket.h
|
||||||
|
lib/libicq2000.a
|
||||||
|
lib/libicq2000.la
|
||||||
|
%%SHARED%%
|
||||||
|
@dirrm include/ickle
|
Loading…
Reference in New Issue
Block a user