Port details |
- weka Data Mining Software in Java
- 3.8.6 textproc
=3 3.8.6Version 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: 2007-01-22 07:51:50
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: gnupg1, p5-Dancer-Session-Memcached, p5-Test-SharedFork, p5-Scalar-Defer, py311-werkzeug
- Also Listed In: java
- License: GPLv2
- WWW:
- https://www.cs.waikato.ac.nz/ml/weka/
- Description:
- Weka is a collection of machine learning algorithms for data mining tasks. The
algorithms can either be applied directly to a dataset or called from your own
Java code. Weka contains tools for data pre-processing, classification,
regression, clustering, association rules, and visualization. It is also
well-suited for developing new machine learning schemes.
¦ ¦ ¦ ¦ 
- 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/textproc/weka/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/weka
- pkg install weka
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: weka
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1661047563
SHA256 (weka-3-8-6.zip) = 7e57405331f01c07ed84d9e0ffa07548cddf70877e4518fcd016c117e8c6e867
SIZE (weka-3-8-6.zip) = 59573134
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- java : java/openjdk8
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for weka-3.8.6:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- textproc_weka
- USES:
- java zip
- 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 |
3.8.6 31 Dec 2024 08:57:55
    |
Muhammad Moinur Rahman (bofh)  |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
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) |
3.8.6 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 ) |
3.8.6 21 Aug 2022 02:26:50
    |
Neel Chauhan (nc)  |
textproc/weka: UPdate to 3-8-6 |
3.8.5 20 Jul 2022 14:23:14
    |
Tobias C. Berner (tcberner)  |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.8.5 19 May 2021 19:56:03
    |
Danilo Egea Gondolfo (danilo)  |
textproc/weka: Drop maintainership |
3.8.5 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
3.8.5 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.8.5 08 Feb 2021 19:36:34
  |
danilo  |
textproc/weka: Update to 3-8-5 |
3.8.4 28 Jan 2020 13:16:46
  |
danilo  |
- Update to 3-8-4 |
3.8.3 26 Nov 2019 21:46:13
  |
jkim  |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
3.8.3 06 Sep 2018 18:15:57
  |
danilo  |
- Update to 3-8-3 |
3.8.2 26 Dec 2017 22:29:25
  |
danilo  |
- Update to 3-8-2 |
3.8.1 19 Dec 2016 13:39:36
  |
danilo  |
- Update to 3-8-1 |
3.8.0_1 03 Aug 2016 02:08:46
  |
danilo  |
- Install examples files by default
Suggested by: Kostas Oikonomou <k.oikonomou@att.net> |
3.8.0 23 May 2016 18:36:52
  |
amdmi3  |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
3.8.0 16 Apr 2016 01:28:21
  |
danilo  |
- Update to 3-8-0 |
3.6.13 13 Sep 2015 18:07:50
  |
danilo  |
- Update to 3-6-13 |
3.6.12 20 Dec 2014 19:47:31
  |
bapt  |
cleanup plist |
3.6.12 17 Dec 2014 19:29:32
  |
danilo  |
- Update from 3-6-11 to 3-6-12 |
3.6.11 25 Jul 2014 01:41:06
  |
danilo  |
- Update from 3-6-8 to 3-6-11
- Take maintainership |
3.6.8 11 Jun 2014 12:34:12
  |
vanilla  |
Stagify. |
3.6.8 10 May 2014 22:06:23
  |
antoine  |
Maintainer no longer wishes to maintain those ports
With hat: portmgr |
3.6.8 10 Mar 2014 17:25:26
  |
bapt  |
Convert textproc to USES=zip |
3.6.8 20 Sep 2013 23:17:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
3.6.8 10 Dec 2012 13:43:44
  |
bapt  |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3) |
3.6.8 04 Oct 2012 14:25:50
  |
pawel  |
- Update to version 3.6.8 [1]
- Trim Makefile header
- Don't install another copy of GPLv2 license
PR: ports/172207 [1]
Submitted by: Simon Olofsson <simon@olofsson.de> (maintainer) [1] |
3.6.7 12 Jul 2012 14:14:15
 |
ak  |
- Update to 3.6.7
PR: ports/169802
Submitted by: Simon Olofsson <simon@olofsson.de> |
3.6.6 19 Nov 2011 15:06:42
 |
miwi  |
- Update to 3.6.6
PR: 162584
Submitted by: "Simon Olofsson" <simon@olofsson.de> (maintainer)
Feature safe: yes |
3.6.5 28 Sep 2011 20:07:21
 |
pawel  |
Update to version 3.6.5
PR: ports/161071
Submitted by: Simon Olofsson <simon@olofsson.de> (maintainer)
Approved by: miwi, wen (mentors implicit) |
3.6.4 29 Mar 2011 18:56:24
 |
dhn  |
- Update to 3.6.4
- Add LICENSE
PR: ports/156036
Submitted by: Simon Olofsson <simon@olofsson.de> (maintainer) |
3.6.3 18 Aug 2010 08:00:06
 |
miwi  |
- Add portscout(.org) flags
PR: 149724
Submitted by: "Simon Olofsson" <simon@olofsson.de> (maintainer) |
3.6.3 04 Aug 2010 07:31:22
 |
lwhsu  |
- Update to 3.6.3
PR: ports/149159
Submitted by: "Simon Olofsson" <simon AT olofsson.de> (maintainer) |
3.4.15 02 Sep 2009 17:13:16
 |
miwi  |
- Update to 3.5.15
PR: 138462
Submitted by: Simon Olofsson <simon@olofsson.de> (maintainer) |
3.4.14 22 Aug 2009 00:37:17
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with T,U,V |
3.4.14 20 Jan 2009 22:20:03
 |
pav  |
- Update to 3-4-14
PR: ports/130717
Submitted by: Simon Olofsson <simon@olofsson.de> (maintainer) |
3.4.13 01 Aug 2008 12:40:03
 |
arved  |
Update to 3-4-13
PR: 1266145
Submitted by: maintainer |
3.4.12_1 06 Jun 2008 14:05:09
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
3.4.12 15 Feb 2008 13:22:07
 |
miwi  |
- Update to 3.4.12
PR: 120269
Submitted by: Simon Olofsson <simon@olofsson.de> (maintainer) |
3.4.11 16 Jul 2007 07:46:40
 |
miwi  |
- Update to 3-4-11
PR: 114610
Submitted by: Simon Olofsson <simon@olofsson.de> (maintainer) |
3.4.10_1 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}. |
3.4.10 28 Jan 2007 21:01:55
 |
miwi  |
- Update to 3.4.10
PR: 108489
Submitted by: Simon Olofsson (maintainer) |
3.4.9 22 Jan 2007 07:51:28
 |
miwi  |
Weka is a collection of machine learning algorithms for data mining tasks. The
algorithms can either be applied directly to a dataset or called from your own
Java code. Weka contains tools for data pre-processing, classification,
regression, clustering, association rules, and visualization. It is also
well-suited for developing new machine learning schemes.
WWW: http://www.cs.waikato.ac.nz/ml/weka/
PR: ports/108143
Submitted by: Simon Olofsson <simon at olofsson.de> |