pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/abook Updated to 0.5.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ba84ef9f7151
branches: trunk
changeset: 461942:ba84ef9f7151
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Wed Sep 24 07:54:17 2003 +0000
description:
Updated to 0.5.0.
Update provided by Min Sik Kim <minskim%bawi.org@localhost> 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:
databases/abook/Makefile | 11 ++++++-----
databases/abook/distinfo | 6 +++---
2 files changed, 9 insertions(+), 8 deletions(-)
diffs (38 lines):
diff -r e286fb9924ad -r ba84ef9f7151 databases/abook/Makefile
--- a/databases/abook/Makefile Wed Sep 24 07:40:03 2003 +0000
+++ b/databases/abook/Makefile Wed Sep 24 07:54:17 2003 +0000
@@ -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 @@
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 -r e286fb9924ad -r ba84ef9f7151 databases/abook/distinfo
--- a/databases/abook/distinfo Wed Sep 24 07:40:03 2003 +0000
+++ b/databases/abook/distinfo Wed Sep 24 07:54:17 2003 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index