Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv5211/main/finkinfo/languages
Modified Files:
Tag: pangocairo-branch
jikes.info
Added Files:
Tag: pangocairo-branch
ghc-i386.info ghc-powerpc.info
Removed Files:
Tag: pangocairo-branch
ghc.info
Log Message:
merge from HEAD
--- NEW FILE: ghc-i386.info ---
Package: ghc
Version: 6.6
Revision: 2
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)
<<
Architecture: i386
Source: http://www.haskell.org/ghc/dist/%v/%n-%v-src.tar.bz2
Source-MD5: 2427a8d7d14f86e0878df6b54938acf7
SourceDirectory: %n-%v
Source2: http://www.haskell.org/ghc/dist/%v/%n-%v-src-extralibs.tar.bz2
Source2-MD5: 14b22fce36caffa509046361724bc119
Source3:
http://www.haskell.org/%n/dist/6.6/%n-6.6-i386-apple-darwin-bootstrap.tar.bz2
Source3-MD5: 0cb6d89efb0694a28b34bec0f04d8c62
PatchFile: %n.patch
PatchFile-MD5: a86887b351cf52a8a11601fa21397d7c
PatchScript: <<
#!/bin/sh -ev
BS=../%n-bootstrap
BSVER=6.6
BSLIB=$BS/lib/%n-$BSVER
OLDROOT=/opt/local
sed -i.bak -e "2,3s,$OLDROOT,%b/$BS," -e "s,$OLDROOT,%p,g" $BS/bin/%n-$BSVER
sed -i.bak -e "s,$OLDROOT/bin/,/usr/bin/env ," $BSLIB/%n-asm
sed -i.bak -e "s,$OLDROOT/bin/,/usr/bin/env ," $BSLIB/%n-split
install_name_tool -change $OLDROOT/lib/libgmp.3.dylib %p/lib/libgmp.3.dylib
$BSLIB/%n-$BSVER
install_name_tool -change $OLDROOT/lib/libgmp.3.dylib %p/lib/libgmp.3.dylib
$BSLIB/%n-pkg.bin
install_name_tool -change $OLDROOT/lib/libgmp.3.dylib %p/lib/libgmp.3.dylib
$BSLIB/hsc2hs-bin
sed -i.bak -e "s,$OLDROOT,%b/$BS,g" $BSLIB/package.conf
cat > mk/build.mk <<BUILDMK
ReadlineIncludePath=%p/include
SRC_CC_OPTS += -I%p/include
SRC_HC_OPTS += -I%p/include -L%p/lib
EXTRA_HSC2HS_OPTS += -I%p/include
EXTRA_LD_OPTS += -L%p/lib
EXTRA_HC_OPTS += -H128M
BUILDMK
sed -e 's|@FINKPREFIX@|%p|g' %{PatchFile} | patch -p1
<<
ConfigureParams: --mandir=%d/share/man/ --with-ghc='%b/../%n-bootstrap/bin/ghc'
--disable-openal --disable-alut
CompileScript: <<
./configure %c
make
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 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: <<
lib/%N-%v/*.a
lib/%N-%v/include
<<
Description: Glasgow Haskell Compiler
DescDetail: <<
This package installs the includes and libraries needed to
compile Haskell into native code rather than interpret it.
<<
DocFiles: LICENSE
<<
DocFiles: ANNOUNCE LICENSE 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.
<<
Homepage: http://www.haskell.org/ghc/
License: BSD
Maintainer: Brendan Cully <[EMAIL PROTECTED]>
Index: jikes.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/jikes.info,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- jikes.info 4 Sep 2006 00:48:42 -0000 1.2
+++ jikes.info 28 Dec 2006 17:50:19 -0000 1.2.2.1
@@ -1,3 +1,19 @@
+# DISCLAIMER: Max Horn is the sole maintainer of this package.
+# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
+# Preferably, send a patch to me instead of making changes yourself!
+# If that is not possible due to extra urgency, at least send me a mail.
+#
+# Explanation: I am sick and tired of getting back to my packages and
+# discovering that people have messed with it. I am then forced to
+# retrace their steps, find out who, when and why did make a certain
+# change etc. -- i.e. it makes my life as maintainer harder.
+# Furthermore, as maintainer I am responsible for problems caused by my
+# packages. But I am not willing to take responsibility for something I
+# did not do. In particular, for changes that other people introduced
+# behind my back, no matter how good and noble their intentions were. As
+# such, I may see myself forced to drop responsibility for (and hence,
+# maintainership of) the affected package.
+
Package: jikes
Version: 1.22
Revision: 1011
--- NEW FILE: ghc-powerpc.info ---
Package: ghc
Version: 6.6
Revision: 2
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)
<<
# 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: 2427a8d7d14f86e0878df6b54938acf7
SourceDirectory: %n-%v
Source2: http://www.haskell.org/ghc/dist/%v/%n-%v-src-extralibs.tar.bz2
Source2-MD5: 14b22fce36caffa509046361724bc119
Source3:
http://www.haskell.org/%n/dist/6.6/MacOSX/%n-6.4-darwin-bootstrap-tiger.tar.bz2
Source3-MD5: 1665720d4d35cf89b9efa7865d0228f6
PatchFile: %n.patch
PatchFile-MD5: a86887b351cf52a8a11601fa21397d7c
PatchScript: <<
#!/bin/sh -ev
BS=../%n-bootstrap
BSVER=6.4
BSLIB=$BS/lib/%n-$BSVER
OLDROOT=/opt/local
sed -i.bak -e "2,3s,$OLDROOT,%b/$BS," -e "s,$OLDROOT,%p,g" $BS/bin/%n-$BSVER
sed -i.bak -e "s,$OLDROOT/bin/,/usr/bin/env ," $BSLIB/%n-asm
sed -i.bak -e "s,$OLDROOT/bin/,/usr/bin/env ," $BSLIB/%n-split
install_name_tool -change $OLDROOT/lib/libgmp.3.dylib %p/lib/libgmp.3.dylib
$BSLIB/%n-$BSVER
install_name_tool -change $OLDROOT/lib/libgmp.3.dylib %p/lib/libgmp.3.dylib
$BSLIB/%n-pkg.bin
install_name_tool -change $OLDROOT/lib/libgmp.3.dylib %p/lib/libgmp.3.dylib
$BSLIB/hsc2hs-bin
sed -i.bak -e "s,$OLDROOT,%b/$BS,g" $BSLIB/package.conf
cat > mk/build.mk <<BUILDMK
ReadlineIncludePath=%p/include
SRC_CC_OPTS += -I%p/include
SRC_HC_OPTS += -I%p/include -L%p/lib
EXTRA_HSC2HS_OPTS += -I%p/include
EXTRA_LD_OPTS += -L%p/lib
EXTRA_HC_OPTS += -H128M
BUILDMK
sed -e 's|@FINKPREFIX@|%p|g' %{PatchFile} | patch -p1
<<
ConfigureParams: --mandir=%d/share/man/ --with-ghc='%b/../%n-bootstrap/bin/ghc'
--disable-openal --disable-alut
CompileScript: <<
./configure %c
make
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 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: <<
lib/%N-%v/*.a
lib/%N-%v/include
<<
Description: Glasgow Haskell Compiler
DescDetail: <<
This package installs the includes and libraries needed to
compile Haskell into native code rather than interpret it.
<<
DocFiles: LICENSE
<<
DocFiles: ANNOUNCE LICENSE 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.
<<
Homepage: http://www.haskell.org/ghc/
License: BSD
Maintainer: Brendan Cully <[EMAIL PROTECTED]>
--- ghc.info DELETED ---
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits