From owner-svn-ports-head@freebsd.org Tue Mar 14 12:15:19 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69094D09B0F; Tue, 14 Mar 2017 12:15:19 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 27C98F02; Tue, 14 Mar 2017 12:15:18 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 1B9BCBDC91; Tue, 14 Mar 2017 13:15:17 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id B108FBDC85; Tue, 14 Mar 2017 13:15:16 +0100 (CET) Subject: Re: svn commit: r436025 - in head/lang: . OpenCoarrays OpenCoarrays/files To: Tijl Coosemans References: <201703122025.v2CKPT3j040756@repo.freebsd.org> <20170312210236.GA75488@FreeBSD.org> <20170312225202.76a6f57b@kalimero.tijl.coosemans.org> <00a0ce93-cfc3-c93d-d0df-09a800258698@FreeBSD.org> <20170314131123.7e074dd8@kalimero.tijl.coosemans.org> Cc: Alexey Dokuchaev , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, mexas@bris.ac.uk From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <10dff6b0-f55f-8b88-207d-ecf2995c7f1f@FreeBSD.org> Date: Tue, 14 Mar 2017 13:15:14 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170314131123.7e074dd8@kalimero.tijl.coosemans.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="JiqKSwAe5D7GsEuhOFWngFLunTP45wMQp" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2017 12:15:19 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --JiqKSwAe5D7GsEuhOFWngFLunTP45wMQp Content-Type: multipart/mixed; boundary="auo0uudFqu9d1ejtnn6SiFlTVsfuJRhhU"; protected-headers="v1" From: Mathieu Arnold To: Tijl Coosemans Cc: Alexey Dokuchaev , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, mexas@bris.ac.uk Message-ID: <10dff6b0-f55f-8b88-207d-ecf2995c7f1f@FreeBSD.org> Subject: Re: svn commit: r436025 - in head/lang: . OpenCoarrays OpenCoarrays/files References: <201703122025.v2CKPT3j040756@repo.freebsd.org> <20170312210236.GA75488@FreeBSD.org> <20170312225202.76a6f57b@kalimero.tijl.coosemans.org> <00a0ce93-cfc3-c93d-d0df-09a800258698@FreeBSD.org> <20170314131123.7e074dd8@kalimero.tijl.coosemans.org> In-Reply-To: <20170314131123.7e074dd8@kalimero.tijl.coosemans.org> --auo0uudFqu9d1ejtnn6SiFlTVsfuJRhhU Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 14/03/2017 =C3=A0 13:11, Tijl Coosemans a =C3=A9crit : > On Tue, 14 Mar 2017 12:54:57 +0100 Mathieu Arnold > wrote: >> Le 12/03/2017 =C3=A0 22:52, Tijl Coosemans a =C3=A9crit : >>> On Sun, 12 Mar 2017 21:02:36 +0000 Alexey Dokuchaev >>> wrote: =20 >>>> On Sun, Mar 12, 2017 at 08:25:29PM +0000, Tijl Coosemans wrote: =20 >>>>> New Revision: 436025 >>>>> URL: https://svnweb.freebsd.org/changeset/ports/436025 >>>>> >>>>> Log: >>>>> Add lang/OpenCoarrays, an implementation of Fortran coarrays >>>>> using MPI.=20 >>>>> OpenCoarrays is an open-source software project that supports the= >>>>> coarray Fortran (CAF) parallel programming features of the Fortran >>>>> 2008 standard and several features proposed for Fortran 2015. >>>>> =20 >>>>> Added: >>>>> head/lang/OpenCoarrays/ =20 >>>> ... =20 >>>>> +PORTNAME=3D OpenCoarrays =20 >>>> Can this be renamed to opencoarrays (including PORTNAME) please? =20 >>> Done r436029. =20 >> This was uncalled for. >> >> The *only* reason we use to lowercase the name of a port when upstream= >> is not lowercased is if it provides a lowercased binary to run. >> >> Say, for example, sysutils/lsof was called upstream LsOf, then we woul= d >> still call our port lsof, because it provides a binary called lsof. >> This is not the case here, it only provides caf and cafrun. >> So people searching for OpenCoarrays will not find it straight away. > I'm on the fence about this, so I went with the name used by the > maintainer. I like using lowercase everywhere because you don't have > to worry about case then, but I'm fine either way. Note that the port > can still be found with the original name: I know, and pkg install OpenCoarrays will work. I am just saying that our rules says we should respect what upstream names their software. Unless we have a specific rule against it. (single binaries, python ports...) > % make -C /usr/ports search name=3DOpenCoarrays > Port: opencoarrays-1.8.4 > Path: /usr/ports/lang/opencoarrays > Info: Transport layer for coarray Fortran compilers > Maint: mexas@bris.ac.uk > B-deps: bash-4.4.12_1 binutils-2.27_5,1 ca_root_nss-3.29.3 > cmake-3.7.2 cmake-modules-3.7.2 curl-7.53.1 expat-2.2.0_1 gcc-4.9.4 > gcc-ecj-4.5 gettext-runtime-0.19.8.1_1 gmp-6.1.2 hwloc-1.11.1 > indexinfo-0.2.6 jsoncpp-1.8.0_1 libarchive-3.2.2,1 liblz4-1.7.5,1 > libnghttp2-1.20.0 libpciaccess-0.13.4 libuv-1.11.0 libxml2-2.9.4 > lzo2-2.09 mpc-1.0.3 mpfr-3.1.5_1 mpich-3.2_3 pciids-20170310 > R-deps: bash-4.4.12_1 binutils-2.27_5,1 gcc-4.9.4 gcc-ecj-4.5 > gettext-runtime-0.19.8.1_1 gmp-6.1.2 hwloc-1.11.1 indexinfo-0.2.6 > libpciaccess-0.13.4 libxml2-2.9.4 mpc-1.0.3 mpfr-3.1.5_1 mpich-3.2_3 > pciids-20170310 > WWW: http://www.opencoarrays.org/ > > --=20 Mathieu Arnold --auo0uudFqu9d1ejtnn6SiFlTVsfuJRhhU-- --JiqKSwAe5D7GsEuhOFWngFLunTP45wMQp Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJYx97TXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85I1FEP/R27afKjgdvjQAxvPdX9i2g3 cRLmmQ5WYtwV9scFCgw0JbLdvdL0/Z/V9fe7GhbsytFgd/MCNISXU8Fxv1IqxlOi 56+uzO+mb6OxRaoX8kcnV6akDitXgwKuXsd8Y8xWQI0Nc7Wq/pz8ucyBZcg7bbCc GrLzhsc0lY7/6K9N2tL58kFJTjRBqnC+AkzI7tOkiaNpK/OeCIwL9NvkcHbIrRh8 QGrdqQN8Nm9SZ2Pk12sUpAvN6WpD+vzxxStrDrqDLLN/eYFObAohfxuL7d2Y3TGz YPfh10z4QeOOrqajSC4BertI4dzctpZHnIUGltLaDF4Nnw5494fjHJEjY7zLHuLM YjN0xxRhN+nIuAo/1V2f/4E/a3u5ru6V/QxOy5DAenMrDgSEhrjB8BLSs5uF5IF+ WuynFjOiGq6zyJeeF0K9rYQdX5r1fxIdANGuT96w1iAFOy+yFWzEz3uCu6+bmMb0 Fja2lbbFEvRn/SB36IDyK5gGx7c68GrA54fVRRJAI0iwfsZffiXHq4s//nV+OnnC IZSogjzPD6P+Iw4f9kq/l6VuL8q7WW+ANWTZm0BAyCayh+Jc/B5ouO8KuwjMrmgn Kah4TewAf2PJeXpF6zpsdv5ydfY7O172jpl3iPWulidpakWT44A+qoM0N3OPOCIY txzlWm+NEYD/cubktowa =lPib -----END PGP SIGNATURE----- --JiqKSwAe5D7GsEuhOFWngFLunTP45wMQp--