From owner-freebsd-ports@freebsd.org Wed Nov 8 10:53:17 2017 Return-Path: Delivered-To: freebsd-ports@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 128B0E4EE26 for ; Wed, 8 Nov 2017 10:53:17 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-io0-x22b.google.com (mail-io0-x22b.google.com [IPv6:2607:f8b0:4001:c06::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CE05174B2F for ; Wed, 8 Nov 2017 10:53:16 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-io0-x22b.google.com with SMTP id d66so5490964ioe.5 for ; Wed, 08 Nov 2017 02:53:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=6ofxC/0aQlLlQSqzHNIxOLHs4G739HjS8+kaAjU87as=; b=je0mCHpHbpIC35EnoPCVbYJwzdEU2ChCysS7/d6RK0cVr7XzjXI30TIKd77hc4GG5X WiWtvay7CHi5NmpJHQSiBwvxrXk/qC3FepPI+4yqBhhQwyybIBUF7TA3R9JqiKoUIfF+ zB8+vCB83fPtEbLDBTa4O4f5Z7TAOTQesnAT7rpdvFcfezBGDOLU4vlIICjqZuu8SLWB lTWzUa/063wUSimSt7v9/rxnuYX06CIYwMrlwhOinaSyu+Ud9sOIZoNDgEjLIQAeXbNb 2EgmPxwomxDyjbLFcicaZ/X46hkHihptGwfh5Q3l0zykFuVwEiG9cOQAcmAlklB9EQKg qq8A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=6ofxC/0aQlLlQSqzHNIxOLHs4G739HjS8+kaAjU87as=; b=pIj0B/qV8t2GNB7JkCf6lrVID9ClAdXY9yHXxVzcx1G/YYhFpTk+j5kOtmQep8/oI4 li4fHfpSf6z+GyvA+x1skM0rGqCFCVMjyXh6N6y8S6RYSFOIah+fcV2t7DCMlnm3Ywjk z2yus99Rzoi4hP/vOK+h8LkwisGtFAzBAbAdj1Fq7Cn9s/2cE2sTsSqEulqLjlELDBSN FBEE6riyxPbfXL/Ai+ru1Yzu8ITPiSbn+VRG/FeHKnMSbtIkJfCndgvyK0oXlUP7sXj3 eMXbtwP+vMMqWsJxrHpz0fQ6PWb/O7Fukz2u3sZkAN0H3vZvmk/QwcCK5pAB73icKO79 DTew== X-Gm-Message-State: AJaThX7mlqMY3rNeXgA4I2QZwoMXKAqYu2jdUdsNkQXRze9VSj64cK5Q 2kNXSpwB9jZ5ckp0lTTBqoqqUh1DBpRCMOjbhXzTyA== X-Google-Smtp-Source: AGs4zMZxeFgCzl3UjASQZS7R6aPdXm8wv7DXScutNw037Zj06ZITBcO4fGfZgjF38mX40Owx8TJpvw+dV6p+8nZ5/Ew= X-Received: by 10.107.53.131 with SMTP id k3mr58368ioo.199.1510138395812; Wed, 08 Nov 2017 02:53:15 -0800 (PST) MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 10.107.166.148 with HTTP; Wed, 8 Nov 2017 02:53:15 -0800 (PST) In-Reply-To: <20171108104926.GA49221@home.opsec.eu> References: <20171108104926.GA49221@home.opsec.eu> From: Antoine Brodin Date: Wed, 8 Nov 2017 11:53:15 +0100 X-Google-Sender-Auth: arXP4hwTBmqeckbF7H4itKqGIMk Message-ID: Subject: Re: SPDX and LICENSE in the ports framework To: Kurt Jaeger Cc: FreeBSD Ports Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Nov 2017 10:53:17 -0000 On Wed, Nov 8, 2017 at 11:49 AM, Kurt Jaeger wrote: > Hi! > > Who is working on the LICENSE part of the ports framework ? > > I've found this website: > > https://spdx.org/ > > which describes SPDX as a > > standard format for communicating the components, licenses and > copyrights associated with software packages > > Do we need some mapping between our license and theirs ? > Some tools etc ? Hi, Mk/bsd.licenses.db.mk:18:# The canonical source of license names and short-name identifiers: Mk/bsd.licenses.db.mk:19:# - SPDX License List Mk/bsd.licenses.db.mk:20:# https://spdx.org/licenses/ Cheers, Antoine