diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-19 23:52:26 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-19 23:52:26 +0000 |
commit | 3dd49556434418ca3ea9a7b9ac4ceb6b6437ccdf (patch) | |
tree | b7d5959ea953e97bfe088045b05decaa14617507 /lang/ici/pkg-plist | |
parent | 88eba05fdd72faf91fbb17e6f540743e91fc7183 (diff) |
Import of ici v2.0.3.
This is Tim Long's ICI language interpreter. ICI is a dynamic interpretive
language with control flow structures and expression syntax derived from C.
ICI offers useful inbuilt data types, automatic memory management (garbage
collection), error handling and other handy features. ICI is in the public
domain, there is no copyright on it.
PR: ports/5653
Submitted by: andy@research.canon.com.au
Notes
Notes:
svn path=/head/; revision=15439
Diffstat (limited to 'lang/ici/pkg-plist')
-rw-r--r-- | lang/ici/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ici/pkg-plist b/lang/ici/pkg-plist new file mode 100644 index 000000000000..de99665bb8e7 --- /dev/null +++ b/lang/ici/pkg-plist @@ -0,0 +1 @@ +bin/ici |