Date: Sun, 22 Aug 2010 23:37:19 +0200 From: "Simon Olofsson" <simon@olofsson.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/149892: [NEW PORT] textproc/weka-devel: Data Mining Software in Java (Developer version) Message-ID: <20100822213723.A16451065695@hub.freebsd.org> Resent-Message-ID: <201008222140.o7MLe64W058326@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 149892 >Category: ports >Synopsis: [NEW PORT] textproc/weka-devel: Data Mining Software in Java (Developer version) >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: Sun Aug 22 21:40:06 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Simon Olofsson >Release: FreeBSD 8.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD sol-fb.olofsson.de 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 >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. This is the Developer version! textproc/weka contains the stable version. WWW: http://www.cs.waikato.ac.nz/ml/weka/ --------------------------- The Developer version is useful for people working with features not yet available in the stable version. This port doesn't conflict with weka, so that both versions can be installed side by side. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- weka-devel-3.7.2.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: # # weka-devel # weka-devel/pkg-descr # weka-devel/Makefile # weka-devel/distinfo # weka-devel/files # weka-devel/files/weka-devel.sh.in # echo c - weka-devel mkdir -p weka-devel > /dev/null 2>&1 echo x - weka-devel/pkg-descr sed 's/^X//' >weka-devel/pkg-descr << '4359196e08af4efd15b5fd63a485e4ec' XWeka is a collection of machine learning algorithms for data mining tasks. The Xalgorithms can either be applied directly to a dataset or called from your own XJava code. Weka contains tools for data pre-processing, classification, Xregression, clustering, association rules, and visualization. It is also Xwell-suited for developing new machine learning schemes. XThis is the Developer version! textproc/weka contains the stable version. X XWWW: http://www.cs.waikato.ac.nz/ml/weka/ 4359196e08af4efd15b5fd63a485e4ec echo x - weka-devel/Makefile sed 's/^X//' >weka-devel/Makefile << '979be529ff8f0721c5d802e6f0233360' X# New ports collection makefile for: weka-devel X# Date created: 2010-08-22 X# Whom: Simon Olofsson <simon@olofsson.de> X# X# $FreeBSD$ X# X XPORTNAME= weka XDISTVERSION= 3-7-2 XCATEGORIES= textproc java XMASTER_SITES= SF/${PORTNAME}/${PORTNAME}-3-7/${PORTVERSION} XPKGNAMESUFFIX= -devel X XMAINTAINER= simon@olofsson.de XCOMMENT= Data Mining Software in Java (Developer version) X XPORTSCOUT= limitw:1,odd # Second component is odd for unstable versions. X XLICENSE= GPLv2 XLICENSE_FILE= ${WRKSRC}/COPYING X XUSE_ZIP= yes XUSE_JAVA= yes XJAVA_VERSION= 1.6+ XNO_BUILD= yes X XINSTALLNAME= ${PORTNAME}${PKGNAMESUFFIX} XDATADIR= ${JAVASHAREDIR}/${INSTALLNAME} X XSUB_FILES= ${INSTALLNAME}.sh XSUB_LIST= JARNAME=${INSTALLNAME}.jar X XPLIST_FILES= %%DATADIR%%/${INSTALLNAME}.jar \ X bin/${INSTALLNAME} XPLIST_DIRS= %%DATADIR%% X Xdo-install: X ${MKDIR} ${DATADIR} X ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.jar \ X ${DATADIR}/${INSTALLNAME}.jar X ${INSTALL_SCRIPT} ${WRKDIR}/${INSTALLNAME}.sh ${PREFIX}/bin/${INSTALLNAME} X X.include <bsd.port.mk> 979be529ff8f0721c5d802e6f0233360 echo x - weka-devel/distinfo sed 's/^X//' >weka-devel/distinfo << '5ab9febf3301318b8b71de1ce8e65674' XMD5 (weka-3-7-2.zip) = 95aae1088460cf2a6923006534fc8d02 XSHA256 (weka-3-7-2.zip) = 44d021722d50274e703d2d62dc8d5aa40d98754689f73ba6d7c7fcde8ca2d511 XSIZE (weka-3-7-2.zip) = 22613331 5ab9febf3301318b8b71de1ce8e65674 echo c - weka-devel/files mkdir -p weka-devel/files > /dev/null 2>&1 echo x - weka-devel/files/weka-devel.sh.in sed 's/^X//' >weka-devel/files/weka-devel.sh.in << '11302894d07f0981adaee59f04640387' X#!/bin/sh X# X# $FreeBSD$ X Xexec "%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/%%JARNAME%%" "$@" 11302894d07f0981adaee59f04640387 exit --- weka-devel-3.7.2.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?20100822213723.A16451065695>