From owner-freebsd-ports@FreeBSD.ORG Mon Oct 20 04:35:20 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 27C25758 for ; Mon, 20 Oct 2014 04:35:20 +0000 (UTC) Received: from forward12.mail.yandex.net (forward12.mail.yandex.net [IPv6:2a02:6b8:0:801::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D213C6E9 for ; Mon, 20 Oct 2014 04:35:19 +0000 (UTC) Received: from web20j.yandex.ru (web20j.yandex.ru [5.45.198.61]) by forward12.mail.yandex.net (Yandex) with ESMTP id C12A1C20C63 for ; Mon, 20 Oct 2014 08:35:16 +0400 (MSK) Received: from 127.0.0.1 (localhost [127.0.0.1]) by web20j.yandex.ru (Yandex) with ESMTP id 54EB021C0070; Mon, 20 Oct 2014 08:35:16 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1413779716; bh=VJrhkpt4FdHk6y3/qEFnotm95bkYpxRg1LaJBiRSjsg=; h=From:To:Subject:Date; b=PT8e3Mly2usD+pzpW1nXTx8wWQFX4Q/4gZfJLNgSITfonsSMuyTy/FKo7Bqmn7+EH HYcsMo+0SulwuC5qJmXjpwqounpu1psZAnClT+5bgzaCefUgPzJl6Dhv6jdXrIeKG3 B/hpS7EJIyW72doGEqulpwT/jhofyi8yP8Rm1sJg= Received: from tsn46-166-168-243.dyn.nltelcom.net (tsn46-166-168-243.dyn.nltelcom.net [46.166.186.243]) by web20j.yandex.ru with HTTP; Mon, 20 Oct 2014 08:35:16 +0400 From: Martin Hanson To: freebsd-ports@freebsd.org Subject: Adding an "only-free" option to the ports system MIME-Version: 1.0 Message-Id: <1036201413779716@web20j.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Mon, 20 Oct 2014 06:35:16 +0200 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2014 04:35:20 -0000 Hi This is a suggestion. Would it not be possible to add a feature to the ports system which enables the user to choose to avoid non Open Source ports? Some ports are obvious binary blobs, but other ports are less obvious. I would like to be able to add an option saying "only-free", or similar to Debians "main". Kind regards.