From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 10 11:40:11 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B74837B404 for ; Tue, 10 Jun 2003 11:40:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F5E843FE0 for ; Tue, 10 Jun 2003 11:40:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5AIe8Up022551 for ; Tue, 10 Jun 2003 11:40:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5AIe8sJ022550; Tue, 10 Jun 2003 11:40:08 -0700 (PDT) Resent-Date: Tue, 10 Jun 2003 11:40:08 -0700 (PDT) Resent-Message-Id: <200306101840.h5AIe8sJ022550@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Dmitry S. Makovey" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F57937B401 for ; Tue, 10 Jun 2003 11:39:07 -0700 (PDT) Received: from cs36.pc.athabascau.ca (cs36.pc.athabascau.ca [131.232.4.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4071743FDD for ; Tue, 10 Jun 2003 11:39:06 -0700 (PDT) (envelope-from dimon@cs36.pc.athabascau.ca) Received: from cs36.pc.athabascau.ca (localhost.pc.athabascau.ca [127.0.0.1]) by cs36.pc.athabascau.ca (8.12.9/8.12.9) with ESMTP id h5AIdBKt004273 for ; Tue, 10 Jun 2003 12:39:11 -0600 (MDT) (envelope-from dimon@cs36.pc.athabascau.ca) Received: (from dimon@localhost) by cs36.pc.athabascau.ca (8.12.9/8.12.9/Submit) id h5AIdBq0004164; Tue, 10 Jun 2003 12:39:11 -0600 (MDT) Message-Id: <200306101839.h5AIdBq0004164@cs36.pc.athabascau.ca> Date: Tue, 10 Jun 2003 12:39:11 -0600 (MDT) From: "Dmitry S. Makovey" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/53165: New port: sim (ICQ clone) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Dmitry S. Makovey" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2003 18:40:11 -0000 >Number: 53165 >Category: ports >Synopsis: New port: sim (ICQ clone) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jun 10 11:40:08 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Dmitry S. Makovey >Release: FreeBSD 5.1-RELEASE i386 >Organization: Athabasca University >Environment: System: FreeBSD cs36.pc.athabascau.ca 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Thu Jun 5 02:55:42 GMT 2003 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: New port: sim. ICQ client for KDE. could be used standalone as Qt application. port contents follow in Fix section. >How-To-Repeat: >Fix: # 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 # sim/Makefile # sim/distinfo # sim/pkg-descr # sim/pkg-plist # echo c - sim mkdir -p sim > /dev/null 2>&1 echo x - sim/Makefile sed 's/^X//' >sim/Makefile << 'END-of-sim/Makefile' X# New ports collection makefile for: kio_fish X# Date created: Mon 26 Nov 2001 X# Whom: Lauri Watts X# X# $FreeBSD: ports/net/kio_fish/Makefile,v 1.2 2001/12/07 15:43:46 petef Exp $ X# X XPORTNAME= sim XPORTVERSION= 0.8.2 XCATEGORIES?= net kde XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= sim-icq XDIST_SUBDIR= KDE XCOMMENT= SIM (Simple Instant Messenger) is an unpretentious ICQ client which supports many of the features of Version 8 of the ICQ protocol (ICQ 2001). X XMAINTAINER?= kde@FreeBSD.org X XUSE_KDELIBS_VER=3 X# USE_BZIP2=yes X# INSTALLS_SHLIB= yes XUSE_AUTOCONF_VER=253 XUSE_GMAKE= yes XCONFIGURE_ENV+= AUTOCONF=${PREFIX}/bin/autoconf PATH=${WRKSRC}/auto-bin:$$PATH XMAKE_ENV+= ${CONFIGURE_ENV} XAUTOCONF=${PREFIX}/bin/autoconf X XCONFIGURE_ARGS+= --without-gkrellm X X XMAKE_ENV+= PATH=${WRKDIR}/bin:${PATH} XCONFIGURE_ENV+= PATH=${WRKDIR}/bin:${PATH} XCONFIGURE_TARGET= X Xpre-configure: X ${MKDIR} ${WRKDIR}/bin X -${LN} -sf ${PREFIX}/bin/aclocal ${WRKDIR}/bin/aclocal X -${LN} -sf ${PREFIX}/bin/autoconf ${WRKDIR}/bin/autoconf X -${LN} -sf ${PREFIX}/bin/autoheader ${WRKDIR}/bin/autoheader X -${LN} -sf ${PREFIX}/bin/automake ${WRKDIR}/bin/automake X -${LN} -sf /bin/echo ${WRKDIR}/bin/chown X (cd ${WRKSRC} && gmake -f admin/Makefile.common) X X# post-install: X # cd ${PREFIX}/bin && ln -fs i386-portbld-freebsd4.5-sim sim X X X.include END-of-sim/Makefile echo x - sim/distinfo sed 's/^X//' >sim/distinfo << 'END-of-sim/distinfo' XMD5 (KDE/sim-0.8.2.tar.gz) = c04ecb5569746df71dd330d71eed89f0 END-of-sim/distinfo echo x - sim/pkg-descr sed 's/^X//' >sim/pkg-descr << 'END-of-sim/pkg-descr' XSIM (Simple Instant Messenger) is an unpretentious ICQ client which supports many of the features of Version 8 of the ICQ protocol (ICQ 2001). X XSome Features: Xserver-side contact lists, Xsending and receiving messages in RTF-format, Xfile transfers, Xchat, Xuser search, Xnon-ICQ contacts, Xsupport for Miranda icon themes, Xproxy support (SOCKS4, SOCKS5, HTTP, HTTPS), Xa SPAM filter, Xuser encoding, Xsecure direct connections with SIM and Licq X and much more: X X http://sim-icq.sourceforge.net END-of-sim/pkg-descr echo x - sim/pkg-plist sed 's/^X//' >sim/pkg-plist << 'END-of-sim/pkg-plist' Xshare/apps/sim/pict/splash.png Xshare/apps/sim/sounds/auth.wav Xshare/apps/sim/sounds/message.wav Xshare/apps/sim/sounds/url.wav Xshare/apps/sim/sounds/alert.wav Xshare/apps/sim/sounds/sms.wav Xshare/apps/sim/sounds/file.wav Xshare/apps/sim/sounds/filedone.wav Xshare/apps/sim/sounds/chat.wav Xshare/apps/sim/sounds/startup.wav Xshare/locale/cs/LC_MESSAGES/sim.mo Xshare/locale/de/LC_MESSAGES/sim.mo Xshare/locale/es/LC_MESSAGES/sim.mo Xshare/locale/it/LC_MESSAGES/sim.mo Xshare/locale/ru/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/locale/nl/LC_MESSAGES/sim.mo Xshare/locale/pl/LC_MESSAGES/sim.mo Xshare/locale/fr/LC_MESSAGES/sim.mo Xshare/locale/bg/LC_MESSAGES/sim.mo Xshare/locale/he/LC_MESSAGES/sim.mo Xshare/locale/sk/LC_MESSAGES/sim.mo Xshare/applnk/Internet/sim.desktop Xshare/icons/locolor/32x32/apps/sim.png Xshare/icons/locolor/16x16/apps/sim.png Xshare/icons/hicolor/16x16/apps/sim.png Xshare/icons/hicolor/32x32/apps/sim.png Xbin/sim Xbin/simctrl Xlib/menu/sim-kde.menu X@unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/zh_TW 2>/dev/null || true X@unexec rmdir %D/share/locale/uk/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/uk 2>/dev/null || true X@unexec rmdir %D/share/locale/tr/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/tr 2>/dev/null || true X@unexec rmdir %D/share/locale/sk/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/sk 2>/dev/null || true X@unexec rmdir %D/share/locale/ru/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/ru 2>/dev/null || true X@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/pl 2>/dev/null || true X@unexec rmdir %D/share/locale/nl/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/nl 2>/dev/null || true X@unexec rmdir %D/share/locale/it/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/it 2>/dev/null || true X@unexec rmdir %D/share/locale/he/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/he 2>/dev/null || true X@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/fr 2>/dev/null || true X@unexec rmdir %D/share/locale/es/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/es 2>/dev/null || true X@unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/de 2>/dev/null || true X@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/cs 2>/dev/null || true X@unexec rmdir %D/share/locale/bg/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/bg 2>/dev/null || true X@unexec rmdir %D/share/locale 2>/dev/null || true X@unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true X@unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true X@unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true X@unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true X@unexec rmdir %D/share/icons/locolor 2>/dev/null || true X@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true X@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true X@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true X@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true X@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true X@unexec rmdir %D/share/icons 2>/dev/null || true X@unexec rmdir %D/share/apps/sim/sounds 2>/dev/null || true X@unexec rmdir %D/share/apps/sim/pict 2>/dev/null || true X@unexec rmdir %D/share/apps/sim/icons 2>/dev/null || true X@unexec rmdir %D/share/apps/sim 2>/dev/null || true X@unexec rmdir %D/share/apps 2>/dev/null || true X@unexec rmdir %D/share/applnk/Internet 2>/dev/null || true X@unexec rmdir %D/share/applnk 2>/dev/null || true X@unexec rmdir %D/lib/menu 2>/dev/null || true END-of-sim/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: