Add pidgin after a repocopy from net-im/gaim-devel. Pidgin is the new name
for the Gaim instant messenger client. See http://www.pidgin.im/ for more details on the name. This is a direct upgrade for gaim-devel users from 2.0.0.b6 to 2.0.0.b7.
This commit is contained in:
parent
bcdc00b90a
commit
955782f4b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191447
4 changed files with 575 additions and 585 deletions
|
@ -97,6 +97,7 @@
|
|||
SUBDIR += ocaml-jabbr
|
||||
SUBDIR += p5-POE-Component-Client-MSN
|
||||
SUBDIR += pebrot
|
||||
SUBDIR += pidgin
|
||||
SUBDIR += pork
|
||||
SUBDIR += py-msnp
|
||||
SUBDIR += py-pyxmpp
|
||||
|
|
|
@ -6,23 +6,21 @@
|
|||
# $MCom: ports-stable/net-im/gaim-devel/Makefile,v 1.3 2006/10/29 18:55:29 marcus Exp $
|
||||
#
|
||||
|
||||
PORTNAME= gaim
|
||||
PKGNAMEPREFIX=
|
||||
PKGNAMESUFFIX= -devel
|
||||
PORTNAME= pidgin
|
||||
|
||||
MAINTAINER= marcus@FreeBSD.org
|
||||
COMMENT= Gaim multi-protocol messaging client (GTK+ UI)
|
||||
COMMENT= Pidgin multi-protocol messaging client (GTK+ UI)
|
||||
|
||||
LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \
|
||||
gaim.0:${PORTSDIR}/net-im/libgaim
|
||||
purple.0:${PORTSDIR}/net-im/libpurple
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../libgaim
|
||||
BUILD_WRKSRC= ${WRKSRC}/gtk
|
||||
MASTERDIR= ${.CURDIR}/../libpurple
|
||||
BUILD_WRKSRC= ${WRKSRC}/pidgin
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
DESCR= ${.CURDIR}/pkg-descr
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
|
||||
GAIM_SLAVE= yes
|
||||
PIDGIN_SLAVE= yes
|
||||
WITH_GTKUI= yes
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
Gaim is a multi-protocol instant messaging client. It is compatible with AIM
|
||||
Pidgin is a multi-protocol instant messaging client. It is compatible with AIM
|
||||
(Oscar and TOC protocols), ICQ, MSN Messenger, Yahoo, IRC, Jabber, Gadu-Gadu,
|
||||
and Zephyr networks.
|
||||
|
||||
Gaim users can log in to multiple accounts on multiple IM networks
|
||||
Pidgin users can log in to multiple accounts on multiple IM networks
|
||||
simultaneously. This means that you can be chatting with friends on AOL
|
||||
Instant Messenger, talking to a friend on Yahoo Messenger, and sitting in an
|
||||
IRC channel all at the same time.
|
||||
|
||||
Gaim supports many features of the various networks, such as file transfer
|
||||
Pidgin supports many features of the various networks, such as file transfer
|
||||
(coming soon), away messages, typing notification, and MSN window closing
|
||||
notification. It also goes beyond that and provides many unique features. A
|
||||
few popular features are Buddy Pounces, which give the ability to notify you,
|
||||
|
@ -16,6 +16,6 @@ signs online, or returns from idle; and plugins, consisting of text
|
|||
replacement, a buddy ticker, extended message notification, iconify on away,
|
||||
and more.
|
||||
|
||||
(Adapted from the About Gaim page.)
|
||||
(Adapted from the About Pidgin page.)
|
||||
|
||||
WWW: http://gaim.sourceforge.net/
|
||||
WWW: http://www.pidgin.im/
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue