From 14cc25d894ccc0af92be5056face3af1428671e1 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 17 Aug 2001 17:08:35 +0000 Subject: [PATCH] add clips CLIPS is a productive development and delivery expert system tool PR: 28821 Submitted by: Douglas Anestad --- lang/Makefile | 1 + lang/clips/Makefile | 22 ++++++++++++++++++++++ lang/clips/distinfo | 1 + lang/clips/pkg-comment | 1 + lang/clips/pkg-descr | 12 ++++++++++++ lang/clips/pkg-plist | 4 ++++ 6 files changed, 41 insertions(+) create mode 100644 lang/clips/Makefile create mode 100644 lang/clips/distinfo create mode 100644 lang/clips/pkg-comment create mode 100644 lang/clips/pkg-descr create mode 100644 lang/clips/pkg-plist diff --git a/lang/Makefile b/lang/Makefile index 4113b0a42457..c16bc59db5da 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -15,6 +15,7 @@ SUBDIR += ccscript SUBDIR += cel SUBDIR += cim + SUBDIR += clips SUBDIR += clisp SUBDIR += cmucl SUBDIR += compaq-cc 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 +# +# $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 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