Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
# $Id$ PortSystem 1.0 name mzscheme version 352 categories lang scheme platforms darwin maintainers nomaintainer description MzScheme is an implementation of the Scheme programming language long_description ${description} homepage http://www.plt-scheme.org/software/mzscheme/ set subdir ${version}/mz/ master_sites \ http://download.plt-scheme.org/bundles/${subdir} \ http://plt.cs.uchicago.edu/bundles/${subdir} \ http://www.cs.utah.edu/plt/download/${subdir} \ ftp://archive.informatik.uni-tuebingen.de/unix/language/plt/${subdir} \ ftp://infogroep.be/pub/plt/bundles/${subdir} \ http://gd.tuwien.ac.at/languages/scheme/plt/${subdir} distfiles mz-${version}-src-unix.tgz checksums md5 218bad0defbdbb72d94d8a3fb4fa6545 depends_lib port:jpeg \ port:libpng \ port:libiconv worksrcdir plt/src post-patch { reinplace "s|collects|share/mzscheme|g" \ ${worksrcpath}/mzscheme/src/startup.ss \ ${worksrcpath}/mzscheme/src/startup.inc reinplace "s|~/Library/PLT Scheme/|${prefix}/share/mzscheme/|g" \ ${worksrcpath}/mzscheme/src/file.c } configure.env CFLAGS="-I${prefix}/include" \ CPPFLAGS="-I${prefix}/include" \ LDFLAGS="-L${prefix}/lib" destroot.destdir prefix=${destroot}${prefix} post-destroot { file delete -force ${destroot}${prefix}/install \ ${destroot}${prefix}/share/man file rename ${destroot}${prefix}/collects \ ${destroot}${prefix}/share/mzscheme xinstall -m 755 -d ${destroot}${prefix}/share/doc/ \ ${destroot}${prefix}/share/mzscheme/${version}/ system "cd ${destroot}${prefix}/share/mzscheme/${version} && ln -s .. collects" file rename ${destroot}${prefix}/man \ ${destroot}${prefix}/share/man file rename ${destroot}${prefix}/doc \ ${destroot}${prefix}/share/doc/mzscheme file delete -force ${destroot}${prefix}/lib/buildinfo }
This paste will be private.
From the Design Piracy series on my blog: