Update of /cvsroot/fink/experimental/rangerrick/10.4/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27930/10.4/main/finkinfo/devel

Added Files:
        ecj.info nant.info nant.patch 
Log Message:
other misc stuff that needed committing

--- NEW FILE: nant.info ---
Package: nant
Version: 0.85
Revision: 1032
Description: Ant-like build tool for .NET
License: GPL
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Depends: mono (>= 1.1.14-1)
BuildDepends: mono-dev (>= 1.1.14-1021), pkgconfig

Source: mirror:sourceforge:%n/%n-%v-rc3-src.tar.gz
SourceDirectory: %n-%v-rc3
Source-MD5: 64867347ec78a0e67f8e510fa5e14ac9
Patch: %n.patch

SetCPPFLAGS: -I%p/include
SetLIBS: -L%p/lib
SetMAKEFLAGS: -j1
NoSetCPPFLAGS: true
NoSetLDFLAGS: true
NoSetMAKEFLAGS: true
CompileScript: <<
#!/bin/sh -ex

  export MONO_PATH="`pwd`/lib:%i/share/NAnt/bin/lib"
  export DYLD_FALLBACK_LIBRARY_PATH="%i/share/NAnt/bin/lib:%i/lib:/usr/lib"

  make build-bootstrap MONO="mono --debug" MCS="mcs -debug"
<<

InstallScript: <<
#!/bin/sh -ex

  export MONO_PATH="`pwd`/lib:%i/share/NAnt/bin/lib"
  export DYLD_FALLBACK_LIBRARY_PATH="%i/share/NAnt/bin/lib:%i/lib:/usr/lib"

  make install prefix=%i MONO="mono --debug" MCS="mcs -debug"
  cat <<END >%i/bin/nant
#!/bin/sh
export MONO_PATH="%p/share/NAnt/bin/lib:\$MONO_PATH"
export DYLD_FALLBACK_LIBRARY_PATH="%p/share/NAnt/bin/lib:/usr/lib"
exec %p/bin/mono --debug %p/share/NAnt/bin/NAnt.exe "\$@"
END
  chmod 755 %i/bin/nant

  find examples -name \*.dll -o -name \*.exe -exec rm -rf {} \; || :

  install -d -m 755 %i/share/doc
  mv doc %i/share/doc/%n
  mv examples %i/share/doc/%n/
<<
DocFiles: COPYING.txt README.txt

Homepage: http://nant.sourceforge.net/
DescDetail: <<
NAnt is a free .NET build tool.  In theory it is kind of like make
without make's wrinkles.  In practice it's a lot like Ant.
<<


--- NEW FILE: ecj.info ---
Package: ecj
Version: 3.1.2
Revision: 1021
Description: Eclipse Compiler for Java
Type: java(1.4)
License: OSI-Approved
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

BuildDepends: system-java (>= 1.4-1)

CustomMirror: <<
        nam-US: http://ranger.befunk.com/fink
        nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
        nam-CA: http://www.southofheaven.net/befunk
<<
Source: mirror:custom:%n-%v.tar.bz2
NoSourceDirectory: true
Source-MD5: c5790d3f1b5cc4f120ec0ce385672408

CompileScript: <<
#!/bin/sh -ev

  ant -buildfile jdtcoresrc/compilejdtcorewithjavac.xml
<<

InstallScript: <<
#!/bin/sh -ev

  install -d -m 755 %i/bin
cat <<END >%i/bin/ecj
#!/bin/sh -e
java -cp %p/share/java/%n/ecj.jar org.eclipse.jdt.internal.compiler.batch.Main 
"\$@"
END
  chmod 755 %i/bin/ecj
<<
JarFiles: jdtcoresrc/ecj.jar

Homepage: http://www.eclipse.org/
DescDetail: Ecj is the Java bytecode compiler of the Eclipse Project.


--- NEW FILE: nant.patch ---
--- nant-0.85-rc3/src/NAnt.DotNet/Tasks/AssemblyInfoTask.cs     2005-04-16 
07:55:12.000000000 -0400
+++ nant-0.85-rc3-new/src/NAnt.DotNet/Tasks/AssemblyInfoTask.cs 2005-08-15 
16:37:50.000000000 -0400
@@ -321,9 +321,8 @@
         internal class CodeProvider {
             #region Private Instance Fields
 
-            private CodeLanguage _language;
+            private readonly CodeLanguage _language;
             private readonly ICodeGenerator _generator;
-            private readonly AssemblyInfoTask _assemblyInfoTask;
 
             #endregion Private Instance Fields
 
@@ -353,7 +352,6 @@
 
                 _generator = provider.CreateGenerator();
                 _language = codeLanguage;
-                _assemblyInfoTask = assemblyInfoTask;
             }
[...1050 lines suppressed...]
+++ nant-0.85-rc3-new/src/NAnt.Console/App.config       2005-11-23 
13:05:46.000000000 -0500
@@ -441,7 +441,7 @@
                     sdkdirectory="${sdkDirectory}"
                     frameworkdirectory="${frameworkDirectory}"
                     
frameworkassemblydirectory="${path::combine(frameworkAssemblyDirectory, 
'mono/2.0')}"
-                    clrversion="2.0.40607"
+                    clrversion="2.0.50727"
                     >
                     <task-assemblies>
                         <!-- include Mono specific assemblies -->
@@ -845,8 +845,8 @@
         </assemblyBinding>
     </runtime>
     <startup>
-        <supportedRuntime version="v2.0.40607" />
         <supportedRuntime version="v1.1.4322" />
+        <supportedRuntime version="v2.0.50727" />
         <supportedRuntime version="v1.0.3705" />
     </startup>
 </configuration>



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to