[25615] trunk/dports/lang/bigloo/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat May 26 08:50:43 PDT 2007


Revision: 25615
          http://trac.macosforge.org/projects/macports/changeset/25615
Author:   pmq at macports.org
Date:     2007-05-26 08:50:43 -0700 (Sat, 26 May 2007)

Log Message:
-----------
Idempotent whitespace & cleanup commit.

Modified Paths:
--------------
    trunk/dports/lang/bigloo/Portfile

Modified: trunk/dports/lang/bigloo/Portfile
===================================================================
--- trunk/dports/lang/bigloo/Portfile	2007-05-26 15:48:40 UTC (rev 25614)
+++ trunk/dports/lang/bigloo/Portfile	2007-05-26 15:50:43 UTC (rev 25615)
@@ -2,34 +2,35 @@
 
 PortSystem 1.0
 
-name		bigloo
-version		3.0a-beta24May07
-categories	lang scheme
-maintainers	reilles at loria.fr
+name		  bigloo
+version		  3.0a-beta24May07
+categories	  lang scheme
+platforms	  darwin freebsd
+maintainers	  reilles at loria.fr pmq at macports.org
 
-description	Bigloo is a fast Scheme implementation.
-long_description	 Bigloo is a Scheme implementation devoted to one goal:\
-    enabling Scheme based programming style where C(++) is usually required.\
-    Bigloo attempts to make Scheme practical by offering features usually\
-    presented by traditional programming languages but not offered by Scheme\
-    and functional programming. Bigloo compiles Scheme modules.\
-    It delivers small and fast stand alone binary executables.\
-    Bigloo enables full connections between Scheme and C programs,\
-    between Scheme and Java programs, and between Scheme and C# programs. 
+description	  Bigloo is a fast Scheme implementation.
+long_description  Bigloo is a Scheme implementation devoted to one goal: \
+    		  enabling Scheme based programming style where C(++) is \
+		  usually required. Bigloo attempts to make Scheme practical \
+		  by offering features usually presented by traditional \
+		  programming languages but not offered by Scheme and \
+		  functional programming. Bigloo compiles Scheme modules. \
+    		  It delivers small and fast standalone binary executables. \
+		  Bigloo enables full connections between Scheme and C programs, \
+		  between Scheme and Java programs, and between Scheme and \
+		  C# programs. 
 
-platforms	darwin freebsd
-homepage	http://www-sop.inria.fr/mimosa/fp/Bigloo/
-master_sites 	ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/
-distfiles	${name}${version}.tar.gz
-# dist_subdir	${name}/${revision}
-checksums	md5 560e44d76004492eb7602c6d91bbde17
+homepage	  http://www-sop.inria.fr/mimosa/fp/Bigloo/
+master_sites 	  ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/
+distfiles	  ${name}${version}.tar.gz
+worksrcdir	  ${name}3.0a
+checksums	  md5 560e44d76004492eb7602c6d91bbde17
 
-worksrcdir	${name}3.0a
+configure.args 	  --prefix=${prefix}
+		  --mandir=${prefix}/share/man/man1 \
+		  --infodir=${prefix}/share/info \
+		  --docdir=${prefix}/share/doc/bigloo \
+		  --lispdir=${prefix}/share/emacs/site-lisp/bigloo \
+		  --stack-check=no
 
-configure.args 	--prefix=${prefix}  --mandir=${prefix}/share/man/man1 \
-    --infodir=${prefix}/share/info \
-    --docdir=${prefix}/share/doc/bigloo \
-    --lispdir=${prefix}/share/emacs/site-lisp/bigloo \
-    --stack-check=no
-
 build.target

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070526/da0011ef/attachment.html


More information about the macports-changes mailing list