summaryrefslogtreecommitdiff
path: root/net-im (follow)
Commit message (Collapse)AuthorAgeFilesLines
* = Update 0.93 -> 0.94.1Jacques Vidrine2000-10-298-44/+74
| | | | = Add WITH_DANTE knob to compile with Dante socks client support.
* Add fugu 0.9.9e, a graphical client for the Gale secure instant messagingWill Andrews2000-10-285-0/+97
| | | | | | | system. PR: 20542 Submitted by: Peter Haight <peterh@sapros.com>
* Revert to 0.85 as several people report instability with the new version,Brian Feldman2000-10-207-119/+164
| | | | and I notice it sometimes, too.
* Update to Licq 1.0.Brian Feldman2000-10-167-164/+119
|
* Clean up pkg-plist. Get rid of the GNOME bits since that's been turnedJim Mock2000-10-153-13/+24
| | | | | | off. Submitted by: reg
* USE_GNOME -> USE_GTK. Change this until defining WITHOUT_GNOME actuallyJim Mock2000-10-151-1/+1
| | | | | | works. Inspired by: Hours of cursing at the ports tree.
* PLIST fixes to ports which I touched recently. Not all caused by myJeremy Lea2000-10-131-0/+1
| | | | breakage.
* Update to 0.10.3.Jim Mock2000-10-112-2/+2
|
* Fix my breakage. Only remove share/pixmaps in the non-Gnome case.Jeremy Lea2000-10-101-1/+1
| | | | Noticed by: asami
* @dirrm %%DATADIR%%/pixmapsSatoshi Asami2000-10-091-0/+1
| | | | Submitted by: obento
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-084-4/+4
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Update to version 0.10.2.Jim Mock2000-10-072-24/+23
|
* Implement WANT_GNOME.Jeremy Lea2000-10-058-148/+296
|
* Implement USE_GNOME, part 2.Jeremy Lea2000-10-056-35/+33
|
* Implement USE_GTK, part 2.Jeremy Lea2000-10-051-5/+1
|
* Implement USE_GLIB.Jeremy Lea2000-10-051-5/+1
|
* Add WITH_GNOME knob. Bump PORTREVISION.Jim Mock2000-10-031-16/+27
|
* Fix special character support (such as umlauts, etc.). Bump PORTREVISIONJim Mock2000-10-032-12/+1
| | | | | | to 1 (I wasn't sure if it was needed or not, so I did it anyway). Submitted by: Robert Lillack <rob@lillack.de>
* Whitespace changes.Jeremy Lea2000-10-032-36/+36
|
* Maintainer is now a committer, update email accordinglyMario Sergio Fujikawa Ferreira2000-10-031-1/+1
| | | | Approved by: will
* Small patch to aclocal.m4 to change qt version to look for, so thisSatoshi Asami2000-09-251-3/+3
| | | | | | port will still find qt2 post the USE_QT2 change. Submitted by: Max Khon <fjoe@iclub.nsu.ru>
* You don't want to depend on qt21 -- it's dead. Change them to USE_QT2.Satoshi Asami2000-09-231-1/+1
| | | | | (Of course, they shouldn't have been writing "qt21" explicitly in the first place....)
* Change MAINTAINER e-mail address.Daniel Harris2000-09-231-1/+1
| | | | | PR: 21453 Submitted by: MAINTAINER
* Add back explicit dependency on rsaref since it doesn't build without it.Kris Kennaway2000-09-221-0/+1
|
* Update all ports using OpenSSL and RSA to work without rsaref sinceKris Kennaway2000-09-221-3/+0
| | | | | | | 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.
* Update to 1.0.0.Maxim Sobolev2000-09-194-5/+5
| | | | | PR: 20636 Submitted by: maintainer
* Change maintainer to be Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>.Maxim Sobolev2000-09-181-1/+1
| | | | Submitted by: old maintainer
* Update to 0.10.1. This version fixes the Oscar support and someJim Mock2000-09-162-2/+2
| | | | incompatbility issues with Sawfish.
* Update to version 0.10.0.Jim Mock2000-09-113-2/+47
|
* Update to version 0.1.4-2. This probably wasn't the best way to doJim Mock2000-09-054-5/+21
| | | | things, but it works. If anyone wants to change it, feel free to do so.
* Fix MASTER_SITES.Jeroen Ruigrok van der Werven2000-09-051-1/+1
| | | | | Not portlinted. I didn't bother to contact the MAINTAINER since this was an easy fix.
* Add the ability to prefix each line with a timestamp.David E. O'Brien2000-08-277-4/+117
| | | | Obtained from: NetBSD
* Find the user's homedir in a more complete way.David E. O'Brien2000-08-271-0/+54
| | | | Obtained from: NetBSD (patch-ai)
* * Y2k fixes.David E. O'Brien2000-08-271-3/+33
| | | | | | | * get more declarations from our native headers. Submitted by: will Objtained from: NetBSD (patch-aa)
* Since it makes very... promiscuous modes in the installation, createBrian Feldman2000-08-151-0/+6
| | | | | | | | | the ${PREFIX}/share/licq directory with no external permissions at all while doing the installation, then whack the permissions into shape later before handing it off to the world. There is no race condition, but this is under the assumption that the installation routine doesn't chmod ${PREFIX}/share/licq itself! God only knows, with this autoconfed, libtooled...
* Add missing installed files to the PLIST.Brian Feldman2000-08-121-0/+44
| | | | Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Make these COMMENT files conform to Handbook standard.Will Andrews2000-08-111-1/+1
| | | | | PR: 20269 Submitted by: Ports Fury
* Add Gale 0.99a, another open-source messaging system. This one usesWill Andrews2000-08-117-0/+102
| | | | | | | strong crypto for security though! PR: 20329 Submitted by: Peter Haight <peterh@sapros.com>
* Point the qt-gui explicitly at ${X11BASE}/include/qt2. This should fixBrian Feldman2000-08-101-0/+1
| | | | the case where people still have qt 1 installed.
* Get rid of the patch to qt-gui's "configure" and replace it withBrian Feldman2000-08-093-56/+54
| | | | | | patching "configure.in" and "aclocal.m4". Disable XScreenSaver support in the QT GUI since libXss is not a shared library in any version of X we have.
* Update MASTER_SITESSeiichirou Hiraoka2000-08-081-1/+3
|
* Re-sobomize to use pre-patch instead of post-extractAde Lovett2000-08-042-2/+2
| | | | Wrists slapped by: knu, sheldon
* Update to licq 0.85. Grr.Brian Feldman2000-08-047-97/+118
|
* Another sobomax GNOME victim. I need a decent verb for this.Ade Lovett2000-08-042-0/+14
| | | | Approved by: maintainer
* Update to version 0.9.20.Jim Mock2000-07-153-2/+8
|
* Update to version 0.87.Steve Price2000-07-104-22/+45
| | | | | PR: 19484 Submitted by: James Shrenk <di0nys0s@earthlink.net>
* - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-configSteve Price2000-07-072-1/+3
| | | | | | | - Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly PR: 19623 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Location on MASTER_SITE changed.Steve Price2000-07-071-1/+1
| | | | | PR: 19741 Submitted by: maintainer
* Don't dictate policy: let the "UIN spoofing" option exist. ThisBrian Feldman2000-07-041-1/+2
| | | | | | | | functionality has existed and been available by default for many versions before the present version, as well. PR: ports/19446 Submitted by: Alex Keahan <ak@freenet.co.uk>
* Update to 0.4.6.Maxim Sobolev2000-07-038-44/+30
| | | | | PR: 19658 Submitted by: maintainer