ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/devel/bugzilla44/Makefile.options
Revision: 19588
Committed: Wed Jul 15 12:46:05 2015 UTC (8 years, 9 months ago) by laffer1
Content type: text/plain
File size: 1672 byte(s)
Log Message:
bugzilla 4.4.9

File Contents

# Content
1 # $MidnightBSD$
2 # $FreeBSD: head/devel/bugzilla44/Makefile.options 354456 2014-05-18 19:33:06Z eadler $
3
4 OPTIONS_SUB= yes
5
6 OPTIONS_DEFINE= \
7 DOCS \
8 MODPERL
9
10 OPTIONS_GROUP= UI DBBACKEND REPORTING ATTACHMENT EMAIL WEBSERVICE AUTH ADMIN
11
12 OPTIONS_GROUP_ADMIN= \
13 MOVE_BUGZ \
14 EXPORT_IMPORT \
15 CONTRIB
16
17 OPTIONS_GROUP_ATTACHMENT=\
18 BMP2PNG \
19 MIME_SNIFF
20
21 OPTIONS_GROUP_AUTH= \
22 LDAP \
23 RADIUS
24
25 OPTIONS_GROUP_DBBACKEND= \
26 MYSQL \
27 PGSQL \
28 SQLITE
29
30 OPTIONS_GROUP_EMAIL= \
31 INBOUND_EMAIL \
32 MAIL_QUEUEING \
33 SMTP_AUTH \
34 SMTP_SSL
35
36 OPTIONS_GROUP_REPORTING= \
37 GRAPHVIZ \
38 GRAPH_REPORTS \
39 CHARTING_MODULES
40
41 OPTIONS_GROUP_WEBSERVICE= \
42 XMLRPC \
43 JSONRPC
44
45 OPTIONS_GROUP_UI= \
46 PATCH_VIEWER \
47 MORE_HTML
48
49 OPTIONS_DEFAULT= \
50 CHARTING_MODULES\
51 CONTRIB \
52 GRAPH_REPORTS \
53 MORE_HTML \
54 PATCH_VIEWER
55
56 BMP2PNG_DESC= BMP Attachments to PNGs
57 CHARTING_MODULES_DESC= Bug charting support
58 CONTRIB_DESC= Install user-contributed scripts
59 EXPORT_IMPORT_DESC= Import/export bugs (via XML)
60 GRAPH_REPORTS_DESC= Graphical Reports
61 INBOUND_EMAIL_DESC= Inbound Email
62 JSONRPC_DESC= JSON-RPC Interface
63 MAIL_QUEUEING_DESC= Mail Queueing
64 MIME_SNIFF_DESC= Sniff MIME type of attachments
65 MORE_HTML_DESC= More HTML in Product/Group Descriptions
66 MOVE_BUGZ_DESC= Move Bugs Between Installations
67 PATCH_VIEWER_DESC= Patch Viewer
68 SMTP_AUTH_DESC= SMTP Authentication
69 SMTP_SSL_DESC= SSL Support for SMTP
70 XMLRPC_DESC= XML-RPC Interface
71
72 # Option group description
73 ADMIN_DESC= Administration
74 ATTACHMENT_DESC= Attachment handling
75 AUTH_DESC= Alternative Authentication
76 DBBACKEND_DESC= Database Engine
77 EMAIL_DESC= Email handling
78 REPORTING_DESC= Reports and Charts
79 WEBSERVICE_DESC= Web Services
80

Properties

Name Value
svn:eol-style native
svn:keywords MidnightBSD=%H
svn:mime-type text/plain