diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-15 20:14:58 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-15 20:14:58 +0000 |
commit | b724ac5fa22f46a9b9f27f7b823d40d7966fdcae (patch) | |
tree | 5c60a3625b450300fe07d4805be4d868461089a0 /net-im/sim-im | |
parent | 68469903d67ebeebfe3b24e36bef8dc493d64785 (diff) | |
download | ports-b724ac5fa22f46a9b9f27f7b823d40d7966fdcae.tar.gz ports-b724ac5fa22f46a9b9f27f7b823d40d7966fdcae.zip |
Notes
Diffstat (limited to 'net-im/sim-im')
-rw-r--r-- | net-im/sim-im/Makefile | 38 | ||||
-rw-r--r-- | net-im/sim-im/distinfo | 1 | ||||
-rw-r--r-- | net-im/sim-im/pkg-comment | 1 | ||||
-rw-r--r-- | net-im/sim-im/pkg-descr | 23 | ||||
-rw-r--r-- | net-im/sim-im/pkg-plist | 25 |
5 files changed, 88 insertions, 0 deletions
diff --git a/net-im/sim-im/Makefile b/net-im/sim-im/Makefile new file mode 100644 index 000000000000..41f6b8463398 --- /dev/null +++ b/net-im/sim-im/Makefile @@ -0,0 +1,38 @@ +# New Ports Collection Makefile for: sim-icq +# Date created: 4 Nov 2002 +# Whom: Josef El-Rayes <j.el-rayes@daemon.li> +# +# $FreeBSD$ + +PORTNAME= simicq +PORTVERSION= 0.8 +CATEGORIES= net kde +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME:S/mi/m-i/} +DISTNAME= ${PORTNAME:S/icq//}-${PORTVERSION} + +MAINTAINER= j.el-rayes@daemon.li + +USE_GMAKE= yes +USE_QT_VER= 3 +GNU_CONFIGURE= yes +USE_OPENSSL= yes +CONFIGURE_TARGET= +CONFIGURE_ARGS+= --disable-fast-perl \ + --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +.include <bsd.port.pre.mk> + +.if defined(WITHOUT_KDE) +CONFIGURE_ARGS+= --disable-kde --enable-mt +USE_REINPLACE= yes +.else +USE_KDELIBS_VER= 3 +.endif + +post-patch: +.if defined(WITHOUT_KDE) + ${REINPLACE_CMD} -e "s,qtlib=\"qt\",qtlib=\"qt-mt -pthread\"," ${WRKSRC}/configure +.endif + +.include <bsd.port.post.mk> diff --git a/net-im/sim-im/distinfo b/net-im/sim-im/distinfo new file mode 100644 index 000000000000..c6da26d1e1c8 --- /dev/null +++ b/net-im/sim-im/distinfo @@ -0,0 +1 @@ +MD5 (sim-0.8.tar.gz) = f8e958be8a6d1af0694f5c5677e2e1bb diff --git a/net-im/sim-im/pkg-comment b/net-im/sim-im/pkg-comment new file mode 100644 index 000000000000..57c4cb0126b4 --- /dev/null +++ b/net-im/sim-im/pkg-comment @@ -0,0 +1 @@ +ICQ client which supports Version 8 of the ICQ protocol (ICQ 2001) diff --git a/net-im/sim-im/pkg-descr b/net-im/sim-im/pkg-descr new file mode 100644 index 000000000000..1d2fbfb386d3 --- /dev/null +++ b/net-im/sim-im/pkg-descr @@ -0,0 +1,23 @@ +SIM (Simple Instant Messenger) is an unpretentious ICQ client which supports +many of the features of Version 8 of the ICQ protocol (ICQ 2001). +(QT is needed, can be build for KDE). + +Special Features + + * sending and receiving SMS + * server-side contact lists + * phone directories + * file transfers + * chat + * user search + * proxy support (SOCKS4, SOCKS5, HTTP) + * a SPAM filter + * secure direct connections with SIM and Licq + * message or chat mode for the user window + * keyboard shortcuts + * message forwarding + +WWW: http://sim-icq.sourceforge.net/ + +Josef El-Rayes +daemon@gigolo.li diff --git a/net-im/sim-im/pkg-plist b/net-im/sim-im/pkg-plist new file mode 100644 index 000000000000..b3a107d33deb --- /dev/null +++ b/net-im/sim-im/pkg-plist @@ -0,0 +1,25 @@ +bin/sim +share/applnk/Internet/sim.desktop +share/icons/locolor/32x32/apps/sim.png +share/icons/locolor/16x16/apps/sim.png +share/icons/hicolor/16x16/apps/sim.png +share/icons/hicolor/32x32/apps/sim.png +share/locale/de/LC_MESSAGES/sim.mo +share/locale/zh_TW/LC_MESSAGES/sim.mo +share/locale/ru/LC_MESSAGES/sim.mo +share/locale/tr/LC_MESSAGES/sim.mo +share/locale/it/LC_MESSAGES/sim.mo +share/apps/sim/pict/splash.png +share/apps/sim/sounds/auth.wav +share/apps/sim/sounds/message.wav +share/apps/sim/sounds/url.wav +share/apps/sim/sounds/alert.wav +share/apps/sim/sounds/sms.wav +share/apps/sim/sounds/file.wav +share/apps/sim/sounds/filedone.wav +share/apps/sim/sounds/chat.wav +share/apps/sim/sounds/startup.wav +@dirrm share/apps/sim/icons +@dirrm share/apps/sim/pict +@dirrm share/apps/sim/sounds +@dirrm share/apps/sim |