diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-04-13 11:01:48 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-04-13 11:01:48 +0000 |
commit | 5fa21caf7f0693ad1c17aa227cbd54ca97ee13ce (patch) | |
tree | 91ae4c0fe4943bff234b885d9e0e25bf144fa8f7 /lang/ici | |
parent | a757f9340aac7b4accad2bf8af2229530c2b4d29 (diff) | |
download | ports-5fa21caf7f0693ad1c17aa227cbd54ca97ee13ce.tar.gz ports-5fa21caf7f0693ad1c17aa227cbd54ca97ee13ce.zip |
Notes
Diffstat (limited to 'lang/ici')
-rw-r--r-- | lang/ici/Makefile | 14 | ||||
-rw-r--r-- | lang/ici/distinfo | 2 | ||||
-rw-r--r-- | lang/ici/pkg-descr | 21 | ||||
-rw-r--r-- | lang/ici/pkg-plist | 42 |
4 files changed, 65 insertions, 14 deletions
diff --git a/lang/ici/Makefile b/lang/ici/Makefile index ffbe2e41e726..aeaef213cc53 100644 --- a/lang/ici/Makefile +++ b/lang/ici/Makefile @@ -1,23 +1,21 @@ # New ports collection makefile for: ici -# Version required: 2.0.3 +# Version required: 2.1.1 # Date created: 18 December 1997 # Whom: andy # # $Id$ # -DISTNAME= ici-2.0.3 +DISTNAME= ici-2.1.1 CATEGORIES= lang -MASTER_SITES= ftp://ftp.research.canon.com.au/pub/misc/ici/ +MASTER_SITES= ftp://ftp.research.canon.com.au/pub/misc/ici/ \ + ftp://ftp.ntua.gr/pub/lang/ici/ \ + http://www.zeta.org.au/~atrn/ici/distfiles/ MAINTAINER= andy@research.canon.com.au -MAKEFILE= ${WRKSRC}/Makefile.bsd -MAKE_ENV= MANDIR=${PREFIX}/man/man +MAKEFILE= Makefile.bsd 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 index 62f9706e3f8e..f71c100f65a1 100644 --- a/lang/ici/distinfo +++ b/lang/ici/distinfo @@ -1 +1 @@ -MD5 (ici-2.0.3.tar.gz) = 92fd7050133b9b79625a29f4f88ea6e2 +MD5 (ici-2.1.1.tar.gz) = 9669cd3022d74330b78330cb0188f2d8 diff --git a/lang/ici/pkg-descr b/lang/ici/pkg-descr index 12eb6d6a02cf..813af1b7a6c5 100644 --- a/lang/ici/pkg-descr +++ b/lang/ici/pkg-descr @@ -1,5 +1,16 @@ -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. +ICI is a C-like, high level language originally developed by Tim +Long and placed into the public domain. ICI marries C's expression +syntax, control structures and overall feel, with a dynamic, garbage +collected, object-based, data model. + +ICI is typically used as a scripting-like language in the fashion +of Perl, Python, TCL and other such languages. ICI can be called +from C and the language itself can be extended allowing applications +to provide domain specific functions, types and operators for use +in their ICI programs. Embedding in an application also allows the +application to make use of ICI's efficient object system which +provides many useful facilities. + +ICI is in the public domain, there is no copyright on it. + +URL: http://www.zeta.org.au/~atrn/ici/ diff --git a/lang/ici/pkg-plist b/lang/ici/pkg-plist index de99665bb8e7..11642a419de1 100644 --- a/lang/ici/pkg-plist +++ b/lang/ici/pkg-plist @@ -1 +1,43 @@ +bin/ici-2.1.1 bin/ici +include/ici/pcre/internal.h +include/ici/pcre/pcre.h +include/ici/alloc.h +include/ici/array.h +include/ici/buf.h +include/ici/catch.h +include/ici/conf-bsd.h +include/ici/exec.h +include/ici/file.h +include/ici/float.h +include/ici/forall.h +include/ici/func.h +include/ici/fwd.h +include/ici/int.h +include/ici/mark.h +include/ici/mem.h +include/ici/null.h +include/ici/object.h +include/ici/op.h +include/ici/parse.h +include/ici/pc.h +include/ici/primes.h +include/ici/ptr.h +include/ici/re.h +include/ici/set.h +include/ici/skt.h +include/ici/src.h +include/ici/str.h +include/ici/struct.h +include/ici/trace.h +include/ici/win.h +include/ici/wrap.h +lib/ici/ici_init.ici +lib/libici.a +share/doc/ici/ici-a4.ps +share/doc/ici/ici-ltr.ps +share/doc/ici/ici.txt +@dirrm include/ici/pcre +@dirrm include/ici +@dirrm lib/ici +@dirrm share/doc/ici |