From owner-freebsd-ports@FreeBSD.ORG Tue Jun 10 00:54:53 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 9FCE21065674 for ; Tue, 10 Jun 2008 00:54:53 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from bulwark.hamla.org (bulwark.hamla.org [69.55.228.210]) by mx1.freebsd.org (Postfix) with ESMTP id 81EA68FC18 for ; Tue, 10 Jun 2008 00:54:53 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from localhost (bulwark [69.55.228.210]) by bulwark.hamla.org (Postfix) with ESMTP id 5F05E1CDBE; Mon, 9 Jun 2008 17:54:53 -0700 (PDT) X-Virus-Scanned: by ClamAV at bulwark.hamla.org Received: from bulwark.hamla.org ([69.55.228.210]) by localhost (bulwark.hamla.org [69.55.228.210]) (amavisd-new, port 10024) with LMTP id ey7diIf4gM1O; Mon, 9 Jun 2008 17:54:51 -0700 (PDT) Date: Mon, 9 Jun 2008 20:54:49 -0400 From: Sahil Tandon To: Jeffrey Goldberg Message-ID: <20080610005448.GC58305@shepherd> Mail-Followup-To: Jeffrey Goldberg , freebsd-ports@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-ports@freebsd.org Subject: Re: Where should "contrib" scripts and utilities be installed? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "freebsd-ports@freebsd.org" List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2008 00:54:53 -0000 Jeffrey Goldberg wrote: > When some project includes a contrib/ directory with its source where > should those canonically be installed? > > /usr/local/share/$PORT > > or > > /usr/local/share/doc/$PORT > > or someplace else. > > In particular, I'm planing on submitting a patch to sysutils/rsnapshot port > to also install, somewhere, the contrib directly that comes out of the > tarball. The existence of ports with a "-contrib" suffix suggests you may need to create a distinct port for the contrib files. databases/postgresql-contrib, for example. -- Sahil Tandon