View | Details | Raw Unified | Return to bug 115958 | Differences between
and this patch

Collapse All | Expand All

(-)centerim/Makefile (-2 / +3 lines)
Lines 8-18 Link Here
8
8
9
PORTNAME=	centerim
9
PORTNAME=	centerim
10
PORTVERSION=	4.22.1
10
PORTVERSION=	4.22.1
11
PORTREVISION=	1
11
CATEGORIES=	net-im
12
CATEGORIES=	net-im
12
MASTER_SITES=	http://www.centerim.org/download/ \
13
MASTER_SITES=	http://www.centerim.org/download/ \
13
		http://cim.sbisinger.net/tars/ \
14
		http://cim.sbisinger.net/tars/ \
14
		ftp://ftp.centerim.org/
15
		ftp://ftp.centerim.org/
15
DISTNAME=	${PORTNAME}-20070625
16
DISTNAME=	${PORTNAME}-20071003
16
17
17
MAINTAINER=	frank@altpeter.de
18
MAINTAINER=	frank@altpeter.de
18
COMMENT=	A text mode menu- and window-driven IM interface
19
COMMENT=	A text mode menu- and window-driven IM interface
Lines 42-48 Link Here
42
		LJ              "Support for LiveJournal" off \
43
		LJ              "Support for LiveJournal" off \
43
		GG              "Support for Gadu-Gadu Protocol" off
44
		GG              "Support for Gadu-Gadu Protocol" off
44
45
45
MAN1=	cicqconv.1 centerim.1
46
MAN1=	cimconv.1 centerim.1
46
47
47
PORTDOCS=	FAQ README
48
PORTDOCS=	FAQ README
48
49
(-)centerim/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (centerim-20070625.tar.gz) = 99ec602996cc43ed06d7ac41c906fd3b
1
MD5 (centerim-20071003.tar.gz) = ca0b169aee9f730d63fff0fb4f7af03e
2
SHA256 (centerim-20070625.tar.gz) = 55d1ebe5b8ccd13b29437acd74bfbe15f749e64102fee671218fa2078d526af7
2
SHA256 (centerim-20071003.tar.gz) = c0b4d0e3275490392771c8637802c8cf78e0cc103289568af3ded554c054e678
3
SIZE (centerim-20070625.tar.gz) = 2641435
3
SIZE (centerim-20071003.tar.gz) = 2676733
(-)centerim/pkg-descr (-12 / +20 lines)
Lines 1-15 Link Here
1
CenterIM is a fork of CenterICQ.
1
CenterIM is a fork of CenterICQ.
2
CenterIM is a text mode menu- and window-driven IM interface that
2
3
supports the ICQ2000, Yahoo!, MSN, AIM, and IRC protocols. It allows you
3
CenterIM is a text mode menu- and window-driven IM interface that supports the
4
to send, receive, and forward messages, URLs, SMSes, contacts, and email
4
ICQ2000, Yahoo!, MSN, AIM, Gadu-Gadu and IRC protocols as well as posting to
5
express messages. It also lets you set your own and fetch others' away
5
LiveJournal aggregating RSS feeds.
6
messages, and define external handlers for incoming events. You can
6
7
mass message-send, search for users, view users' details, maintain
7
It allows you to send, receive, and forward messages, URLs, SMSes, contacts,
8
your contact list directly from the program, view the message history,
8
and email express messages. It also lets you set your own and fetch others'
9
register a new UIN and update your details, be informed upon receipt
9
away messages, and define external handlers for incoming events. You can mass
10
of email messages, automatically set away after the defined period of
10
message-send, search for users, view users' details, maintain your contact
11
inactivity, and have your own ignore, visible, and invisible lists.
11
list directly from the program, view the message history, register a new UIN
12
It can also associate events with sounds, make log of events, and
12
and update your details, be informed upon receipt of email messages,
13
allows arrangement of contacts into groups.
13
automatically set away after the defined period of inactivity, and have your
14
own ignore, visible, and invisible lists.  It can also associate events with
15
sounds, make log of events, and allows arrangement of contacts into groups.
16
17
The development of CenterIM is currently quite active, but is still happy
18
to find more users helping with contributing bug reports, suggestions,
19
feedback and code.
20
If you're interested in joining our community, feel free to inform about our
21
mailing lists on the CenterIM homepage or on #centerim at the Freenode IRC.
14
22
15
WWW: http://www.centerim.org/
23
WWW: http://www.centerim.org/
(-)centerim/pkg-plist (-1 / +1 lines)
Lines 1-5 Link Here
1
bin/centerim
1
bin/centerim
2
bin/cicqconv
2
bin/cimconv
3
%%DATADIR%%/email.wav
3
%%DATADIR%%/email.wav
4
%%DATADIR%%/msg.wav
4
%%DATADIR%%/msg.wav
5
%%DATADIR%%/offline.wav
5
%%DATADIR%%/offline.wav

Return to bug 115958