diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-27 01:03:35 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-27 01:03:35 +0000 |
commit | 8ae46387157c8bb989cb44050a16b9eb507a3857 (patch) | |
tree | b7eea771fd97e9db19a1a5259dd6ff434572d18b /net-im | |
parent | c9acfa8022e9bc446d1540fdd3d22ca7c520e530 (diff) | |
download | ports-8ae46387157c8bb989cb44050a16b9eb507a3857.tar.gz ports-8ae46387157c8bb989cb44050a16b9eb507a3857.zip |
[NEW PORT]: net-im/sim-im-devel: Plugin-based instant messenger
Plugin-based instant messenger. See http://sim-im.berlios.de
for detailed information.
PR: ports/94622
Submitted by: Alexey V. Panfilov <sim-im@lehis.ru>
Notes
Notes:
svn path=/head/; revision=160553
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/Makefile | 1 | ||||
-rw-r--r-- | net-im/sim-im-devel/Makefile | 58 | ||||
-rw-r--r-- | net-im/sim-im-devel/distinfo | 3 | ||||
-rw-r--r-- | net-im/sim-im-devel/pkg-descr | 20 | ||||
-rw-r--r-- | net-im/sim-im-devel/pkg-plist | 193 |
5 files changed, 275 insertions, 0 deletions
diff --git a/net-im/Makefile b/net-im/Makefile index 216819fe5aed..7fd852b857a6 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -99,6 +99,7 @@ SUBDIR += py-twistedWords SUBDIR += ruby-xmpp4r SUBDIR += sendxmpp + SUBDIR += sim-im-devel SUBDIR += simicq SUBDIR += sulci SUBDIR += tik diff --git a/net-im/sim-im-devel/Makefile b/net-im/sim-im-devel/Makefile new file mode 100644 index 000000000000..142cd8e8030d --- /dev/null +++ b/net-im/sim-im-devel/Makefile @@ -0,0 +1,58 @@ +# New Ports Collection Makefile for: sim-im-devel +# Date created: 18 Apr 2006 +# Whom: Alexey V. Panfilov <sim-im@lehis.ru> +# +# $FreeBSD$ + +PORTNAME= sim-im-devel +PORTVERSION= 0.9.5.432 +CATEGORIES= net-im +MASTER_SITES= http://sim-im.lehis.ru/dist/ + +MAINTAINER= sim-im@lehis.ru +COMMENT= Plugin-based instant messenger + +LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt +BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip + +USE_BZIP2= yes +USE_GMAKE= yes +USE_QT_VER= 3 +USE_OPENSSL= yes +USE_PERL5_BUILD= yes +USE_GETTEXT= yes +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes + +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +CONFIGURE_ARGS= --prefix=${PREFIX} \ + --x-includes=${X11BASE}/include \ + --x-libraries=${X11BASE}/lib + +OPTIONS= KDE "Enable KDE support" off \ + DEBUG "Enable debug" on + +PORT_DBDIR?= /var/db/ports +LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} +OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options +.if exists(${OPTIONSFILE}) +.include "${OPTIONSFILE}" +.endif + +.if !defined(WITH_KDE) +CONFIGURE_ARGS+=--disable-kde --enable-mt +LIB_DEPENDS+= aspell.16:${PORTSDIR}/textproc/aspell +PLIST_SUB+= KDE="@comment " \ + SPELL="" +.else +USE_KDELIBS_VER=3 +PLIST_SUB+= KDE="" \ + SPELL="@comment " +.endif + +.if defined(WITH_DEBUG) +CONFIGURE_ARGS+=--enable-debug +.endif + +.include <bsd.port.mk> diff --git a/net-im/sim-im-devel/distinfo b/net-im/sim-im-devel/distinfo new file mode 100644 index 000000000000..77cecff66ce0 --- /dev/null +++ b/net-im/sim-im-devel/distinfo @@ -0,0 +1,3 @@ +MD5 (sim-im-devel-0.9.5.432.tar.bz2) = 393862225ff2060f40a4b34ddb2578e3 +SHA256 (sim-im-devel-0.9.5.432.tar.bz2) = e56019e39d0f5923935bd2b8270841c8e3e26b8ad19e7c9e538f1a1cb9655e43 +SIZE (sim-im-devel-0.9.5.432.tar.bz2) = 2412783 diff --git a/net-im/sim-im-devel/pkg-descr b/net-im/sim-im-devel/pkg-descr new file mode 100644 index 000000000000..9701d0201e6b --- /dev/null +++ b/net-im/sim-im-devel/pkg-descr @@ -0,0 +1,20 @@ +This is a SIM-project's fork. + +SIM (Simple Instant Messenger) is a plugin-based instant messenger +with support for various protocols (QT is needed, can be build for +KDE). + +All protocols support richtext-messages, file transfer, typing +notification, server-side contact list (with postponed synchronization +- you can change contact list in offline mode and after log on all +changes will be synchronized with server), new account registration +and various searches. You can use several accounts for each protocol. + +Supported protocols: + * Oscar - ICQ and AIM support + * Jabber + * MSN + * Yahoo! + * LiveJournal + +WWW: http://sim-im.org/ diff --git a/net-im/sim-im-devel/pkg-plist b/net-im/sim-im-devel/pkg-plist new file mode 100644 index 000000000000..8f65f286753e --- /dev/null +++ b/net-im/sim-im-devel/pkg-plist @@ -0,0 +1,193 @@ +bin/sim +bin/simctrl +lib/libsim.la +lib/libsim.so +lib/libsim.so.0 +lib/sim/__homedir.la +lib/sim/__homedir.so +lib/sim/__migrate.la +lib/sim/__migrate.so +lib/sim/_core.la +lib/sim/_core.so +lib/sim/about.la +lib/sim/about.so +lib/sim/action.la +lib/sim/action.so +lib/sim/autoaway.la +lib/sim/autoaway.so +lib/sim/background.la +lib/sim/background.so +lib/sim/dock.la +lib/sim/dock.so +lib/sim/filter.la +lib/sim/filter.so +lib/sim/floaty.la +lib/sim/floaty.so +lib/sim/forward.la +lib/sim/forward.so +lib/sim/gpg.la +lib/sim/gpg.so +lib/sim/icons.la +lib/sim/icons.so +lib/sim/icq.la +lib/sim/icq.so +lib/sim/jabber.la +lib/sim/jabber.so +lib/sim/livejournal.la +lib/sim/livejournal.so +lib/sim/logger.la +lib/sim/logger.so +lib/sim/msn.la +lib/sim/msn.so +lib/sim/navigate.la +lib/sim/navigate.so +lib/sim/netmonitor.la +lib/sim/netmonitor.so +lib/sim/osd.la +lib/sim/osd.so +lib/sim/proxy.la +lib/sim/proxy.so +lib/sim/remote.la +lib/sim/remote.so +lib/sim/replace.la +lib/sim/replace.so +lib/sim/shortcuts.la +lib/sim/shortcuts.so +lib/sim/sms.la +lib/sim/sms.so +lib/sim/sound.la +lib/sim/sound.so +lib/sim/spell.la +lib/sim/spell.so +lib/sim/splash.la +lib/sim/splash.so +lib/sim/styles.la +lib/sim/styles.so +lib/sim/weather.la +lib/sim/weather.so +lib/sim/yahoo.la +lib/sim/yahoo.so +lib/sim/zodiak.la +lib/sim/zodiak.so +share/applications/kde/sim.desktop +share/apps/sim/icons/icqlite.jisp +share/apps/sim/icons/sim.jisp +share/apps/sim/icons/smiles.jisp +share/apps/sim/icons/weather.jisp +share/apps/sim/pict/connect.gif +share/apps/sim/pict/connect.mng +share/apps/sim/pict/splash.png +share/apps/sim/sounds/alert.wav +share/apps/sim/sounds/auth.wav +share/apps/sim/sounds/contacts.wav +share/apps/sim/sounds/error.wav +share/apps/sim/sounds/file.wav +share/apps/sim/sounds/filedone.wav +share/apps/sim/sounds/mailpager.wav +share/apps/sim/sounds/message.wav +share/apps/sim/sounds/message2.wav +share/apps/sim/sounds/msgsent.wav +share/apps/sim/sounds/phone.wav +share/apps/sim/sounds/sms.wav +share/apps/sim/sounds/startup.wav +share/apps/sim/sounds/system.wav +share/apps/sim/sounds/url.wav +share/apps/sim/sounds/vip-online.wav +share/apps/sim/sounds/web.wav +share/apps/sim/styles/SIM.2.xsl +share/apps/sim/styles/SIM.3.xsl +share/apps/sim/styles/SIM.4.(2+3).xsl +share/apps/sim/styles/SIM.5.2.2.xsl +share/apps/sim/styles/SIM.5.2.xsl +share/apps/sim/styles/SIM.5.xsl +share/apps/sim/styles/SIM.xsl +share/apps/sim/styles/Separated.2.xsl +share/apps/sim/styles/Separated.3.xsl +share/apps/sim/styles/Separated.4.xsl +share/apps/sim/styles/Separated.5.(2+3).xsl +share/apps/sim/styles/Separated.6.(2+4).xsl +share/apps/sim/styles/Separated.7.(3+4).xsl +share/apps/sim/styles/Separated.8.(2+3+4).xsl +share/apps/sim/styles/Separated.xsl +share/apps/sim/styles/XChat.xsl +share/apps/sim/styles/XChat2seconds.xsl +share/apps/sim/styles/XChat3fullDate.xsl +share/icons/hicolor/16x16/apps/sim.png +share/icons/hicolor/22x22/apps/sim.png +share/icons/hicolor/32x32/apps/sim.png +share/icons/hicolor/48x48/apps/sim.png +share/icons/hicolor/64x64/apps/sim.png +share/icons/locolor/16x16/apps/sim.png +share/icons/locolor/22x22/apps/sim.png +share/icons/locolor/32x32/apps/sim.png +share/locale/bg/LC_MESSAGES/sim.mo +share/locale/ca/LC_MESSAGES/sim.mo +share/locale/cs/LC_MESSAGES/sim.mo +share/locale/de/LC_MESSAGES/sim.mo +share/locale/el/LC_MESSAGES/sim.mo +share/locale/es/LC_MESSAGES/sim.mo +share/locale/fr/LC_MESSAGES/sim.mo +share/locale/he/LC_MESSAGES/sim.mo +share/locale/hu/LC_MESSAGES/sim.mo +share/locale/it/LC_MESSAGES/sim.mo +share/locale/nl/LC_MESSAGES/sim.mo +share/locale/pl/LC_MESSAGES/sim.mo +share/locale/pt_BR/LC_MESSAGES/sim.mo +share/locale/ru/LC_MESSAGES/sim.mo +share/locale/sk/LC_MESSAGES/sim.mo +share/locale/sw/LC_MESSAGES/sim.mo +share/locale/sv/LC_MESSAGES/sim.mo +share/locale/th/LC_MESSAGES/sim.mo +share/locale/tr/LC_MESSAGES/sim.mo +share/locale/uk/LC_MESSAGES/sim.mo +share/locale/zh_TW/LC_MESSAGES/sim.mo +share/mimelnk/application/x-icq.desktop +share/services/simctrl.desktop +@dirrm lib/sim/styles +@dirrm lib/sim +@dirrmtry share/applications/kde +@dirrmtry share/applications +@dirrmtry share/apps/sim/icons +@dirrmtry share/apps/sim/pict +@dirrmtry share/apps/sim/sounds +@dirrmtry share/apps/sim/styles +@dirrmtry share/apps/sim +@dirrmtry share/apps +@dirrmtry share/icons/hicolor/16x16/apps +@dirrmtry share/icons/hicolor/16x16 +@dirrmtry share/icons/hicolor/22x22/apps +@dirrmtry share/icons/hicolor/22x22 +@dirrmtry share/icons/hicolor/32x32/apps +@dirrmtry share/icons/hicolor/32x32 +@dirrmtry share/icons/hicolor/48x48/apps +@dirrmtry share/icons/hicolor/48x48 +@dirrmtry share/icons/hicolor/64x64/apps +@dirrmtry share/icons/hicolor/64x64 +@dirrmtry share/icons/hicolor +@dirrmtry share/icons/locolor/16x16/apps +@dirrmtry share/icons/locolor/16x16 +@dirrmtry share/icons/locolor/22x22/apps +@dirrmtry share/icons/locolor/22x22 +@dirrmtry share/icons/locolor/32x32/apps +@dirrmtry share/icons/locolor/32x32 +@dirrmtry share/icons/locolor +@dirrmtry share/icons +@dirrmtry share/locale/ca/LC_MESSAGES +@dirrmtry share/locale/ca +@dirrmtry share/locale/cs/LC_MESSAGES +@dirrmtry share/locale/cs +@dirrmtry share/locale/el/LC_MESSAGES +@dirrmtry share/locale/el +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl +@dirrmtry share/locale/sk/LC_MESSAGES +@dirrmtry share/locale/sk +@dirrmtry share/locale/sw/LC_MESSAGES +@dirrmtry share/locale/sw +@dirrmtry share/locale/uk/LC_MESSAGES +@dirrmtry share/locale/uk +@dirrmtry share/locale/zh_TW/LC_MESSAGES +@dirrmtry share/locale/zh_TW +@dirrmtry share/mimelnk/application +@dirrmtry share/mimelnk +@dirrmtry share/services |