diff options
author | minskim <minskim@pkgsrc.org> | 2004-06-28 19:22:37 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-06-28 19:22:37 +0000 |
commit | 04705e7382f67a367c9dd46f021c4108f0148bfc (patch) | |
tree | 5dd454aaf4e2653b2e6a4f7b66959ecc9ad83dd1 /databases/abook | |
parent | aa2130c8e6bc3bc2df5276789812c21daa484ec4 (diff) | |
download | pkgsrc-04705e7382f67a367c9dd46f021c4108f0148bfc.tar.gz |
Update abook to 0.5.2.
Changes since 0.5:
- five custom fields added
- experimental wide character support
- fixed a crash bug in mutt filter
- fixed errors in configure.in (especially snprintf-functions were incorrectly
detected)
- abookrc manual page update
- sort by field command
- duplicate item command
- quit without saving command
- autoconf/automake update
- minor filter fixes
- tried to fix \" quotation problem with mutt import filter
- removed obsolete filesel_sort option from abookrc manual page
- added bbdb2xx translator source to contrib
Diffstat (limited to 'databases/abook')
-rw-r--r-- | databases/abook/Makefile | 4 | ||||
-rw-r--r-- | databases/abook/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/abook/Makefile b/databases/abook/Makefile index 9671fb1847c..9e62ec996a1 100644 --- a/databases/abook/Makefile +++ b/databases/abook/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2004/04/17 19:14:38 snj Exp $ +# $NetBSD: Makefile,v 1.7 2004/06/28 19:22:38 minskim Exp $ # -DISTNAME= abook-0.5.0 +DISTNAME= abook-0.5.2 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abook/} diff --git a/databases/abook/distinfo b/databases/abook/distinfo index be34e169607..eb34f3b5692 100644 --- a/databases/abook/distinfo +++ b/databases/abook/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2003/09/24 07:54:18 xtraeme Exp $ +$NetBSD: distinfo,v 1.3 2004/06/28 19:22:38 minskim Exp $ -SHA1 (abook-0.5.0.tar.gz) = 4a6c4b6941c1d3b9ae3a56743f934d2798d457e8 -Size (abook-0.5.0.tar.gz) = 164842 bytes +SHA1 (abook-0.5.2.tar.gz) = 08f7382bd1a085172c9471922bcc984aa131eb80 +Size (abook-0.5.2.tar.gz) = 183852 bytes |