From 3f61c1a5903826665efab501f9828317d596a3b5 Mon Sep 17 00:00:00 2001 From: sdk Date: Fri, 26 Jan 2024 18:45:11 +0000 Subject: [PATCH] Import misc/remindcal 0.1.1 DESCR: Remindcal is a terminal interface for remind. Port from Russ Sharek who also takes MAINTAINER, thank you! Tweaks from me and op@ OK op@ --- misc/remindcal/Makefile | 20 ++++++++++++++++++++ misc/remindcal/distinfo | 2 ++ misc/remindcal/pkg/DESCR | 1 + misc/remindcal/pkg/PLIST | 2 ++ misc/remindcal/pkg/README | 9 +++++++++ 5 files changed, 34 insertions(+) create mode 100644 misc/remindcal/Makefile create mode 100644 misc/remindcal/distinfo create mode 100644 misc/remindcal/pkg/DESCR create mode 100644 misc/remindcal/pkg/PLIST create mode 100644 misc/remindcal/pkg/README diff --git a/misc/remindcal/Makefile b/misc/remindcal/Makefile new file mode 100644 index 00000000000..cd8d5cd9e03 --- /dev/null +++ b/misc/remindcal/Makefile @@ -0,0 +1,20 @@ +COMMENT = terminal frontend for remind + +DIST_TUPLE = github realsirjoe remindcal v0.1.1 . + +CATEGORIES = misc + +MAINTAINER = Russ Sharek + +# UNLICENSE +PERMIT_PACKAGE = Yes + +WANTLIB += c curses pthread + +MODULES = lang/go + +RUN_DEPENDS = misc/remind + +ALL_TARGET = github.com/realsirjoe/remindcal + +.include diff --git a/misc/remindcal/distinfo b/misc/remindcal/distinfo new file mode 100644 index 00000000000..8a1c83c4d1a --- /dev/null +++ b/misc/remindcal/distinfo @@ -0,0 +1,2 @@ +SHA256 (realsirjoe-remindcal-v0.1.1.tar.gz) = s+Cgphi/BJhTPrpzZ+B0j6EJOSzMMHiI9OM0ZUn4BSI= +SIZE (realsirjoe-remindcal-v0.1.1.tar.gz) = 67221 diff --git a/misc/remindcal/pkg/DESCR b/misc/remindcal/pkg/DESCR new file mode 100644 index 00000000000..4017006dc7e --- /dev/null +++ b/misc/remindcal/pkg/DESCR @@ -0,0 +1 @@ +Remindcal is a terminal interface for remind. diff --git a/misc/remindcal/pkg/PLIST b/misc/remindcal/pkg/PLIST new file mode 100644 index 00000000000..86a5d6057f7 --- /dev/null +++ b/misc/remindcal/pkg/PLIST @@ -0,0 +1,2 @@ +@bin bin/remindcal +share/doc/pkg-readmes/${PKGSTEM} diff --git a/misc/remindcal/pkg/README b/misc/remindcal/pkg/README new file mode 100644 index 00000000000..151a324787e --- /dev/null +++ b/misc/remindcal/pkg/README @@ -0,0 +1,9 @@ ++----------------------------------------------------------------------- +| Running ${PKGSTEM} on OpenBSD ++----------------------------------------------------------------------- + +Configuration Notes +=================== + +${PKGSTEM} looks for vim by default. Set EDITOR environment variable to +use a different editor.