From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 05:02:13 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE28F979 for ; Mon, 6 Oct 2014 05:02:13 +0000 (UTC) Received: from mail-oi0-x22c.google.com (mail-oi0-x22c.google.com [IPv6:2607:f8b0:4003:c06::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7B172C5C for ; Mon, 6 Oct 2014 05:02:13 +0000 (UTC) Received: by mail-oi0-f44.google.com with SMTP id x69so3108736oia.17 for ; Sun, 05 Oct 2014 22:02:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=UhYaNEOW24sXjpoz75nUbnjQByf2DpBj9Ow2PLZhOWI=; b=AKEVqAPLuzp4nRnZT5QyyulPOPummVa2ENBfle+sRVQHaekCoOmyrGqjPE6BVxF/ci wM5+8TpJmziaC+UeF9aOufkMDqQ1BFXlwDHcvfj8NrJo90ydZf4MfZ81K/Rn7wgdhylw VqC4P+Oy1AwxqurKEmUrFopz8o7PxJtyglXjQcYfIGsje7CTUtQbCiEQv6DsGdYkYTg2 JqHx7epaXzeNArpeb2dvnTXZWXeIIbpFPgiHo/XUKf6aOmScQOG1x0KsQJw5jo3Wb8Gi jG0iQVlN4dxcZ3BthKr+sfq/bYuaZX4M5jkCQWkbUeoWcLTiNRTMkABpRR7d3EScfR0O jIbg== MIME-Version: 1.0 X-Received: by 10.60.83.202 with SMTP id s10mr24719238oey.7.1412571732857; Sun, 05 Oct 2014 22:02:12 -0700 (PDT) Received: by 10.202.59.193 with HTTP; Sun, 5 Oct 2014 22:02:12 -0700 (PDT) Date: Mon, 6 Oct 2014 11:02:12 +0600 Message-ID: Subject: QAT script or Finding a list of dependent ports From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD Ports Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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, 06 Oct 2014 05:02:13 -0000 Hi, I was planning to setup a Quality Assurance Tinderbox definitely from a port maintainer's point of view. Are those scripts available in open or is it restricted. If it is restricted can anyone point some light towards finding a list of dependent ports. Like say I am working on port X and I need to know which ports depend on port X. In a short I need the reverse of "make all-depends-list". Thanks in advance. BR, Muhammad