summaryrefslogtreecommitdiffstats
path: root/net-im/sim-im
diff options
context:
space:
mode:
authormarkus <markus@FreeBSD.org>2006-07-14 23:27:26 +0000
committermarkus <markus@FreeBSD.org>2006-07-14 23:27:26 +0000
commit8e4b9bd0178506ffcd27908394214aacf227115a (patch)
treedf6962946e20d594bb0af9add9e67ca0bbeaaa05 /net-im/sim-im
parent7727ec16e1e4e5df237f186d17e43deb31296c58 (diff)
downloadFreeBSD-ports-8e4b9bd0178506ffcd27908394214aacf227115a.zip
FreeBSD-ports-8e4b9bd0178506ffcd27908394214aacf227115a.tar.gz
- Move net-im/simicq to net-im/sim-im as it has been renamed upstream
- Update to version 0.9.4 - Remove OpenSSL knob as the port requires it now - Register CONFLICTS with net-im/simicq and net-im/sim-im-devel - Update WWW Repocopied by: marcus
Diffstat (limited to 'net-im/sim-im')
-rw-r--r--net-im/sim-im/Makefile37
-rw-r--r--net-im/sim-im/distinfo6
-rw-r--r--net-im/sim-im/files/patch-configure10
-rw-r--r--net-im/sim-im/files/patch-sim-api-fetch.cpp11
-rw-r--r--net-im/sim-im/files/patch-weather.cpp22
-rw-r--r--net-im/sim-im/pkg-descr2
-rw-r--r--net-im/sim-im/pkg-plist99
7 files changed, 96 insertions, 91 deletions
diff --git a/net-im/sim-im/Makefile b/net-im/sim-im/Makefile
index c3dacdf..bb7809d 100644
--- a/net-im/sim-im/Makefile
+++ b/net-im/sim-im/Makefile
@@ -1,39 +1,36 @@
-# New Ports Collection Makefile for: sim-icq
+# New Ports Collection Makefile for: sim-im
# Date created: 4 Nov 2002
# Whom: Josef El-Rayes <j.el-rayes@daemon.li>
#
# $FreeBSD$
-PORTNAME= simicq
-PORTVERSION= 0.9.3
-PORTREVISION= 5
+PORTNAME= sim-im
+PORTVERSION= 0.9.4
CATEGORIES= net-im kde
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME:S/mi/m-i/}
-DISTNAME= ${PORTNAME:S/icq//}-${PORTVERSION}-2
+MASTER_SITES= ${MASTER_SITE_BERLIOS}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= ${PORTNAME:S/-im//}-${PORTVERSION}
MAINTAINER= markus@FreeBSD.org
COMMENT= Plugin-based instant messenger
LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt
+BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip
-WRKSRC= ${WRKDIR}/${DISTNAME:S/-2//}
+CONFLICTS= simicq-[0-9]* sim-im-devel-[0-9]*
+
+EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
+
+USE_BZIP2= yes
USE_GMAKE= yes
USE_QT_VER= 3
USE_PERL5_BUILD=yes
USE_AUTOTOOLS= libtool:15
+USE_OPENSSL= yes
INSTALLS_SHLIB= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-.if !defined(WITHOUT_SSL)
-USE_OPENSSL= yes
-PLIST_SUB+= SSL=""
-.else
-CONFIGURE_ARGS+=--disable-openssl
-PLIST_SUB+= SSL="@comment "
-.endif
-
.if defined(WITHOUT_KDE)
CONFIGURE_ARGS+=--disable-kde --enable-mt
LIB_DEPENDS+= aspell.16:${PORTSDIR}/textproc/aspell
@@ -46,20 +43,14 @@ PLIST_SUB+= KDE="" \
.endif
pre-everything::
-.if !defined(WITHOUT_SSL)
- @${ECHO_MSG} "You can disable SSL support by defining WITHOUT_SSL."
-.endif
.if !defined(WITHOUT_KDE)
@${ECHO_MSG} "You can disable KDE support by defining WITHOUT_KDE."
.endif
post-patch:
+.if defined(WITHOUT_KDE)
@${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \
${CONFIGURE_WRKSRC}/configure
-
-post-configure:
-.if defined(WITHOUT_SSL)
- @${REINPLACE_CMD} -e 's|plugins/yahoo||g' ${WRKSRC}/Makefile
.endif
.include <bsd.port.mk>
diff --git a/net-im/sim-im/distinfo b/net-im/sim-im/distinfo
index ac693bf..a87f71b 100644
--- a/net-im/sim-im/distinfo
+++ b/net-im/sim-im/distinfo
@@ -1,3 +1,3 @@
-MD5 (sim-0.9.3-2.tar.gz) = b16e462076540acc13da81832ae79d00
-SHA256 (sim-0.9.3-2.tar.gz) = 38241297d052ee15bfb2536ddef8c0e16804ae665cca7541a0f2f4f76894e450
-SIZE (sim-0.9.3-2.tar.gz) = 3728770
+MD5 (sim-0.9.4.tar.bz2) = 1a54b2b7a7f34d7dc7a218fd1c699e49
+SHA256 (sim-0.9.4.tar.bz2) = d751583a21d41f4ddc1eb67cdbc813988cdb06886f810dc094c53cd2807ca8ee
+SIZE (sim-0.9.4.tar.bz2) = 3358617
diff --git a/net-im/sim-im/files/patch-configure b/net-im/sim-im/files/patch-configure
deleted file mode 100644
index dc006c2..0000000
--- a/net-im/sim-im/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Tue Nov 4 09:52:54 2003
-+++ configure Tue Nov 4 09:53:21 2003
-@@ -19002,6 +19002,7 @@
- ;;
- freebsd*)
- CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE"
-+ LIBS="$LIBS -lpthread"
- echo "Setting FreeBSD pthread compilation options"
- ;;
- aix*)
diff --git a/net-im/sim-im/files/patch-sim-api-fetch.cpp b/net-im/sim-im/files/patch-sim-api-fetch.cpp
deleted file mode 100644
index 982bc83..0000000
--- a/net-im/sim-im/files/patch-sim-api-fetch.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- sim/api/fetch.cpp.orig Fri Oct 15 01:17:45 2004
-+++ sim/api/fetch.cpp Fri Oct 15 01:21:31 2004
-@@ -24,6 +24,8 @@
- #include <qthread.h>
- #include <qtimer.h>
-
-+#include <time.h>
-+
- typedef map<my_string, string> HEADERS_MAP;
-
- class FetchThread;
diff --git a/net-im/sim-im/files/patch-weather.cpp b/net-im/sim-im/files/patch-weather.cpp
deleted file mode 100644
index 34f4429..0000000
--- a/net-im/sim-im/files/patch-weather.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
---- plugins/weather/weather.cpp.orig Fri Apr 2 12:21:54 2004
-+++ plugins/weather/weather.cpp Fri Apr 2 12:23:55 2004
-@@ -534,8 +534,8 @@
- res = res.replace(QRegExp("\\%h"), number(getHumidity()) + "%");
- res = res.replace(QRegExp("\\%w"), number(getWind_speed()) + " " + i18n(getUS()));
- res = res.replace(QRegExp("\\%x"), QString::number(getWind_speed() * 10 / 36) + " " + i18n("m/s"));
-- res = res.replace(QRegExp("\\%g"), getWindGust() ? QString("(") + i18n("gust ") + number(getWindGust()) + i18n(getUS()) + ")" : "");
-- res = res.replace(QRegExp("\\%y"), getWindGust() ? QString("(") + i18n("gust ") + number(getWindGust() * 10 / 36) + " " + i18n("m/s") + ")" : "");
-+ res = res.replace(QRegExp("\\%g"), getWindGust() ? QString("(") + i18n("gust ") + number(getWindGust()) + i18n(getUS()) + ")" : QString(""));
-+ res = res.replace(QRegExp("\\%y"), getWindGust() ? QString("(") + i18n("gust ") + number(getWindGust() * 10 / 36) + " " + i18n("m/s") + ")" : QString(""));
- res = res.replace(QRegExp("\\%p"), number(getPressure()) + " " + i18n(getUP()));
- res = res.replace(QRegExp("\\%a"), number(getPressure() * 75 / 100));
- res = res.replace(QRegExp("\\%q"), i18n("weather", getPressureD()));
-@@ -545,7 +545,7 @@
- res = res.replace(QRegExp("\\%r"), getSun_raise());
- res = res.replace(QRegExp("\\%s"), getSun_set());
- res = res.replace(QRegExp("\\%c"), i18n_conditions(getConditions()));
-- res = res.replace(QRegExp("\\%v"), i18n("weather", getVisibility()) + (atol(getVisibility()) ? QString(" ") + i18n(getUD()) : ""));
-+ res = res.replace(QRegExp("\\%v"), i18n("weather", getVisibility()) + (atol(getVisibility()) ? QString(" ") + i18n(getUD()) : QString("")));
- return res;
- }
-
diff --git a/net-im/sim-im/pkg-descr b/net-im/sim-im/pkg-descr
index d360feb..54140a3 100644
--- a/net-im/sim-im/pkg-descr
+++ b/net-im/sim-im/pkg-descr
@@ -14,4 +14,4 @@ Supported protocols:
* Yahoo!
* LiveJournal
-WWW: http://sim-icq.sourceforge.net/
+WWW: http://sim-im.org/
diff --git a/net-im/sim-im/pkg-plist b/net-im/sim-im/pkg-plist
index 9b70734..24981d7 100644
--- a/net-im/sim-im/pkg-plist
+++ b/net-im/sim-im/pkg-plist
@@ -1,86 +1,123 @@
bin/sim
bin/simctrl
-lib/libsimapi.a
-lib/libsimapi.la
-lib/libsimapi.so
-lib/libsimapi.so.0
-lib/libsimui.a
-lib/libsimui.la
-lib/libsimui.so
-lib/libsimui.so.0
-lib/menu/sim-kde.menu
+lib/libsim.a
+lib/libsim.la
+lib/libsim.so
+lib/libsim.so.0
lib/sim/__homedir.a
+lib/sim/__homedir.la
lib/sim/__homedir.so
lib/sim/__migrate.a
+lib/sim/__migrate.la
lib/sim/__migrate.so
lib/sim/_core.a
+lib/sim/_core.la
lib/sim/_core.so
lib/sim/about.a
+lib/sim/about.la
lib/sim/about.so
lib/sim/action.a
+lib/sim/action.la
lib/sim/action.so
lib/sim/autoaway.a
+lib/sim/autoaway.la
lib/sim/autoaway.so
lib/sim/background.a
+lib/sim/background.la
lib/sim/background.so
lib/sim/dock.a
+lib/sim/dock.la
lib/sim/dock.so
lib/sim/filter.a
+lib/sim/filter.la
lib/sim/filter.so
lib/sim/floaty.a
+lib/sim/floaty.la
lib/sim/floaty.so
lib/sim/forward.a
+lib/sim/forward.la
lib/sim/forward.so
lib/sim/gpg.a
+lib/sim/gpg.la
lib/sim/gpg.so
lib/sim/icons.a
+lib/sim/icons.la
lib/sim/icons.so
lib/sim/icq.a
+lib/sim/icq.la
lib/sim/icq.so
lib/sim/jabber.a
+lib/sim/jabber.la
lib/sim/jabber.so
lib/sim/livejournal.a
+lib/sim/livejournal.la
lib/sim/livejournal.so
lib/sim/logger.a
+lib/sim/logger.la
lib/sim/logger.so
-%%SSL%%lib/sim/msn.a
-%%SSL%%lib/sim/msn.so
+lib/sim/msn.a
+lib/sim/msn.la
+lib/sim/msn.so
lib/sim/navigate.a
+lib/sim/navigate.la
lib/sim/navigate.so
lib/sim/netmonitor.a
+lib/sim/netmonitor.la
lib/sim/netmonitor.so
%%KDE%%lib/sim/ontop.a
+%%KDE%%lib/sim/ontop.la
%%KDE%%lib/sim/ontop.so
lib/sim/osd.a
+lib/sim/osd.la
lib/sim/osd.so
lib/sim/proxy.a
+lib/sim/proxy.la
lib/sim/proxy.so
lib/sim/remote.a
+lib/sim/remote.la
lib/sim/remote.so
lib/sim/replace.a
+lib/sim/replace.la
lib/sim/replace.so
lib/sim/shortcuts.a
+lib/sim/shortcuts.la
lib/sim/shortcuts.so
+lib/sim/sms.a
+lib/sim/sms.la
+lib/sim/sms.so
lib/sim/sound.a
+lib/sim/sound.la
lib/sim/sound.so
%%SPELL%%lib/sim/spell.a
+%%SPELL%%lib/sim/spell.la
%%SPELL%%lib/sim/spell.so
lib/sim/splash.a
+lib/sim/splash.la
lib/sim/splash.so
lib/sim/styles.a
+lib/sim/styles.la
lib/sim/styles.so
%%KDE%%lib/sim/transparent.a
+%%KDE%%lib/sim/transparent.la
%%KDE%%lib/sim/transparent.so
-lib/sim/update.a
-lib/sim/update.so
lib/sim/weather.a
+lib/sim/weather.la
lib/sim/weather.so
-%%SSL%%lib/sim/yahoo.a
-%%SSL%%lib/sim/yahoo.so
+lib/sim/yahoo.a
+lib/sim/yahoo.la
+lib/sim/yahoo.so
lib/sim/zodiak.a
+lib/sim/zodiak.la
lib/sim/zodiak.so
-share/applnk/Internet/sim.desktop
+share/applications/kde/sim.desktop
share/apps/sim/COPYING
+share/apps/sim/icons/additional.jisp
+share/apps/sim/icons/icq5.1.jisp
+share/apps/sim/icons/icq5.jisp
+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
@@ -94,6 +131,7 @@ 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
@@ -103,6 +141,9 @@ 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
@@ -138,7 +179,9 @@ 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/sv/LC_MESSAGES/sim.mo
share/locale/sw/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
@@ -147,6 +190,22 @@ share/services/simctrl.desktop
@dirrmtry share/services
@dirrmtry share/mimelnk/application
@dirrmtry share/mimelnk
+@dirrmtry share/locale/zh_TW/LC_MESSAGES
+@dirrmtry share/locale/zh_TW
+@dirrmtry share/locale/uk/LC_MESSAGES
+@dirrmtry share/locale/uk
+@dirrmtry share/locale/sw/LC_MESSAGES
+@dirrmtry share/locale/sw
+@dirrmtry share/locale/sk/LC_MESSAGES
+@dirrmtry share/locale/sk
+@dirrmtry share/locale/pl/LC_MESSAGES
+@dirrmtry share/locale/pl
+@dirrmtry share/locale/el/LC_MESSAGES
+@dirrmtry share/locale/el
+@dirrmtry share/locale/cs/LC_MESSAGES
+@dirrmtry share/locale/cs
+@dirrmtry share/locale/ca/LC_MESSAGES
+@dirrmtry share/locale/ca
@dirrmtry share/icons/locolor/32x32/apps
@dirrmtry share/icons/locolor/32x32
@dirrmtry share/icons/locolor/22x22/apps
@@ -166,14 +225,12 @@ share/services/simctrl.desktop
@dirrmtry share/icons/hicolor/16x16
@dirrmtry share/icons/hicolor
@dirrmtry share/icons
-@dirrmtry share/locale/sw/LC_MESSAGES
-@dirrmtry share/locale/sw
@dirrm share/apps/sim/styles
@dirrm share/apps/sim/sounds
@dirrm share/apps/sim/pict
+@dirrm share/apps/sim/icons
@dirrm share/apps/sim
@dirrmtry share/apps
-@dirrmtry share/applnk/Internet
-@dirrmtry share/applnk
+@dirrmtry share/applications/kde
+@dirrmtry share/applications
@dirrm lib/sim
-@dirrmtry lib/menu
OpenPOWER on IntegriCloud