From owner-freebsd-questions@FreeBSD.ORG Fri Sep 24 14:54:38 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4108A1065670 for ; Fri, 24 Sep 2010 14:54:38 +0000 (UTC) (envelope-from vrwmiller@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id BC99D8FC12 for ; Fri, 24 Sep 2010 14:54:37 +0000 (UTC) Received: by bwz15 with SMTP id 15so2639555bwz.13 for ; Fri, 24 Sep 2010 07:54:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=qZN2w/bXzAqmdo/Di+AbPUCssWbVISjcUYSr8veFKMo=; b=rd3ZI9zZt5ddanDCQ3RtFX+VyhjoEdvjrjGNSA8QNaOkUHW1wQwdnARXcW6wbVeb5o Mf4qGnSahTWDy8FYA/ue01IoVtccn6TCsIPRNxZ36KWzsCxd8xgNH0Of8MGJiAeXFRnA wu7d5jRY3Wcuz+lAJ6rrOGHSsSh6rEKWdpoCs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=hRbnSIX9deL6iL3htDfABxdERYL91egcrVXjlnrWC44k4z2h43qJhq9rM4Zupv3O4j N+sl8WXZsesCgFxJH1AntNmvNZbD4P2vdaepC3dozoXnXy3enX94drbjeEO3ZsIDkMyi /vmXzOyB5+i5xqqfG1CvYFDBB2awYKWblKdTA= MIME-Version: 1.0 Received: by 10.204.56.143 with SMTP id y15mr1991662bkg.198.1285340076531; Fri, 24 Sep 2010 07:54:36 -0700 (PDT) Sender: vrwmiller@gmail.com Received: by 10.204.74.103 with HTTP; Fri, 24 Sep 2010 07:54:36 -0700 (PDT) In-Reply-To: References: <90e6ba4883cb50e1500490c7b441@google.com> Date: Fri, 24 Sep 2010 10:54:36 -0400 X-Google-Sender-Auth: lHAOtwblGrWtkRYqqgYSqq41n-4 Message-ID: From: Rick Miller To: Adam Vande More Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: Media Packages Vs. Ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2010 14:54:38 -0000 On Tue, Sep 21, 2010 at 3:55 PM, Adam Vande More wr= ote: > On Tue, Sep 21, 2010 at 11:41 AM, wrote: >> >> =A0Is it possible to take a port, make a package of it and put it in the >> packages directory of my own media? > > Sure it's easy.=A0 When build a port you can issue a make package command= , or > you can use pkg_create to create packages from installed ported.=A0 A com= mon > approach to this is build all your updates in a jail, make packages of th= em, > then delete package from the host and install the newly built ones from t= he > jail.=A0 Very small, if any downtime.=A0 You can use the jail to create p= kg's > for a custom repository too. I've created the package and copied it to the networked media. How do I edit the INDEX file so that it knows how to get the file? --=20 Take care Rick Miller