From owner-svn-ports-all@freebsd.org Wed Aug 3 02:08:47 2016 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 D9D43BACA85; Wed, 3 Aug 2016 02:08:47 +0000 (UTC) (envelope-from danilo@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 882FB18AC; Wed, 3 Aug 2016 02:08:47 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7328kd1033579; Wed, 3 Aug 2016 02:08:46 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7328kIl033577; Wed, 3 Aug 2016 02:08:46 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201608030208.u7328kIl033577@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Wed, 3 Aug 2016 02:08:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419496 - head/textproc/weka 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.22 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: Wed, 03 Aug 2016 02:08:48 -0000 Author: danilo Date: Wed Aug 3 02:08:46 2016 New Revision: 419496 URL: https://svnweb.freebsd.org/changeset/ports/419496 Log: - Install examples files by default Suggested by: Kostas Oikonomou Added: head/textproc/weka/pkg-plist (contents, props changed) Modified: head/textproc/weka/Makefile Modified: head/textproc/weka/Makefile ============================================================================== --- head/textproc/weka/Makefile Tue Aug 2 22:38:00 2016 (r419495) +++ head/textproc/weka/Makefile Wed Aug 3 02:08:46 2016 (r419496) @@ -3,6 +3,7 @@ PORTNAME= weka DISTVERSION= 3-8-0 +PORTREVISION= 1 CATEGORIES= textproc java MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-3-8/${PORTVERSION} @@ -20,16 +21,17 @@ NO_BUILD= yes DATADIR= ${JAVASHAREDIR}/${PORTNAME} +OPTIONS_DEFINE= EXAMPLES + SUB_FILES= ${PORTNAME}.sh SUB_LIST= JARNAME=${PORTNAME}.jar -PLIST_FILES= %%DATADIR%%/${PORTNAME}.jar \ - bin/${PORTNAME} - do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.jar \ ${STAGEDIR}${DATADIR}/${PORTNAME}.jar + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC}/data && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Added: head/textproc/weka/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/weka/pkg-plist Wed Aug 3 02:08:46 2016 (r419496) @@ -0,0 +1,27 @@ +bin/weka +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ReutersCorn-test.arff +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ReutersCorn-train.arff +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ReutersGrain-test.arff +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ReutersGrain-train.arff +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airline.arff +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/breast-cancer.arff +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contact-lenses.arff +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cpu.arff +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cpu.with.vendor.arff +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/credit-g.arff +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/diabetes.arff +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glass.arff +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hypothyroid.arff +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ionosphere.arff +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/iris.2D.arff +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/iris.arff +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/labor.arff +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/segment-challenge.arff +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/segment-test.arff +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/soybean.arff +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/supermarket.arff +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/unbalanced.arff +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vote.arff +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/weather.nominal.arff +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/weather.numeric.arff +%%DATADIR%%/weka.jar