Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv27724

Modified Files:
        ghc.info 
Log Message:
Upstream release 6.6; split profiling libraries into separate package

Index: ghc.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/ghc.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ghc.info    31 May 2006 16:37:14 -0000      1.6
+++ ghc.info    13 Nov 2006 09:38:49 -0000      1.7
@@ -1,14 +1,17 @@
 Package: ghc
-Version: 6.4.1
-Revision: 1003
+Version: 6.6
+Revision: 1
 Depends: readline5-shlibs (>= 5.0-1004), gmp-shlibs (>= 4.1.4-1), 
libmpfr1-shlibs
-BuildDepends: readline5 (>= 5.0-1004), gmp (>= 4.1.4-1), libmpfr1, 
docbook-xsl, fink (>= 0.24.12)
-# No bootstrap yet available for x86
+BuildDepends: <<
+  readline5 (>= 5.0-1004), gmp (>= 4.1.4-1), libmpfr1, docbook-xsl,
+  fink (>= 0.24.12)
+<<
+# x86 bootstrap not yet tested (no x86 mac here)
 Architecture: powerpc
 Source: http://www.haskell.org/ghc/dist/%v/%n-%v-src.tar.bz2
-Source-MD5: fd289bc7c3afa272ff831a71a50b5b00
+Source-MD5: 2427a8d7d14f86e0878df6b54938acf7
 SourceDirectory: %n-%v
-Source2: 
http://www.haskell.org/%n/dist/6.4/MacOSX/%n-6.4-darwin-bootstrap-tiger.tar.bz2
+Source2: 
http://www.haskell.org/%n/dist/6.6/MacOSX/%n-6.4-darwin-bootstrap-tiger.tar.bz2
 Source2-MD5: 1665720d4d35cf89b9efa7865d0228f6
 PatchFile: %n.patch
 PatchFile-MD5: a86887b351cf52a8a11601fa21397d7c
@@ -40,21 +43,34 @@
 sed -e 's|@FINKPREFIX@|%p|g' %{PatchFile} | patch -p1
 <<
 
-ConfigureParams: --mandir=%d/share/man/ --with-ghc='%b/../%n-bootstrap/bin/ghc'
+ConfigureParams: --mandir=%d/share/man/ 
--with-ghc='%b/../%n-bootstrap/bin/ghc' --disable-openal --disable-alut
 CompileScript: <<
 ./configure %c
 make
-cd ghc/docs/users_guide; make html
-sed -i.bak -e 's,},} -I%p/include -L%p/lib,' ghc/driver/ghc/ghc-%v
+cd docs/users_guide && make html
+sed -i.bak -e 's,},} -I%p/include -L%p/lib,' driver/ghc/ghc-%v
 <<
 InstallScript: <<
 make install prefix=%i
 mkdir -p %i/share/doc/%n
-cp -r ghc/docs/users_guide/users_guide %i/share/doc/%n
+cp -r docs/users_guide/users_guide %i/share/doc/%n
 mkdir -p %i/share/man/man1
 cp ghc.1 hp2ps.1 %i/share/man/man1
 <<
 SplitOff: <<
+  Package: %N-prof
+  Depends: %N (= %v-%r)
+  Files: <<
+    lib/%N-%v/*_p.a
+  <<
+  Description: Glasgow Haskell Compiler (profiling libraries)
+  DescDetail: <<
+  This package contains additional profiling libraries. They are not
+  needed for normal use.
+  <<
+  DocFiles: LICENSE
+<<
+SplitOff2: <<
   Package: %N-dev
   Depends: %N (= %v-%r)
   Files: <<
@@ -66,9 +82,9 @@
   This package installs the includes and libraries needed to 
   compile Haskell into native code rather than interpret it.
   <<
-  DocFiles: ghc/ANNOUNCE ghc/LICENSE ghc/README
+  DocFiles: LICENSE
 <<
-DocFiles: ghc/ANNOUNCE ghc/LICENSE ghc/README
+DocFiles: ANNOUNCE LICENSE README
 Description: Glasgow Haskell Interpreter
 DescDetail: <<
 The Glasgow Haskell Compiler/Interpreter is a robust, fully-featured, 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to