From owner-svn-ports-head@FreeBSD.ORG Tue Aug 12 22:14:31 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4CB8C2BF; Tue, 12 Aug 2014 22:14:31 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DAFBB2B19; Tue, 12 Aug 2014 22:14:30 +0000 (UTC) Received: from [192.168.0.100] ([87.139.233.65]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0M8NBi-1WUIPe0q8I-00vxCW; Wed, 13 Aug 2014 00:14:20 +0200 Message-ID: <53EA91BE.7050508@gmx.de> Date: Wed, 13 Aug 2014 00:14:22 +0200 From: olli hauer Reply-To: freebsd-ports User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Raphael Kubo da Costa Subject: Re: svn commit: r364639 - head/www/serf References: <53e91256.2c41.61edaba@svn.freebsd.org> <53E91596.7040302@freebsd.org> <86fvh1tnbf.fsf@FreeBSD.org> In-Reply-To: <86fvh1tnbf.fsf@FreeBSD.org> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:P69iLIhUKnwXaBqi//yReK24Dr1FUXmiRjnz1PLy3KJAGObfdkO Eoy2B/qVVx5PMrNfC01Hi4H52BinPHmOrE0e5m19bitn6UP83Oa2slXN2niGo2+HKzI/IAr FM3DsFeVYx/Jx8rxhM7m3OsemoQ7WTDI1/t1AntPoaGLQCGpkNBfOLr8EcX1UqvdHN0fIbD pmwvAaUuGCJwe8HzNCKsQ== X-UI-Out-Filterresults: notjunk:1; Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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, 12 Aug 2014 22:14:31 -0000 On 2014-08-12 23:23, Raphael Kubo da Costa wrote: > Mathieu Arnold writes: > >> Would be nice to point to the right place, which should be: >> >> http://www.freebsd.org/doc/en/books/porters-handbook/uses.html#uses-cpe > > Has there been any announcement about this? I frequently see people > mentioning this as responses to commits to ports but I couldn't find any > statement in freebsd-ports@, freebsd-ports-announce@ or portmgr's blog, > so I always get the feeling I'm missing something everyone else knows > about. > I haven't seen an announcement, but I'm happy that we have support for CPE even it is recorded only as annotation (btw. is this working again with pkg-1.3.6?) Some infos on the wiki (start here to get an overview) https://wiki.freebsd.org/Ports/CPE The first commit from des@ (Mk/Uses/cpe) http://svnweb.freebsd.org/ports?view=revision&revision=354350 The official-cpe-dictionary can be found here (check here for new dictionary revisions) http://nvd.nist.gov/cpe.cfm Having a copy of the official-cpe-dictionary_v*.xml is useful to lookup if there is already a CPE identifier assigned and if the CPE_VENDOR/CPE_PRODUCT is different from the portname. E.g. CPE_VENDOR=apache, CPE_PRODUCT=http_server -- olli