Package: intercal-threaded Version: 0.7 Revision: 4 Architecture: powerpc Distribution: 10.4 BuildDepends: fink (>= 0.24.12), gcc3.1 SourceDirectory: threaded_intercal PatchFile: %n.patch PatchFile-MD5: 3de2849afd2aeb0597d9007557d5cf4c PatchScript: sed -e 's:@INST_PREFIX@:%i:g' -e 's:@REAL_PREFIX@:%p:g' <%{PatchFile} | 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