Pyke introduces a form of Logic Programming (inspired by Prolog) to the

Python community by providing a knowledge-based inference engine (expert
system) written in 100% Python.

WWW:	http://pyke.sourceforge.net

PR:		ports/129877
Submitted by:	Thinker K.F. Li <thinker at branda.to>
This commit is contained in:
Martin Wilke 2008-12-25 00:33:00 +00:00
parent d2d864e543
commit 9891c0d587
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224728
5 changed files with 35 additions and 0 deletions

View File

@ -2245,6 +2245,7 @@
SUBDIR += py-pycallgraph
SUBDIR += py-pydasm
SUBDIR += py-pygpx
SUBDIR += py-pyke
SUBDIR += py-pylib
SUBDIR += py-pymarc
SUBDIR += py-pyshapelib

24
devel/py-pyke/Makefile Normal file
View File

@ -0,0 +1,24 @@
# New ports collection makefile for: py-pyke
# Date created: 2008-12-23
# Whom: Thinker K.F. Li <thinker@branda.to>
#
# $FreeBSD$
#
PORTNAME= pyke
PORTVERSION= 0.5
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pyke
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= thinker@branda.to
COMMENT= Python Knowledge Engine
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=2.3:${PORTSDIR}/devel/py-ply
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.pre.mk>
.include <bsd.port.post.mk>

3
devel/py-pyke/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (pyke-0.5.tar.gz) = 2da0643bb0de11c467840845acc59561
SHA256 (pyke-0.5.tar.gz) = 4fad76b01c95f14189f662fbec4b4be0dfeec935cde0925b7e2dc50cf95b6955
SIZE (pyke-0.5.tar.gz) = 942203

5
devel/py-pyke/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
Pyke introduces a form of Logic Programming (inspired by Prolog) to the
Python community by providing a knowledge-based inference engine (expert
system) written in 100% Python.
WWW: http://pyke.sourceforge.net

2
devel/py-pyke/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
@comment $FreeBSD$
%%PYTHON_SITELIBDIR%%/pyke-0.5-py2.5.egg