summaryrefslogtreecommitdiff
path: root/lang/icon
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-04-06 08:52:44 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-04-06 08:52:44 +0000
commit785a0fcc3b24d55a758de3f070e0b37ef530493c (patch)
treee9d0be99a7ee20e2244cebfd994095e3218081a6 /lang/icon
parentAdd slirp. (diff)
The Icon Programming Language, version 9.0
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
Notes
Notes: svn path=/head/; revision=1298
Diffstat (limited to 'lang/icon')
-rw-r--r--lang/icon/Makefile15
-rw-r--r--lang/icon/distinfo1
-rw-r--r--lang/icon/pkg-comment1
-rw-r--r--lang/icon/pkg-descr20
-rw-r--r--lang/icon/pkg-plist13
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