From owner-svn-ports-all@freebsd.org Tue Dec 22 14:33:38 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E1F0A4E331; Tue, 22 Dec 2015 14:33:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B4A91F3D; Tue, 22 Dec 2015 14:33:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBMEXbnh036355; Tue, 22 Dec 2015 14:33:37 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMEXb4H036352; Tue, 22 Dec 2015 14:33:37 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512221433.tBMEXb4H036352@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 22 Dec 2015 14:33:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404236 - head/devel/aifad X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 14:33:38 -0000 Author: miwi Date: Tue Dec 22 14:33:37 2015 New Revision: 404236 URL: https://svnweb.freebsd.org/changeset/ports/404236 Log: - Update to 2.0.6 - Switch to options helper - Update WWW PR: 205199 Submitted by: Ports Fury Approved by: mat (mentor) Differential Revision: D4619 Deleted: head/devel/aifad/pkg-plist Modified: head/devel/aifad/Makefile head/devel/aifad/distinfo head/devel/aifad/pkg-descr Modified: head/devel/aifad/Makefile ============================================================================== --- head/devel/aifad/Makefile Tue Dec 22 14:29:16 2015 (r404235) +++ head/devel/aifad/Makefile Tue Dec 22 14:33:37 2015 (r404236) @@ -2,15 +2,13 @@ # $FreeBSD$ PORTNAME= aifad -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.6 +DISTVERSIONPREFIX= v CATEGORIES= devel -MASTER_SITES= http://cdn.bitbucket.org/mmottl/aifad/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= Machine learning system -BROKEN= unfetchable - LICENSE= GPLv3 BUILD_DEPENDS= menhir:${PORTSDIR}/devel/menhir \ @@ -19,19 +17,29 @@ BUILD_DEPENDS= menhir:${PORTSDIR}/devel/ ocaml-res>0:${PORTSDIR}/devel/ocaml-res LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +USE_GITHUB= yes +GH_ACCOUNT= mmottl + USE_OCAML= yes NO_OCAML_RUNDEPENDS=yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix ${STAGEDIR}${PREFIX} +PORTDOCS= AUTHORS.txt CHANGES.txt README.md TODO.md +PORTEXAMPLES= * +PLIST_FILES= bin/aifad + OPTIONS_DEFINE= DOCS EXAMPLES post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/aifad + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS.txt CHANGES.txt README.md \ - TODO.md ${STAGEDIR}${DOCSDIR}) + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples && ${INSTALL_DATA} * ${STAGEDIR}${EXAMPLESDIR}) Modified: head/devel/aifad/distinfo ============================================================================== --- head/devel/aifad/distinfo Tue Dec 22 14:29:16 2015 (r404235) +++ head/devel/aifad/distinfo Tue Dec 22 14:33:37 2015 (r404236) @@ -1,2 +1,2 @@ -SHA256 (aifad-2.0.2.tar.gz) = c265614a2dcc893eaab7e559cd8a6b446e09d3262974bb7e01b3c453c80356a8 -SIZE (aifad-2.0.2.tar.gz) = 103080 +SHA256 (mmottl-aifad-v2.0.6_GH0.tar.gz) = e7f66d8af30e6c95efadffb07e447bd8596ae20f92ec96429799b51c3c559f99 +SIZE (mmottl-aifad-v2.0.6_GH0.tar.gz) = 107722 Modified: head/devel/aifad/pkg-descr ============================================================================== --- head/devel/aifad/pkg-descr Tue Dec 22 14:29:16 2015 (r404235) +++ head/devel/aifad/pkg-descr Tue Dec 22 14:33:37 2015 (r404236) @@ -1,7 +1,7 @@ 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. +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. -WWW: https://bitbucket.org/mmottl/aifad +WWW: https://mmottl.github.io/aifad