From owner-freebsd-ports@freebsd.org Sun Jan 3 10:15:57 2021 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D73494CC6F5 for ; Sun, 3 Jan 2021 10:15:57 +0000 (UTC) (envelope-from rosenke@dssgmbh.de) Received: from dss.incore.de (dss.incore.de [195.145.1.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D7vmD20Pvz4jdj for ; Sun, 3 Jan 2021 10:15:55 +0000 (UTC) (envelope-from rosenke@dssgmbh.de) Received: from inetmail.dmz (inetmail.dmz [10.3.0.3]) by dss.incore.de (Postfix) with ESMTP id 142EA3AD3D for ; Sun, 3 Jan 2021 11:15:48 +0100 (CET) X-Virus-Scanned: amavisd-new at incore.de Received: from dss.incore.de ([10.3.0.3]) by inetmail.dmz (inetmail.dmz [10.3.0.3]) (amavisd-new, port 10024) with LMTP id 9rBkeZDJbQyz for ; Sun, 3 Jan 2021 11:15:46 +0100 (CET) Received: from secmail.incore.de (inetdssm.dmz [10.11.0.4]) by dss.incore.de (Postfix) with ESMTP id EE80E3AD4A for ; Sun, 3 Jan 2021 11:15:46 +0100 (CET) Received: from [192.168.10.33] (dslb-002-204-037-022.002.204.pools.vodafone-ip.de [2.204.37.22]) by secmail.incore.de (Postfix) with ESMTPS id E258A13B2E for ; Sun, 3 Jan 2021 11:15:46 +0100 (CET) Subject: Re: OpenSource app Simple Diary To: freebsd-ports@freebsd.org References: From: Henrik Rosenke Message-ID: Date: Sun, 3 Jan 2021 11:15:46 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Rspamd-Queue-Id: 4D7vmD20Pvz4jdj X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of rosenke@dssgmbh.de designates 195.145.1.138 as permitted sender) smtp.mailfrom=rosenke@dssgmbh.de X-Spamd-Result: default: False [-3.30 / 15.00]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_FIVE(0.00)[5]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[195.145.1.138:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:195.145.1.138]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[195.145.1.138:from:127.0.2.255]; DMARC_NA(0.00)[dssgmbh.de]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:3320, ipnet:195.145.0.0/16, country:DE]; RCVD_TLS_LAST(0.00)[]; MAILMAN_DEST(0.00)[freebsd-ports]; RECEIVED_SPAMHAUS_PBL(0.00)[2.204.37.22:received] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2021 10:15:57 -0000 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@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"