2013-10-15 23:20:29 +02:00
|
|
|
# $NetBSD: Makefile,v 1.53 2013/10/15 21:20:29 roy Exp $
|
2002-01-25 16:53:56 +01:00
|
|
|
|
2012-06-03 19:24:08 +02:00
|
|
|
DISTNAME= naim-0.11.8.3.2
|
2013-10-15 23:20:29 +02:00
|
|
|
PKGREVISION= 1
|
2002-01-25 16:53:56 +01:00
|
|
|
CATEGORIES= chat
|
2007-01-23 23:15:16 +01:00
|
|
|
MASTER_SITES= http://naim.googlecode.com/files/
|
Updated to 0.11.6.1.
Sync DESCR, COMMENT and HOMEPAGE with reality.
Patch provided by Soren Jacobsen <snj@pobox.com> in PR pkg/22926.
Changes since 0.11.6:
* Packages are now compressed with bzip2 rather than GNU zip.
* (backported from 0.12.0) /names now displays the entire, correct
list in all situations, including initial join.
* (backported from 0.12.0) Unhandled numerics used in WHOIS now show
up in /whois output.
* AIM Directory entry is now forced clear on connect.
* Messages that are too long to send are now rejected.
* Messages that have been rejected by a protocol driver (for example
because they are too long) are returned to the sender.
* (backported from 0.12.0) The idea of a "generic" window has been
removed, and you can no longer /delbuddy someone with an open window
(you must /close the window first).
* (backported from 0.12.0) New $nameformat and $nameformat_name to
control the format names appear as in the window list window, and
elsewhere.
* (backported from 0.12.0) New $autosort. 0 means no window list
sorting, 1 means sort by name, 2 means sort into groups, then by
name (this obviates the --enable-experimental-buddy-grouping option
to ./configure)
* New /status command, including naim version and information about
window status.
* Online help for /save did not show the file name argument. Fixed.
* SIGHUP now re-reads .naimprofile by default.
* Possible reference to free()d memory in certain uncommon
situations pointed out by Michael Wilson. Fixed.
* (backported from 0.12.0) /jump now accepts connection:window
syntax (/jump EFnet:#naim works the same as /EFnet:jump #naim).
* /open now takes you to newly opened windows, removing the need to
/jump after /open.
* /closeall now skips windows with queued messages pending.
* Potential NULL pointer dereference in Tab completion found. Fixed.
* The protocol drivers already take care of populating empty buddy
lists when that was a problem, so naim no longer adds you to your
own buddy list if you don't have one at startup.
* Various cleanups in the HTML renderer to handle stacked tags with
missing close tags.
2003-09-24 12:14:11 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2002-01-25 16:53:56 +01:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2011-12-18 16:31:34 +01:00
|
|
|
HOMEPAGE= http://naim.n.ml.org/
|
2013-10-15 23:20:29 +02:00
|
|
|
COMMENT= curses-based AIM, ICQ, IRC, and Lily client
|
2002-01-25 16:53:56 +01:00
|
|
|
|
2003-12-02 04:57:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2007-02-06 22:09:44 +01:00
|
|
|
MAKE_JOBS_SAFE= no
|
2003-12-02 04:57:44 +01:00
|
|
|
USE_LIBTOOL= yes
|
2002-01-25 16:53:56 +01:00
|
|
|
|
2013-10-15 23:20:29 +02:00
|
|
|
.include "../../mk/curses.buildlink3.mk"
|
2002-01-25 16:53:56 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|