Port details |
- notekit Hierarchical markdown note-taking application
- 0.2.0_2 deskutils
=2 0.2.0_2Version of this port present on the latest quarterly branch. - Maintainer: danfe@FreeBSD.org
 - Port Added: 2021-12-26 14:30:05
- Last Update: 2025-03-17 04:02:08
- Commit Hash: e87d813
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: GPLv3+
- WWW:
- https://github.com/blackhole89/notekit
- Description:
- This program is a structured note-taking application based on GTK v3.
Write notes in instantly-formatted Markdown, organise them in a tree
of folders that can be instantly navigated from within the program,
and add hand-drawn notes by mouse, touchscreen, or digitizer.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- notekit>0:deskutils/notekit
- To install the port:
- cd /usr/ports/deskutils/notekit/ && make install clean
- To add the package, run one of these commands:
- pkg install deskutils/notekit
- pkg install notekit
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: notekit
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1671307387
SHA256 (blackhole89-notekit-v0.2.0_GH0.tar.gz) = 85d07a4693b290c77cb8d14191c0a955c9436d10daf7d12ace2791a33c55e7f0
SIZE (blackhole89-notekit-v0.2.0_GH0.tar.gz) = 1906688
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libfontconfig.so : x11-fonts/fontconfig
- libharfbuzz.so : print/harfbuzz
- libjsoncpp.so : devel/jsoncpp
- libatk-1.0.so : accessibility/at-spi2-core
- libatkmm-1.6.so : accessibility/atkmm
- libcairo.so : graphics/cairo
- libcairomm-1.0.so : graphics/cairomm
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libglibmm-2.4.so : devel/glibmm
- libgtk-3.so : x11-toolkits/gtk30
- libgtkmm-3.0.so : x11-toolkits/gtkmm30
- libgtksourceview-3.0.so : x11-toolkits/gtksourceview3
- libgtksourceviewmm-3.0.so : x11-toolkits/gtksourceviewmm3
- libsigc-2.0.so : devel/libsigc++20
- libxml2.so : textproc/libxml2
- libharfbuzz.so : print/harfbuzz
- libpango-1.0.so : x11-toolkits/pango
- libpangomm-1.4.so : x11-toolkits/pangomm
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- deskutils_notekit
- USES:
- cmake compiler:c++17-lang gnome pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.0_2 17 Mar 2025 04:02:08
    |
Charlie Li (vishwin)  |
gnome.mk: rename gdkpixbuf2 to gdkpixbuf to prepare for port move
The GTK 1-based gdk-pixbuf has not existed for some time.
No functional or package changes. |
0.2.0_2 12 Sep 2024 16:20:06
    |
Yuri Victorovich (yuri)  |
*/*: Bump dependencioes after devel/jsoncpp update
PR: 281462
Reported by: Ale <discipline@tiscali.it> |
0.2.0_1 02 Mar 2023 05:23:10
    |
Tobias C. Berner (tcberner)  |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
0.2.0 06 Jan 2023 07:33:44
    |
Alexey Dokuchaev (danfe)  |
deskutils/notekit: update the port to version 0.2.0, amend PORTSCOUT. |
g20220907 30 Sep 2022 20:47:52
    |
Alexey Dokuchaev (danfe)  |
Tell PORTSCOUT to ignore some useless tags in three of my ports. |
g20220907 13 Sep 2022 17:46:24
    |
Alexey Dokuchaev (danfe)  |
deskutils/notekit: update the port to the latest GitHub commit. |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
g20211222_2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
g20211222_2 20 Jul 2022 14:21:10
    |
Tobias C. Berner (tcberner)  |
deskutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Alex "lissyara" Keda <admin@lissyara.su>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Hsu <ahsu@users.sf.net>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Andrey Zakhvatov <andy@icc.surw.chel.su>
* Anton Berezin <tobez@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
g20211222_2 10 Apr 2022 19:11:41
    |
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
g20211222_1 26 Mar 2022 08:27:27
    |
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
g20211222 26 Dec 2021 14:26:56
    |
Alexey Dokuchaev (danfe)  |
deskutils/notekit: new port had been added (+)
This program is a structured note-taking application based on GTK v3.
Write notes in instantly-formatted Markdown, organise them in a tree
of folders that can be instantly navigated from within the program,
and add hand-drawn notes by mouse, touchscreen, or digitizer.
WWW: https://github.com/blackhole89/notekit |