From owner-cvs-ports@FreeBSD.ORG Sat Feb 26 21:25:04 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA9E81065672; Sat, 26 Feb 2011 21:25:04 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AE5428FC16; Sat, 26 Feb 2011 21:25:04 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1QLP4QH068693; Sat, 26 Feb 2011 21:25:04 GMT (envelope-from mm@repoman.freebsd.org) Received: (from mm@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1QLP4cw068692; Sat, 26 Feb 2011 21:25:04 GMT (envelope-from mm) Message-Id: <201102262125.p1QLP4cw068692@repoman.freebsd.org> From: Martin Matuska Date: Sat, 26 Feb 2011 21:25:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/debootstrap Makefile distinfo pkg-descr pkg-plist ports/sysutils/debootstrap/files patch-Makefile patch-debootstrap patch-functions X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Feb 2011 21:25:05 -0000 mm 2011-02-26 21:25:04 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/debootstrap Makefile distinfo pkg-descr pkg-plist sysutils/debootstrap/files patch-Makefile patch-debootstrap patch-functions Log: debootstrap is a tool which will install a Debian base system into a subdirectory of another, already installed system. It doesn't require an installation CD, just access to a Debian repository. In FreeBSD, you can use debootstrap to install Debian GNU/kFreeBSD into a subdirectory of your existing FreeBSD installation (i386 or amd64) and then run Debian GNU/kFreeBSD (i386 or amd64) in a jail or chroot. WWW: http://wiki.debian.org/Debootstrap Revision Changes Path 1.1275 +1 -0 ports/sysutils/Makefile 1.1 +38 -0 ports/sysutils/debootstrap/Makefile (new) 1.1 +2 -0 ports/sysutils/debootstrap/distinfo (new) 1.1 +40 -0 ports/sysutils/debootstrap/files/patch-Makefile (new) 1.1 +11 -0 ports/sysutils/debootstrap/files/patch-debootstrap (new) 1.1 +50 -0 ports/sysutils/debootstrap/files/patch-functions (new) 1.1 +9 -0 ports/sysutils/debootstrap/pkg-descr (new) 1.1 +35 -0 ports/sysutils/debootstrap/pkg-plist (new)