From owner-freebsd-ports@freebsd.org Thu Mar 4 10:26:46 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 CFE3B56B36F for ; Thu, 4 Mar 2021 10:26:46 +0000 (UTC) (envelope-from hausen@punkt.de) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4Drn922d9fz3GP2 for ; Thu, 4 Mar 2021 10:26:46 +0000 (UTC) (envelope-from hausen@punkt.de) Received: by mailman.nyi.freebsd.org (Postfix) id 5A1F756B738; Thu, 4 Mar 2021 10:26:46 +0000 (UTC) Delivered-To: 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 59EA556B36E for ; Thu, 4 Mar 2021 10:26:46 +0000 (UTC) (envelope-from hausen@punkt.de) Received: from mail.punkt.de (mail.punkt.de [IPv6:2a00:b580:8000:11:1c6b:7032:35e9:5616]) (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 4Drn921XgNz3GHc; Thu, 4 Mar 2021 10:26:45 +0000 (UTC) (envelope-from hausen@punkt.de) Received: from [IPv6:2003:a:d59:3880:7c74:6fa6:f46e:a934] (unknown [IPv6:2003:a:d59:3880:7c74:6fa6:f46e:a934]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.punkt.de (Postfix) with ESMTPSA id 45878276E5; Thu, 4 Mar 2021 11:26:43 +0100 (CET) From: "Patrick M. Hausen" Message-Id: <76E293A9-0938-4034-8ECA-F819405BE6CF@punkt.de> Content-Type: multipart/signed; boundary="Apple-Mail=_40064AD8-2EFF-49A1-94DA-C2A1D8DA643A"; protocol="application/pgp-signature"; micalg=pgp-sha256 Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.17\)) Subject: Re: www/joomla3 is no longer in the FreeBSD pkg repo Date: Thu, 4 Mar 2021 11:26:39 +0100 In-Reply-To: <3cfc414b-8ec6-f7e6-2700-7068afab37b7@bayofrum.net> Cc: Greg Rivers , "ports@freebsd.org" , "ler@freebsd.org" To: Chris Rees References: <4797626.YNO7O01DYZ@no.place.like.home> <39391265.yjtGejjdTc@no.place.like.home> <2e5a17a5-cc66-9189-ef3e-35605f59dcce@bayofrum.net> <3cfc414b-8ec6-f7e6-2700-7068afab37b7@bayofrum.net> X-Mailer: Apple Mail (2.3445.104.17) X-Rspamd-Queue-Id: 4Drn921XgNz3GHc X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; TAGGED_RCPT(0.00)[freebsd-ports]; REPLY(-4.00)[] 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: Thu, 04 Mar 2021 10:26:46 -0000 --Apple-Mail=_40064AD8-2EFF-49A1-94DA-C2A1D8DA643A Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Hi Chris, > Am 04.03.2021 um 10:48 schrieb Chris Rees : > ---- >=20 > - PDFlib Lite > Open-source edition for basic PDF generation, free for personal use. > PDFlib Lite does not support all languages, and is not available on > EBCDIC platforms. > ---- >=20 > "Free for personal use" is not Free, and that's why the licence must = be acknowledged. >=20 > Unless you have found explicit mention that it is definitely under the = PHP licence? >=20 > Chris >=20 > [1] https://github.com/Distrotech/PDFlib-Lite You are right. Although I did not claim it was free for general use. It used to be free to distribute in binary form as long as it was = accompanied by certain required documents. And redistribution is all the project = needs to care about. Or am I mistaken in this regard? Anyway - I just fetched the current source and the license included is = vastly different from the one I investigated in 2020. At that time pdflib-lite = included the document PDFlib-Lite-license.pdf from which I quote: ---------- 3 Redistribution Redistribution in binary or source form by a commercial organization to = any third party are permitted provided that all of the following = conditions are met. Redistributing the program under these condi- tions = does not necessarily give the recipient the right to use the program; = using the program is always subject to the conditions in section 2. [...] 3.3 Binary Redistribution Redistributions in binary (compiled) form must include this license, the = documentation, and program- ming samples. Not all programming samples = must be included, but only the samples for program- ming languages which = are actually supported by the binary distribution. As an alternative to = including the documentation in a binary distribution, the documentation = may also be made available separately for free download on the Internet = in unmodified form. This =C2=BBdownload=C2=AB exception does not apply = to other files which are part of the original distribution. ---------- I put a copy of that license document here: https://cloud.hausen.com/s/5o77H2mxK6TRKoD I would be very interested to know when the distribution file on the = FreeBSD "distfiles" archive was exchanged, and and why? If I am not completely mistaken about how licenses work any old archive = of the software one might find which contains the license document I cited instead of = the one in the current archive is covered by that older license and by that one alone. You cannot change the license of something you published after the fact, = can you? Kind regards, Patrick -- punkt.de GmbH Patrick M. Hausen .infrastructure Kaiserallee 13a 76133 Karlsruhe Tel. +49 721 9109500 https://infrastructure.punkt.de info@punkt.de AG Mannheim 108285 Gesch=C3=A4ftsf=C3=BChrer: J=C3=BCrgen Egeling, Daniel Lienert, Fabian = Stein --Apple-Mail=_40064AD8-2EFF-49A1-94DA-C2A1D8DA643A Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEgzqrjO/mj9CSsTg2kG8u4u3aiVwFAmBAtd8ACgkQkG8u4u3a iVz58gf/evU/4Kwyz9P2OzeRN1NhbfuV0JErMRVxfJe+HxbfGKpVI+dG3ADNw7ql HBFih53WBnLqujJ61+9vK3qgIqHSJaF1nc/mSLotcv7Vzss7jFJTfeyZum1GEgoH 7c0W1ORsifqDxzDD9jiohJVlgeljUhnDxhWybPdLrCssGj0W4wK+lq4QSbhXwz5P l5CREEZfK2e04Ko0taL7DXwcAKLvdvJ3g53gL6wi7UQ7STESoo9s+EsE6suLJcnR iqfijrVYgD0snUmkGaRb01f0Ox+Rh19yUYwOzLI4saTtCPAXO4sLZdfd4qmYhku0 0YBW1tBvW989hPiiVx2+cMzk6/l8mA== =sHEf -----END PGP SIGNATURE----- --Apple-Mail=_40064AD8-2EFF-49A1-94DA-C2A1D8DA643A--