~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to plugin/pbms/plugin.ini

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2010-10-02 14:17:48 UTC
  • mfrom: (1.1.1 upstream)
  • mto: (2.1.17 sid)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20101002141748-m6vbfbfjhrw1153e
Tags: 2010.09.1802-1
* New upstream release.
* Removed pid-file argument hack.
* Updated GPL-2 address to be new address.
* Directly copy in drizzledump.1 since debian doesn't have sphinx 1.0 yet.
* Link to jquery from libjs-jquery. Add it as a depend.
* Add drizzled.8 symlink to the install files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Copyright (c) 2010 PrimeBase Technologies GmbH, Germany
 
3
 
4
# This program is free software; you can redistribute it and/or modify it under
 
5
# the terms of the GNU General Public License as published by the Free Software
 
6
# Foundation; version 2 of the License.
 
7
 
8
# This program is distributed in the hope that it will be useful, but WITHOUT
 
9
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 
10
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 
11
 
12
# You should have received a copy of the GNU General Public License along with
 
13
# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
 
14
# Place, Suite 330, Boston, MA 02111-1307 USA
 
15
#
 
16
 
 
17
[plugin]
 
18
name=pbms
 
19
title=PrimeBase Media Stream Daemon
 
20
description=Provides BLOB streaming service for storage engines
 
21
load_by_default=no
 
22
cxxflags=-DDRIZZLED -DPBMS_VERSION=0.5.14-beta
 
23
build_conditional="${ac_cv_libcurl}" = "yes"
 
24
ldflags= ${LTLIBCURL}
 
25
 
 
26
# disabled=yes
 
27
 
 
28
sources=src/plugin_ms.cc
 
29
                src/backup_ms.cc
 
30
                src/cloud_ms.cc
 
31
                src/compactor_ms.cc
 
32
                src/connection_handler_ms.cc
 
33
                src/database_ms.cc
 
34
                src/engine_ms.cc
 
35
                src/events_ms.cc
 
36
                src/mysql_ms.cc
 
37
                src/network_ms.cc
 
38
                src/open_table_ms.cc
 
39
                src/parameters_ms.cc
 
40
                src/pbmsdaemon_ms.cc
 
41
                src/ha_pbms.cc
 
42
                src/repository_ms.cc
 
43
                src/systab_backup_ms.cc
 
44
                src/systab_cloud_ms.cc
 
45
                src/systab_dump_ms.cc
 
46
                src/systab_httpheader_ms.cc
 
47
                src/systab_util_ms.cc
 
48
                src/systab_variable_ms.cc
 
49
                src/system_table_ms.cc
 
50
                src/table_ms.cc
 
51
                src/temp_log_ms.cc
 
52
                src/transaction_ms.cc
 
53
                src/trans_cache_ms.cc
 
54
                src/trans_log_ms.cc
 
55
                src/cslib/CSDirectory.cc
 
56
                src/cslib/CSEncode.cc
 
57
                src/cslib/CSException.cc
 
58
                src/cslib/CSFile.cc
 
59
                src/cslib/CSHTTPStream.cc
 
60
                src/cslib/CSLog.cc
 
61
                src/cslib/CSMd5.cc
 
62
                src/cslib/CSMemory.cc
 
63
                src/cslib/CSMutex.cc
 
64
                src/cslib/CSObject.cc
 
65
                src/cslib/CSPath.cc
 
66
                src/cslib/CSS3Protocol.cc
 
67
                src/cslib/CSSha1.cc
 
68
                src/cslib/CSSocket.cc
 
69
                src/cslib/CSStorage.cc
 
70
                src/cslib/CSStream.cc
 
71
                src/cslib/CSString.cc
 
72
                src/cslib/CSStrUtil.cc
 
73
                src/cslib/CSThread.cc
 
74
                src/cslib/CSTime.cc
 
75
                src/cslib/CSUTF8.cc
 
76
                src/cslib/CSXML.cc
 
77
 
 
78
headers=src/backup_ms.h
 
79
                src/cloud_ms.h
 
80
                src/compactor_ms.h
 
81
                src/connection_handler_ms.h
 
82
                src/cslib/CSConfig.h
 
83
                src/cslib/CSDefs.h
 
84
                src/cslib/CSDirectory.h
 
85
                src/cslib/CSEncode.h
 
86
                src/cslib/CSException.h
 
87
                src/cslib/CSFile.h
 
88
                src/cslib/CSGlobal.h
 
89
                src/cslib/CSHTTPStream.h
 
90
                src/cslib/CSLog.h
 
91
                src/cslib/CSMd5.h
 
92
                src/cslib/CSMemory.h
 
93
                src/cslib/CSMutex.h
 
94
                src/cslib/CSObject.h
 
95
                src/cslib/CSPath.h
 
96
                src/cslib/CSS3Protocol.h
 
97
                src/cslib/CSSha1.h
 
98
                src/cslib/CSSocket.h
 
99
                src/cslib/CSStorage.h
 
100
                src/cslib/CSStream.h
 
101
                src/cslib/CSString.h
 
102
                src/cslib/CSStrUtil.h
 
103
                src/cslib/CSThread.h
 
104
                src/cslib/CSTime.h
 
105
                src/cslib/CSUTF8.h
 
106
                src/cslib/CSXML.h
 
107
                src/database_ms.h
 
108
                src/defs_ms.h
 
109
                src/discover_ms.h
 
110
                src/engine_ms.h
 
111
                src/events_ms.h
 
112
                src/ha_pbms.h
 
113
                src/metadata_ms.h
 
114
                src/mysql_ms.h
 
115
                src/network_ms.h
 
116
                src/open_table_ms.h
 
117
                src/parameters_ms.h
 
118
                src/pbmsdaemon_ms.h
 
119
                src/pbms.h
 
120
                src/pbmslib.h
 
121
                src/repository_ms.h
 
122
                src/systab_backup_ms.h
 
123
                src/systab_cloud_ms.h
 
124
                src/systab_dump_ms.h
 
125
                src/systab_httpheader_ms.h
 
126
                src/systab_util_ms.h
 
127
                src/systab_variable_ms.h
 
128
                src/system_table_ms.h
 
129
                src/table_ms.h
 
130
                src/temp_log_ms.h
 
131
                src/transaction_ms.h
 
132
                src/trans_cache_ms.h
 
133
                src/trans_log_ms.h
 
134
                src/version_ms.h
 
135
                
 
136
                
 
137
extra_dist=AUTHORS
 
138
 COPYING
 
139
 ChangeLog
 
140
 README
 
141
 TODO
 
142
 src/api_ms.cc
 
143
 src/metadata_ms.cc