Port details |
- aifad Machine learning system
- 2.3.0 devel =2 2.3.0Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2006-08-23 13:37:15
- Last Update: 2024-12-31 07:41:54
- Commit Hash: c79c880
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL21+
- WWW:
- https://mmottl.github.io/aifad
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/aifad/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/aifad
- pkg install aifad
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: aifad
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1718308704
SHA256 (mmottl-aifad-2.3.0_GH0.tar.gz) = 37c16e60d87573d31891fa1c41341e393e2236cc8075d4651a096adb967933aa
SIZE (mmottl-aifad-2.3.0_GH0.tar.gz) = 63419
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- menhir : devel/menhir
- ocaml-cfg>0 : devel/ocaml-cfg
- ocaml-pcre>0 : devel/ocaml-pcre
- ocaml-res>0 : devel/ocaml-res
- ocaml-dune>=3.7.1_2 : devel/ocaml-dune
- ocamlc : lang/ocaml
- Runtime dependencies:
-
- ocamlc : lang/ocaml
- Library dependencies:
-
- libpcre.so : devel/pcre
- Patch dependencies:
-
- ocamlc : lang/ocaml
-
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for aifad-2.3.0:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- devel_aifad
- USES:
- ocaml:dune
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.0 31 Dec 2024 07:41:54 |
Muhammad Moinur Rahman (bofh) |
Mk/**ocaml.mk: Convert remaining bsd.ocaml.mk to Uses/ocaml.mk
- Instead of USE_OCAML=yes use USES=ocaml. If empty USES=ocaml implies
build and run
- Instead of USE_OCAMLFIND_PLIST use USES=ocaml:findplist which also
implies USES=ocaml:findlib
- Instead of USE_OCAML_CAMLP4 use USES=ocaml:camlp4
- Instead of USE_OCAML_FINDLIB use USES=ocaml:findlib
- Instead of USE_OCAML_LDCONFIG use USES=ocaml:ldconfig
- Instead of USE_OCAML_WASH use USES=ocaml:wash
- Instead of NO_OCAML_BUILDDEPENDS use USES=ocaml:run
- Instead of NO_OCAML_RUNDDEPENDS use USES=ocaml:build
- Instead of USE_OCAML_TK use USES=ocaml:tk which actually implies
USES=ocaml:tkbuild and USES=ocaml:tkrun
- Instead of NO_OCAMLTK_BUILDDEPENDS use USES=ocaml:tkrun
- Instead of NO_OCAMLTK_RUNDEPENDS use USES=ocaml:tkbuild
- USES=ocaml:dune remains unchanged
- Prepare to add/remove keywords easily
Approved by: mat (portmgr)
Reviewed by: freebsd@dev.thsi.be
Differential Revision: https://reviews.freebsd.org/D48227 |
2.3.0 15 Jul 2024 12:43:42 |
Philippe Audeoud (jadawin) Author: Benjamin Jacobs |
devel/aifad: Update to 2.3.0
PR: 280296 |
2.0.8_1 05 Jul 2023 09:55:16 |
Guido Falsi (madpilot) |
lang/ocaml: Update to 4.08.1
This update allows (and for some requires) to also update dependencies
to newer versions. Where possible I updated to the latest version.
The ocaml port now is MAKE_JOBS safe.
Changes to dependent ports included in this commit:
- devel/ocaml-sexplib: Rename to devel/ocaml-sexplib0 adapting to
upstream. Update to 0.16.0
- devel/coccinelle: Update to 1.1.1, moved to github
- devel/ocaml-camlp4: Update to 4.08+1
- devel/ocaml-camomile: Use dune for build, adapt port
- devel/ocaml-cppo: Fix lib files installation [1] (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0.8 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.0.8 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.0.8 05 Apr 2022 09:48:24 |
Alexey Dokuchaev (danfe) |
devel/ocaml-cfg: update the port to version 2.2.0
This version is compatible with OCaml 4.06+ and allows to build
dependent `devel/aifad' port with minimal patching. While here,
change the COMMENT to match upstream and flatten `pkg-plist'. |
2.0.8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.8 24 Jun 2019 10:14:57 |
danfe |
Update OCaml to version 4.05.0 (this is the last version where strings
are unsafe by default, which is the main motivation why it was picked,
but not the very latest one) and synchronize the rest of the stack and
dependent ports with it, particularly:
- Update `devel/ocaml-ocamlbuild' to version 0.14.0 and unbreak,
register build dependency on all ports that require it (should
be part of USE_OCAML, but we do not want to make any Mk-related
changes the for time being)
- Update `devel/ocaml-camlp4' to version 4.05+2
- Update `devel/ocaml-camlp5' to version 7.07 (the project had
moved to GitHub)
- Mark `devel/ocaml-deriving-ocsigen' as BROKEN for now, it is
very outdated and requires quite a lot of work
- Update `x11-toolkits/ocaml-labltk' to version 8.06.3
PR: 218333
Exp-run by: antoine |
2.0.8 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.0.8 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
2.0.8 29 Dec 2015 10:04:38 |
amdmi3 |
- Update to 2.0.8
- Update license |
2.0.6 28 Dec 2015 15:32:13 |
amdmi3 |
- Fix license |
2.0.6 22 Dec 2015 14:33:37 |
miwi |
- Update to 2.0.6
- Switch to options helper
- Update WWW
PR: 205199
Submitted by: Ports Fury
Approved by: mat (mentor)
Differential Revision: D4619 |
2.0.2 09 Nov 2015 12:59:04 |
antoine |
Mark a few ports BROKEN: unfetchable |
2.0.2 02 Mar 2015 23:16:02 |
bapt |
Remove Authors and License from pkg-descr |
2.0.2 27 Oct 2014 07:32:26 |
bapt |
Nuke some @dirrm from devel |
2.0.2 03 Sep 2014 15:25:17 |
antoine |
Fix packaging |
2.0.2 01 Apr 2014 19:46:09 |
pawel |
- Add staging support
- Convert to new LIB_DEPENDS format
- Define DOCS EXAMPLES options |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
2.0.2 28 Mar 2013 16:29:01 |
eadler |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
2.0.2 20 Dec 2012 05:37:46 |
araujo |
- Update to 2.0.2.
PR: ports/172223
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.1.0_1 10 Dec 2012 19:11:12 |
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
1.1.0 07 Dec 2012 14:29:01 |
mi |
Undeprecate by updating to 1.1.0 and using the new locations.
Going straight to 2.0.2 as
PR: ports/172223
suggests, would make the change less likely to qualify for
Feature safe: yes |
1.0.27_3 26 Oct 2012 14:57:51 |
bapt |
Deprecate a bunch of ports that are either abandonware and/or for which no more
public distfiles are available, or for which are -devel version with a more
recent stable version for long
Feature safe: yes |
1.0.27_3 14 Feb 2012 12:45:35 |
mm |
Bump pcre library dependency due to 8.30 update |
1.0.27_2 24 Oct 2011 03:33:20 |
stas |
- Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval). |
1.0.27_2 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.0.27_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.0.27_1 14 Mar 2007 04:12:32 |
linimon |
Switch to using new files Mk/bsd.ocaml.mk [1] and Mk/bsd.xfce.mk [2].
PR: 101029 [1], 108862 [2]
Submitted by: Stanislav Sedov <ssedov at mbsd dot msk dot ru> [1], oliver [2] |
1.0.27_1 11 Mar 2007 19:41:33 |
krion |
Remove devel/pcre-utf8 and enable UTF8 support in devel/pcre by
default.
Bump PORTREVISION on all dependent ports. |
1.0.27 09 Dec 2006 12:00:16 |
stas |
- Forced commit to note, that my email was not really dropped, just
replaced;-) |
1.0.27 09 Dec 2006 11:59:21 |
stas |
- Update to 1.0.27
- Drop my email |
1.0.26 23 Aug 2006 13:36:52 |
miwi |
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/
Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by: krion (mentor) |