From owner-freebsd-questions@FreeBSD.ORG  Thu Aug 26 19:27:02 2010
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 D9A5210656A3
	for <freebsd-questions@freebsd.org>;
	Thu, 26 Aug 2010 19:27:02 +0000 (UTC)
	(envelope-from ipfreak@yahoo.com)
Received: from n7.bullet.re3.yahoo.com (n7.bullet.re3.yahoo.com
	[68.142.237.92]) by mx1.freebsd.org (Postfix) with SMTP id 886048FC0C
	for <freebsd-questions@freebsd.org>;
	Thu, 26 Aug 2010 19:27:02 +0000 (UTC)
Received: from [68.142.237.89] by n7.bullet.re3.yahoo.com with NNFMP;
	26 Aug 2010 19:13:53 -0000
Received: from [66.196.97.133] by t5.bullet.re3.yahoo.com with NNFMP;
	26 Aug 2010 19:13:53 -0000
Received: from [127.0.0.1] by omp106.mail.re3.yahoo.com with NNFMP;
	26 Aug 2010 19:13:15 -0000
X-Yahoo-Newman-Property: ymail-3
X-Yahoo-Newman-Id: 94392.43744.bm@omp106.mail.re3.yahoo.com
Received: (qmail 45617 invoked by uid 60001); 26 Aug 2010 19:13:14 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024;
	t=1282849994; bh=zaRxQWfcw5yc8c9r6OsDqI8qzQ03EvqKTG8N8EZa/rE=;
	h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type;
	b=NyiMemVINfXG0yaMODY1yo3Fuw0TWBRbU59dvkeXTtDQnDQZba/9NGxfc8my+E43L+NYrmxXr+QVChjvaI5L6kFTfIj4jaAng7bEtmDDtgh7zPWZawrchxuY57yeqaacVKfS3Weh/+8hZR/s8IOxxrBz/zzadiQ1h0XSgGbf4Ow=
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com;
	h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type;
	b=iXsx02X/kQMCsM4EszChTHloQj6lyzhHQA9IXA6LSPWes4oaFrtbT4GfLu/lLzIjaWmGWw9w+XKvTp5xd8R6khE0AHAZU5QT8IlbDEVRZp1P2mjH1MtMzrBHqRxfClAk7+Rv3hMqKZbM0RMD5LzroTrVutHt0PZ9Jw0m2MpzyGc=;
Message-ID: <874453.45134.qm@web52302.mail.re2.yahoo.com>
X-YMail-OSG: 2M43eOwVM1kE8AYS.wEpBqKsa9OsLQn7fxQQiMdF5Bzmj6R
	n943l_gzM7N_52NHTkQiplLUvu80DlI0io2U1lQsiPb0aX5BEDj5CjiTNoUV
	6qST9a.IjIdigOosiDcAT4bIKzaUwf_P7liCkkB_cCY2A9jWbwHn201LrgOp
	KWIVQuE9zygieoUMpWtUdCZp.RMaVT5ur6.oEauDsocrCWa.OhiH1Ge_mDFK
	2peBjMnrU_8v9tF7K5H_zkcTLTWnrmQbwXLiprZNGFS5jcszhoQkIQdjADME
	BJ9sccMyG.Q--
Received: from [172.20.1.100] by web52302.mail.re2.yahoo.com via HTTP;
	Thu, 26 Aug 2010 12:13:14 PDT
X-Mailer: YahooMailClassic/11.3.2 YahooMailWebService/0.8.105.279950
Date: Thu, 26 Aug 2010 12:13:14 -0700 (PDT)
From: gahn <ipfreak@yahoo.com>
To: freebsd general questions <freebsd-questions@freebsd.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailman-Approved-At: Thu, 26 Aug 2010 19:40:12 +0000
Subject: ports database
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 26 Aug 2010 19:27:02 -0000

Hi all:

Is it possible to update the database of ports offline.

It is nice to use "portsnap fetch/extract/update", but I can't use that since one of my server has no connection to the internet...

_dave