From owner-freebsd-ports@FreeBSD.ORG Mon May 19 00:45:29 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15A50106567D for ; Mon, 19 May 2008 00:45:29 +0000 (UTC) (envelope-from mspitzer@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.231]) by mx1.freebsd.org (Postfix) with ESMTP id E2FA38FC0A for ; Mon, 19 May 2008 00:45:28 +0000 (UTC) (envelope-from mspitzer@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1238663rvf.43 for ; Sun, 18 May 2008 17:45:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=gZqytoztGpe6X82Bifinyk17lc7cLFSJINGnSKee1dY=; b=o0qKwyd+HQhu/Djys4uSyXrMaB8eYEqqU9TDY4Dhf/5vujPOnJcryJ3W3mrKMXqOzSEwWrm+FEOTzVUWnznl51PyO5wxoaTGFxOajbTyrQu26Ff7sdSCj+Y2wr29wIBRpcof6zEGRVuNUHLI15xkzVzQtxvHYlcmiLNb0nkaEOc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=gZtxW41Yiti2pGyN2Mlcz43UHpS8vz6wt/V3o70M8em8Zi1QMDk0dFBB3fvYC6nBH0x5lBXVtpr9S1rbAAF69rDMtKHcyPlh9QCXD+6h5WauK/xliM7b0P+t//kxr5i0MhgsuA/2CgCpBhW5OTscddo3lji/bydM4zNOZWxJ2+I= Received: by 10.142.114.15 with SMTP id m15mr2574753wfc.235.1211156403870; Sun, 18 May 2008 17:20:03 -0700 (PDT) Received: by 10.143.123.5 with HTTP; Sun, 18 May 2008 17:20:03 -0700 (PDT) Message-ID: <8c50a3c30805181720w113c309bv62e699c7dadb9253@mail.gmail.com> Date: Sun, 18 May 2008 20:20:03 -0400 From: "Marc Spitzer" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: hier 7 question X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2008 00:45:29 -0000 Hello, I am porting ATF, http://www.netbsd.org/~jmmv/atf/, a unit testing framework for C, C++ and Shell. The thing is is that it installs a bunch of self tests in ${PREFIX}/tests/atf. Is this the right place for it? From Hier(7) binaries should not go under share/. Otherwise I think it is done. Personally I think the tests/port could be a handy thing to have. What is your opinion/advice on this? Thanks, marc -- Freedom is nothing but a chance to be better. Albert Camus