Re: [Update] productivity/mcds (missing dependency)

2020-01-31 Thread Timothy Brown
On Fri, Jan 31, 2020 at 05:27:59PM +0100, Landry Breuil wrote: > On Fri, Jan 31, 2020 at 09:18:35AM -0700, Timothy Brown wrote: > > Hi, > > > > Thanks to Christian for pointing out a missing dependency in > > productivity/mcds. Namely security/gnupg2 as I use `gp

[Update] productivity/mcds (missing dependency)

2020-01-31 Thread Timothy Brown
@@ # $OpenBSD: Makefile,v 1.4 2020/01/17 08:35:50 landry Exp $ -COMMENT = tty-based carddav search tool +COMMENT = tty-based CardDav search tool V = 1.6 DISTNAME = mcds-${V} CATEGORIES = productivity +REVISION = 0 MAINTAINER = Timothy Brown @@ -19,6 +20,7 @@ MASTER_SITES = https

Re: [UPDATE] productivity/mcds to version 1.6

2020-01-17 Thread Timothy Brown
On Fri, Jan 17, 2020 at 03:09:20PM +, Stuart Henderson wrote: > > Adding pledge, especially on something pulling in various libraries, > turns it from a straightforward update to something that needs a lot > more careful review so it's likely to take longer than usual. > Sure thing. Please

[UPDATE] productivity/mcds to version 1.6

2020-01-16 Thread Timothy Brown
= tty-based carddav search tool -V = 0.9 +V = 1.6 DISTNAME = mcds-${V} CATEGORIES = productivity -REVISION = 0 MAINTAINER = Timothy Brown # GPLv3+ PERMIT_PACKAGE = Yes -WANTLIB = c curl iconv intl xml2 +# uses pledge() +WANTLIB = assuan c curl gpg-error gpgme iconv intl xml2

Re: UPDATE: productivity/mcds

2020-01-01 Thread Timothy Brown
productivity -REVISION = 0 MAINTAINER = Timothy Brown # GPLv3+ PERMIT_PACKAGE = Yes -WANTLIB = c curl iconv intl xml2 +# uses pledge() +WANTLIB = assuan c curl gpg-error gpgme iconv intl xml2 MASTER_SITES = https://gi

UPDATE: productivity/mcds

2019-12-28 Thread Timothy Brown
000 @@ -2,7 +2,7 @@ COMMENT = tty-based carddav search tool -V = 0.9 +V = 1.4 DISTNAME = mcds-${V} CATEGORIES = productivity REVISION = 0 @@ -12,13 +12,15 @@ MAINTAINER = Timothy Brown https://github.com/t-brown/mcds/releases/download/v${V}/ LIB_DEPENDS = devel/gettext,-runtime \

Re: GTK+[23], CUPS, and GUI Clients: Missing Dependencies

2019-07-08 Thread Timothy Brown
Hi all, On Mon, Jul 08, 2019 at 11:42:34PM +0300, Vadim Penzin wrote: > On 7/8/19 10:23 PM, Stuart Henderson wrote: > > On 2019/07/08 20:46, Vadim Penzin wrote: > > > > I'm not aware of any breakage, I haven't tried recently but I would > > expect lpr based printing to work just fine. > > That

Re: UPDATE: productivity/mcds

2019-06-26 Thread Timothy Brown
On Sun, Jun 23, 2019 at 01:43:17PM +0200, Jeremie Courreges-Anglas wrote: > > Here's a review. Among the pledge promises there's "proc exec". > There's also an unveil("/usr/local/bin", "rx") call. Is this because of > gpgme executing gnupg2? > > If my guesses are right, I would suggest a few

Re: UPDATE: productivity/mcds

2019-06-18 Thread Timothy Brown
00 @@ -2,7 +2,7 @@ COMMENT = tty-based carddav search tool -V = 0.9 +V = 1.2 DISTNAME = mcds-${V} CATEGORIES = productivity REVISION = 0 @@ -12,12 +12,14 @@ MAINTAINER = Timothy Brown https://github.com/t-brown/mcds/releases/download/v${V}/ LIB_DEPENDS = devel/gettext,-runtime

Re: UPDATE: productivity/mcds

2019-05-10 Thread Timothy Brown
On Thu, May 09, 2019 at 04:42:08PM -0600, Timothy Brown wrote: > On Wed, May 08, 2019 at 11:53:24AM -0400, Jeremie Courreges-Anglas wrote: > > > > My first thought was: "why add a FLAVOR?". If gpg/gpgme support is the > > only way to avoid the need of plainte

Re: UPDATE: productivity/mcds

2019-05-09 Thread Timothy Brown
On Wed, May 08, 2019 at 11:53:24AM -0400, Jeremie Courreges-Anglas wrote: > > My first thought was: "why add a FLAVOR?". If gpg/gpgme support is the > only way to avoid the need of plaintext credentials, maybe it should be > enabled by default? > Very good question. I was thinking more for

Re: UPDATE: productivity/mcds

2019-05-07 Thread Timothy Brown
DISTNAME = mcds-${V} CATEGORIES = productivity @@ -11,6 +11,7 @@ MAINTAINER = Timothy Brown https://github.com/t-brown/mcds/releases/download/v${V}/ @@ -22,5 +23,15 @@ LIB_DEPENDS =devel/gettext \ CONFIGURE_STYLE = gnu NO_TEST = Ye

UPDATE: productivity/mcds

2019-05-07 Thread Timothy Brown
Hi all, Here's an update to productivity/mcds Notable changes are: - Ability to use a GPG encrypted password file. This can be turned off with a no_gpgme flavor. - Uses pledge() and unveil() if available. - Updated manpage (thanks Stephen Gregoratto!). This is the first time I'm using a FLAVOR

Re: [NEW] textproc/py-emoji (updated)

2019-04-26 Thread Timothy Brown
On Fri, Apr 26, 2019 at 12:22:25PM -0400, Kurt Mosiejczuk wrote: > > I should look up the font I found that gave me some emoji. > > If anyone has an OpenBSD/xterm friendly font that has lots of emoji, > I'm all ears. I'd update both py-emoji and tootstream to put that > information in a readme.

Re: New: mail/mcds?

2019-04-26 Thread Timothy Brown
On Fri, Apr 26, 2019 at 02:53:52PM +0200, Landry Breuil wrote: > > i have no comment on the port itself, but i've quickly tested it and > mcds works fine here against my davical server, once configured with a > .mcdsrc and with the credentials in .netrc. Nice tool ! so far davical > was only used

Re: New: mail/mcds?

2019-04-26 Thread Timothy Brown
On Fri, Apr 26, 2019 at 01:02:09PM +0100, Stuart Henderson wrote: > > I don't think mail/ is the right category, normally for this type of > program we'd use productivity/. OK, happy to put it into productivity/, does anybody disagree? > > It also picks up gettext, so need to add devel/gettext

Re: New: mail/mcds?

2019-04-26 Thread Timothy Brown
On Fri, Apr 26, 2019 at 12:50:54AM -0400, Kurt Mosiejczuk wrote: > > It's generally good practice to make your port on -current. It doesn't > really matter right now, but most of us do our development on -current, > so if we make big changes it will make it harder for us to test. Just > FYI.

New: mail/mcds?

2019-04-25 Thread Timothy Brown
Hi, I would like to start the process of getting a new program into the ports tree. The program is called mcds[0], it is a command line tool that queries a CardDAV[1] server for an email address (typical usage). I use it as a query_command[2] for mutt. I am happy to be the maintainer for the