Index: head/textproc/weka/Makefile =================================================================== --- head/textproc/weka/Makefile (revision 419495) +++ head/textproc/weka/Makefile (revision 419496) @@ -1,35 +1,37 @@ # Created by: Simon Olofsson # $FreeBSD$ PORTNAME= weka DISTVERSION= 3-8-0 +PORTREVISION= 1 CATEGORIES= textproc java MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-3-8/${PORTVERSION} MAINTAINER= danilo@FreeBSD.org COMMENT= Data Mining Software in Java LICENSE= GPLv2 PORTSCOUT= limitw:1,even # Second component is even for stable versions. USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ 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 Index: head/textproc/weka/pkg-plist =================================================================== --- head/textproc/weka/pkg-plist (nonexistent) +++ head/textproc/weka/pkg-plist (revision 419496) @@ -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 Property changes on: head/textproc/weka/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property