mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
add clips
CLIPS is a productive development and delivery expert system tool PR: 28821 Submitted by: Douglas Anestad <yotta@dougdidit.com>
This commit is contained in:
parent
059a981780
commit
14cc25d894
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46383
@ -15,6 +15,7 @@
|
||||
SUBDIR += ccscript
|
||||
SUBDIR += cel
|
||||
SUBDIR += cim
|
||||
SUBDIR += clips
|
||||
SUBDIR += clisp
|
||||
SUBDIR += cmucl
|
||||
SUBDIR += compaq-cc
|
||||
|
22
lang/clips/Makefile
Normal file
22
lang/clips/Makefile
Normal file
@ -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>
|
1
lang/clips/distinfo
Normal file
1
lang/clips/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (clips6.tgz) = 4c95ff3d2b77a3370253831605922228
|
1
lang/clips/pkg-comment
Normal file
1
lang/clips/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
CLIPS is a productive development and delivery expert system tool
|
12
lang/clips/pkg-descr
Normal file
12
lang/clips/pkg-descr
Normal file
@ -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
|
4
lang/clips/pkg-plist
Normal file
4
lang/clips/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/clips
|
||||
lib/libClips.so.6
|
||||
lib/libClips.so
|
||||
lib/libClips.la
|
Loading…
Reference in New Issue
Block a user