From owner-freebsd-ports@freebsd.org Sun Jan 3 14:08:01 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 048234D2EEE for ; Sun, 3 Jan 2021 14:08:01 +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 4D80vz4CyKz3CsX; Sun, 3 Jan 2021 14:07:59 +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 BF3353ADA9; Sun, 3 Jan 2021 15:07:56 +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 2to2mqpdTTzu; Sun, 3 Jan 2021 15:07:55 +0100 (CET) Received: from secmail.incore.de (inetdssm.dmz [10.11.0.4]) by dss.incore.de (Postfix) with ESMTP id 953C13ADA1; Sun, 3 Jan 2021 15:07:55 +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 856B213B5D; Sun, 3 Jan 2021 15:07:55 +0100 (CET) Subject: Re: OpenSource app Simple Diary To: Jan Beich Cc: freebsd-ports@freebsd.org References: <5z4e-b9j7-wny@FreeBSD.org> From: Henrik Rosenke Message-ID: <423c8236-9705-5f6c-ef2a-cfd0ceb9db11@dssgmbh.de> Date: Sun, 3 Jan 2021 15:07:55 +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: <5z4e-b9j7-wny@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Rspamd-Queue-Id: 4D80vz4CyKz3CsX 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)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:195.145.1.138]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[dssgmbh.de]; RBL_DBL_DONT_QUERY_IPS(0.00)[195.145.1.138:from]; SPAMHAUS_ZRD(0.00)[195.145.1.138:from:127.0.2.255]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCPT_COUNT_TWO(0.00)[2]; 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 14:08:01 -0000 Am 03.01.21 um 11:27 schrieb Jan Beich: > Henrik Rosenke writes: > >> 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. > See https://repology.org/project/md4c/information > >> 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. > From x11-toolkits/qt5-gui build log: > > Checking for libmd4c... no > [...] > Qt Gui: > Text formats: > MarkdownReader ....................... yes > Using system libmd4c ............... no > > http://beefy6.nyi.freebsd.org/data/121amd64-default/559329/logs/qt5-gui-5.15.2_2.log I created a new port for md4c and md2html with the sources from https://github.com/mity/md4c Maybe could a Commiter take a look on https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252383