-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDescription.props
85 lines (64 loc) · 3.33 KB
/
Description.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Template Description file for a Weka package
#
# Package name (required)
PackageName="Weka-JPA"
# Version (required)
Version=0.0.3
#Date (year-month-day)
Date=2015-09-09
# Title (required)
Title=WEKA JPA Persistence to ARFF
# Category (recommended)
#Category=one or two word category - try to use categories already in use (some examples: Classification, Text classification, Ensemble learning, Regression, Clustering, Associations, Preprocessing, Visualization, Explorer, Experimenter, KnowledgeFlow, etc.)
Category=Persistence
# Author (required)
Author=Carlos Delfino ([email protected]), Amindabe Barbosa ([email protected]), Carlos Barros ([email protected])
# Maintainer (required)
Maintainer=Carlos Delfino ([email protected])
# License (required)
License=GPL 2.0|Mozilla
# Description (required)
Description=A one paragraph description of the package.
# Package URL for obtaining the package archive (required)
PackageURL=https://github.com/SocialSLA/Weka-JPA-Persistence/archive/0.0.2.tar.gz
# URL for further information
URL=http://socialsla.github.io/Weka-JPA-Persistence/
# Enhances various other packages ?
#Enhances=packageName1,packageName2,...
# Related to other packages?
#Related=packageName1,packageName2,...
# Dependencies (format: packageName (equality/inequality version_number)
#Depends=weka (>=3.7.1),packageName1 (=x.y.z), packageName2 (>u.v.w|<=x.y.z),...
Depends=weka (>=3.7.1)
# Message to display in installation. Can be used to provide
# special instructions (e.g. manual stuff needed to complete
# the installation process). (optional).
##MessageToDisplayOnInstallation=Funky package requires some extra\n\
# stuff to be installed after installing this package. You will\n\
# need to blah, blah, blah in order to blah, blah, blah...
# Prevent package from being loaded by Weka if the named
# files/directories are not present (relative to the package's
# root directory). Useful for packages that require the user
# to manually install some third-party library(s). (optional)
#DoNotLoadIfFileNotPresent=lib/someLibrary.jar,otherStuff/important,...
# Log message to be displayed if package can't be loaded due to
# missing files/directories. (optional)
#DoNotLoadIfFileNotPresentMessage=funkyPackage can't be loaded because some \
funky libraries are missing. Please download funkyLibrary.jar from \
http://www.funky.com and install in $WEKA_HOME/packages/funkyPackage/lib
# Prevent package from being loaded by Weka if the named
# classes can't be instantiated. Useful for packages that rely
# on stuff that has to be installed manually (an example is
# Java3D, which installs itself into the system JRE/JDK. (optional)
#DoNotLoadIfClassNotPresent=com.some.class.from.some.Where,org.some.other.Class,...
# Log message to be displayed if package can't be loaded due to
# missing classes. (optional).
#DoNotLoadIfClassNotPresentMessage=funkyPackage can't be loaded because \
com.funky.FunkyClass can't be instantiated. Have you downloaded and run \
the funky software installer for your platform?
# Prevent package from being loaded by Weka if one or more (comma-separated)
# environment variables or java properties are not set. (optional).
#DoNotLoadIfEnvVarNotSet=
# Log message to be displayed if package can't be loaded due to unset
# environment variables or java properties.
#DoNotLoadIfEnvVarNotSetMessage=