From: Kirill A. Korinsky Subject: Re: misc/remind: add ical2rem To: Martin Ziemer Cc: ports@openbsd.org, Stuart Henderson Date: Sat, 28 Dec 2024 18:48:17 +0100 On Sat, 28 Dec 2024 18:28:59 +0100, Martin Ziemer wrote: > > Am Sat, Dec 28, 2024 at 01:16:42PM +0000 schrieb Stuart Henderson: > > On 2024/12/28 00:06, Kirill A. Korinsky wrote: > > > Martint, ports@, > > > > > > I'd like to add ical2rem.pl to misc/remind port. > > > > > > My usecase of this small script is automatical import .ical to remind which > > > I use to generate daily emails with a schedule of the day. > > > > > > Feedback? Ok? > > > > > > Index: misc/remind/Makefile > > > =================================================================== > > > RCS file: /home/cvs/ports/misc/remind/Makefile,v > > > diff -u -p -u -p -r1.80 Makefile > > > --- misc/remind/Makefile 20 Dec 2024 14:00:53 -0000 1.80 > > > +++ misc/remind/Makefile 27 Dec 2024 22:50:16 -0000 > > > @@ -2,6 +2,8 @@ COMMENT= scripting language for reminder > > > > > > DISTNAME= remind-05.02.01 > > > PKGNAME= remind-5.2.1 > > > +I2R_V= 0.8 > > > +REVISION= 0 > > > > Adding it to remind like this is a bit awkward, why not add a separate > > port? > I don't know, if a single script should really be a individual port. > > But installing this patch, I found the dependencies where not used (on my > system) So I guess, there are reasons not to include other scripts. > > Thinking about it: I use another local port to update from remind to > baikal, if this gets included too and so on it would get complicated! > > In short: Stuart Henderson seems to be right, even if my first > idea was also to include this single script to the existing port. > > Anyways i tested it and it works here. > When let make it as dedicated port. I'll send it soon. -- wbr, Kirill