Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/languages
In directory sc8-pr-cvs1:/tmp/cvs-serv5803
Added Files:
smarteiffel-1.0-1.info smarteiffel-1.0-1.patch
Removed Files:
smalleiffel-20020507-1.info smalleiffel-20020507-1.patch
Log Message:
New version from maintainer. Name change smalleiffel->smarteiffel.
--- NEW FILE: smarteiffel-1.0-1.info ---
Package: smarteiffel
Version: 1.0
Revision: 1
Conflicts: smalleiffel
Replaces: smalleiffel
Description: GNU Eiffel compiler, version 1.0
DescDetail: <<
SmartEiffel (previously known as SmallEiffel) is intended to be a
complete, though small and very fast, free Eiffel compiler; it is the
result of a research project of the LORIA, a joint computer science
research center in Nancy, France. The current distribution includes
compilers from Eiffel to C and Java bytecode, debugger, documentation
tool, pretty printer and various other tools.
<<
License: GPL
DescPackaging: <<
Removed absolute paths in the binaries so that they can go into /sw/bin.
The garbage collector is MacintoshPPC which seems to be OK but that still
needs confirmation :}
<<
#
Source: ftp://ftp.loria.fr/pub/loria/SmartEiffel/Oldies/se-%v.tar.bz2
Source-MD5: e11cfa59bafebdbf54707cac0d1ebd42
SourceDirectory: SmartEiffel
PatchScript: sed -e 's:@PREFIX@:%p/share/%n:g' -e 's:@LIBPREFIX@:%p/lib/%n:g'
<%a/%f.patch | patch -p1
#
CompileScript: <<
cc -o install install.c
(export SmartEiffel=%b/sys/system.se; ./install)
<<
#
InstallScript: <<
mkdir -p %i/lib/%n
cp -R tools lib/* %i/lib/%n/
mkdir -p %i/bin
install -m 755 bin/* %i/bin/
mkdir -p %i/share/%n
cp -R contrib misc short sys %i/share/%n/
cp loadpath.UNIX %i/share/%n/sys/loadpath.UNIX
echo MacintoshPPC.c > %i/share/%n/sys/gc
echo gcc -pipe > %i/share/%n/sys/compiler.se
mkdir -p %i/etc/profile.d
install -m 755 %n.sh %i/etc/profile.d/
install -m 755 %n.csh %i/etc/profile.d/
mkdir -p %i/share/doc/%n
cp -R man tutorial %i/share/doc/%n/
<<
#
DocFiles: COPYING GNU_LICENSE READ_ME index.html
Homepage: http://SmartEiffel.loria.fr/
Maintainer: Damien Pollet <[EMAIL PROTECTED]>
--- NEW FILE: smarteiffel-1.0-1.patch ---
diff -ruN SmartEiffel/loadpath.UNIX SmartEiffel-patched/loadpath.UNIX
--- SmartEiffel/loadpath.UNIX Thu Jan 1 01:00:00 1970
+++ SmartEiffel-patched/loadpath.UNIX Tue Jul 30 23:38:55 2002
@@ -0,0 +1,16 @@
+./
[EMAIL PROTECTED]@/kernel/
[EMAIL PROTECTED]@/base/
[EMAIL PROTECTED]@/io/
[EMAIL PROTECTED]@/iterator/
[EMAIL PROTECTED]@/random/
[EMAIL PROTECTED]@/number/
[EMAIL PROTECTED]@/sorting/
[EMAIL PROTECTED]@/time/
[EMAIL PROTECTED]@/tools/
[EMAIL PROTECTED]@/tools/expression/
[EMAIL PROTECTED]@/tools/instruction/
[EMAIL PROTECTED]@/tools/e_type/
[EMAIL PROTECTED]@/tools/feature/
[EMAIL PROTECTED]@/tools/run_feature/
[EMAIL PROTECTED]@/tools/misc/
diff -ruN SmartEiffel/smarteiffel.csh SmartEiffel-patched/smarteiffel.csh
--- SmartEiffel/smarteiffel.csh Thu Jan 1 01:00:00 1970
+++ SmartEiffel-patched/smarteiffel.csh Tue Jul 30 23:34:23 2002
@@ -0,0 +1 @@
+setenv SmartEiffel @PREFIX@/sys/system.se
diff -ruN SmartEiffel/smarteiffel.sh SmartEiffel-patched/smarteiffel.sh
--- SmartEiffel/smarteiffel.sh Thu Jan 1 01:00:00 1970
+++ SmartEiffel-patched/smarteiffel.sh Tue Jul 30 23:34:50 2002
@@ -0,0 +1,2 @@
[EMAIL PROTECTED]@/sys/system.se
+export SmartEiffel
--- SmartEiffel/sys/gc Tue May 7 17:43:33 2002
+++ SmartEiffel-patched/sys/gc Wed Jul 31 00:15:12 2002
@@ -1 +1 @@
-NONE
+MacintoshPPC.c
--- SmartEiffel/tools/system_tools.e Fri May 16 22:44:49 2003
+++ SmartEiffel-patched/tools/system_tools.e Fri May 16 22:38:23 2003
@@ -255,7 +255,7 @@
if system_name = open_vms_system then
command.append(once "mcr ")
end
- command.append(bin_directory)
+-- command.append(bin_directory)
command.append(command_name)
command.append(x_suffix)
end
--- SmartEiffel/misc/GC.SH Tue May 7 17:41:44 2002
+++ SmartEiffel-patched/misc/GC.SH Sat Aug 3 16:49:16 2002
@@ -52,6 +52,9 @@
elif [ $un = QNX ]
then
gc=qnx.c
+elif [ $un = Darwin ]
+ then
+ gc=MacintoshPPC.c
else
echo GC is not supported for this architecture.
echo Have a look in the SmartEiffel FAQ to try to fix this.
--- smalleiffel-20020507-1.info DELETED ---
--- smalleiffel-20020507-1.patch DELETED ---
-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits