From owner-freebsd-ports@FreeBSD.ORG Sat Mar 28 14:43:14 2009 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 B4E6A106566C for ; Sat, 28 Mar 2009 14:43:14 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 6E78A8FC08 for ; Sat, 28 Mar 2009 14:43:14 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 28 Mar 2009 10:43:13 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.10.4-GA) with ESMTP id KTB78839; Sat, 28 Mar 2009 10:43:07 -0400 (EDT) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 28 Mar 2009 10:43:06 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18894.14202.11046.741193@jerusalem.litteratus.org> Date: Sat, 28 Mar 2009 10:43:06 -0400 To: Vitaly Magerya In-Reply-To: References: X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Cc: freebsd-ports@freebsd.org Subject: Help making a port for a (somewhat) restricted program 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: Sat, 28 Mar 2009 14:43:15 -0000 Vitaly Magerya writes: > I'm creating a port for Petite Chez Scheme [1], which is a free > interpreter for commercial Chez Scheme, and has some licensing > restrictions. > > From what I understood in the license [2], user must accept it > before installing. The text of the license is also distributed > in the tarball, so it seems appropriate to simply display the > license file on post-extract. > > Is there a common way to display such a file before installing? > I'm currently using ${PAGER} for that [3], but it's unlike any other > port we have. Look at how java/jdk-* does it. Robert Huff