From owner-freebsd-ports Wed Apr 2 14:38:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA00275 for ports-outgoing; Wed, 2 Apr 1997 14:38:19 -0800 (PST) Received: from plains.nodak.edu (tinguely@plains.NoDak.edu [134.129.111.64]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA00268 for ; Wed, 2 Apr 1997 14:38:17 -0800 (PST) Received: (from tinguely@localhost) by plains.nodak.edu (8.8.5/8.8.5) id QAA03857 for freebsd-ports@freebsd.org; Wed, 2 Apr 1997 16:38:08 -0600 (CST) Date: Wed, 2 Apr 1997 16:38:08 -0600 (CST) From: Mark Tinguely Message-Id: <199704022238.QAA03857@plains.nodak.edu> To: freebsd-ports@freebsd.org Subject: FreeBSD lang/prolog port Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk FYI: I noticed there isn't a Prolog ported for FreeBSD. I took the old C-Prolog (one place of finding it is in an old usenet distributions) and made the changes needed for it to compile (and run the little programs I wanted to run) on FreeBSD. I put the original distribution that I got for C-Prolog 1.5 from the net on: ftp://ftp.cs.ndsu.NoDak.edu/pub/freebsd-cprolog/cprolog.tgz and the FreeBSD diff file on: ftp://ftp.cs.ndsu.NoDak.edu/pub/freebsd-cprolog/cprolog.diff The accompanying README file states that the makefile was not changed to create the directory /usr/local/lib/cprolog, which holds the saved environment. C-Prolog is old and crusty, but I thought it is better than having no prolog system at all. --mark.