Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv23805/languages

Added Files:
        icon.info icon.patch 
Log Message:
Updated and moved to 10.7

--- NEW FILE: icon.patch ---
diff -ru icon.v942src-orig/Makefile icon.v942src/Makefile
--- icon.v942src-orig/Makefile  Sun Nov  2 15:47:32 2003
+++ icon.v942src/Makefile       Sun Nov  2 16:09:12 2003
@@ -97,16 +97,13 @@
 
 D=$(dest)
 Install:
-               mkdir $D
-               mkdir $D/bin $D/lib $D/doc $D/man $D/man/man1
-               cp README $D
+               mkdir -p $D/bin $D/lib/icon $D/share/man/man1
                cp bin/[cflpvwx]* $D/bin
                cp bin/icon[tx]* $D/bin
                rm -f $D/bin/libI*
                (cd $D/bin; ln -s icont icon)
-               cp lib/*.* $D/lib
-               cp doc/*.* $D/doc
-               cp man/man1/*.* $D/man/man1
+               cp lib/*.* $D/lib/icon
+               cp man/man1/*.* $D/share/man/man1
 
 
 # Bundle up for binary distribution.
Only in icon.v942src: Makefile.orig
Only in icon.v942src: Makefile.rej
Only in icon.v942src: Makefile~
diff -ru icon.v942src-orig/src/icont/tunix.c icon.v942src/src/icont/tunix.c
--- icon.v942src-orig/src/icont/tunix.c Sun Nov  2 15:47:32 2003
+++ icon.v942src/src/icont/tunix.c      Sun Nov  2 15:47:58 2003
@@ -301,7 +301,7 @@
    else
       strcpy(buf, ".");
    strcat(buf, ":");
-   strcat(buf, relfile(prog, "/../../lib"));
+   strcat(buf, relfile(prog, "/../../lib/icon"));
    return salloc(buf);
    }
 
Only in icon.v942src/src/icont: tunix.c.orig

--- NEW FILE: icon.info ---
Package: icon
Version: 9.5.0
Revision: 1
Depends: readline5-shlibs (>= 5.0-1006), x11
BuildDepends: fink (>= 0.24.12-1), readline5 (>= 5.0-1006), x11-dev
Source: http://www.cs.arizona.edu/icon/ftp/packages/unix/icon-v950src.tgz
Source-MD5: 3f9b89bb8f2c0fb3e9c75d1b52fb5690
PatchFile: %n.patch
PatchFile-MD5: 79578310448491541a9113d753e4f5e0
CompileScript:<<
make X-Configure name=mac386
make All
<<
InstallScript:<<
make Install dest=%i
<<
DocFiles: README doc/*
Description: Very high level programming language
DescDetail: <<
Icon is a high-level, general-purpose programming language with a
large repertoire of features for processing data structures and
character strings. Icon is an imperative, procedural language with a
syntax reminiscent of C and Pascal, but with semantics at a much
higher level.
<<
License: Public Domain
Maintainer: Matthias Neeracher <neerac...@mac.com>
Homepage: http://www.cs.arizona.edu/icon/


------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to