From owner-freebsd-hackers Wed Apr 1 22:03:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA28650 for freebsd-hackers-outgoing; Wed, 1 Apr 1998 22:03:16 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from gala.tversu.ru (vadim@gala.tversu.ru [62.76.80.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA28608 for ; Wed, 1 Apr 1998 22:02:53 -0800 (PST) (envelope-from vadim@gala.tversu.ru) Received: (from vadim@localhost) by gala.tversu.ru (8.8.7/8.8.7) id KAA00318; Thu, 2 Apr 1998 10:02:01 +0400 (MSD) Message-ID: <19980402100201.54463@tversu.ru> Date: Thu, 2 Apr 1998 10:02:01 +0400 From: Vadim Kolontsov To: freebsd-hackers@FreeBSD.ORG Subject: package for client/server app Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, imagine that I've ported some application which consists of two parts: client & server. You run server on 1 machine and client on others (unless ssh, for example, where every unix box can act as client/server). What is The Right Way to create port/package for such application? Add a shell script (my current solution) which will be started after compiling and will ask user if he wants only client part (or a both server/client) to be installed... But how can I create package for this? Or may be I should create two different ports (for client and for server)? Sorry, if it's well-known issue, I was unable to found an answer in available information sources. Regards, V. -- Vadim Kolontsov Tver Internet Center NOC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message