From owner-freebsd-ports@FreeBSD.ORG Tue Sep 16 23:30:25 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49FC91065679 for ; Tue, 16 Sep 2008 23:30:25 +0000 (UTC) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mx1.freebsd.org (Postfix) with ESMTP id D80EF8FC17 for ; Tue, 16 Sep 2008 23:30:24 +0000 (UTC) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (zoraida.natserv.net [66.114.65.147]) by zoraida.natserv.net (Postfix) with ESMTP id A3D0B1703C for ; Tue, 16 Sep 2008 19:12:10 -0400 (EDT) Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Francisco Reyes To: FreeBSD Ports Date: Tue, 16 Sep 2008 19:12:10 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit Subject: Source install to look like installed package X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2008 23:30:25 -0000 Where could I find the structure of an installed port? I am trying to take an existing binary install and make it appear as an installed package to facilitate uninstall. It is the FreePascal install script. Although we have a a port, it usually is behind. The existing script basically just untars some binaries to a user selected directory.