Bug 94622 - [NEW PORT]: net-im/sim-im-devel: Plugin-based instant messenger
Summary: [NEW PORT]: net-im/sim-im-devel: Plugin-based instant messenger
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-17 21:00 UTC by Alexey V. Panfilov
Modified: 2006-04-27 02:04 UTC (History)
0 users

See Also:


Attachments
file.shar (8.58 KB, text/plain)
2006-03-17 21:00 UTC, Alexey V. Panfilov
no flags Details
port.txt (8.60 KB, text/plain)
2006-04-03 17:24 UTC, Alexey V. Panfilov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey V. Panfilov 2006-03-17 21:00:35 UTC
	Plugin-based instant messenger. See http://sim-im.berlios.de for detailed
	information.

How-To-Repeat: 	N/A
Comment 1 Ion-Mihai " IOnut " Tetcu 2006-03-27 13:17:16 UTC
In it's present sate, on my amd64 tinderbox, this fails to configure, with:
> checking for libXext... no
> configure: error: We need a working libXext to proceed. Since configure
> can't find it itself, we stop here assuming that make wouldn't find
> them either.

USE_QT pulls in XLIB dependency, so the above liib should already be installed.
I will try the port on i386 tinderbox and send you the logs.


-- 
IOnut - Unregistered ;) FreeBSD "user"
  "Intellectual Property" is   nowhere near as valuable   as "Intellect"

BOFH excuse #163:
no "any" key on keyboard
Comment 2 Ion-Mihai " IOnut " Tetcu 2006-03-27 23:06:51 UTC
On Mon, 27 Mar 2006 15:17:16 +0300
Ion-Mihai Tetcu <itetcu@people.tecnik93.com> wrote:

> In it's present sate, on my amd64 tinderbox, this fails to configure, with:
> > checking for libXext... no
> > configure: error: We need a working libXext to proceed. Since configure
> > can't find it itself, we stop here assuming that make wouldn't find
> > them either.
> 
> USE_QT pulls in XLIB dependency, so the above liib should already be installed.
> I will try the port on i386 tinderbox and send you the logs.

OK, it's happening on 32 bits tinderbox also.
You have here the tinderbox WRK dir for 6-STABLE-i386.
If you want the same for other archs/versions please let me know.

people.tecnik93.com/~itetcu/FreeBSD/others_ports/sim-im-devel-0.9.5.386.tbz

-- 
IOnut - Unregistered ;) FreeBSD "user"
  "Intellectual Property" is   nowhere near as valuable   as "Intellect"

Another dream that failed.  There's nothing sadder.
		-- Kirk, "This side of Paradise", stardate 3417.3
Comment 3 Ion-Mihai " IOnut " Tetcu 2006-04-05 22:58:32 UTC
The latest version of the port from http://sim-im.lehis.ru/port.txt 
passes portlint and tinderbox:
http://sce-tindy.tecnik93.com/tb-exp/index.php?action=describe_port&id=172
my amd64 tindy is not public yet, but I also tested the port on it and it's OK

-- 
IOnut - Unregistered ;) FreeBSD "user"
  "Intellectual Property" is   nowhere near as valuable   as "Intellect"

BOFH excuse #401:
Sales staff sold a product we don't offer
Comment 4 Alexey V. Panfilov 2006-04-18 09:19:44 UTC
This is updated shar (it has some changes at sources).

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	sim-im-devel
#	sim-im-devel/Makefile
#	sim-im-devel/pkg-descr
#	sim-im-devel/pkg-plist
#	sim-im-devel/distinfo
#
echo c - sim-im-devel
mkdir -p sim-im-devel > /dev/null 2>&1
echo x - sim-im-devel/Makefile
sed 's/^X//' >sim-im-devel/Makefile << 'END-of-sim-im-devel/Makefile'
X# New Ports Collection Makefile for:	sim-im-devel
X# Date created:				18 Apr 2006
X# Whom:					Alexey V. Panfilov <sim-im@lehis.ru>
X#
X# $FreeBSD$
X
XPORTNAME=	sim-im-devel
XPORTVERSION=	0.9.5.432
XCATEGORIES=	net-im
XMASTER_SITES=	http://sim-im.lehis.ru/dist/
X
XMAINTAINER=	sim-im@lehis.ru
XCOMMENT=	Plugin-based instant messenger
X
XLIB_DEPENDS=	xslt.2:${PORTSDIR}/textproc/libxslt
XBUILD_DEPENDS=	zip:${PORTSDIR}/archivers/zip
X
XUSE_BZIP2=	yes
XUSE_GMAKE=	yes
XUSE_QT_VER=	3
XUSE_OPENSSL=	yes
XUSE_PERL5_BUILD=	yes
XUSE_GETTEXT=	yes
XGNU_CONFIGURE=	yes
XINSTALLS_SHLIB=	yes
X
XCONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
X
XCONFIGURE_ARGS=	--prefix=${PREFIX} --x-includes=${X11BASE}/include 
--x-libraries=${X11BASE}/lib
X
XOPTIONS=	KDE "Enable KDE support" off \
X		DEBUG "Enable debug" on
X
XPORT_DBDIR?=	/var/db/ports
XLATEST_LINK=	${PORTNAME}${PKGNAMESUFFIX}
XOPTIONSFILE?=	${PORT_DBDIR}/${LATEST_LINK}/options
X.if exists(${OPTIONSFILE})
X.include "${OPTIONSFILE}"
X.endif
X
X.if !defined(WITH_KDE)
XCONFIGURE_ARGS+=--disable-kde --enable-mt
XLIB_DEPENDS+=	aspell.16:${PORTSDIR}/textproc/aspell
XPLIST_SUB+=	KDE="@comment " \
X		SPELL=""
X.else
XUSE_KDELIBS_VER=3
XPLIST_SUB+=	KDE="" \
X		SPELL="@comment "
X.endif
X
X.if defined(WITH_DEBUG)
XCONFIGURE_ARGS+=--enable-debug
X.endif
X
X.include <bsd.port.mk>
END-of-sim-im-devel/Makefile
echo x - sim-im-devel/pkg-descr
sed 's/^X//' >sim-im-devel/pkg-descr << 'END-of-sim-im-devel/pkg-descr'
XThis is a SIM-project's fork.
X
XSIM (Simple Instant Messenger) is a plugin-based instant messenger with
Xsupport for various protocols (QT is needed, can be build for KDE).
X
XAll protocols support richtext-messages, file transfer, typing 
notification,
Xserver-side contact list (with postponed synchronization - you can change
Xcontact list in offline mode and after log on all changes will be
Xsynchronized with server), new account registration and various searches.
XYou can use several accounts for each protocol.
X
XSupported protocols:
X    * Oscar - ICQ and AIM support
X    * Jabber
X    * MSN
X    * Yahoo!
X    * LiveJournal
X
XWWW: http://sim-im.org/
END-of-sim-im-devel/pkg-descr
echo x - sim-im-devel/pkg-plist
sed 's/^X//' >sim-im-devel/pkg-plist << 'END-of-sim-im-devel/pkg-plist'
Xbin/sim
Xbin/simctrl
Xlib/libsim.la
Xlib/libsim.so
Xlib/libsim.so.0
Xlib/sim/__homedir.la
Xlib/sim/__homedir.so
Xlib/sim/__migrate.la
Xlib/sim/__migrate.so
Xlib/sim/_core.la
Xlib/sim/_core.so
Xlib/sim/about.la
Xlib/sim/about.so
Xlib/sim/action.la
Xlib/sim/action.so
Xlib/sim/autoaway.la
Xlib/sim/autoaway.so
Xlib/sim/background.la
Xlib/sim/background.so
Xlib/sim/dock.la
Xlib/sim/dock.so
Xlib/sim/filter.la
Xlib/sim/filter.so
Xlib/sim/floaty.la
Xlib/sim/floaty.so
Xlib/sim/forward.la
Xlib/sim/forward.so
Xlib/sim/gpg.la
Xlib/sim/gpg.so
Xlib/sim/icons.la
Xlib/sim/icons.so
Xlib/sim/icq.la
Xlib/sim/icq.so
Xlib/sim/jabber.la
Xlib/sim/jabber.so
Xlib/sim/livejournal.la
Xlib/sim/livejournal.so
Xlib/sim/logger.la
Xlib/sim/logger.so
Xlib/sim/msn.la
Xlib/sim/msn.so
Xlib/sim/navigate.la
Xlib/sim/navigate.so
Xlib/sim/netmonitor.la
Xlib/sim/netmonitor.so
Xlib/sim/osd.la
Xlib/sim/osd.so
Xlib/sim/proxy.la
Xlib/sim/proxy.so
Xlib/sim/remote.la
Xlib/sim/remote.so
Xlib/sim/replace.la
Xlib/sim/replace.so
Xlib/sim/shortcuts.la
Xlib/sim/shortcuts.so
Xlib/sim/sms.la
Xlib/sim/sms.so
Xlib/sim/sound.la
Xlib/sim/sound.so
Xlib/sim/spell.la
Xlib/sim/spell.so
Xlib/sim/splash.la
Xlib/sim/splash.so
Xlib/sim/styles.la
Xlib/sim/styles.so
Xlib/sim/weather.la
Xlib/sim/weather.so
Xlib/sim/yahoo.la
Xlib/sim/yahoo.so
Xlib/sim/zodiak.la
Xlib/sim/zodiak.so
Xshare/applications/kde/sim.desktop
Xshare/apps/sim/icons/icqlite.jisp
Xshare/apps/sim/icons/sim.jisp
Xshare/apps/sim/icons/smiles.jisp
Xshare/apps/sim/icons/weather.jisp
Xshare/apps/sim/pict/connect.gif
Xshare/apps/sim/pict/connect.mng
Xshare/apps/sim/pict/splash.png
Xshare/apps/sim/sounds/alert.wav
Xshare/apps/sim/sounds/auth.wav
Xshare/apps/sim/sounds/contacts.wav
Xshare/apps/sim/sounds/error.wav
Xshare/apps/sim/sounds/file.wav
Xshare/apps/sim/sounds/filedone.wav
Xshare/apps/sim/sounds/mailpager.wav
Xshare/apps/sim/sounds/message.wav
Xshare/apps/sim/sounds/message2.wav
Xshare/apps/sim/sounds/msgsent.wav
Xshare/apps/sim/sounds/phone.wav
Xshare/apps/sim/sounds/sms.wav
Xshare/apps/sim/sounds/startup.wav
Xshare/apps/sim/sounds/system.wav
Xshare/apps/sim/sounds/url.wav
Xshare/apps/sim/sounds/vip-online.wav
Xshare/apps/sim/sounds/web.wav
Xshare/apps/sim/styles/SIM.2.xsl
Xshare/apps/sim/styles/SIM.3.xsl
Xshare/apps/sim/styles/SIM.4.(2+3).xsl
Xshare/apps/sim/styles/SIM.5.2.2.xsl
Xshare/apps/sim/styles/SIM.5.2.xsl
Xshare/apps/sim/styles/SIM.5.xsl
Xshare/apps/sim/styles/SIM.xsl
Xshare/apps/sim/styles/Separated.2.xsl
Xshare/apps/sim/styles/Separated.3.xsl
Xshare/apps/sim/styles/Separated.4.xsl
Xshare/apps/sim/styles/Separated.5.(2+3).xsl
Xshare/apps/sim/styles/Separated.6.(2+4).xsl
Xshare/apps/sim/styles/Separated.7.(3+4).xsl
Xshare/apps/sim/styles/Separated.8.(2+3+4).xsl
Xshare/apps/sim/styles/Separated.xsl
Xshare/apps/sim/styles/XChat.xsl
Xshare/apps/sim/styles/XChat2seconds.xsl
Xshare/apps/sim/styles/XChat3fullDate.xsl
Xshare/icons/hicolor/16x16/apps/sim.png
Xshare/icons/hicolor/22x22/apps/sim.png
Xshare/icons/hicolor/32x32/apps/sim.png
Xshare/icons/hicolor/48x48/apps/sim.png
Xshare/icons/hicolor/64x64/apps/sim.png
Xshare/icons/locolor/16x16/apps/sim.png
Xshare/icons/locolor/22x22/apps/sim.png
Xshare/icons/locolor/32x32/apps/sim.png
Xshare/locale/bg/LC_MESSAGES/sim.mo
Xshare/locale/ca/LC_MESSAGES/sim.mo
Xshare/locale/cs/LC_MESSAGES/sim.mo
Xshare/locale/de/LC_MESSAGES/sim.mo
Xshare/locale/el/LC_MESSAGES/sim.mo
Xshare/locale/es/LC_MESSAGES/sim.mo
Xshare/locale/fr/LC_MESSAGES/sim.mo
Xshare/locale/he/LC_MESSAGES/sim.mo
Xshare/locale/hu/LC_MESSAGES/sim.mo
Xshare/locale/it/LC_MESSAGES/sim.mo
Xshare/locale/nl/LC_MESSAGES/sim.mo
Xshare/locale/pl/LC_MESSAGES/sim.mo
Xshare/locale/pt_BR/LC_MESSAGES/sim.mo
Xshare/locale/ru/LC_MESSAGES/sim.mo
Xshare/locale/sk/LC_MESSAGES/sim.mo
Xshare/locale/sw/LC_MESSAGES/sim.mo
Xshare/locale/sv/LC_MESSAGES/sim.mo
Xshare/locale/th/LC_MESSAGES/sim.mo
Xshare/locale/tr/LC_MESSAGES/sim.mo
Xshare/locale/uk/LC_MESSAGES/sim.mo
Xshare/locale/zh_TW/LC_MESSAGES/sim.mo
Xshare/mimelnk/application/x-icq.desktop
Xshare/services/simctrl.desktop
X@dirrm lib/sim/styles
X@dirrm lib/sim
X@dirrmtry share/applications/kde
X@dirrmtry share/applications
X@dirrmtry share/apps/sim/icons
X@dirrmtry share/apps/sim/pict
X@dirrmtry share/apps/sim/sounds
X@dirrmtry share/apps/sim/styles
X@dirrmtry share/apps/sim
X@dirrmtry share/apps
X@dirrmtry share/icons/hicolor/16x16/apps
X@dirrmtry share/icons/hicolor/16x16
X@dirrmtry share/icons/hicolor/22x22/apps
X@dirrmtry share/icons/hicolor/22x22
X@dirrmtry share/icons/hicolor/32x32/apps
X@dirrmtry share/icons/hicolor/32x32
X@dirrmtry share/icons/hicolor/48x48/apps
X@dirrmtry share/icons/hicolor/48x48
X@dirrmtry share/icons/hicolor/64x64/apps
X@dirrmtry share/icons/hicolor/64x64
X@dirrmtry share/icons/hicolor
X@dirrmtry share/icons/locolor/16x16/apps
X@dirrmtry share/icons/locolor/16x16
X@dirrmtry share/icons/locolor/22x22/apps
X@dirrmtry share/icons/locolor/22x22
X@dirrmtry share/icons/locolor/32x32/apps
X@dirrmtry share/icons/locolor/32x32
X@dirrmtry share/icons/locolor
X@dirrmtry share/icons
X@dirrmtry share/locale/ca/LC_MESSAGES
X@dirrmtry share/locale/ca
X@dirrmtry share/locale/cs/LC_MESSAGES
X@dirrmtry share/locale/cs
X@dirrmtry share/locale/el/LC_MESSAGES
X@dirrmtry share/locale/el
X@dirrmtry share/locale/pl/LC_MESSAGES
X@dirrmtry share/locale/pl
X@dirrmtry share/locale/sk/LC_MESSAGES
X@dirrmtry share/locale/sk
X@dirrmtry share/locale/sw/LC_MESSAGES
X@dirrmtry share/locale/sw
X@dirrmtry share/locale/uk/LC_MESSAGES
X@dirrmtry share/locale/uk
X@dirrmtry share/locale/zh_TW/LC_MESSAGES
X@dirrmtry share/locale/zh_TW
X@dirrmtry share/mimelnk/application
X@dirrmtry share/mimelnk
X@dirrmtry share/services
END-of-sim-im-devel/pkg-plist
echo x - sim-im-devel/distinfo
sed 's/^X//' >sim-im-devel/distinfo << 'END-of-sim-im-devel/distinfo'
XMD5 (sim-im-devel-0.9.5.432.tar.bz2) = 393862225ff2060f40a4b34ddb2578e3
XSHA256 (sim-im-devel-0.9.5.432.tar.bz2) = 
e56019e39d0f5923935bd2b8270841c8e3e26b8ad19e7c9e538f1a1cb9655e43
XSIZE (sim-im-devel-0.9.5.432.tar.bz2) = 2412783
END-of-sim-im-devel/distinfo
exit


-- 
Best regards, Alexey V. Panfilov
Comment 5 Alexey V. Panfilov 2006-04-18 09:47:39 UTC
The latest version of the port http://sim-im.lehis.ru/port_0.9.5.432.txt


-- 
Best regards, Alexey V. Panfilov
Comment 6 Edwin Groothuis freebsd_committer freebsd_triage 2006-04-27 02:04:25 UTC
State Changed
From-To: open->closed

Committed, thanks!