From owner-freebsd-questions@FreeBSD.ORG Thu Mar 12 16:17:05 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B68D9D0 for ; Thu, 12 Mar 2015 16:17:05 +0000 (UTC) Received: from mail-yh0-x234.google.com (mail-yh0-x234.google.com [IPv6:2607:f8b0:4002:c01::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E8B7EBF for ; Thu, 12 Mar 2015 16:17:04 +0000 (UTC) Received: by yhot59 with SMTP id t59so8824470yho.5 for ; Thu, 12 Mar 2015 09:17:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=rIm3Xjw7Uy+7YA/+jPsSxo57kBbq3NrB/r0gpvSp4Dc=; b=yP85rJjzh9JwdH0Sg0e9EZo5ntfwU7JDaUZASY4SpD3i1ZA4ld/38KHqMbz4rNqhSI t//mr3SdYY/V+Zk/qzdvuV9SKHXE99R7S99u/UlWYgM1ZroCoxBzddxqtZDd+gpguOeD 56cWsSGXNowBvpkbSXCm1ocA/BTI/SNGr5NLLsPOXwYEHyC7gBb4VT65V/ie8fZFAInn /7iEQayQJuL16e8EcOCa/g7tQBfAqMfs9Xd4j12Hy1vGWgUX1y0Ib9veGnnP7deZ90Gi HjlkD9GgtfP2fTjGpVv89+N+/PycvrZcq54894tyfdxA+VP7V6ybjfU5uZ5w59bS+40t HCAA== MIME-Version: 1.0 X-Received: by 10.236.228.162 with SMTP id f32mr42143867yhq.53.1426177024162; Thu, 12 Mar 2015 09:17:04 -0700 (PDT) Received: by 10.170.60.69 with HTTP; Thu, 12 Mar 2015 09:17:04 -0700 (PDT) In-Reply-To: <20150313005804.L42290@sola.nimnet.asn.au> References: <20150313005804.L42290@sola.nimnet.asn.au> Date: Thu, 12 Mar 2015 09:17:04 -0700 Message-ID: Subject: Re: Any pascal-source programs in the ports tree? From: Mehmet Erol Sanliturk To: Ian Smith Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD Questions Mailing List X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Mar 2015 16:17:05 -0000 On Thu, Mar 12, 2015 at 8:55 AM, Ian Smith wrote: > Hi all, > > Does anyone know of any ports written IN freepascal (fpc)? I've spent > some time trolling through ports (other than fpc itself) that mention > 'pascal' anywhere, but so far have found nothing with pascal sources. > > I hope to publish two going on three programs (one of them pretty big) > in the coming months, written largely in ol' Turbo Pascal dialect and > compiled with fpc 2.6, via the fp IDE. These are console-mode programs, > essentially a series of astronomical calculations leading to generation > of RIFF wave audio files. That all works without drama. > > Build dependency would require installing (relevant bits of) fpc and > coming up with a sane Makefile etc for which I'd need lots of guidance, > without immersing myself too deeply in the deep and wide ports world, so > I was hoping to find another port for a monkey-see monkey-do template. > > If making a port isn't pretty straightforward I'm not too fussed; I have > little extra time so will probably just publish sources and i386 & amd64 > binaries (maybe for linux too) and text docs for the few people who may > be interested, but a port might be a good way to give something back. > > Anyone suggesting p2c will be politely ignored :) > > cheers, Ian (please cc me; I'm subscribed to questions-digest) > _______________________________________________ > > The ports tree is full of fpc-* ( fpc parts and units are separately prepared as packages ) and Lazarus and its some parts . Therefore , you may imitate these ports by using them as samples . In http://www.freshports.org/ search fpc lazarus and see found parts for how they can be build from the sources . Thank you very much . Mehmet Erol Sanliturk