diff options
| -rw-r--r-- | editors/Makefile | 1 | ||||
| -rw-r--r-- | editors/marknote/Makefile | 21 | ||||
| -rw-r--r-- | editors/marknote/distinfo | 3 | ||||
| -rw-r--r-- | editors/marknote/pkg-descr | 6 | ||||
| -rw-r--r-- | editors/marknote/pkg-plist | 46 |
5 files changed, 77 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index ca4161f97ea5..280add9d463a 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -209,6 +209,7 @@ SUBDIR += marginalia.el SUBDIR += marker SUBDIR += markmywords + SUBDIR += marknote SUBDIR += mg SUBDIR += mickey SUBDIR += micro diff --git a/editors/marknote/Makefile b/editors/marknote/Makefile new file mode 100644 index 000000000000..2cbcea1d7b78 --- /dev/null +++ b/editors/marknote/Makefile @@ -0,0 +1,21 @@ +PORTNAME= marknote +PORTVERSION= 1.5.2 +CATEGORIES= editors kde +MASTER_SITES= KDE/stable/marknote/ + +MAINTAINER= kde@FreeBSD +COMMENT= Simple markdown note management app +WWW= https://apps.kde.org/marknote/ + +LIB_DEPENDS= libmd4c.so:textproc/md4c + +USES= cmake gettext-tools kde:6 pkgconfig qt:6 tar:xz +USE_KDE= colorscheme config coreaddons crash i18n iconthemes \ + kirigami2 kirigami-addons notifications windowsystem \ + syntaxhighlighting:run \ + ecm:build +# KDE PIM +USE_KDE+= mime +USE_QT= base declarative svg + +.include <bsd.port.mk> diff --git a/editors/marknote/distinfo b/editors/marknote/distinfo new file mode 100644 index 000000000000..61a039e6a228 --- /dev/null +++ b/editors/marknote/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1774518911 +SHA256 (marknote-1.5.2.tar.xz) = bc5a0a82be7a24cdbcfb8b28e41c4a2003e0254d6a898296b74347b476e3eeb7 +SIZE (marknote-1.5.2.tar.xz) = 219452 diff --git a/editors/marknote/pkg-descr b/editors/marknote/pkg-descr new file mode 100644 index 000000000000..45f0425ab233 --- /dev/null +++ b/editors/marknote/pkg-descr @@ -0,0 +1,6 @@ +Marknote lets you create rich text notes and easily organise them into +notebooks. You can personalise your notebooks by choosing an icon and +accent color for each one, making it easy to distinguish between them +and keep your notes at your fingertips. Your notes are saved as Markdown +files in your Documents folder, making it easy to use your notes outside +of Marknote as well as inside the app. diff --git a/editors/marknote/pkg-plist b/editors/marknote/pkg-plist new file mode 100644 index 000000000000..d60e60ac1ec7 --- /dev/null +++ b/editors/marknote/pkg-plist @@ -0,0 +1,46 @@ +bin/marknote +share/applications/org.kde.marknote.desktop +share/icons/hicolor/scalable/apps/org.kde.marknote.svg +share/knotifications6/marknote.notifyrc +share/krunner/dbusplugins/plasma-runner-marknote.desktop +share/locale/ar/LC_MESSAGES/marknote.mo +share/locale/ast/LC_MESSAGES/marknote.mo +share/locale/ca/LC_MESSAGES/marknote.mo +share/locale/ca@valencia/LC_MESSAGES/marknote.mo +share/locale/cs/LC_MESSAGES/marknote.mo +share/locale/da/LC_MESSAGES/marknote.mo +share/locale/de/LC_MESSAGES/marknote.mo +share/locale/en_GB/LC_MESSAGES/marknote.mo +share/locale/eo/LC_MESSAGES/marknote.mo +share/locale/es/LC_MESSAGES/marknote.mo +share/locale/eu/LC_MESSAGES/marknote.mo +share/locale/fi/LC_MESSAGES/marknote.mo +share/locale/fr/LC_MESSAGES/marknote.mo +share/locale/ga/LC_MESSAGES/marknote.mo +share/locale/gl/LC_MESSAGES/marknote.mo +share/locale/he/LC_MESSAGES/marknote.mo +share/locale/hi/LC_MESSAGES/marknote.mo +share/locale/ia/LC_MESSAGES/marknote.mo +share/locale/is/LC_MESSAGES/marknote.mo +share/locale/it/LC_MESSAGES/marknote.mo +share/locale/ja/LC_MESSAGES/marknote.mo +share/locale/ka/LC_MESSAGES/marknote.mo +share/locale/ko/LC_MESSAGES/marknote.mo +share/locale/lt/LC_MESSAGES/marknote.mo +share/locale/lv/LC_MESSAGES/marknote.mo +share/locale/nl/LC_MESSAGES/marknote.mo +share/locale/nn/LC_MESSAGES/marknote.mo +share/locale/pa/LC_MESSAGES/marknote.mo +share/locale/pl/LC_MESSAGES/marknote.mo +share/locale/pt_BR/LC_MESSAGES/marknote.mo +share/locale/ru/LC_MESSAGES/marknote.mo +share/locale/sa/LC_MESSAGES/marknote.mo +share/locale/sk/LC_MESSAGES/marknote.mo +share/locale/sl/LC_MESSAGES/marknote.mo +share/locale/sv/LC_MESSAGES/marknote.mo +share/locale/tr/LC_MESSAGES/marknote.mo +share/locale/uk/LC_MESSAGES/marknote.mo +share/locale/zh_CN/LC_MESSAGES/marknote.mo +share/locale/zh_TW/LC_MESSAGES/marknote.mo +share/metainfo/org.kde.marknote.metainfo.xml +share/qlogging-categories6/marknote.categories |
