From owner-freebsd-ports@FreeBSD.ORG Fri Jan 18 09:12:31 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 485CA16A468 for ; Fri, 18 Jan 2008 09:12:31 +0000 (UTC) (envelope-from navneet.upadhyay@gmail.com) Received: from hs-out-2122.google.com (hs-out-0708.google.com [64.233.178.251]) by mx1.freebsd.org (Postfix) with ESMTP id B674813C474 for ; Fri, 18 Jan 2008 09:12:30 +0000 (UTC) (envelope-from navneet.upadhyay@gmail.com) Received: by hs-out-2122.google.com with SMTP id h53so861420hsh.11 for ; Fri, 18 Jan 2008 01:12:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=roJJrc4GZmKNOwdaPcMhzQrokDWbXjcVeAvwY6jQqs8=; b=iGH8Y+gDcofuNtDfI4m0WER8MgiJncmHHcJhQhhSvHHqK9oDF/tNOkBGou0/5YPK4CrEUHESu/WErju8BFdo+tSRa9aFmvWq/5Hb63wtsTpPYrGEfszL07mPZwPEgYjNqp1pqU+5uY7n80HZjjDzOjEQA/h1w8iPjejARDQXTt0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=dmtZtFams1mCR9OGrpmGzdbQ+lWeOEeUCJkGskMTXsUJykO+dU8Lz1Na0HjvbX1dcN4zeHkpulXzJdeWYGPYKql41q39z4mSNf4G5VAXzZOwc77DqFEpM3p99EeSRNr0KiEBf9KeL1tGho+EA5PVM3a+MEk7hfBPrktrv77nXho= Received: by 10.150.136.6 with SMTP id j6mr1006765ybd.126.1200646057363; Fri, 18 Jan 2008 00:47:37 -0800 (PST) Received: by 10.150.185.7 with HTTP; Fri, 18 Jan 2008 00:47:37 -0800 (PST) Message-ID: <1563a4fd0801180047l64b1a455q2271e0ba78b4a3fa@mail.gmail.com> Date: Fri, 18 Jan 2008 14:17:37 +0530 From: "navneet Upadhyay" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Trying to support my product on BSD 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: Fri, 18 Jan 2008 09:12:31 -0000 Hi , My product is successfully running on Linux( all most all versions) and HP- UX and Windows . *It is 100 % C++ code*. I am planning to support it on FreeBSD, i have two queries : 1. *How to build my code into binaries* on FreeBSD , i have my unix make files. Just to give an idea i have around 200 cpp files and they complile to 5 binaries . I am using multithreading(posix on linux) and sockets heavily. 2.* How to package the binaries*(RPM sort of thing). Idea is to provide a package to user who can install them binaries using this package by issuing single command. Please let me know if there is anyother forum where i can get answers to my queries, as i will be needing lot of help in near future. *Help will be appreciated.* Thanks, Navneet