diff options
Diffstat (limited to 'lang/icon')
-rw-r--r-- | lang/icon/Makefile | 15 | ||||
-rw-r--r-- | lang/icon/distinfo | 1 | ||||
-rw-r--r-- | lang/icon/pkg-comment | 1 | ||||
-rw-r--r-- | lang/icon/pkg-descr | 20 | ||||
-rw-r--r-- | lang/icon/pkg-plist | 13 |
5 files changed, 50 insertions, 0 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile new file mode 100644 index 0000000..58cbf2c --- /dev/null +++ b/lang/icon/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: icon +# Version required: 9.0 +# Date created: 05 April 1995 +# Whom: thomas@ghpc8.ihf.rwth-aachen.de +# + +DISTNAME= icon-9.0 +DISTFILES= unix_tar.gz +MASTER_SITES= ftp://cs.arizona.edu/icon/packages/unix/ +CATEGORIES+= languages +PATCH_STRIP= -p1 +NO_WRKSUBDIR= true +ALL_TARGET= Icon + +.include <bsd.port.mk> diff --git a/lang/icon/distinfo b/lang/icon/distinfo new file mode 100644 index 0000000..527629c --- /dev/null +++ b/lang/icon/distinfo @@ -0,0 +1 @@ +MD5 (unix_tar.gz) = 2d147ceb96944e5f51b4de3432fafa8a diff --git a/lang/icon/pkg-comment b/lang/icon/pkg-comment new file mode 100644 index 0000000..7ddef0c --- /dev/null +++ b/lang/icon/pkg-comment @@ -0,0 +1 @@ +Version 9.0 of the Icon programming language. diff --git a/lang/icon/pkg-descr b/lang/icon/pkg-descr new file mode 100644 index 0000000..a1b85af --- /dev/null +++ b/lang/icon/pkg-descr @@ -0,0 +1,20 @@ + Icon is a high-level programming language with extensive +facilities for processing strings and structures. Icon has +several novel features, including expressions that may produce +sequences of results, goal-directed evaluation that automatically +searches for a successful result, and string scanning that allows +operations on strings to be formulated at a high conceptual +level. + + Icon emphasizes high-level string processing and a design phi- +losophy that allows ease of programming and short, concise pro- +grams. Storage allocation and garbage collection are automatic in +Icon, and there are few restrictions on the sizes of objects. +Strings, lists, and other structures are created during program +execution and their size does not need to be known when a program +is written. Values are converted to expected types automati- +cally; for example, numeral strings read in as input can be used +in numerical computations without explicit conversion. Icon has +an expression-based syntax with reserved words; in appearance, +Icon programs resemble those of Pascal and C. + diff --git a/lang/icon/pkg-plist b/lang/icon/pkg-plist new file mode 100644 index 0000000..d3ed0d8 --- /dev/null +++ b/lang/icon/pkg-plist @@ -0,0 +1,13 @@ +@cwd /usr/local +@mode 755 +bin/iconc +bin/icont +bin/iconx +bin/rtt +@mode 644 +lib/icon/dlrgint.o +lib/icon/rt.a +lib/icon/rt.db +lib/icon/rt.h +@mode 444 +man/man1/icon.1.gz |