From root@pegasus.corpex.de  Fri Mar 16 02:26:28 2007
Return-Path: <root@pegasus.corpex.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 8D7F616A400
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 16 Mar 2007 02:26:28 +0000 (UTC)
	(envelope-from root@pegasus.corpex.de)
Received: from pegasus.corpex.de (pegasus.corpex.de [194.6.192.248])
	by mx1.freebsd.org (Postfix) with ESMTP id 32E2713C44B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 16 Mar 2007 02:26:28 +0000 (UTC)
	(envelope-from root@pegasus.corpex.de)
Received: from root by pegasus.corpex.de with local (Exim 4.66 (FreeBSD))
	(envelope-from <root@pegasus.corpex.de>)
	id 1HRo6f-0007KZ-5M
	for FreeBSD-gnats-submit@freebsd.org; Thu, 15 Mar 2007 12:26:53 +0100
Message-Id: <E1HRo6f-0007KZ-5M@pegasus.corpex.de>
Date: Thu, 15 Mar 2007 12:26:53 +0100
From: Frank Altpeter <frank@altpeter.de>
Reply-To: Frank Altpeter <frank@altpeter.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: net-im/centerim text mode driven multi-protocol instant messaging client
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         110369
>Category:       ports
>Synopsis:       New port: net-im/centerim text mode driven multi-protocol instant messaging client
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 16 02:30:06 GMT 2007
>Closed-Date:    Wed Mar 21 21:48:19 GMT 2007
>Last-Modified:  Wed Mar 21 21:48:19 GMT 2007
>Originator:     Frank Altpeter
>Release:        FreeBSD 6.1-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD pegasus.corpex.de 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #4: Thu Oct 12 14:34:13 CEST 2006 root@pegasus.corpex.de:/usr/obj/usr/src/sys/kernconf.pegasus i386


	
>Description:
	New port: net-im/centerim
	This port has been created to be the successor of net-im/centericq . CenterIM is a fork of the
	good old famous CenterICQ, which has been developed by Konst a long time but now is abandoned
	for more than a year and important patches haven't been included so far.
	The CenterICQ community has now published this fork to remain stable and working after all 
	that protocol changes that happened since CenterICQ has been inactive.

	The main homepage of the project is on http://www.centerim.org/
	and the Wiki is on http://wiki.centerim.org/

	
>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:
#
#	centerim
#	centerim/Makefile
#	centerim/distinfo
#	centerim/pkg-descr
#	centerim/pkg-plist
#
echo c - centerim
mkdir -p centerim > /dev/null 2>&1
echo x - centerim/Makefile
sed 's/^X//' >centerim/Makefile << 'END-of-centerim/Makefile'
X# ex:ts=8
X# New ports collection makefile for:   	centerim
X# Date created:                        	2006-03-14
X# Whom:                                 Frank Altpeter <frank@altpeter.de>
X#
X#
X
XPORTNAME=	centerim
XPORTVERSION=	4.22.0
XDISTNAME=	${PORTNAME}-20070313
XWRKSRC=		work/${PORTNAME}-4.22.0
XCATEGORIES=	net-im
XMASTER_SITES=	http://cim.sbisinger.net/tars/
X
XMAINTAINER=	frank@altpeter.de
XCOMMENT=	A text mode menu- and window-driven IM interface
X
XUSE_ICONV=	yes
XUSE_OPENSSL=	yes
XUSE_GMAKE=	yes
XGNU_CONFIGURE=	yes
XCONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
X		CXXFLAGS="-I${LOCALBASE}/include ${CXXFLAGS}"
XLDFLAGS+=	-L${LOCALBASE}/lib -lstdc++
XCONFIGURE_ARGS=	--with-openssl --disable-konst
X
XOPTIONS=	NLS		"Native Language Support" on \
X		MULTIBYTE	"Multibyte Support" off \
X		FRIBIDI		"Fribidi Support" off \
X		MSN		"Support for MSN Protocol" off \
X		YAHOO		"Support for Yahoo! Messenger Protocol" off \
X		AIM		"Support for AOL's Instant Messenger Protocol" off \
X		IRC		"Support for IRC Protocol" off \
X		JABBER		"Support for Jabber Protocol" off \
X		GPGME		"Support for PGP encrypted Jabber messages" on \
X		RSS		"Support for RSS" off \
X		LJ		"Support for LiveJournal" off \
X		GG		"Support for Gadu-Gadu Protocol" off
X
XMAN1=	cicqconv.1 cicqsync.1
X
XPORTDOCS=	FAQ README
X
X.include <bsd.port.pre.mk>
X
X.if defined(WITHOUT_NLS)
XCONFIGURE_ARGS+=--disable-nls
XPLIST_SUB+=	NLS="@comment "
X.else
XUSE_GETTEXT=	yes
XPLIST_SUB+=	NLS=""
X.endif
X
X.if defined(WITH_MULTIBYTE)
XCONFIGURE_ARGS+=	--enable-locales-fix
X.endif
X
X.if defined(WITH_FRIBIDI)
XLIB_DEPENDS+=	fribidi.0:${PORTSDIR}/converters/fribidi
XCONFIGURE_ARGS+=	--with-fribidi
X.endif
X
X.if !defined(WITH_MSN)
XCONFIGURE_ARGS+=	--disable-msn
X.else
XLIB_DEPENDS+=		curl.4:${PORTSDIR}/ftp/curl
X.endif
X
X.if !defined(WITH_YAHOO)
XCONFIGURE_ARGS+=	--disable-yahoo
X.endif
X
X.if !defined(WITH_AIM)
XCONFIGURE_ARGS+=	--disable-aim
X.endif
X
X.if !defined(WITH_IRC)
XCONFIGURE_ARGS+=	--disable-irc
X.endif
X
X.if !defined(WITH_JABBER)
XCONFIGURE_ARGS+=	--disable-jabber
X.else
X.if !defined(WITH_GPGME)
XCONFIGURE_ARGS+=	--without-gpgme
X.else
XLIB_DEPENDS+=		gpgme.17:${PORTSDIR}/security/gpgme
XCONFIGURE_ARGS+=	--with-gpgme=${LOCALBASE}/gpgme
X.endif
X.endif
X
X.if !defined(WITH_RSS)
XCONFIGURE_ARGS+=	--disable-rss
X.endif
X
X.if !defined(WITH_LJ)
XCONFIGURE_ARGS+=	--disable-lj
X.endif
X
X.if !defined(WITH_GG)
XCONFIGURE_ARGS+=	--disable-gg
X.else
XLIB_DEPENDS+=	gadu.3:${PORTSDIR}/polish/ekg
XLIBGADU=	-lgadu
X.endif
X
X.if !defined(NOPORTDOCS)
Xpost-install:
X	@${MKDIR} ${DOCSDIR}
X	@(cd ${WRKSRC} ; ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR})
X.endif
X
X.include <bsd.port.post.mk>
END-of-centerim/Makefile
echo x - centerim/distinfo
sed 's/^X//' >centerim/distinfo << 'END-of-centerim/distinfo'
XMD5 (centerim-20070313.tar.gz) = 83d703ac6c5c1d787dc014224584dbc7
XSHA256 (centerim-20070313.tar.gz) = 18b799e3bff3e8185953ec52124a9fde4854ff3e26cc0ba02646578f6673eb0d
XSIZE (centerim-20070313.tar.gz) = 2599985
END-of-centerim/distinfo
echo x - centerim/pkg-descr
sed 's/^X//' >centerim/pkg-descr << 'END-of-centerim/pkg-descr'
XCentericq is a text mode menu- and window-driven IM interface that
Xsupports the ICQ2000, Yahoo!, MSN, AIM, and IRC protocols. It allows you
Xto send, receive, and forward messages, URLs, SMSes, contacts, and email
Xexpress messages. It also lets you set your own and fetch others' away
Xmessages, and define external handlers for incoming events. You can
Xmass message-send, search for users, view users' details, maintain
Xyour contact list directly from the program, view the message history,
Xregister a new UIN and update your details, be informed upon receipt
Xof email messages, automatically set away after the defined period of
Xinactivity, and have your own ignore, visible, and invisible lists.
XIt can also associate events with sounds, make log of events, and
Xallows arrangement of contacts into groups.
X
XWWW: http://konst.org.ua/centericq/
END-of-centerim/pkg-descr
echo x - centerim/pkg-plist
sed 's/^X//' >centerim/pkg-plist << 'END-of-centerim/pkg-plist'
Xbin/centericq
Xbin/cicqconv
Xbin/cicqsync
X%%DATADIR%%/email.wav
X%%DATADIR%%/msg.wav
X%%DATADIR%%/offline.wav
X%%DATADIR%%/online.wav
X%%DATADIR%%/sms.wav
X%%DATADIR%%/url.wav
X%%NLS%%share/locale/bg/LC_MESSAGES/centericq.mo
X%%NLS%%share/locale/cs/LC_MESSAGES/centericq.mo
X%%NLS%%share/locale/de/LC_MESSAGES/centericq.mo
X%%NLS%%share/locale/es/LC_MESSAGES/centericq.mo
X%%NLS%%share/locale/fr/LC_MESSAGES/centericq.mo
X%%NLS%%share/locale/hu/LC_MESSAGES/centericq.mo
X%%NLS%%share/locale/it/LC_MESSAGES/centericq.mo
X%%NLS%%share/locale/ms/LC_MESSAGES/centericq.mo
X%%NLS%%share/locale/nl/LC_MESSAGES/centericq.mo
X%%NLS%%share/locale/pl/LC_MESSAGES/centericq.mo
X%%NLS%%share/locale/pt_BR/LC_MESSAGES/centericq.mo
X%%NLS%%share/locale/ro/LC_MESSAGES/centericq.mo
X%%NLS%%share/locale/ru/LC_MESSAGES/centericq.mo
X%%NLS%%share/locale/sv/LC_MESSAGES/centericq.mo
X%%NLS%%share/locale/uk/LC_MESSAGES/centericq.mo
X%%NLS%%share/locale/zh_TW.Big5/LC_MESSAGES/centericq.mo
X@dirrm %%DATADIR%%
END-of-centerim/pkg-plist
exit


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Fri Mar 16 07:56:03 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110369 
State-Changed-From-To: open->feedback 
State-Changed-By: miwi 
State-Changed-When: Fri Mar 16 08:07:31 UTC 2007 
State-Changed-Why:  
Hi Frank, 

Hi, The port does not build. Can you take a look in it? 

http://tb2.miwibox.org/index.php?action=describe_port&id=1005 

Thanks Martin. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=110369 

From: Ying-Chieh Liao <ijliao@FreeBSD.org>
To: Frank Altpeter <frank@altpeter.de>
Cc: FreeBSD-gnats-submit@freebsd.org,
	Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
Subject: Re: ports/110369: New port: net-im/centerim text mode driven multi-protocol instant messaging client
Date: Sun, 18 Mar 2007 09:46:20 +0800

 --2fHTh5uZTiUOsy+g
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 maybe we need a repo-copy first...
 --=20
 Testing can show the presence of bugs, but not their absence.
 					--- Edsger W. Dijkstra
 
 --2fHTh5uZTiUOsy+g
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.7 (FreeBSD)
 
 iD8DBQFF/JnsWwpHrx+MII4RAg+vAJ0aBwx/mdycHL4j4KpC6iMc1OlYYQCgjxoI
 V9MFR+SBaiw85Frs/ybxsyI=
 =Jpby
 -----END PGP SIGNATURE-----
 
 --2fHTh5uZTiUOsy+g--
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Mar 21 21:48:17 UTC 2007 
State-Changed-Why:  
duplicate by 110331 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110369 
>Unformatted:
