Wednesday, March 30, 2022

Re: khard DESCR update

On 2022/03/30 15:28, Marcus MERIGHI wrote:
> Hello!
>
> As discussed here: [1] the old project description is misleading.
> Below is a patch that takes the new texts from the homepage.
> It also adds a little verbiage about compatibility with mutt, alot and
> twinkle. These are also stol^Wtaken from the homepage.
>
> [1]
> https://github.com/scheibler/khard/issues/303
> https://github.com/scheibler/khard/pull/304
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/productivity/khard/Makefile,v
> retrieving revision 1.10
> diff -u -p -u -r1.10 Makefile
> --- Makefile 11 Mar 2022 19:51:42 -0000 1.10
> +++ Makefile 30 Mar 2022 13:21:19 -0000
> @@ -1,4 +1,4 @@
> -COMMENT = console CardDAV client
> +COMMENT = console address book



>
> MODPY_EGG_VERSION = 0.17.0
> DISTNAME = khard-${MODPY_EGG_VERSION}
> Index: pkg/DESCR
> ===================================================================
> RCS file: /cvs/ports/productivity/khard/pkg/DESCR,v
> retrieving revision 1.1.1.1
> diff -u -p -u -r1.1.1.1 DESCR
> --- pkg/DESCR 1 Oct 2018 10:37:58 -0000 1.1.1.1
> +++ pkg/DESCR 30 Mar 2022 13:21:19 -0000
> @@ -1,2 +1,3 @@
> -Khard is an address book for the console. It creates, reads, modifies and
> -removes CardDAV address book entries at your local machine.
> +Khard is an address book for the Unix console. It creates, reads, modifies and
> +removes vCard address book entries at your local machine. Khard is also
> +compatible to the email clients mutt and alot and the SIP client twinkle.
>

How about this instead?

Index: Makefile
===================================================================
RCS file: /cvs/ports/productivity/khard/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile 11 Mar 2022 19:51:42 -0000 1.10
+++ Makefile 30 Mar 2022 13:42:37 -0000
@@ -1,8 +1,8 @@
-COMMENT = console CardDAV client
+COMMENT = console vCard address book

MODPY_EGG_VERSION = 0.17.0
DISTNAME = khard-${MODPY_EGG_VERSION}
-REVISION = 0
+REVISION = 1

CATEGORIES = productivity

Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/productivity/khard/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- pkg/DESCR 1 Oct 2018 10:37:58 -0000 1.1.1.1
+++ pkg/DESCR 30 Mar 2022 13:42:37 -0000
@@ -1,2 +1,9 @@
-Khard is an address book for the console. It creates, reads, modifies and
-removes CardDAV address book entries at your local machine.
+Khard is an address book for the console. By itself, it allows creating,
+reading, modifying, removing and searching for vCard address book entries
+(vcf files) in a directory on your local machine.
+
+Used in conjunction with vdirsyncer, it can be used to access and manage
+address books stored on a remote server via CardDAV.
+
+See https://khard.readthedocs.io/en/latest/scripting.html#integration
+for information about integrating with Mutt etc.

No comments:

Post a Comment