diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-09-24 07:54:17 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-09-24 07:54:17 +0000 |
commit | 5ec23181fbe8deeec945976cecba99bd75cecf73 (patch) | |
tree | 5487db119f604ccda112457918104c4ea5de746c /databases | |
parent | 3351b952f0f513d63ccdf8f190d9c7b3a81f9cb1 (diff) | |
download | pkgsrc-5ec23181fbe8deeec945976cecba99bd75cecf73.tar.gz |
Updated to 0.5.0.
Update provided by Min Sik Kim <minskim@bawi.org> 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
Diffstat (limited to 'databases')
-rw-r--r-- | databases/abook/Makefile | 11 | ||||
-rw-r--r-- | databases/abook/distinfo | 6 |
2 files changed, 9 insertions, 8 deletions
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 |