From 5ec23181fbe8deeec945976cecba99bd75cecf73 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Wed, 24 Sep 2003 07:54:17 +0000 Subject: Updated to 0.5.0. Update provided by Min Sik Kim in PR pkg/22850. Changes: 0.5.0 - tried to work around some problems with readline - some documentation update 20030530 - updated autoconf/automake - updated man page - pine import filter update 20021008 - options.c rewritten (new mutt style rc file support) - palmcsv export filter (Koenraad Heijlen) - added a spec file for rpm support - added --with-readline configure option - merged newtab patch by Sinan Kaan Yerli - new option: add_email_prevent_duplicates - bugfixes 2002-03-11 - readline support - abook can be compiled with g++ - attempt to improve --datafile behavior - html filter update (Morten Brix Pedersen) - store rcfile and addressbook to .abook directory 2002-02-04 - use getopt to parse command line (also new options added) - use strcoll instead of strcmp for sorting entries - html filter fix - bugfixes --- databases/abook/Makefile | 11 ++++++----- databases/abook/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 8 deletions(-) (limited to 'databases/abook') diff --git a/databases/abook/Makefile b/databases/abook/Makefile index 123975419ba..801aeb07128 100644 --- a/databases/abook/Makefile +++ b/databases/abook/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2003/07/13 13:50:55 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2003/09/24 07:54:17 xtraeme Exp $ # -DISTNAME= abook-0.4.17 -PKGREVISION= 1 +DISTNAME= abook-0.5.0 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abook/} @@ -10,8 +9,10 @@ MAINTAINER= vincent.derrien@ahoup.net HOMEPAGE= http://abook.sourceforge.net/ COMMENT= Text-based addressbook program -USE_BUILDLINK2= YES -GNU_CONFIGURE= YES +USE_BUILDLINK2= yes +USE_GNU_READLINE= yes +GNU_CONFIGURE= yes .include "../../devel/ncurses/buildlink2.mk" +.include "../../devel/readline/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/abook/distinfo b/databases/abook/distinfo index 2ef267e8798..be34e169607 100644 --- a/databases/abook/distinfo +++ b/databases/abook/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/06/04 01:15:34 jschauma Exp $ +$NetBSD: distinfo,v 1.2 2003/09/24 07:54:18 xtraeme Exp $ -SHA1 (abook-0.4.17.tar.gz) = f3a2565b37e76642a5574333ca47ff27bebbc652 -Size (abook-0.4.17.tar.gz) = 119125 bytes +SHA1 (abook-0.5.0.tar.gz) = 4a6c4b6941c1d3b9ae3a56743f934d2798d457e8 +Size (abook-0.5.0.tar.gz) = 164842 bytes -- cgit v1.2.3