From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andrew Choi Newsgroups: gmane.emacs.devel Subject: Mac OS X Installer Package Script Date: Thu, 04 Jul 2002 13:49:46 -0600 Sender: emacs-devel-admin@gnu.org Message-ID: Reply-To: akochoi@shaw.ca NNTP-Posting-Host: localhost.gmane.org Content-Transfer-Encoding: 7BIT X-Trace: main.gmane.org 1025812267 25563 127.0.0.1 (4 Jul 2002 19:51:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 4 Jul 2002 19:51:07 +0000 (UTC) Cc: steventamm@mac.com Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17QCd9-0006eC-00 for ; Thu, 04 Jul 2002 21:51:07 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17QCjH-0000sI-00 for ; Thu, 04 Jul 2002 21:57:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17QCdF-0007sL-00; Thu, 04 Jul 2002 15:51:13 -0400 Original-Received: from h24-71-223-10.cg.shawcable.net ([24.71.223.10] helo=pd2mo3so.prod.shaw.ca) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17QCbr-0007jK-00 for ; Thu, 04 Jul 2002 15:49:48 -0400 Original-Received: from pd5mr2so.prod.shaw.ca (pd5mr2so-qfe3.prod.shaw.ca [10.0.141.233]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0GYQ008AGPQZML@l-daemon> for emacs-devel@gnu.org; Thu, 04 Jul 2002 13:49:47 -0600 (MDT) Original-Received: from pn2ml7so.prod.shaw.ca (pn2ml7so-qfe0.prod.shaw.ca [10.0.121.151]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0GYQ00JNVPQZYI@l-daemon> for emacs-devel@gnu.org; Thu, 04 Jul 2002 13:49:47 -0600 (MDT) Original-Received: from localhost.shawmail (h24-71-203-212.cg.shawcable.net [24.71.203.212]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0GYQ00L5CPQYLV@l-daemon> for emacs-devel@gnu.org; Thu, 04 Jul 2002 13:49:47 -0600 (MDT) Original-To: emacs-devel@gnu.org, mac-emacs-devel@lists.sourceforge.net Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:5484 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5484 Hi, I've just added the file mac/make-package to the CVS tree. This is shell script contributed by Steven Tamm. When run, it creates an Installer package file containing the files needed by Emacs. The Installer application can then be used to install them. Please test this and let me know if it works for you. I will remove the scripts make-bin-dist and osx-install soon (since they serve the same purpose). Andrew.