the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: intercal-threaded
Version: 0.7
Revision: 4
Architecture: powerpc
Distribution: 10.4
BuildDepends: gcc3.1
SourceDirectory: threaded_intercal
PatchScript: sed -e 's:@INST_PREFIX@:%i:g' -e 's:@REAL_PREFIX@:%p:g' <%a/%n.patch | patch -p1
NoSetCXXFLAGS: true
CompileScript: (cd src;make all CC=gcc3)
Source: ftp://ftp.cse.unsw.edu.au/pub/users/malcolmr/thick7.tgz
Source-MD5: 926c5383f055fa2c4a0a529d17084528
InstallScript: <<
mkdir %i/bin
mkdir %i/lib
mkdir %i/include
(cd src;make install)
ln -s %p/bin/thick %i/bin/ick
(cd doc;make intercal.ps)
mkdir -p %i/share/doc/intercal-threaded
cp -R pit %i/share/doc/intercal-threaded
<<
Maintainer: Alexander Strange
Description: Implementation of INTERCAL with thread support
DescPort: <<
Requires patches to the Makefile to install in the right place. The manual is in Postscript format and
is in share/doc/intercal-threaded/intercal.ps.
The code heavily depends on the old style of variable-argument functions, which was removed in GCC 3.3 and up;
it must be built using 3.1, and cannot be fixed without difficult rewriting.
<<
DescPackaging: <<
Links 'thick' to 'ick' in the bin/ directory for backwards compatibility.
<<
DescDetail: <<
An implementation of the language INTERCAL, legendary for its
perversity and horribleness. This version adds COME FROM and
multithreading for extra flavor. Comes with language manual and
examples including possibly the entire extant body of INTERCAL code.
<<
License: GPL
Homepage: http://www.cse.unsw.edu.au/~malcolmr/threaded_intercal.html
DocFiles: BUGS MANIFEST NEWS READ.ME.thick COPYING READ.ME doc/intercal.ps