summaryrefslogtreecommitdiffstats
path: root/lang/icon
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-04-06 08:52:44 +0000
committerjkh <jkh@FreeBSD.org>1995-04-06 08:52:44 +0000
commitf8989057bb6ae0d726b9382df1a1a8c85ca79d92 (patch)
tree3a61ee01177225452ad014a98d176bb3ca8101bb /lang/icon
parent966c6ebe4e87f66f61075c0ef23366fb27de38dc (diff)
downloadFreeBSD-ports-f8989057bb6ae0d726b9382df1a1a8c85ca79d92.zip
FreeBSD-ports-f8989057bb6ae0d726b9382df1a1a8c85ca79d92.tar.gz
The Icon Programming Language, version 9.0
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
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 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
OpenPOWER on IntegriCloud