FreeBSD Bugzilla – Attachment 244805 Details for
Bug 273759
New port: deskutils/nanonote – a minimalist note taking application
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
git format-patch, editors/nanonote
0001-New-port-editors-nanonote.patch (text/plain), 3.75 KB, created by
Vidar Karlsen
on 2023-09-13 13:15:50 UTC
(
hide
)
Description:
git format-patch, editors/nanonote
Filename:
MIME Type:
Creator:
Vidar Karlsen
Created:
2023-09-13 13:15:50 UTC
Size:
3.75 KB
patch
obsolete
>From 036678424c7f21f2c7e62f2294e4c3d17c697aa9 Mon Sep 17 00:00:00 2001 >From: Vidar Karlsen <vidar@karlsen.tech> >Date: Wed, 13 Sep 2023 15:12:22 +0200 >Subject: [PATCH] New port: editors/nanonote > >Nanonote is a minimalist Qt5 note taking application. > >WWW: https://github.com/agateau/nanonote > >QA: >- portlint -AC: ok >- portclippy: ok >- poudriere testport ok for: > * 13.2 amd64 > * 13.2 arm64 > * 12.4 i386 > * 12.4 amd64 >--- > editors/Makefile | 1 + > editors/nanonote/Makefile | 24 ++++++++++++++++++++++++ > editors/nanonote/distinfo | 7 +++++++ > editors/nanonote/pkg-descr | 5 +++++ > editors/nanonote/pkg-plist | 9 +++++++++ > 5 files changed, 46 insertions(+) > create mode 100644 editors/nanonote/Makefile > create mode 100644 editors/nanonote/distinfo > create mode 100644 editors/nanonote/pkg-descr > create mode 100644 editors/nanonote/pkg-plist > >diff --git a/editors/Makefile b/editors/Makefile >index 6e71926cc376..43a509e3b3f3 100644 >--- a/editors/Makefile >+++ b/editors/Makefile >@@ -213,6 +213,7 @@ > SUBDIR += mousepad > SUBDIR += mp > SUBDIR += nano >+ SUBDIR += nanonote > SUBDIR += ne > SUBDIR += nedit > SUBDIR += neovim >diff --git a/editors/nanonote/Makefile b/editors/nanonote/Makefile >new file mode 100644 >index 000000000000..99302b81ca97 >--- /dev/null >+++ b/editors/nanonote/Makefile >@@ -0,0 +1,24 @@ >+PORTNAME= nanonote >+DISTVERSION= 1.4.0 >+CATEGORIES= editors >+ >+MAINTAINER= vidar@karlsen.tech >+COMMENT= Minimalist note taking application >+WWW= https://github.com/agateau/nanonote >+ >+LICENSE= BSD3CLAUSECLEAR >+LICENSE_NAME= BSD 3-Clause Clear License >+LICENSE_FILE= ${WRKSRC}/LICENSE >+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept >+ >+USES= desktop-file-utils cmake:noninja kde:5 qt:5 >+ >+USE_GITHUB= yes >+GH_ACCOUNT= agateau >+GH_TUPLE= catchorg:Catch2:c837cb4:x1/third-party/Catch2 \ >+ itay-grudev:SingleApplication:a3ed916:x2/third-party/singleapplication/src >+USE_KDE= ecm:build >+USE_QT= core gui linguisttools network testlib widgets \ >+ buildtools:build qmake:build >+ >+.include <bsd.port.mk> >diff --git a/editors/nanonote/distinfo b/editors/nanonote/distinfo >new file mode 100644 >index 000000000000..d2f77bb452dd >--- /dev/null >+++ b/editors/nanonote/distinfo >@@ -0,0 +1,7 @@ >+TIMESTAMP = 1694464956 >+SHA256 (agateau-nanonote-1.4.0_GH0.tar.gz) = fd8f6bdf6c0800abeb3e152ba1a11378c2cc84767a2d09c2126bf6cd30d9082f >+SIZE (agateau-nanonote-1.4.0_GH0.tar.gz) = 198626 >+SHA256 (catchorg-Catch2-c837cb4_GH0.tar.gz) = f6cffe346ad0139965a8e3e5e2377d7821e228603cae17fd4851d1511b07b5c6 >+SIZE (catchorg-Catch2-c837cb4_GH0.tar.gz) = 1094058 >+SHA256 (itay-grudev-SingleApplication-a3ed916_GH0.tar.gz) = 40c2916f982330271d45827ce12948ae14d1a341e2fa5a223697f83cc2f067d1 >+SIZE (itay-grudev-SingleApplication-a3ed916_GH0.tar.gz) = 21813 >diff --git a/editors/nanonote/pkg-descr b/editors/nanonote/pkg-descr >new file mode 100644 >index 000000000000..1bd5878b4e0f >--- /dev/null >+++ b/editors/nanonote/pkg-descr >@@ -0,0 +1,5 @@ >+Nanonote is a minimalist note taking application. >+It automatically saves anything you type. Being minimalist means it has no >+synchronisation, does not support multiple documents, images or any advanced >+formatting (the only formatting is highlighting URLs and Markdown-like >+headings). >diff --git a/editors/nanonote/pkg-plist b/editors/nanonote/pkg-plist >new file mode 100644 >index 000000000000..2d9360c7cce1 >--- /dev/null >+++ b/editors/nanonote/pkg-plist >@@ -0,0 +1,9 @@ >+bin/nanonote >+share/applications/com.agateau.nanonote.desktop >+share/icons/hicolor/scalable/apps/nanonote.svg >+share/metainfo/com.agateau.nanonote.metainfo.xml >+%%DATADIR%%/translations/nanonote_cs.qm >+%%DATADIR%%/translations/nanonote_de.qm >+%%DATADIR%%/translations/nanonote_en.qm >+%%DATADIR%%/translations/nanonote_es.qm >+%%DATADIR%%/translations/nanonote_fr.qm >-- >2.42.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
vidar
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 273759
:
244805
|
244974