1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Re-add lang/clips

- Update to 6.30
- Add LICENSE
- Take maintainership
- Update COMMENT
- Pet portlint
This commit is contained in:
Wen Heping 2019-05-16 13:56:16 +00:00
parent 2deed4df8b
commit 52c8e1b147
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501789
5 changed files with 45 additions and 1 deletions

1
MOVED
View File

@ -2072,7 +2072,6 @@ finance/xinvest||2011-05-02|Has expired: Outdated, abandoned
finance/xquote||2011-05-02|Has expired: Outdated, abandoned
french/plgrenouille||2011-05-02|Has expired: Upstream disappeared and distfile is no longer available
editors/xemacs-devel-mule-xft||2011-05-02|Remove, editors/xemacs-devel-mule builds with xft support now
lang/clips||2011-05-02|Has expired: Upstream disappeared and distfile is no longer available
lang/eiffel||2011-05-02|Has expired: Upstream disappeared and distfile is no longer available
lang/libutils||2011-05-02|Has expired: Upstream disappeared and distfile is no longer available
lang/linux-libperl5.8||2011-05-02|Has expired: Upstream disappeared and distfile is no longer available

View File

@ -37,6 +37,7 @@
SUBDIR += cint
SUBDIR += cjs
SUBDIR += cling
SUBDIR += clips
SUBDIR += clisp
SUBDIR += clojure
SUBDIR += clojure-mode.el

32
lang/clips/Makefile Normal file
View File

@ -0,0 +1,32 @@
# $FreeBSD$
PORTNAME= clips
PORTVERSION= 6.30
CATEGORIES= lang
MASTER_SITES= SF/clipsrules/CLIPS/${PORTVERSION}/
DISTNAME= clips_core_source_630
MAINTAINER= wen@FreeBSD.org
COMMENT= Tool for Building Expert Systems
LICENSE= PD
LICENSE_FILE= ${WRKDIR}/${DISTNAME}/readme.txt
USES= zip
WRKSRC= ${WRKDIR}/${DISTNAME}/core
MAKEFILE= makefile.gcc
ALL_TARGET= clips
PLIST_FILES= bin/clips
post-extract:
${CP} ${WRKDIR}/${DISTNAME}/makefiles/${MAKEFILE} ${WRKSRC}/
do-patch:
${REINPLACE_CMD} -e 's#gcc #${CC} ${CFLAGS} #g' ${WRKSRC}/${MAKEFILE}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/clips ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>

3
lang/clips/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1557409926
SHA256 (clips_core_source_630.zip) = 01555b257efae281199b82621ad5cc1106a395acc095b9ba66f40fe50fe3ef1c
SIZE (clips_core_source_630.zip) = 1152446

9
lang/clips/pkg-descr Normal file
View File

@ -0,0 +1,9 @@
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