On Sun, Aug 05, 2018 at 05:32:03PM +0200, Marcus MERIGHI wrote: > Hello, > > I've tried to make a port auf "khal", which I've been using lightly[1]. > It is the only software to handle vcard address data I know of (unless > you want to use thunderbird for that). Good old abook can handle vcard, > but only via import/export. We already have vdirsyncer and khal, khard > seems to fit the bill. > > Unfortunately there's no "ikhard" for khard, like there is "ikhal" for > "khal". > > I just copied over "khal" and adjusted, ran "make plist", adjusted > distfile etc. It did install for me after that. > > Q: How do I get > ports/pobj/khard-0.12.2/khard-0.12.2/misc/khard/khard.conf.example > to install to /usr/local/share/khard/?
You can use post-install in your Makefile. Check www/offlineimap for an example. Remi > > DESCR: > khard handles vcard files on the command line, editing is done on yaml > files. > > MAINTAINER: > Am I supposed to take it? I've just dug up my githup account and added > scheibler/khard to my watch list. Does that qualify? :-) > > HOMEPAGE: > https://github.com/scheibler/khard > > minimum .config/khard/khard.conf: > > [addressbooks] > [[personal]] > path = ~/.contacts/personal/ > [general] > merge_editor = vimdiff > > [1] I have vdirsyncer update my calender and contacts data from a SOGo > CardDAV/CalDAV server anyways. I edited some contacts with khard, ran > "vdirsyncer sync", synced my phone and checked the modifications. Undid > the modifications on my phone, synced to SOGo, ran vdirsyncer, checked > with khard that the modifications were undone. > > Marcus