ports/119899: [NEW PORT] net-im/centerim-devel: A text mode menu- and window-driven IM interface

Frank Altpeter frank at altpeter.de
Tue Jan 22 15:20:03 UTC 2008


>Number:         119899
>Category:       ports
>Synopsis:       [NEW PORT] net-im/centerim-devel: A text mode menu- and window-driven IM interface
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 22 15:20:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Frank Altpeter <frank at altpeter.de>
>Release:        FreeBSD 6.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD murphy.foxalpha.de 6.3-RELEASE FreeBSD 6.3-RELEASE #1: Mon Jan 21 16:39:30 CET 2008
>Description:
CenterIM is a fork of CenterICQ.

CenterIM is a text mode menu- and window-driven IM interface that supports the
ICQ2000, Yahoo!, MSN, AIM, Gadu-Gadu and IRC protocols as well as posting to
LiveJournal aggregating RSS feeds.

It allows you to send, receive, and forward messages, URLs, SMSes, contacts,
and email express messages. It also lets you set your own and fetch others'
away messages, and define external handlers for incoming events. You can mass
message-send, search for users, view users' details, maintain your contact
list directly from the program, view the message history, register a new UIN
and update your details, be informed upon receipt of email messages,
automatically set away after the defined period of inactivity, and have your
own ignore, visible, and invisible lists.  It can also associate events with
sounds, make log of events, and allows arrangement of contacts into groups.

The development of CenterIM is currently quite active, but is still happy
to find more users helping with contributing bug reports, suggestions,
feedback and code.
If you're interested in joining our community, feel free to inform about our
mailing lists on the CenterIM homepage or on #centerim at the Freenode IRC.

WWW: http://www.centerim.org/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- centerim-devel-4.22.2_5-gd341.shar begins here ---
# 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-devel
#	centerim-devel/Makefile
#	centerim-devel/distinfo
#	centerim-devel/pkg-descr
#	centerim-devel/pkg-plist
#
echo c - centerim-devel
mkdir -p centerim-devel > /dev/null 2>&1
echo x - centerim-devel/Makefile
sed 's/^X//' >centerim-devel/Makefile << 'END-of-centerim-devel/Makefile'
X# ex:ts=8
X# New ports collection makefile for:           centerim
X# Date created:                                2006-03-14
X# Whom:                                 Frank Altpeter <frank at altpeter.de>
X#
X# $FreeBSD: ports/net-im/centerim/Makefile,v 1.6 2007/12/12 12:29:22 miwi Exp $
X#
X
XPORTNAME=	centerim
XPORTVERSION=	4.22.2
XPORTREVISION=	5-gd341
XCATEGORIES=	net-im
XMASTER_SITES=	http://www.centerim.org/download/ \
X		ftp://ftp.centerim.org/
XMASTER_SITE_SUBDIR=	snapshots
XPKGNAMESUFFIX=	-devel
XDISTNAME=	${PORTNAME}-${PORTVERSION}-${PORTREVISION}
X
XMAINTAINER=	frank at altpeter.de
XCOMMENT=	A text mode menu- and window-driven IM interface
X
XLIB_DEPENDS=	curl.4:${PORTSDIR}/ftp/curl
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}"
XCONFIGURE_ARGS=	--with-ssl --with-openssl --disable-konst
XWRKSRC=		${WRKDIR}/${DISTNAME}
XCONFLICTS=	centericq-[0-9]* centerim-[0-9]*
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" off \
X		RSS             "Support for RSS" off \
X		LJ              "Support for LiveJournal" off \
X		GG              "Support for Gadu-Gadu Protocol" off
X
XMAN1=	cimconv.1 centerim.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.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.endif
X
X.if !defined(WITH_GPGME)
XCONFIGURE_ARGS+=	--without-gpgme
X.else
XLIB_DEPENDS+=		gpgme.17:${PORTSDIR}/security/gpgme
X#CONFIGURE_ARGS+=	--with-gpgme=${LOCALBASE}
XCONFIGURE_ARGS+=	--with-ssl
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-devel/Makefile
echo x - centerim-devel/distinfo
sed 's/^X//' >centerim-devel/distinfo << 'END-of-centerim-devel/distinfo'
XMD5 (centerim-4.22.2-5-gd341.tar.gz) = e1566397226c6451d50ab93e911695b4
XSHA256 (centerim-4.22.2-5-gd341.tar.gz) = 54798f27339f6d209995ff53e6d64043069eb7b5144ddfe05fd8237669f979de
XSIZE (centerim-4.22.2-5-gd341.tar.gz) = 2608431
END-of-centerim-devel/distinfo
echo x - centerim-devel/pkg-descr
sed 's/^X//' >centerim-devel/pkg-descr << 'END-of-centerim-devel/pkg-descr'
XCenterIM is a fork of CenterICQ.
X
XCenterIM is a text mode menu- and window-driven IM interface that supports the
XICQ2000, Yahoo!, MSN, AIM, Gadu-Gadu and IRC protocols as well as posting to
XLiveJournal aggregating RSS feeds.
X
XIt allows you to send, receive, and forward messages, URLs, SMSes, contacts,
Xand email express messages. It also lets you set your own and fetch others'
Xaway messages, and define external handlers for incoming events. You can mass
Xmessage-send, search for users, view users' details, maintain your contact
Xlist directly from the program, view the message history, register a new UIN
Xand update your details, be informed upon receipt of email messages,
Xautomatically set away after the defined period of inactivity, and have your
Xown ignore, visible, and invisible lists.  It can also associate events with
Xsounds, make log of events, and allows arrangement of contacts into groups.
X
XThe development of CenterIM is currently quite active, but is still happy
Xto find more users helping with contributing bug reports, suggestions,
Xfeedback and code.
XIf you're interested in joining our community, feel free to inform about our
Xmailing lists on the CenterIM homepage or on #centerim at the Freenode IRC.
X
XWWW: http://www.centerim.org/
END-of-centerim-devel/pkg-descr
echo x - centerim-devel/pkg-plist
sed 's/^X//' >centerim-devel/pkg-plist << 'END-of-centerim-devel/pkg-plist'
Xbin/centerim
Xbin/cimconv
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/centerim.mo
X%%NLS%%share/locale/cs/LC_MESSAGES/centerim.mo
X%%NLS%%share/locale/de/LC_MESSAGES/centerim.mo
X%%NLS%%share/locale/es/LC_MESSAGES/centerim.mo
X%%NLS%%share/locale/fr/LC_MESSAGES/centerim.mo
X%%NLS%%share/locale/hu/LC_MESSAGES/centerim.mo
X%%NLS%%share/locale/it/LC_MESSAGES/centerim.mo
X%%NLS%%share/locale/ms/LC_MESSAGES/centerim.mo
X%%NLS%%share/locale/nl/LC_MESSAGES/centerim.mo
X%%NLS%%share/locale/pl/LC_MESSAGES/centerim.mo
X%%NLS%%share/locale/pt_BR/LC_MESSAGES/centerim.mo
X%%NLS%%share/locale/ro/LC_MESSAGES/centerim.mo
X%%NLS%%share/locale/ru/LC_MESSAGES/centerim.mo
X%%NLS%%share/locale/sv/LC_MESSAGES/centerim.mo
X%%NLS%%share/locale/uk/LC_MESSAGES/centerim.mo
X%%NLS%%share/locale/zh_TW.Big5/LC_MESSAGES/centerim.mo
X at dirrm %%DATADIR%%
END-of-centerim-devel/pkg-plist
exit
--- centerim-devel-4.22.2_5-gd341.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list