From owner-freebsd-questions@FreeBSD.ORG Sat Feb 1 23:21:19 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 276412F7 for ; Sat, 1 Feb 2014 23:21:19 +0000 (UTC) Received: from mail-lb0-f180.google.com (mail-lb0-f180.google.com [209.85.217.180]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A6FF8172C for ; Sat, 1 Feb 2014 23:21:17 +0000 (UTC) Received: by mail-lb0-f180.google.com with SMTP id n15so4462696lbi.11 for ; Sat, 01 Feb 2014 15:21:09 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=sHzrldOPmufDFjldwMYwJt5fhWfqxLFZSJLhFTKXs1w=; b=HiTQBvHbcjP8nWPR+onx5WlCOHfuP8pSJ1PUoiWLiu2pqMLo5CA52HUKhGgKDxbXvr xpz8x5FV8kTYaH4SYM4GKY+kCcfqRU3Bzt2xBVHhsyVGPl+psuHGB7SHhBxLNGLponVC bQOxt06oXB2gLz851trtLCYAy1clwHaLTlrtkOp1aunCpYXonTVQaXCfRBeAUgCLzcub cbFZ/6hDJjA/hFS3gvutmIflQ6foM2BxQmfm9+P/FJpjFY7hLR7z5TQnHsqX1wy3NYvH vK4zx08CBAfRUmKMjpAObUsNNr3pl73fWWDinh6kBNYtBEpv/e3OQoBvQcYNj0B53gz6 WQcQ== X-Gm-Message-State: ALoCoQmL8b9GvAT6E3oQa4r0E+enuhLQBovPrq3f1xR38KfJCeFdit3BC7vslynt0n/YTgMzTKFl MIME-Version: 1.0 X-Received: by 10.112.45.108 with SMTP id l12mr7160541lbm.21.1391296869683; Sat, 01 Feb 2014 15:21:09 -0800 (PST) Received: by 10.112.218.39 with HTTP; Sat, 1 Feb 2014 15:21:09 -0800 (PST) X-Originating-IP: [121.98.161.40] Date: Sun, 2 Feb 2014 12:21:09 +1300 Message-ID: Subject: Creating packages using pkgng From: Jonathan Chen To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Feb 2014 23:21:19 -0000 Hi, The old pkg_create command had the option to recursively create a package and all its dependancies. I can't seem to find the equivalent in pkgng. Can someone enlighten me as to how this can be done? Cheers. -- Jonathan Chen