[34539] trunk/dports/lang/kaffe/Portfile

simon at macports.org simon at macports.org
Wed Feb 27 13:58:22 PST 2008


Revision: 34539
          http://trac.macosforge.org/projects/macports/changeset/34539
Author:   simon at macports.org
Date:     2008-02-27 13:58:22 -0800 (Wed, 27 Feb 2008)

Log Message:
-----------
lang/kaffe: Whitespace only changes.

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

Modified: trunk/dports/lang/kaffe/Portfile
===================================================================
--- trunk/dports/lang/kaffe/Portfile	2008-02-27 21:51:41 UTC (rev 34538)
+++ trunk/dports/lang/kaffe/Portfile	2008-02-27 21:58:22 UTC (rev 34539)
@@ -1,27 +1,35 @@
 # $Id$
-PortSystem 1.0
-name            kaffe
-version         1.1.7
-categories      lang
-maintainers     nomaintainer
-platforms       darwin
-description     A complete java VM and class library.
-long_description       This is Kaffe, a complete virtual machine and class \
-			library set which allows the execution of Java code. \
-			It comes with a virtual machine and a set of class \
-			libraries including beans, and an AWT graphics system. 
-homepage	http://www.kaffe.org
-master_sites    ftp://ftp.kaffe.org/pub/kaffe/v1.1.x-development/
 
-checksums       md5 375c3dc44656f3f253455ea219f768b1
-configure.cflags-append	"-fstrict-aliasing -funroll-loops -L${prefix}/lib"
-configure.cppflags-append	"-no-cpp-precomp -L${prefix}/lib -I${prefix}/include/freetype2"
-configure.args	--disable-nls --disable-rpath --disable-debug \
-				--with-engine=intrp --mandir=${prefix}/share/man
-depends_lib	lib:libesd:esound lib:libgmp:gmp lib:libgtk.2:gtk2 \
-			lib:libart_lgpl_2:libart_lgpl lib:libfreetype:freetype
+PortSystem          1.0
 
+name                kaffe
+version             1.1.7
+categories          lang
+maintainers         nomaintainer
+platforms           darwin
+description         A complete java VM and class library.
+long_description    This is Kaffe, a complete virtual machine and class \
+                    library set which allows the execution of Java code. \
+                    It comes with a virtual machine and a set of class \
+                    libraries including beans, and an AWT graphics system.
+
+homepage            http://www.kaffe.org
+master_sites        ftp://ftp.kaffe.org/pub/kaffe/v1.1.x-development/
+checksums           md5 375c3dc44656f3f253455ea219f768b1
+
+configure.cflags-append     "-fstrict-aliasing -funroll-loops -L${prefix}/lib"
+configure.cppflags-append   "-no-cpp-precomp -L${prefix}/lib -I${prefix}/include/freetype2"
+configure.args      --disable-nls \
+                    --disable-rpath \
+                    --disable-debug \
+                    --with-engine=intrp \
+                    --mandir=${prefix}/share/man
+depends_lib         lib:libesd:esound \
+                    lib:libgmp:gmp \
+                    lib:libgtk.2:gtk2 \
+                    lib:libart_lgpl_2:libart_lgpl \
+                    lib:libfreetype:freetype
+
 platform darwin 8 {
-		depends_lib-delete port:jikes
+    depends_lib-delete  port:jikes
 }
-

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080227/5adf52d9/attachment-0001.html 


More information about the macports-changes mailing list