diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-17 17:08:35 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-17 17:08:35 +0000 |
commit | 14cc25d894ccc0af92be5056face3af1428671e1 (patch) | |
tree | f2210fce08fc18059613ec93edc6645144b4daa7 /lang/clips | |
parent | 059a981780978d9192ac86b2a0abd86e3b5bc13f (diff) | |
download | ports-14cc25d894ccc0af92be5056face3af1428671e1.tar.gz ports-14cc25d894ccc0af92be5056face3af1428671e1.zip |
Notes
Diffstat (limited to 'lang/clips')
-rw-r--r-- | lang/clips/Makefile | 22 | ||||
-rw-r--r-- | lang/clips/distinfo | 1 | ||||
-rw-r--r-- | lang/clips/pkg-comment | 1 | ||||
-rw-r--r-- | lang/clips/pkg-descr | 12 | ||||
-rw-r--r-- | lang/clips/pkg-plist | 4 |
5 files changed, 40 insertions, 0 deletions
diff --git a/lang/clips/Makefile b/lang/clips/Makefile new file mode 100644 index 000000000000..04e58cfb8615 --- /dev/null +++ b/lang/clips/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: clips +# Date created: 8 July 2001 +# Whom: Douglas Anestad <yotta@dougdidit.com> +# +# $FreeBSD$ +# + +PORTNAME= clips +PORTVERSION= 6.1 +CATEGORIES= lang +MASTER_SITES= http://www.ghgcorp.com/clips/download/other/ +DISTNAME= clips6 +EXTRACT_SUFX= .tgz + +MAINTAINER= yotta@dougdidit.com + +USE_AUTOCONF= yes +WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} +USE_GMAKE= yes +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/lang/clips/distinfo b/lang/clips/distinfo new file mode 100644 index 000000000000..dfe9d7de5f73 --- /dev/null +++ b/lang/clips/distinfo @@ -0,0 +1 @@ +MD5 (clips6.tgz) = 4c95ff3d2b77a3370253831605922228 diff --git a/lang/clips/pkg-comment b/lang/clips/pkg-comment new file mode 100644 index 000000000000..a6a91ff7b3f0 --- /dev/null +++ b/lang/clips/pkg-comment @@ -0,0 +1 @@ +CLIPS is a productive development and delivery expert system tool diff --git a/lang/clips/pkg-descr b/lang/clips/pkg-descr new file mode 100644 index 000000000000..891f957bb8ad --- /dev/null +++ b/lang/clips/pkg-descr @@ -0,0 +1,12 @@ +CLIPS is a productive development and delivery expert system tool which +provides a complete environment for the construction of rule and/or object +based expert systems. + +CLIPS is being used by numerous users throughout the public and private +community including: all NASA sites and branches of the military, numerous +federal bureaus, government contractors, universities, and many companies. + +WWW: http://www.ghg.net/clips/CLIPS.html + +Douglas Anestad +yotta@dougdidit.com diff --git a/lang/clips/pkg-plist b/lang/clips/pkg-plist new file mode 100644 index 000000000000..19ebd0ce001d --- /dev/null +++ b/lang/clips/pkg-plist @@ -0,0 +1,4 @@ +bin/clips +lib/libClips.so.6 +lib/libClips.so +lib/libClips.la |