From owner-freebsd-pkgbase@freebsd.org Tue Apr 26 12:35:19 2016 Return-Path: Delivered-To: freebsd-pkgbase@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A810EB1C2AF for ; Tue, 26 Apr 2016 12:35:19 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-wm0-x22c.google.com (mail-wm0-x22c.google.com [IPv6:2a00:1450:400c:c09::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4A1821CF6 for ; Tue, 26 Apr 2016 12:35:19 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-wm0-x22c.google.com with SMTP id e201so109866462wme.0 for ; Tue, 26 Apr 2016 05:35:19 -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; bh=loRqIQFsGM9Mps79KaZKDkd3eCqbyXQB9w9YrSKFlXA=; b=hsFZc2vKPBVddMgZbQmFVgctDLngpbZtk9igpOy66yl2YDE3oSOo4sm+hPS3cB4/tJ tbc/W2ZHa70t+mmlueFP9xOOuRHJzkJzf8ca2Nao3OLd+rlOh/9XMSMIPp1v2ehboCG6 TZ6gBG+LVfeOlodrhYFPI3U6mSQepMeZR09RpgrXSJhVoFnoidKr43LinWOP9RK1zb98 YU/JOEXsAqd/9SYl0zn8aFNJvabYyL3yTsM5PEHps27T91/9xhXCHYOC8A1tsu5aD+T4 XtQjURkBeCs5cn1Im2ySBjE3W0+fwH3y/6L52vUgZxqtICe9zVu16YW/LhLN+EEXOywv tdig== 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; bh=loRqIQFsGM9Mps79KaZKDkd3eCqbyXQB9w9YrSKFlXA=; b=HB813ANqs1BmFihODJUj9JUeK9e/jGTYtzli9H3s7fuGl5c71vPVZs5hdV+W/gItZY HF/p8IsOAMkn0rCBYYVhyr7DAPd6zuAzOIvHtPCqx7Eux73cd8pluPMWrz21nTdh0OwT m/auU4FdbWicBv/4BfGhuQyoukaRj7wGejvw0e0QWBBxg3y8+D9/pyziSe8ThKe2ZlaF 4yaxcXwbePjMIunNC59m0dEE2AAN7KHJIQeGVC/MGqJQGOln4UTv6WxZD50HoT0B0+Gk IZ+MrY4PvVeIPSihUH5pQOMw+BLyGEGbAuG20+qjiUMLbnYjW4D1BqWOSvHgI0uVWlmv Ehiw== X-Gm-Message-State: AOPr4FUoHICQ4hfQpthdMU8gJw0I86TLp2TB96eciAAgPadz/i1HMU1b2KezB+VhbMTnU+/zuY0QeKb4HvDSKw== MIME-Version: 1.0 X-Received: by 10.28.169.11 with SMTP id s11mr7107474wme.62.1461674117318; Tue, 26 Apr 2016 05:35:17 -0700 (PDT) Received: by 10.194.42.41 with HTTP; Tue, 26 Apr 2016 05:35:17 -0700 (PDT) Date: Tue, 26 Apr 2016 14:35:17 +0200 Message-ID: Subject: Wiki article for PkgBase From: Ben Woods To: freebsd-pkgbase@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-pkgbase@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Packaging the FreeBSD base system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2016 12:35:19 -0000 Hi everyone, I have created a new article on the FreeBSD wiki which explains how to use PkgBase for those that want to do some testing. https://wiki.freebsd.org/PkgBase The contents is based on the initial CFT email from Glen Barber to freebsd-pkgbase mailing list on 2016-03-02: https://lists.freebsd.org/pipermail/freebsd-pkgbase/2016-March/000032.html I have also added some details on how to build the packages on one machine and share them to other machines using a NGINX webserver. Note: I have not been involved with the pkgbase efforts, and this wiki article was not requested/sanctioned by those that have been. Please feel free to edit it with any details I am missing. Regards, Ben -- From: Benjamin Woods woodsb02@gmail.com