aboutsummaryrefslogtreecommitdiff
path: root/lang/ici
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-12-19 23:52:26 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-12-19 23:52:26 +0000
commit3dd49556434418ca3ea9a7b9ac4ceb6b6437ccdf (patch)
treeb7d5959ea953e97bfe088045b05decaa14617507 /lang/ici
parent88eba05fdd72faf91fbb17e6f540743e91fc7183 (diff)
downloadports-3dd49556434418ca3ea9a7b9ac4ceb6b6437ccdf.tar.gz
ports-3dd49556434418ca3ea9a7b9ac4ceb6b6437ccdf.zip
Notes
Diffstat (limited to 'lang/ici')
-rw-r--r--lang/ici/Makefile23
-rw-r--r--lang/ici/distinfo1
-rw-r--r--lang/ici/pkg-comment1
-rw-r--r--lang/ici/pkg-descr5
-rw-r--r--lang/ici/pkg-plist1
5 files changed, 31 insertions, 0 deletions
diff --git a/lang/ici/Makefile b/lang/ici/Makefile
new file mode 100644
index 000000000000..ffbe2e41e726
--- /dev/null
+++ b/lang/ici/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: ici
+# Version required: 2.0.3
+# Date created: 18 December 1997
+# Whom: andy
+#
+# $Id$
+#
+
+DISTNAME= ici-2.0.3
+CATEGORIES= lang
+MASTER_SITES= ftp://ftp.research.canon.com.au/pub/misc/ici/
+
+MAINTAINER= andy@research.canon.com.au
+
+MAKEFILE= ${WRKSRC}/Makefile.bsd
+MAKE_ENV= MANDIR=${PREFIX}/man/man
+MAN1= ici.1
+MANCOMPRESSED= yes
+
+post-install:
+ ${MV} ${PREFIX}/bin/ici.bsd ${PREFIX}/bin/ici
+
+.include <bsd.port.mk>
diff --git a/lang/ici/distinfo b/lang/ici/distinfo
new file mode 100644
index 000000000000..62f9706e3f8e
--- /dev/null
+++ b/lang/ici/distinfo
@@ -0,0 +1 @@
+MD5 (ici-2.0.3.tar.gz) = 92fd7050133b9b79625a29f4f88ea6e2
diff --git a/lang/ici/pkg-comment b/lang/ici/pkg-comment
new file mode 100644
index 000000000000..1973a77f78c6
--- /dev/null
+++ b/lang/ici/pkg-comment
@@ -0,0 +1 @@
+A dynamic interpretive language with C's control flow and expressions
diff --git a/lang/ici/pkg-descr b/lang/ici/pkg-descr
new file mode 100644
index 000000000000..12eb6d6a02cf
--- /dev/null
+++ b/lang/ici/pkg-descr
@@ -0,0 +1,5 @@
+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.
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