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
This commit is contained in:
parent
88eba05fdd
commit
3dd4955643
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15439
23
lang/ici/Makefile
Normal file
23
lang/ici/Makefile
Normal file
@ -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>
|
1
lang/ici/distinfo
Normal file
1
lang/ici/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ici-2.0.3.tar.gz) = 92fd7050133b9b79625a29f4f88ea6e2
|
1
lang/ici/pkg-comment
Normal file
1
lang/ici/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A dynamic interpretive language with C's control flow and expressions
|
5
lang/ici/pkg-descr
Normal file
5
lang/ici/pkg-descr
Normal file
@ -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.
|
1
lang/ici/pkg-plist
Normal file
1
lang/ici/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/ici
|
Loading…
Reference in New Issue
Block a user