Date: Tue, 15 Aug 2006 23:01:48 +0600 (YEKST) From: Stanislav Sedov <ssedov@mbsd.msk.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/102110: [NEW PORT] devel/aifad: Machine learning system Message-ID: <20060815170148.33AC711F46@fonon.realnet> Resent-Message-ID: <200608151910.k7FJASf8057822@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 102110 >Category: ports >Synopsis: [NEW PORT] devel/aifad: Machine learning system >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 15 19:10:27 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Aug 2 21:44:37 MSD >Description: AIFAD stands for --Automated Induction of Functions over Algebraic Datatypes-- and improves decision tree learning by supporting significantly more complex kinds of data. This allows users to more conveniently describe the data they want to have learnt, which can improve accuracy and complexity of resulting models. Author: Markus Mottl <markus.mottl@gmail.com> WWW: http://www.ocaml.info/aifad/ Note: this port depends on ocaml-res and ocaml-cfg PRs >How-To-Repeat: >Fix: --- aifad-1.0.26.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # aifad # aifad/pkg-descr # aifad/Makefile # aifad/pkg-plist # aifad/distinfo # echo c - aifad mkdir -p aifad > /dev/null 2>&1 echo x - aifad/pkg-descr sed 's/^X//' >aifad/pkg-descr << 'END-of-aifad/pkg-descr' X AIFAD stands for --Automated Induction of Functions over Algebraic XDatatypes-- and improves decision tree learning by supporting significantly Xmore complex kinds of data. This allows users to more conveniently describe Xthe data they want to have learnt, which can improve accuracy and complexity Xof resulting models. X XAuthor: Markus Mottl <markus.mottl@gmail.com> XWWW: http://www.ocaml.info/aifad/ END-of-aifad/pkg-descr echo x - aifad/Makefile sed 's/^X//' >aifad/Makefile << 'END-of-aifad/Makefile' X# New ports collection makefile for: aifad X# Date created: 2006-08-15 X# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> X# X# $MBSDlabs$ X# $FreeBSD$ X# X XPORTNAME= aifad XPORTVERSION= 1.0.26 XCATEGORIES= devel XMASTER_SITES= http://www.ocaml.info/ocaml_sources/ X XMAINTAINER= ssedov@mbsd.msk.ru XCOMMENT= Machine learning system X XBUILD_DEPENDS= ${SA_DIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre \ X ${SA_DIR}/res/res.a:${PORTSDIR}/devel/ocaml-res \ X ${SA_DIR}/cfg/cfg.a:${PORTSDIR}/devel/ocaml-cfg XLIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre-utf8 X XUSE_BZIP2= yes XUSE_GMAKE= yes XUSE_OCAML= yes XNO_OCAML_RUNDEPENDS=yes X XALL_TARGET= opt XSA_DIR= ${LOCALBASE}/${OCAML_SITELIBDIR} X XDOCS= README.txt TODO X X.include <bsd.port.pre.mk> X.include "${PORTSDIR}/lang/ocaml/bsd.ocaml.mk" X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${TARGETDIR}/bin/ X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${MKDIR} ${EXAMPLESDIR} X ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ X ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}/ X.endif X X.include <bsd.port.post.mk> END-of-aifad/Makefile echo x - aifad/pkg-plist sed 's/^X//' >aifad/pkg-plist << 'END-of-aifad/pkg-plist' Xbin/aifad X%%PORTDOCS%%%%DOCSDIR%%/README.txt X%%PORTDOCS%%%%DOCSDIR%%/TODO X%%PORTDOCS%%%%EXAMPLESDIR%%/breast_cancer1.add X%%PORTDOCS%%%%EXAMPLESDIR%%/breast_cancer1.ads X%%PORTDOCS%%%%EXAMPLESDIR%%/breast_cancer2.add X%%PORTDOCS%%%%EXAMPLESDIR%%/breast_cancer2.ads X%%PORTDOCS%%%%EXAMPLESDIR%%/c45.data X%%PORTDOCS%%%%EXAMPLESDIR%%/c45.names X%%PORTDOCS%%%%EXAMPLESDIR%%/large.ads X%%PORTDOCS%%%%EXAMPLESDIR%%/test.add X%%PORTDOCS%%%%EXAMPLESDIR%%/test.ads X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-aifad/pkg-plist echo x - aifad/distinfo sed 's/^X//' >aifad/distinfo << 'END-of-aifad/distinfo' XMD5 (aifad-1.0.26.tar.bz2) = 8b2cbbe5c020a92654541a88bf0cc12e XSHA256 (aifad-1.0.26.tar.bz2) = 4039cc59eeae054df2bb6001031cf63afce5d1ba5a9579f67e759bda9b82b0bc XSIZE (aifad-1.0.26.tar.bz2) = 60482 END-of-aifad/distinfo exit --- aifad-1.0.26.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060815170148.33AC711F46>