mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Resurrect lang/clips and update it to 6.24
This commit is contained in:
parent
d19bf767d4
commit
8816de7877
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180132
1
MOVED
1
MOVED
@ -2590,7 +2590,6 @@ lang/gcc30||2006-12-12|Has expired: "This port is no longer in use by anything i
|
||||
lang/egcs||2006-12-12|Has expired: "This port is no longer in use by anything in the ports collection and will be removed in the future. Use a later release of gcc instead"
|
||||
graphics/php4-ming||2006-12-12|Has expired: doesn't work with new version of ming library
|
||||
graphics/dvipng||2006-12-12|Has expired: is already included in the teTeX distribution
|
||||
lang/clips||2006-12-12|Has expired: Unfetchable
|
||||
audio/gdesklets-xmms||2006-12-12|Has expired: Disappeared from the internet
|
||||
games/flightgear-l410||2006-12-12|Has expired: is incompatible with the latest FlightGear release
|
||||
www/frontpage||2006-12-12|Has expired: Microsoft Frontpage Extensions have reached their End-of-Life
|
||||
|
@ -24,6 +24,7 @@
|
||||
SUBDIR += chicken
|
||||
SUBDIR += cim
|
||||
SUBDIR += cli
|
||||
SUBDIR += clips
|
||||
SUBDIR += clisp
|
||||
SUBDIR += cmucl
|
||||
SUBDIR += cmucl-extra
|
||||
|
37
lang/clips/Makefile
Normal file
37
lang/clips/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# New ports collection makefile for: clips
|
||||
# Date created: 8 July 2001
|
||||
# Whom: Douglas Anestad <yotta@dougdidit.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= clips
|
||||
PORTVERSION= 6.24
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://www.ghg.net/clips/download/source/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= vd/${PORTNAME}
|
||||
DISTFILES= clipssrc.tar.Z ${MAKEFILE}
|
||||
DIST_SUBDIR= clips-${PORTVERSION}
|
||||
EXTRACT_ONLY= ${DISTFILES:M*.tar.*}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A productive development and delivery expert system tool
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}src/${PORTNAME}src
|
||||
|
||||
MAKEFILE= makefile.gcc
|
||||
ALL_TARGET= clips
|
||||
|
||||
PLIST_FILES= bin/clips
|
||||
|
||||
post-extract:
|
||||
${CP} ${DISTDIR}/${DIST_SUBDIR}/${MAKEFILE} ${WRKSRC}/
|
||||
|
||||
do-patch:
|
||||
${REINPLACE_CMD} -e 's/gcc /${CC} ${CFLAGS} /g' ${WRKSRC}/${MAKEFILE}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/clips ${PREFIX}/bin/
|
||||
|
||||
.include <bsd.port.mk>
|
6
lang/clips/distinfo
Normal file
6
lang/clips/distinfo
Normal file
@ -0,0 +1,6 @@
|
||||
MD5 (clips-6.24/clipssrc.tar.Z) = ccba9d912375e57a1b7d9eba12da4198
|
||||
SHA256 (clips-6.24/clipssrc.tar.Z) = 80852a0df97597f710e90ca8bf5ecdc250c2034bf9dd3044bbedee111ad2e4ab
|
||||
SIZE (clips-6.24/clipssrc.tar.Z) = 1524143
|
||||
MD5 (clips-6.24/makefile.gcc) = 3b74fa0bdda8786574b198ae8cf9748a
|
||||
SHA256 (clips-6.24/makefile.gcc) = 062990ec16df6c983929711acba0f7ce284c4c8f2b6e527bcfc1794110284e03
|
||||
SIZE (clips-6.24/makefile.gcc) = 71566
|
9
lang/clips/pkg-descr
Normal file
9
lang/clips/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user