~drizzle-trunk/drizzle/development

1548.2.1 by Barry.Leslie at PrimeBase
Added the PBMS daemon plugin.
1
#
1999.6.1 by kalebral at gmail
update Copyright strings to a more common format to help with creating the master debian copyright file
2
# Copyright (C) 2010 PrimeBase Technologies GmbH, Germany
1548.2.1 by Barry.Leslie at PrimeBase
Added the PBMS daemon plugin.
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
1841.1.3 by Barry.Leslie at PrimeBase
Merged changes from lp:pbms. These changes should remove any danger
14
# Place, Suite 330, Boston, MA 02110-1301 USA
1548.2.1 by Barry.Leslie at PrimeBase
Added the PBMS daemon plugin.
15
#
16
17
[plugin]
18
name=pbms
19
title=PrimeBase Media Stream Daemon
20
description=Provides BLOB streaming service for storage engines
1548.2.6 by Barry.Leslie at PrimeBase
trunk merge plus more pbms updates for drizzle.
21
load_by_default=no
1548.2.24 by Barry.Leslie at PrimeBase
Reorganized code while fixing some minor problems.
22
cxxflags=-DDRIZZLED -DPBMS_VERSION=0.5.14-beta
23
build_conditional="${ac_cv_libcurl}" = "yes"
1548.2.11 by Barry.Leslie at PrimeBase
Removed libxml reqirement by using a home grown xml parser.
24
ldflags= ${LTLIBCURL}
1548.2.2 by Barry.Leslie at PrimeBase
A lot of minor changes to clean up the code and to get it to build with Drizzle.
25
1548.2.3 by Barry.Leslie at PrimeBase
Added drizzle event observer class to PBMS as well as a lot of mostly minor changes for drizzle compatability.
26
# disabled=yes
1548.2.6 by Barry.Leslie at PrimeBase
trunk merge plus more pbms updates for drizzle.
27
1548.2.5 by Barry.Leslie at PrimeBase
Code cleanup pluss merged drizzle changes.
28
sources=src/plugin_ms.cc
29
		src/backup_ms.cc
1548.2.10 by Barry.Leslie at PrimeBase
Merge from trunk.
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
1548.2.5 by Barry.Leslie at PrimeBase
Code cleanup pluss merged drizzle changes.
35
		src/events_ms.cc
1548.2.10 by Barry.Leslie at PrimeBase
Merge from trunk.
36
		src/mysql_ms.cc
37
		src/network_ms.cc
38
		src/open_table_ms.cc
1548.2.5 by Barry.Leslie at PrimeBase
Code cleanup pluss merged drizzle changes.
39
		src/parameters_ms.cc
1548.2.7 by Barry.Leslie at PrimeBase
Fixed some problems with transactions and drizzle.
40
		src/pbmsdaemon_ms.cc
1548.2.5 by Barry.Leslie at PrimeBase
Code cleanup pluss merged drizzle changes.
41
		src/ha_pbms.cc
1548.2.10 by Barry.Leslie at PrimeBase
Merge from trunk.
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
1548.2.5 by Barry.Leslie at PrimeBase
Code cleanup pluss merged drizzle changes.
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
1548.2.11 by Barry.Leslie at PrimeBase
Removed libxml reqirement by using a home grown xml parser.
76
		src/cslib/CSXML.cc
1841.1.3 by Barry.Leslie at PrimeBase
Merged changes from lp:pbms. These changes should remove any danger
77
		src/cslib/CSSys_unix.cc
1548.2.5 by Barry.Leslie at PrimeBase
Code cleanup pluss merged drizzle changes.
78
1548.2.30 by Barry.Leslie at PrimeBase
Removed unused files.
79
headers=src/backup_ms.h
1548.2.10 by Barry.Leslie at PrimeBase
Merge from trunk.
80
		src/cloud_ms.h
81
		src/compactor_ms.h
82
		src/connection_handler_ms.h
1548.2.5 by Barry.Leslie at PrimeBase
Code cleanup pluss merged drizzle changes.
83
		src/cslib/CSConfig.h
84
		src/cslib/CSDefs.h
85
		src/cslib/CSDirectory.h
86
		src/cslib/CSEncode.h
87
		src/cslib/CSException.h
88
		src/cslib/CSFile.h
89
		src/cslib/CSGlobal.h
90
		src/cslib/CSHTTPStream.h
91
		src/cslib/CSLog.h
92
		src/cslib/CSMd5.h
93
		src/cslib/CSMemory.h
94
		src/cslib/CSMutex.h
95
		src/cslib/CSObject.h
96
		src/cslib/CSPath.h
97
		src/cslib/CSS3Protocol.h
98
		src/cslib/CSSha1.h
99
		src/cslib/CSSocket.h
100
		src/cslib/CSStorage.h
101
		src/cslib/CSStream.h
102
		src/cslib/CSString.h
103
		src/cslib/CSStrUtil.h
104
		src/cslib/CSThread.h
105
		src/cslib/CSTime.h
106
		src/cslib/CSUTF8.h
1548.2.11 by Barry.Leslie at PrimeBase
Removed libxml reqirement by using a home grown xml parser.
107
		src/cslib/CSXML.h
1841.1.3 by Barry.Leslie at PrimeBase
Merged changes from lp:pbms. These changes should remove any danger
108
		src/cslib/CSSys.h
1548.2.10 by Barry.Leslie at PrimeBase
Merge from trunk.
109
		src/database_ms.h
110
		src/defs_ms.h
111
		src/discover_ms.h
112
		src/engine_ms.h
1548.2.5 by Barry.Leslie at PrimeBase
Code cleanup pluss merged drizzle changes.
113
		src/events_ms.h
114
		src/ha_pbms.h
115
		src/metadata_ms.h
1548.2.10 by Barry.Leslie at PrimeBase
Merge from trunk.
116
		src/mysql_ms.h
117
		src/network_ms.h
118
		src/open_table_ms.h
1548.2.5 by Barry.Leslie at PrimeBase
Code cleanup pluss merged drizzle changes.
119
		src/parameters_ms.h
1548.2.7 by Barry.Leslie at PrimeBase
Fixed some problems with transactions and drizzle.
120
		src/pbmsdaemon_ms.h
1548.2.5 by Barry.Leslie at PrimeBase
Code cleanup pluss merged drizzle changes.
121
		src/pbms.h
1644.3.9 by Barry.Leslie at PrimeBase
Added back the required pbmslib.h header.
122
		src/pbmslib.h
1548.2.10 by Barry.Leslie at PrimeBase
Merge from trunk.
123
		src/repository_ms.h
124
		src/systab_backup_ms.h
125
		src/systab_cloud_ms.h
126
		src/systab_dump_ms.h
127
		src/systab_httpheader_ms.h
128
		src/systab_util_ms.h
129
		src/systab_variable_ms.h
130
		src/system_table_ms.h
131
		src/table_ms.h
132
		src/temp_log_ms.h
133
		src/transaction_ms.h
134
		src/trans_cache_ms.h
135
		src/trans_log_ms.h
1548.2.18 by Barry.Leslie at PrimeBase
Possible fix for hudson not finding version_ms.h.
136
		src/version_ms.h
1548.2.24 by Barry.Leslie at PrimeBase
Reorganized code while fixing some minor problems.
137
		
1548.2.29 by Barry.Leslie at PrimeBase
remove old source code.
138
		
1716.1.1 by Monty Taylor
Added files to the tarball that should be there. Removed some that shouldn't
139
extra_dist=AUTHORS
140
 COPYING
141
 ChangeLog
142
 README
143
 TODO
144
 src/api_ms.cc
145
 src/metadata_ms.cc
1879.2.2 by Monty Taylor
Turned some plugins off of load_by_default so we can package them easier.
146
 src/cslib/CSSys_win.cc