From ssedov@mbsd.msk.ru Tue Aug 15 19:03:29 2006 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2681516A51A for ; Tue, 15 Aug 2006 19:03:29 +0000 (UTC) (envelope-from ssedov@mbsd.msk.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68FE743E43 for ; Tue, 15 Aug 2006 19:02:18 +0000 (GMT) (envelope-from ssedov@mbsd.msk.ru) Received: from [217.118.83.1] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1GD4B3-0004dR-Nz for FreeBSD-gnats-submit@freebsd.org; Tue, 15 Aug 2006 23:02:18 +0400 Received: by fonon.realnet (Postfix, from userid 1001) id 33AC711F46; Tue, 15 Aug 2006 23:01:48 +0600 (YEKST) Message-Id: <20060815170148.33AC711F46@fonon.realnet> Date: Tue, 15 Aug 2006 23:01:48 +0600 (YEKST) From: Stanislav Sedov To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: [NEW PORT] devel/aifad: Machine learning system X-Send-Pr-Version: 3.113 X-GNATS-Notify: >Number: 102110 >Category: ports >Synopsis: [NEW PORT] devel/aifad: Machine learning system >Confidential: no >Severity: non-critical >Priority: low >Responsible: miwi >State: closed >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 15 19:10:27 GMT 2006 >Closed-Date: Wed Aug 23 13:38:10 GMT 2006 >Last-Modified: Wed Aug 23 13:38:10 GMT 2006 >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 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 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 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 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 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: Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Wed Aug 16 12:44:57 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=102110 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Wed Aug 23 13:38:05 UTC 2006 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=102110 >Unformatted: