Revision: 103368 https://trac.macports.org/changeset/103368 Author: larryv@macports.org Date: 2013-02-22 23:40:12 -0800 (Fri, 22 Feb 2013) Log Message: ----------- chicken: Fix whitespace and tweak formatting. Modified Paths: -------------- trunk/dports/lang/chicken/Portfile Modified: trunk/dports/lang/chicken/Portfile =================================================================== --- trunk/dports/lang/chicken/Portfile 2013-02-23 07:31:30 UTC (rev 103367) +++ trunk/dports/lang/chicken/Portfile 2013-02-23 07:40:12 UTC (rev 103368) @@ -1,41 +1,41 @@ # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 +PortSystem 1.0 -name chicken -version 4.8.0.2 -categories lang scheme -license BSD public-domain -maintainers gmail.com:arto.bendiken gmail.com:ivan.g.raikov -description Compiler for the Scheme programming language -long_description \ - Chicken produces portable, efficient C, supports almost all \ - of the current Scheme language standard, the Revised5 Report \ - on the Algorithmic Language Scheme (R5RS ), and includes many \ - enhancements and extensions. -homepage http://www.call-with-current-continuation.org/ -platforms darwin +name chicken +version 4.8.0.2 +categories lang scheme +license BSD public-domain +maintainers gmail.com:arto.bendiken gmail.com:ivan.g.raikov +description Compiler for the Scheme programming language +long_description Chicken produces portable, efficient C, supports \ + almost all of the current Scheme language standard, \ + the Revised5 Report on the Algorithmic Language \ + Scheme (R5RS), and includes many enhancements and \ + extensions. +homepage http://www.call-with-current-continuation.org/ +platforms darwin set branch [join [lrange [split ${version} .] 0 2] .] -master_sites http://code.call-cc.org/releases/${branch} +master_sites http://code.call-cc.org/releases/${branch} -checksums rmd160 7d92c10315f3f9c14003d6789a6ebdc4c0f78b25 \ - sha256 bf933f8cc4586b8b468c9abb8ec079a9f109ea20b5f12a1af2776f694e14791d +checksums rmd160 7d92c10315f3f9c14003d6789a6ebdc4c0f78b25 \ + sha256 bf933f8cc4586b8b468c9abb8ec079a9f109ea20b5f12a1af2776f694e14791d -patchfiles patch-Makefile.macosx.diff \ - patch-rules.make.diff +patchfiles patch-Makefile.macosx.diff \ + patch-rules.make.diff -use_configure no +use_configure no # Upstream explicitly requires GNU make. -build.type gnu -build.args C_COMPILER=${configure.cc} \ - CXX_COMPILER=${configure.cxx} \ - PLATFORM=macosx \ - PREFIX=${prefix} +build.type gnu +build.args C_COMPILER=${configure.cc} \ + CXX_COMPILER=${configure.cxx} \ + PLATFORM=macosx \ + PREFIX=${prefix} # Upstream does not support parallel builds. -use_parallel_build no +use_parallel_build no # Restrict universal variant to Tiger and Leopard because upstream only # supports i386/ppc universal binaries. @@ -69,8 +69,8 @@ LDFLAGS="[get_canonical_archflags ld]" } -destroot.args ${build.args} +destroot.args ${build.args} -livecheck.type regex -livecheck.url http://code.call-cc.org/releases/current/ -livecheck.regex {chicken-([0-9.]+)\.tar\.gz} +livecheck.type regex +livecheck.url http://code.call-cc.org/releases/current/ +livecheck.regex {chicken-([0-9.]+)\.tar\.gz}