Update of /cvsroot/fink/experimental/crhalpin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13543

Modified Files:
        ghc.info 
Added Files:
        ghc-tiger.info 
Log Message:
Minor cleanup, tigerized version.


Index: ghc.info
===================================================================
RCS file: /cvsroot/fink/experimental/crhalpin/ghc.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ghc.info    23 Jul 2005 22:02:36 -0000      1.2
+++ ghc.info    6 Aug 2005 16:03:04 -0000       1.3
@@ -20,7 +20,6 @@
 install_name_tool -change /opt/local/lib/libdl.1.dylib /usr/lib/libdl.dylib 
../%n-bootstrap/lib/ghc-6.4/ghc-6.4
 install_name_tool -change /opt/local/lib/libgmp.3.dylib %p/lib/libgmp.3.dylib 
../%n-bootstrap/lib/ghc-6.4/ghc-6.4
 <<
-
 SetCC: gcc-3.3
 NoSetCXXFLAGS: true
 ConfigureParams: <<
@@ -38,7 +37,7 @@
 <<
 InstallScript: <<
 make install prefix=%i
-perl -i.bak -pe 's#%d#%p#g' %i/lib/ghc-6.4/package.conf && rm 
%i/lib/ghc-6.4/package.conf.bak
+perl -i.bak -pe 's#%i#%p#g' %i/lib/ghc-6.4/package.conf && rm 
%i/lib/ghc-6.4/package.conf.bak
 mkdir -p %i/share/doc/%n
 cp -r ghc/docs/users_guide/users_guide %i/share/doc/%n
 <<

--- NEW FILE: ghc-tiger.info ---
Package: ghc
Version: 6.4
Revision: 1
Maintainer: Matthias Neeracher <[EMAIL PROTECTED]>
Depends: readline-shlibs, gmp-shlibs
BuildDepends: readline, gmp, docbook-dtd, docbook-dsssl-nwalsh, jadetex, gcc3.3
Source: http://www.haskell.org/ghc/dist/%v/%n-%v-src.tar.bz2
Source-MD5: 45ea4e15f135698feb88d12c5000aaf8
SourceDirectory: %n-%v
Source2: http://www.haskell.org/happy/dist/1.15/happy-1.15-src.tar.gz
Source2-MD5: 02ceb122b904fa4a4290e6ea1072d59e
Source3: 
http://www.haskell.org/ghc/dist/%v/MacOSX/%n-%v-darwin-bootstrap-tiger.tar.bz2
Source3-MD5: 1665720d4d35cf89b9efa7865d0228f6

PatchScript: <<
mv ../happy-1.15/happy .
cd .. && sed -e 's|@@SW@@|%p|g' < %a/%n.patch | sed -e 's|@@FB@@|%b/../|g' | 
patch -p1
perl -i.bak -pe 's|/opt/local|%b/../ghc-bootstrap|g' 
../ghc-bootstrap/lib/ghc-6.4/package.conf
install_name_tool -change /opt/local/lib/libreadline.4.3.dylib 
%p/lib/libreadline.4.dylib ../%n-bootstrap/lib/ghc-6.4/ghc-6.4
install_name_tool -change /opt/local/lib/libdl.1.dylib /usr/lib/libdl.dylib 
../%n-bootstrap/lib/ghc-6.4/ghc-6.4
install_name_tool -change /opt/local/lib/libgmp.3.dylib %p/lib/libgmp.3.dylib 
../%n-bootstrap/lib/ghc-6.4/ghc-6.4
<<
SetCC: gcc-3.3
NoSetCXXFLAGS: true
ConfigureParams: <<
  --mandir=%d/share/man/ --with-gcc=gcc-3.3 --enable-src-tree-happy \
  --with-ghc=%b/../%n-bootstrap/bin/ghc
<<
CompileScript: <<
autoreconf
./configure %c
make prefix=%d realprefix=%p
cd ghc/docs/users_guide; make pdf html
perl -i.bak -pe 's#%d|%b#%p#g' ghc/driver/ghc/ghc-%v ghc/driver/ghci/ghci-%v
perl -i.bak -pe 's#%d|%b#%p#g' ghc/utils/ghc-pkg/ghc-pkg-%v 
ghc/utils/prof/ghcprof ghc/utils/hsc2hs/hsc2hs
perl -i.bak -pe 's#\}#\} -I%p/include -L%p/lib#' ghc/driver/ghc/ghc-%v
<<
InstallScript: <<
make install prefix=%i
perl -i.bak -pe 's#%i#%p#g' %i/lib/ghc-6.4/package.conf && rm 
%i/lib/ghc-6.4/package.conf.bak
mkdir -p %i/share/doc/%n
cp -r ghc/docs/users_guide/users_guide %i/share/doc/%n
<<
SplitOff: <<
  Package: %N-dev
  Depends: %N
  Files: <<
  lib/%N-%v/*.[ao]
  lib/%N-%v/include
  <<
  Description: Glasgow Haskell Compiler
  DescDetail: <<
  This package installs the compiler, includes, and libraries needed to 
  compile Haskell into native code rather than interpret it.
  <<
  DocFiles: ghc/ANNOUNCE ghc/LICENSE ghc/README
<<
DocFiles: ghc/ANNOUNCE ghc/LICENSE ghc/README
Description: Glasgow Haskell Interpreter
DescDetail: <<
The Glasgow Haskell Compiler/Interpreter is a robust, fully-featured, 
optimising compiler and interactive environment for Haskell 98, GHC 
compiles Haskell to either native code or C.  It implements numerous 
experimental language extensions to Haskell 98, for example: concurrency,
a foreign language interface, multi-parameter type classes, scoped type 
variables, existential and universal quantification, unboxed types, 
exceptions, weak pointers, and so on. GHC comes with a generational 
garbage collector, and a space and time profiler.
<<
DescPort: <<
This port borrows heavily from Gregory Wright's DarwinPorts package.

BREAKAGE BREAKAGE BREAKAGE
Currently, the port builds but does not actually run because some modules
  are not found. 
I have no idea how to fix this.
BREAKAGE BREAKAGE BREAKAGE
<<
Homepage: http://www.haskell.org/ghc/
License: BSD



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to