The FreeBSD Ports Archive
FreeBSD net-im : gale4>
A secure instant messaging system
Gale is an open-source messaging system. It provides private messaging and
public chat, uses strong end-to-end cryptography for security, and supports
a distributed server network with a range of clients (both console and GUI)
available.
http://www.gale.org/
|
gale history
v. 1.30
date: 2007/03/27 20:27:41; author: pav; state: Exp; lines: +3 -2
- Fix after objformat removal
Reported by: pointyhat
v. 1.29
date: 2006/05/11 22:49:33; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with N
v. 1.28
date: 2006/04/24 02:43:51; author: marcus; state: Exp; lines: +1 -1
Fix the adns library version so it matches the internal soname. This sets
the lib version back to 1, but since the dependencies still linked to
libadns.so.1 even when the installed file was libadns.so.12, a new
PORTREVISION bump is not needed.
v. 1.27
date: 2006/04/21 18:39:19; author: sem; state: Exp; lines: +2 -2
- Bump adns library version and PORTREVISION after last dns/adns update
for all affected ports.
Reproached by: kris
v. 1.26
date: 2006/03/07 08:27:11; author: ade; state: Exp; lines: +1 -0
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit)
v. 1.25
date: 2005/11/09 07:48:11; author: pav; state: Exp; lines: +1 -1
Move instant messaging related ports to newly created net-im category:
net/aim -> net-im/aim
net/amsn -> net-im/amsn
net/ari-yahoo -> net-im/ari-yahoo
net/ayttm -> net-im/ayttm
net/bsflite -> net-im/bsflite
net/ccmsn -> net-im/ccmsn
net/centericq -> net-im/centericq
net/cicquin -> net-im/cicquin
net/coccinella -> net-im/coccinella
net/convey -> net-im/convey
net/echat -> net-im/echat
net/ejabberd -> net-im/ejabberd
net/firetalk -> net-im/firetalk
net/fugu -> net-im/fugu
net/gajim -> net-im/gajim
net/gale -> net-im/gale
net/ginsu -> net-im/ginsu
net/gnome-jabber -> net-im/gnome-jabber
net/gtkyahoo -> net-im/gtkyahoo
net/gyach -> net-im/gyach
net/icb -> net-im/icb
net/icmpchat -> net-im/icmpchat
net/icqlib -> net-im/icqlib
net/imcom -> net-im/imcom
net/jabberd -> net-im/jabberd
net/jabber-pymsn -> net-im/jabber-pymsn
net/jit -> net-im/jit
net/kmerlin -> net-im/kmerlin
net/kmess -> net-im/kmess
net/konverse -> net-im/konverse
net/kpopup -> net-im/kpopup
net/libmsn -> net-im/libmsn
net/libyahoo2 -> net-im/libyahoo2
net/linpopup -> net-im/linpopup
net/linux-ymessenger -> net-im/linux-ymessenger
net/mcabber -> net-im/mcabber
net/mercury -> net-im/mercury
net/micq -> net-im/micq
net/mu-conference -> net-im/mu-conference
net/naim -> net-im/naim
net/pebrot -> net-im/pebrot
net/pork -> net-im/pork
net/py-msnp -> net-im/py-msnp
net/py-pyxmpp -> net-im/py-pyxmpp
net/p5-Jabber-Connection -> net-im/p5-Jabber-Connection
net/p5-Net-AIM -> net-im/p5-Net-AIM
net/p5-Net-AOLIM -> net-im/p5-Net-AOLIM
net/p5-Net-ICQ2000 -> net-im/p5-Net-ICQ2000
net/p5-Net-MSN -> net-im/p5-Net-MSN
net/p5-Net-NetSend -> net-im/p5-Net-NetSend
net/p5-Net-OSCAR -> net-im/p5-Net-OSCAR
net/simicq -> net-im/simicq
net/sulci -> net-im/sulci
net/tik -> net-im/tik
net/tkabber -> net-im/tkabber
net/tkabber-devel -> net-im/tkabber-devel
net/tmsnc -> net-im/tmsnc
net/vicq -> net-im/vicq
net/vqcc-gtk -> net-im/vqcc-gtk
net/xicq -> net-im/xicq
net/ymessenger -> net-im/ymessenger
net/ysm -> net-im/ysm
Repocopied by: marcus
v. 1.24
date: 2005/04/23 08:39:13; author: lawrance; state: Exp; lines: +1 -2
Unbreak on 4.x by using the port's included wide character functions.
PR: ports/80230
Submitted by: Jason Stone (maintainer)
Approved by: clement (mentor)
v. 1.23
date: 2005/04/21 10:19:42; author: lawrance; state: Exp; lines: +14 -11
- Update net/gale to 0.99fruit, unbreak on 5.x
- Pass maintainership to submitter
PR: ports/79213
Submitted by: Jason Stone
Approved by: clement (mentor)
Peter Haight (maintainer)
v. 1.22
date: 2004/09/18 17:19:32; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
v. 1.21
date: 2004/07/09 17:42:39; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.20
date: 2004/05/15 00:38:27; author: linimon; state: Exp; lines: +0 -4
Fix plist, unbreak, unmark as deprecated.
v. 1.19
date: 2004/03/14 06:17:05; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.18
date: 2004/02/22 01:22:45; author: kris; state: Exp; lines: +2 -1
Utilize the EXPIRATION_DATE tag for these ports scheduled for removal.
v. 1.17
date: 2004/02/07 23:47:56; author: kris; state: Exp; lines: +2 -5
This port is also broken on 4.x, and will be removed after April 7
v. 1.16
date: 2004/02/07 04:10:42; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.x: Broken pkg-plist
v. 1.15
date: 2003/11/02 21:41:15; author: edwin; state: Exp; lines: +2 -1
Add extra mastersite to keep port fetchable.
v. 1.14
date: 2003/09/05 07:33:46; author: edwin; state: Exp; lines: +1 -1
Chase repocopies towards ports/dns
PR: ports/56020
Submitted by: Kimura Fuyuki
Approved by: portmgr
v. 1.13
date: 2003/06/26 22:58:28; author: ade; state: Exp; lines: +1 -1
libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly)
v. 1.12
date: 2003/02/21 13:14:41; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.11
date: 2002/03/27 00:34:17; author: petef; state: Exp; lines: +5 -0
It is important to run aclocal before the build to ensure that a fix
for a buggy autoconf macro is included, so add USE_AUTOMAKE_VER and
USE_LIBTOOL (in this case, we need the libtool automake macro
AM_PROG_LIBTOOL).
PR: 36347
Submitted by: maintainer
v. 1.10
date: 2002/01/06 06:20:21; author: will; state: Exp; lines: +2 -6
First round of auto* cleanups:
- USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
- Other minor changes to fix things
These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.
Submitted by: bento 4-exp USE_AUTO* cleanups
http://people.FreeBSD.org/~will/4-exp/
http://bento.FreeBSD.org/errorlogs/4-exp-latest/
v. 1.9
date: 2001/11/25 00:12:27; author: petef; state: Exp; lines: +12 -8
- update to 0.99e
- update MASTER_SITES
- fix auto{conf,make} breakage
- add INSTALLS_SHLIB
- silence the cat'ing of pkg-message
- add @exec mkdir's to pkg-plist for packages
PR: 31810
Submitted by: maintainer (mostly)
v. 1.8
date: 2001/07/03 13:22:49; author: kevlo; state: Exp; lines: +6 -5
Update to version 0.99d
PR: 28655
Submitted by: MAINTAINER
v. 1.7
date: 2001/01/16 17:31:47; author: sobomax; state: Exp; lines: +4 -4
Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.6
date: 2000/12/21 06:24:31; author: will; state: Exp; lines: +5 -3
Update to use ADNS. Bump PORTREVISION.
PR: 21720
Submitted by: Peter Sapros
v. 1.5
date: 2000/10/08 10:22:30; author: asami; state: Exp; lines: +2 -2
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
v. 1.4
date: 2000/09/22 03:58:35; author: kris; state: Exp; lines: +2 -1
Add back explicit dependency on rsaref since it doesn't build without it.
v. 1.3
date: 2000/09/22 01:58:57; author: kris; state: Exp; lines: +1 -4
Update all ports using OpenSSL and RSA to work without rsaref since
it is no longer required. Apologies to the various maintainers whom I
did not yet hear back from, but the ports freeze is coming up in a few
hours and I will be verifying all of these ports on a 4.1 machine
myself to catch any problems.
v. 1.2
date: 2000/09/05 12:49:44; author: asmodai; state: Exp; lines: +2 -2
Fix MASTER_SITES.
Not portlinted.
I didn't bother to contact the MAINTAINER since this was an easy fix.
v. 1.1
date: 2000/08/11 11:19:18; author: will; state: Exp;
Add Gale 0.99a, another open-source messaging system. This one uses
strong crypto for security though!
PR: 20329
Submitted by: Peter Haight
=============================================================================
v. 1.30
date: 2007/03/27 20:27:41; author: pav; state: Exp; lines: +3 -2
- Fix after objformat removal
Reported by: pointyhat
v. 1.29
date: 2006/05/11 22:49:33; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with N
v. 1.28
date: 2006/04/24 02:43:51; author: marcus; state: Exp; lines: +1 -1
Fix the adns library version so it matches the internal soname. This sets
the lib version back to 1, but since the dependencies still linked to
libadns.so.1 even when the installed file was libadns.so.12, a new
PORTREVISION bump is not needed.
v. 1.27
date: 2006/04/21 18:39:19; author: sem; state: Exp; lines: +2 -2
- Bump adns library version and PORTREVISION after last dns/adns update
for all affected ports.
Reproached by: kris
v. 1.26
date: 2006/03/07 08:27:11; author: ade; state: Exp; lines: +1 -0
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit)
v. 1.25
date: 2005/11/09 07:48:11; author: pav; state: Exp; lines: +1 -1
Move instant messaging related ports to newly created net-im category:
net/aim -> net-im/aim
net/amsn -> net-im/amsn
net/ari-yahoo -> net-im/ari-yahoo
net/ayttm -> net-im/ayttm
net/bsflite -> net-im/bsflite
net/ccmsn -> net-im/ccmsn
net/centericq -> net-im/centericq
net/cicquin -> net-im/cicquin
net/coccinella -> net-im/coccinella
net/convey -> net-im/convey
net/echat -> net-im/echat
net/ejabberd -> net-im/ejabberd
net/firetalk -> net-im/firetalk
net/fugu -> net-im/fugu
net/gajim -> net-im/gajim
net/gale -> net-im/gale
net/ginsu -> net-im/ginsu
net/gnome-jabber -> net-im/gnome-jabber
net/gtkyahoo -> net-im/gtkyahoo
net/gyach -> net-im/gyach
net/icb -> net-im/icb
net/icmpchat -> net-im/icmpchat
net/icqlib -> net-im/icqlib
net/imcom -> net-im/imcom
net/jabberd -> net-im/jabberd
net/jabber-pymsn -> net-im/jabber-pymsn
net/jit -> net-im/jit
net/kmerlin -> net-im/kmerlin
net/kmess -> net-im/kmess
net/konverse -> net-im/konverse
net/kpopup -> net-im/kpopup
net/libmsn -> net-im/libmsn
net/libyahoo2 -> net-im/libyahoo2
net/linpopup -> net-im/linpopup
net/linux-ymessenger -> net-im/linux-ymessenger
net/mcabber -> net-im/mcabber
net/mercury -> net-im/mercury
net/micq -> net-im/micq
net/mu-conference -> net-im/mu-conference
net/naim -> net-im/naim
net/pebrot -> net-im/pebrot
net/pork -> net-im/pork
net/py-msnp -> net-im/py-msnp
net/py-pyxmpp -> net-im/py-pyxmpp
net/p5-Jabber-Connection -> net-im/p5-Jabber-Connection
net/p5-Net-AIM -> net-im/p5-Net-AIM
net/p5-Net-AOLIM -> net-im/p5-Net-AOLIM
net/p5-Net-ICQ2000 -> net-im/p5-Net-ICQ2000
net/p5-Net-MSN -> net-im/p5-Net-MSN
net/p5-Net-NetSend -> net-im/p5-Net-NetSend
net/p5-Net-OSCAR -> net-im/p5-Net-OSCAR
net/simicq -> net-im/simicq
net/sulci -> net-im/sulci
net/tik -> net-im/tik
net/tkabber -> net-im/tkabber
net/tkabber-devel -> net-im/tkabber-devel
net/tmsnc -> net-im/tmsnc
net/vicq -> net-im/vicq
net/vqcc-gtk -> net-im/vqcc-gtk
net/xicq -> net-im/xicq
net/ymessenger -> net-im/ymessenger
net/ysm -> net-im/ysm
Repocopied by: marcus
v. 1.24
date: 2005/04/23 08:39:13; author: lawrance; state: Exp; lines: +1 -2
Unbreak on 4.x by using the port's included wide character functions.
PR: ports/80230
Submitted by: Jason Stone (maintainer)
Approved by: clement (mentor)
v. 1.23
date: 2005/04/21 10:19:42; author: lawrance; state: Exp; lines: +14 -11
- Update net/gale to 0.99fruit, unbreak on 5.x
- Pass maintainership to submitter
PR: ports/79213
Submitted by: Jason Stone
Approved by: clement (mentor)
Peter Haight (maintainer)
v. 1.22
date: 2004/09/18 17:19:32; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
v. 1.21
date: 2004/07/09 17:42:39; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.20
date: 2004/05/15 00:38:27; author: linimon; state: Exp; lines: +0 -4
Fix plist, unbreak, unmark as deprecated.
v. 1.19
date: 2004/03/14 06:17:05; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.18
date: 2004/02/22 01:22:45; author: kris; state: Exp; lines: +2 -1
Utilize the EXPIRATION_DATE tag for these ports scheduled for removal.
v. 1.17
date: 2004/02/07 23:47:56; author: kris; state: Exp; lines: +2 -5
This port is also broken on 4.x, and will be removed after April 7
v. 1.16
date: 2004/02/07 04:10:42; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.x: Broken pkg-plist
v. 1.15
date: 2003/11/02 21:41:15; author: edwin; state: Exp; lines: +2 -1
Add extra mastersite to keep port fetchable.
v. 1.14
date: 2003/09/05 07:33:46; author: edwin; state: Exp; lines: +1 -1
Chase repocopies towards ports/dns
PR: ports/56020
Submitted by: Kimura Fuyuki
Approved by: portmgr
v. 1.13
date: 2003/06/26 22:58:28; author: ade; state: Exp; lines: +1 -1
libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly)
v. 1.12
date: 2003/02/21 13:14:41; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.11
date: 2002/03/27 00:34:17; author: petef; state: Exp; lines: +5 -0
It is important to run aclocal before the build to ensure that a fix
for a buggy autoconf macro is included, so add USE_AUTOMAKE_VER and
USE_LIBTOOL (in this case, we need the libtool automake macro
AM_PROG_LIBTOOL).
PR: 36347
Submitted by: maintainer
v. 1.10
date: 2002/01/06 06:20:21; author: will; state: Exp; lines: +2 -6
First round of auto* cleanups:
- USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
- Other minor changes to fix things
These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.
Submitted by: bento 4-exp USE_AUTO* cleanups
http://people.FreeBSD.org/~will/4-exp/
http://bento.FreeBSD.org/errorlogs/4-exp-latest/
v. 1.9
date: 2001/11/25 00:12:27; author: petef; state: Exp; lines: +12 -8
- update to 0.99e
- update MASTER_SITES
- fix auto{conf,make} breakage
- add INSTALLS_SHLIB
- silence the cat'ing of pkg-message
- add @exec mkdir's to pkg-plist for packages
PR: 31810
Submitted by: maintainer (mostly)
v. 1.8
date: 2001/07/03 13:22:49; author: kevlo; state: Exp; lines: +6 -5
Update to version 0.99d
PR: 28655
Submitted by: MAINTAINER
v. 1.7
date: 2001/01/16 17:31:47; author: sobomax; state: Exp; lines: +4 -4
Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.6
date: 2000/12/21 06:24:31; author: will; state: Exp; lines: +5 -3
Update to use ADNS. Bump PORTREVISION.
PR: 21720
Submitted by: Peter Sapros
v. 1.5
date: 2000/10/08 10:22:30; author: asami; state: Exp; lines: +2 -2
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
v. 1.4
date: 2000/09/22 03:58:35; author: kris; state: Exp; lines: +2 -1
Add back explicit dependency on rsaref since it doesn't build without it.
v. 1.3
date: 2000/09/22 01:58:57; author: kris; state: Exp; lines: +1 -4
Update all ports using OpenSSL and RSA to work without rsaref since
it is no longer required. Apologies to the various maintainers whom I
did not yet hear back from, but the ports freeze is coming up in a few
hours and I will be verifying all of these ports on a 4.1 machine
myself to catch any problems.
v. 1.2
date: 2000/09/05 12:49:44; author: asmodai; state: Exp; lines: +2 -2
Fix MASTER_SITES.
Not portlinted.
I didn't bother to contact the MAINTAINER since this was an easy fix.
v. 1.1
date: 2000/08/11 11:19:18; author: will; state: Exp;
Add Gale 0.99a, another open-source messaging system. This one uses
strong crypto for security though!
PR: 20329
Submitted by: Peter Haight
=============================================================================
v. 1.30
date: 2007/03/27 20:27:41; author: pav; state: Exp; lines: +3 -2
- Fix after objformat removal
Reported by: pointyhat
v. 1.29
date: 2006/05/11 22:49:33; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with N
v. 1.28
date: 2006/04/24 02:43:51; author: marcus; state: Exp; lines: +1 -1
Fix the adns library version so it matches the internal soname. This sets
the lib version back to 1, but since the dependencies still linked to
libadns.so.1 even when the installed file was libadns.so.12, a new
PORTREVISION bump is not needed.
v. 1.27
date: 2006/04/21 18:39:19; author: sem; state: Exp; lines: +2 -2
- Bump adns library version and PORTREVISION after last dns/adns update
for all affected ports.
Reproached by: kris
v. 1.26
date: 2006/03/07 08:27:11; author: ade; state: Exp; lines: +1 -0
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit)
v. 1.25
date: 2005/11/09 07:48:11; author: pav; state: Exp; lines: +1 -1
Move instant messaging related ports to newly created net-im category:
net/aim -> net-im/aim
net/amsn -> net-im/amsn
net/ari-yahoo -> net-im/ari-yahoo
net/ayttm -> net-im/ayttm
net/bsflite -> net-im/bsflite
net/ccmsn -> net-im/ccmsn
net/centericq -> net-im/centericq
net/cicquin -> net-im/cicquin
net/coccinella -> net-im/coccinella
net/convey -> net-im/convey
net/echat -> net-im/echat
net/ejabberd -> net-im/ejabberd
net/firetalk -> net-im/firetalk
net/fugu -> net-im/fugu
net/gajim -> net-im/gajim
net/gale -> net-im/gale
net/ginsu -> net-im/ginsu
net/gnome-jabber -> net-im/gnome-jabber
net/gtkyahoo -> net-im/gtkyahoo
net/gyach -> net-im/gyach
net/icb -> net-im/icb
net/icmpchat -> net-im/icmpchat
net/icqlib -> net-im/icqlib
net/imcom -> net-im/imcom
net/jabberd -> net-im/jabberd
net/jabber-pymsn -> net-im/jabber-pymsn
net/jit -> net-im/jit
net/kmerlin -> net-im/kmerlin
net/kmess -> net-im/kmess
net/konverse -> net-im/konverse
net/kpopup -> net-im/kpopup
net/libmsn -> net-im/libmsn
net/libyahoo2 -> net-im/libyahoo2
net/linpopup -> net-im/linpopup
net/linux-ymessenger -> net-im/linux-ymessenger
net/mcabber -> net-im/mcabber
net/mercury -> net-im/mercury
net/micq -> net-im/micq
net/mu-conference -> net-im/mu-conference
net/naim -> net-im/naim
net/pebrot -> net-im/pebrot
net/pork -> net-im/pork
net/py-msnp -> net-im/py-msnp
net/py-pyxmpp -> net-im/py-pyxmpp
net/p5-Jabber-Connection -> net-im/p5-Jabber-Connection
net/p5-Net-AIM -> net-im/p5-Net-AIM
net/p5-Net-AOLIM -> net-im/p5-Net-AOLIM
net/p5-Net-ICQ2000 -> net-im/p5-Net-ICQ2000
net/p5-Net-MSN -> net-im/p5-Net-MSN
net/p5-Net-NetSend -> net-im/p5-Net-NetSend
net/p5-Net-OSCAR -> net-im/p5-Net-OSCAR
net/simicq -> net-im/simicq
net/sulci -> net-im/sulci
net/tik -> net-im/tik
net/tkabber -> net-im/tkabber
net/tkabber-devel -> net-im/tkabber-devel
net/tmsnc -> net-im/tmsnc
net/vicq -> net-im/vicq
net/vqcc-gtk -> net-im/vqcc-gtk
net/xicq -> net-im/xicq
net/ymessenger -> net-im/ymessenger
net/ysm -> net-im/ysm
Repocopied by: marcus
v. 1.24
date: 2005/04/23 08:39:13; author: lawrance; state: Exp; lines: +1 -2
Unbreak on 4.x by using the port's included wide character functions.
PR: ports/80230
Submitted by: Jason Stone (maintainer)
Approved by: clement (mentor)
v. 1.23
date: 2005/04/21 10:19:42; author: lawrance; state: Exp; lines: +14 -11
- Update net/gale to 0.99fruit, unbreak on 5.x
- Pass maintainership to submitter
PR: ports/79213
Submitted by: Jason Stone
Approved by: clement (mentor)
Peter Haight (maintainer)
v. 1.22
date: 2004/09/18 17:19:32; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
v. 1.21
date: 2004/07/09 17:42:39; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.20
date: 2004/05/15 00:38:27; author: linimon; state: Exp; lines: +0 -4
Fix plist, unbreak, unmark as deprecated.
v. 1.19
date: 2004/03/14 06:17:05; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.18
date: 2004/02/22 01:22:45; author: kris; state: Exp; lines: +2 -1
Utilize the EXPIRATION_DATE tag for these ports scheduled for removal.
v. 1.17
date: 2004/02/07 23:47:56; author: kris; state: Exp; lines: +2 -5
This port is also broken on 4.x, and will be removed after April 7
v. 1.16
date: 2004/02/07 04:10:42; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.x: Broken pkg-plist
v. 1.15
date: 2003/11/02 21:41:15; author: edwin; state: Exp; lines: +2 -1
Add extra mastersite to keep port fetchable.
v. 1.14
date: 2003/09/05 07:33:46; author: edwin; state: Exp; lines: +1 -1
Chase repocopies towards ports/dns
PR: ports/56020
Submitted by: Kimura Fuyuki
Approved by: portmgr
v. 1.13
date: 2003/06/26 22:58:28; author: ade; state: Exp; lines: +1 -1
libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly)
v. 1.12
date: 2003/02/21 13:14:41; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.11
date: 2002/03/27 00:34:17; author: petef; state: Exp; lines: +5 -0
It is important to run aclocal before the build to ensure that a fix
for a buggy autoconf macro is included, so add USE_AUTOMAKE_VER and
USE_LIBTOOL (in this case, we need the libtool automake macro
AM_PROG_LIBTOOL).
PR: 36347
Submitted by: maintainer
v. 1.10
date: 2002/01/06 06:20:21; author: will; state: Exp; lines: +2 -6
First round of auto* cleanups:
- USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
- Other minor changes to fix things
These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.
Submitted by: bento 4-exp USE_AUTO* cleanups
http://people.FreeBSD.org/~will/4-exp/
http://bento.FreeBSD.org/errorlogs/4-exp-latest/
v. 1.9
date: 2001/11/25 00:12:27; author: petef; state: Exp; lines: +12 -8
- update to 0.99e
- update MASTER_SITES
- fix auto{conf,make} breakage
- add INSTALLS_SHLIB
- silence the cat'ing of pkg-message
- add @exec mkdir's to pkg-plist for packages
PR: 31810
Submitted by: maintainer (mostly)
v. 1.8
date: 2001/07/03 13:22:49; author: kevlo; state: Exp; lines: +6 -5
Update to version 0.99d
PR: 28655
Submitted by: MAINTAINER
v. 1.7
date: 2001/01/16 17:31:47; author: sobomax; state: Exp; lines: +4 -4
Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.6
date: 2000/12/21 06:24:31; author: will; state: Exp; lines: +5 -3
Update to use ADNS. Bump PORTREVISION.
PR: 21720
Submitted by: Peter Sapros
v. 1.5
date: 2000/10/08 10:22:30; author: asami; state: Exp; lines: +2 -2
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
v. 1.4
date: 2000/09/22 03:58:35; author: kris; state: Exp; lines: +2 -1
Add back explicit dependency on rsaref since it doesn't build without it.
v. 1.3
date: 2000/09/22 01:58:57; author: kris; state: Exp; lines: +1 -4
Update all ports using OpenSSL and RSA to work without rsaref since
it is no longer required. Apologies to the various maintainers whom I
did not yet hear back from, but the ports freeze is coming up in a few
hours and I will be verifying all of these ports on a 4.1 machine
myself to catch any problems.
v. 1.2
date: 2000/09/05 12:49:44; author: asmodai; state: Exp; lines: +2 -2
Fix MASTER_SITES.
Not portlinted.
I didn't bother to contact the MAINTAINER since this was an easy fix.
v. 1.1
date: 2000/08/11 11:19:18; author: will; state: Exp;
Add Gale 0.99a, another open-source messaging system. This one uses
strong crypto for security though!
PR: 20329
Submitted by: Peter Haight
=============================================================================
|
| |

|