index | | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c5dde46840c83b94cdef7aea26b0eb66ca59ddac commit c5dde46840c83b94cdef7aea26b0eb66ca59ddac Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-04-21 02:59:22 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-04-21 02:59:22 +0000 misc/memo: New port: CLI tool for managing Apple Notes and Apple Reminders --- misc/Makefile | 1 + misc/memo/Makefile | 31 +++++++++++++++++++++++++++++++ misc/memo/distinfo | 3 +++ misc/memo/pkg-descr | 5 +++++ 4 files changed, 40 insertions(+) diff --git a/misc/Makefile b/misc/Makefile index 1d3a95b6787c..fbfa378169c1 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -293,6 +293,7 @@ SUBDIR += mcp-inspector SUBDIR += mcp-probe SUBDIR += mdp + SUBDIR += memo SUBDIR += meshoptimizer SUBDIR += metalink-checker SUBDIR += metalink-tools diff --git a/misc/memo/Makefile b/misc/memo/Makefile new file mode 100644 index 000000000000..d3572781d970 --- /dev/null +++ b/misc/memo/Makefile @@ -0,0 +1,31 @@ +PORTNAME= memo +DISTVERSIONPREFIX= v +DISTVERSION= 0.5.3 +CATEGORIES= misc +PKGNAMESUFFIX= -cli-tool + +MAINTAINER= yuri@FreeBSD.org +COMMENT= CLI tool for managing Apple Notes and Apple Reminders +WWW= https://antoniorodr.github.io/memo/ \ + https://github.com/antoniorodr/memo + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=7.4.3:textproc/py-chardet@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}html2text>0:textproc/py-html2text@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mistune>=3.2.0:textproc/py-mistune@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}urllib3>=2.6.3:net/py-urllib3@${PY_FLAVOR} + +USES= python +USE_PYTHON= pep517 noflavors autoplist + +USE_GITHUB= yes +GH_ACCOUNT= antoniorodr + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/misc/memo/distinfo b/misc/memo/distinfo new file mode 100644 index 000000000000..e1172c387041 --- /dev/null +++ b/misc/memo/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1776735210 +SHA256 (antoniorodr-memo-v0.5.3_GH0.tar.gz) = 34c56b1f6205e31de6dc27fa0d3f8ecc5cd58c3273810723a6741d07d8f90249 +SIZE (antoniorodr-memo-v0.5.3_GH0.tar.gz) = 341771 diff --git a/misc/memo/pkg-descr b/misc/memo/pkg-descr new file mode 100644 index 000000000000..2d45f56028d8 --- /dev/null +++ b/misc/memo/pkg-descr @@ -0,0 +1,5 @@ +Memo is a Python CLI for managing Apple Notes and Apple Reminders from the +terminal. It is built for a keyboard-driven workflow, so you can browse, read, +edit, move, export, and complete items without leaving your shell. + +Memo is also used by OpenClaw.home | help
