diff options
author | jkh <jkh@FreeBSD.org> | 1995-04-06 16:52:44 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-04-06 16:52:44 +0800 |
commit | f8989057bb6ae0d726b9382df1a1a8c85ca79d92 (patch) | |
tree | 3a61ee01177225452ad014a98d176bb3ca8101bb | |
parent | 966c6ebe4e87f66f61075c0ef23366fb27de38dc (diff) | |
download | freebsd-ports-gnome-f8989057bb6ae0d726b9382df1a1a8c85ca79d92.tar.gz freebsd-ports-gnome-f8989057bb6ae0d726b9382df1a1a8c85ca79d92.tar.zst freebsd-ports-gnome-f8989057bb6ae0d726b9382df1a1a8c85ca79d92.zip |
The Icon Programming Language, version 9.0
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
-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 000000000000..58cbf2c98095 --- /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 000000000000..527629c613df --- /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 000000000000..7ddef0cddf09 --- /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 000000000000..a1b85af815ad --- /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 000000000000..d3ed0d81d19c --- /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 |