id summary reporter owner description type status priority milestone component version resolution keywords cc port 2364 NEW: inform-6.30.2 devin@… mww@… "Inform-6.30.2 the portfile can be found here: INLINE Description: Inform is a programming language and design system for interactive fiction programs. This will install the compiler and documentation. Homepage: http://www.inform-fiction.org/ Comments: Placed in devel catagory because this is a compiler for a programming language. I had to do a bit of hacking as the comment in the Portfile explains. The compile is easy no need to modify anything but the destroot based install got the sym links a bit screwy had to fix it with a post-destroot target and an extra variable to maintain. vim@tritarget.com is my coding / maintainer e-mail instead of what I registered my buzilla account with (personal e-mail) ================INLINE CONTENT================ # $Id: $ PortSystem 1.0 name inform version 6.30.2 categories devel maintainers vim@tritarget.com description A Z-Code (Infocom Text Adventures) compiler long_description Inform is a programming language and design \ system for interactive fiction, created in 1993 \ by Graham Nelson. checksums md5 2b5c06ecdcd97975ea4fe45b1583841c homepage http://www.inform-fiction.org/ master_sites http://mirror.ifarchive.org/if-archive/infocom/compilers/inform6/source/ \ http://www.ifarchive.org/if-archive/infocom/compilers/inform6/source/ \ ftp://ftp.ifarchive.org/if-archive/infocom/compilers/inform6/source/ # The install of inform will build the executable to name-version and make a # sym link to name. This causes two problems. The sym link is not relative to # the bin directory making it link to the files in the dports directory which # do not exists after install. Also the name-version the package uses is # different then the name-version this Portfile uses so I had to make a special # variable for this. Then fix the sym link to be relative. set exec-name inform-6.30 post-destroot { system ""rm -f ${destroot}${prefix}/bin/${name}"" system ""ln -s ${exec-name} ${destroot}${prefix}/bin/${name}"" } -- Reality is a crutch for people who can't deal with science fiction." defect closed Normal ports 1.0 fixed