OpenSource app Simple Diary

Henrik Rosenke rosenke at dssgmbh.de
Sun Jan 3 10:15:57 UTC 2021


Hello,

Am 03.01.21 um 11:12 schrieb Chris:
> On 2021-01-03 01:57, Matthias Apitz wrote:
>> Hello,
>>
>> In the forum about the mobile Purism L5 someone announced some app to 
>> write a
>> diary:
>>
>> https://forums.puri.sm/t/app-simple-diary/11508
>> https://github.com/johan-bjareholt/simple-diary-gtk
>>
>> I have below its README file.  Its dependencies are:
>>
>> - GTK+3
> x11-toolkits/gtk30/ ?
>
>> - webkit2gtk-4.0
> www/webkit2-gtk3/
>
>> - md4c and md4c-html - Not quite sure what these might translate to.

md4c could be contained in qt: 
https://doc.qt.io/qt-5/qtgui-attribution-md4c.html

but i dont know if our qt is build with this or if another qt port with 
this feature exists.

>
> --Chris
>>
>> Do we have them in our ports collection in head? I couldn't see them, at
>> least not with the above names exactly.
>>
>> Thanks
>>
>>     matthias
>>
>>
>> Simple Diary
>> ============
>>
>> Simple and lightweight diary app.
>>
>> Many features are still missing as this is a work in progress.
>>
>> ### Features
>> - Saves entries in markdown
>> - Adding images to your entries
>> - Works for small form factor devices
>> - Flatpak support
>>
>> ### Dependencies
>> - GTK+3
>> - webkit2gtk-4.0
>> - md4c and md4c-html
>>
>> ### Building
>>
>> ##### Meson
>>
>> First install dependencies listed above
>>
>> Secondly run the following: meson build && ninja -C build
>>
>> Executable will be built at build/src/simple-diary
>>
>> ##### Flatpak
>>
>> Build the org.johanbjare.SimpleDiary.yml manifest as with any other 
>> flatpak
>> manifest with flatpak-builder
> _______________________________________________
> freebsd-ports at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"


More information about the freebsd-ports mailing list