From owner-freebsd-questions@FreeBSD.ORG Mon Jul 12 18:51:00 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E57A16A4CE for ; Mon, 12 Jul 2004 18:51:00 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.197]) by mx1.FreeBSD.org (Postfix) with SMTP id 1BD0843D31 for ; Mon, 12 Jul 2004 18:51:00 +0000 (GMT) (envelope-from avleeuwen@gmail.com) Received: by mproxy.gmail.com with SMTP id 73so310732rne for ; Mon, 12 Jul 2004 11:50:45 -0700 (PDT) Received: by 10.38.89.29 with SMTP id m29mr112161rnb; Mon, 12 Jul 2004 11:50:45 -0700 (PDT) Message-ID: Date: Mon, 12 Jul 2004 20:50:45 +0200 From: Arjan Van Leeuwen To: mfcardenas@prodigy.net.mx In-Reply-To: <200407121330.54440.mfcardenas@prodigy.net.mx> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200407121330.54440.mfcardenas@prodigy.net.mx> cc: freebsd-questions@freebsd.org Subject: Re: Client for pkg_create X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jul 2004 18:51:00 -0000 Hi Miguel, On Mon, 12 Jul 2004 13:30:54 -0500, Miguel Cardenas wrote: > Hello!! > > Reading the manpage of pkg_create found that this command is to be invoked by > a client (graphical or maybe console?)... my question is... which one could I > get? please tell me, am novice with freebsd and don't know too much about > it... The ports use pkg_create when you use 'make package' or 'make package-recursive'. Portupgrade uses it to backup an installed port before upgrading it. If you want to easily make packages for yourself from your installed ports, use this: pkg_create -jb packagename where packagename is one of the packages that you have installed (see pkg_info). Arjan