New port: opencyc

OpenCyc is the open source version of the Cyc technology, the world's
largest and most complete general knowledge base and commonsense reasoning
engine.

PR:		50435
Submitted by:	Alex Semenyaka
This commit is contained in:
Max Khon 2003-04-20 15:02:55 +00:00
parent 925d7cf2dd
commit 8f23691806
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79358
6 changed files with 1339 additions and 0 deletions

View file

@ -212,6 +212,7 @@
SUBDIR += numchar
SUBDIR += nwrite
SUBDIR += orville-write
SUBDIR += opencyc
SUBDIR += p5-Array-Compare
SUBDIR += p5-Array-IntSpan
SUBDIR += p5-Array-PrintCols

30
misc/opencyc/Makefile Normal file
View file

@ -0,0 +1,30 @@
# New ports collection makefile for: opencyc
# Date created: Apr 19 2003
# Whom: Alex Semenyaka <alex@rinet.ru>
#
# $FreeBSD$
#
PORTNAME= opencyc
PORTVERSION= 0.7.0
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= alexs@snark.rinet.ru
COMMENT= General knowledge base and commonsense reasoning engine
NO_BUILD= yes
USE_LINUX= yes
BRANDELF= /usr/bin/brandelf
pre-patch:
@${BRANDELF} -t Linux ${WRKSRC}/run/bin/latest.bin
@${RM} ${WRKSRC}/doc/.#*
do-install:
@${CP} -PRpf ${WRKSRC} ${PREFIX}
.include <bsd.port.mk>

1
misc/opencyc/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (opencyc-0.7.0.tgz) = cb7aebf802dc63d50b1e10e412022842

7
misc/opencyc/pkg-descr Normal file
View file

@ -0,0 +1,7 @@
OpenCyc is the open source version of the Cyc technology, the world's
largest and most complete general knowledge base and commonsense reasoning
engine.
WWW: http://www.opencyc.org
Maintains: Alex Semenyaka (alexs@snark.rinet.ru)

6
misc/opencyc/pkg-message Normal file
View file

@ -0,0 +1,6 @@
To start the application, go to the ${PREFIX}/opencyc-0.7.0/scripts/linux and
run
./run-cyc.sh
Read the supplied documentation about details and other options.

1294
misc/opencyc/pkg-plist Normal file

File diff suppressed because it is too large Load diff