Lazarus IDE pacakages ( Thanks to MVC FPC team )

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@558 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
inoussa
2008-09-13 15:56:59 +00:00
parent 9f85f309fb
commit e5a4f0a2e3
8 changed files with 480 additions and 0 deletions

View File

@ -0,0 +1,206 @@
<?xml version="1.0"?>
<CONFIG>
<Package Version="3">
<PathDelim Value="\"/>
<Name Value="wst_core"/>
<Author Value="Inoussa Ouedraogo"/>
<CompilerOptions>
<Version Value="8"/>
<PathDelim Value="\"/>
<SearchPaths>
<OtherUnitFiles Value="..\..\"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<CStyleOperator Value="False"/>
</SyntaxOptions>
</Parsing>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Description Value="Runtime package for core WST functionalities.
Protocols are not included.
"/>
<License Value="Modified LGPL
"/>
<Version Minor="6"/>
<Files Count="40">
<Item1>
<Filename Value="..\..\xmlrpc_formatter.pas"/>
<UnitName Value="xmlrpc_formatter"/>
</Item1>
<Item2>
<Filename Value="..\..\base_binary_formatter.pas"/>
<UnitName Value="base_binary_formatter"/>
</Item2>
<Item3>
<Filename Value="..\..\base_json_formatter.pas"/>
<UnitName Value="base_json_formatter"/>
</Item3>
<Item4>
<Filename Value="..\..\base_service_intf.pas"/>
<UnitName Value="base_service_intf"/>
</Item4>
<Item5>
<Filename Value="..\..\base_soap_formatter.pas"/>
<UnitName Value="base_soap_formatter"/>
</Item5>
<Item6>
<Filename Value="..\..\base_xmlrpc_formatter.pas"/>
<UnitName Value="base_xmlrpc_formatter"/>
</Item6>
<Item7>
<Filename Value="..\..\basex_encode.pas"/>
<UnitName Value="basex_encode"/>
</Item7>
<Item8>
<Filename Value="..\..\binary_formatter.pas"/>
<UnitName Value="binary_formatter"/>
</Item8>
<Item9>
<Filename Value="..\..\binary_streamer.pas"/>
<UnitName Value="binary_streamer"/>
</Item9>
<Item10>
<Filename Value="..\..\config_objects.pas"/>
<UnitName Value="config_objects"/>
</Item10>
<Item11>
<Filename Value="..\..\imp_utils.pas"/>
<UnitName Value="imp_utils"/>
</Item11>
<Item12>
<Filename Value="..\..\json_formatter.pas"/>
<UnitName Value="json_formatter"/>
</Item12>
<Item13>
<Filename Value="..\..\library_base_intf.pas"/>
<UnitName Value="library_base_intf"/>
</Item13>
<Item14>
<Filename Value="..\..\library_imp_utils.pas"/>
<UnitName Value="library_imp_utils"/>
</Item14>
<Item15>
<Filename Value="..\..\library_protocol.pas"/>
<UnitName Value="library_protocol"/>
</Item15>
<Item16>
<Filename Value="..\..\library_server_intf.pas"/>
<UnitName Value="library_server_intf"/>
</Item16>
<Item17>
<Filename Value="..\..\metadata_repository.pas"/>
<UnitName Value="metadata_repository"/>
</Item17>
<Item18>
<Filename Value="..\..\metadata_service.pas"/>
<UnitName Value="metadata_service"/>
</Item18>
<Item19>
<Filename Value="..\..\metadata_service_binder.pas"/>
<UnitName Value="metadata_service_binder"/>
</Item19>
<Item20>
<Filename Value="..\..\metadata_service_imp.pas"/>
<UnitName Value="metadata_service_imp"/>
</Item20>
<Item21>
<Filename Value="..\..\metadata_service_proxy.pas"/>
<UnitName Value="metadata_service_proxy"/>
</Item21>
<Item22>
<Filename Value="..\..\metadata_wsdl.pas"/>
<UnitName Value="metadata_wsdl"/>
</Item22>
<Item23>
<Filename Value="..\..\record_rtti.pas"/>
<UnitName Value="record_rtti"/>
</Item23>
<Item24>
<Filename Value="..\..\semaphore.pas"/>
<UnitName Value="semaphore"/>
</Item24>
<Item25>
<Filename Value="..\..\server_binary_formatter.pas"/>
<UnitName Value="server_binary_formatter"/>
</Item25>
<Item26>
<Filename Value="..\..\server_listener.pas"/>
<UnitName Value="server_listener"/>
</Item26>
<Item27>
<Filename Value="..\..\server_service_imputils.pas"/>
<UnitName Value="server_service_imputils"/>
</Item27>
<Item28>
<Filename Value="..\..\server_service_intf.pas"/>
<UnitName Value="server_service_intf"/>
</Item28>
<Item29>
<Filename Value="..\..\server_service_json.pas"/>
<UnitName Value="server_service_json"/>
</Item29>
<Item30>
<Filename Value="..\..\server_service_soap.pas"/>
<UnitName Value="server_service_soap"/>
</Item30>
<Item31>
<Filename Value="..\..\server_service_xmlrpc.pas"/>
<UnitName Value="server_service_xmlrpc"/>
</Item31>
<Item32>
<Filename Value="..\..\service_intf.pas"/>
<UnitName Value="service_intf"/>
</Item32>
<Item33>
<Filename Value="..\..\soap_formatter.pas"/>
<UnitName Value="soap_formatter"/>
</Item33>
<Item34>
<Filename Value="..\..\wst.inc"/>
<Type Value="Include"/>
</Item34>
<Item35>
<Filename Value="..\..\wst_fpc_xml.pas"/>
<UnitName Value="wst_fpc_xml"/>
</Item35>
<Item36>
<Filename Value="..\..\wst_global.inc"/>
<Type Value="Include"/>
</Item36>
<Item37>
<Filename Value="..\..\wst_initialization.pas"/>
<UnitName Value="wst_initialization"/>
</Item37>
<Item38>
<Filename Value="..\..\wst_resources_imp.pas"/>
<UnitName Value="wst_resources_imp"/>
</Item38>
<Item39>
<Filename Value="..\..\wst_rtl_imp.inc"/>
<Type Value="Include"/>
</Item39>
<Item40>
<Filename Value="..\..\wst_types.pas"/>
<UnitName Value="wst_types"/>
</Item40>
</Files>
<RequiredPkgs Count="1">
<Item1>
<PackageName Value="FCL"/>
<MinVersion Major="1" Valid="True"/>
</Item1>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)\"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<DestinationDirectory Value="$(TestDir)\publishedpackage\"/>
<IgnoreBinaries Value="False"/>
</PublishOptions>
</Package>
</CONFIG>

View File

@ -0,0 +1,24 @@
{ This file was automatically created by Lazarus. do not edit!
This source is only used to compile and install the package.
}
unit wst_core;
interface
uses
xmlrpc_formatter, base_binary_formatter, base_json_formatter,
base_service_intf, base_soap_formatter, base_xmlrpc_formatter, basex_encode,
binary_formatter, binary_streamer, config_objects, imp_utils,
json_formatter, library_base_intf, library_imp_utils, library_protocol,
library_server_intf, metadata_repository, metadata_service,
metadata_service_binder, metadata_service_imp, metadata_service_proxy,
metadata_wsdl, record_rtti, semaphore, server_binary_formatter,
server_listener, server_service_imputils, server_service_intf,
server_service_json, server_service_soap, server_service_xmlrpc,
service_intf, soap_formatter, wst_fpc_xml, wst_initialization,
wst_resources_imp, wst_types;
implementation
end.

View File

@ -0,0 +1,59 @@
<?xml version="1.0"?>
<CONFIG>
<Package Version="3">
<PathDelim Value="\"/>
<Name Value="wst_ics"/>
<Author Value="Inoussa Ouedraogo"/>
<CompilerOptions>
<Version Value="8"/>
<PathDelim Value="\"/>
<SearchPaths>
<OtherUnitFiles Value="..\..\;$(LazarusDir)\others_package\OverbyteIcsV5\Delphi\Vc32\"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<CStyleOperator Value="False"/>
</SyntaxOptions>
</Parsing>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Description Value="WebServices Toolkit OverByteICS transport layer
"/>
<License Value="Modified LGPL
"/>
<Version Minor="6"/>
<Files Count="2">
<Item1>
<Filename Value="..\..\ics_http_protocol.pas"/>
<UnitName Value="ics_http_protocol"/>
</Item1>
<Item2>
<Filename Value="..\..\ics_tcp_protocol.pas"/>
<UnitName Value="ics_tcp_protocol"/>
</Item2>
</Files>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="3">
<Item1>
<PackageName Value="LCL"/>
</Item1>
<Item2>
<PackageName Value="wst_core"/>
</Item2>
<Item3>
<PackageName Value="FCL"/>
<MinVersion Major="1" Valid="True"/>
</Item3>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)\"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<IgnoreBinaries Value="False"/>
</PublishOptions>
</Package>
</CONFIG>

View File

@ -0,0 +1,22 @@
{ Ce fichier a été automatiquement créé par Lazarus. Ne pas l'éditer !
'
+'Cette source est seulement employée pour compiler et installer le '
+'paquet.
}
unit wst_ics;
interface
uses
ics_http_protocol, ics_tcp_protocol, LazarusPackageIntf;
implementation
procedure Register;
begin
end;
initialization
RegisterPackage('wst_ics', @Register);
end.

View File

@ -0,0 +1,68 @@
<?xml version="1.0"?>
<CONFIG>
<Package Version="3">
<PathDelim Value="\"/>
<Name Value="wst_indy"/>
<Author Value="Inoussa Ouedraogo"/>
<CompilerOptions>
<Version Value="8"/>
<PathDelim Value="\"/>
<SearchPaths>
<OtherUnitFiles Value="..\..\"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<CStyleOperator Value="False"/>
</SyntaxOptions>
</Parsing>
<Other>
<CustomOptions Value="-dINDY_10"/>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Description Value="WebServices Toolkit Indy transport layer
"/>
<License Value="Modified LGPL
"/>
<Version Minor="6"/>
<Files Count="4">
<Item1>
<Filename Value="..\..\indy_http_protocol.pas"/>
<UnitName Value="indy_http_protocol"/>
</Item1>
<Item2>
<Filename Value="..\..\indy_http_server.pas"/>
<UnitName Value="indy_http_server"/>
</Item2>
<Item3>
<Filename Value="..\..\indy_tcp_protocol.pas"/>
<UnitName Value="indy_tcp_protocol"/>
</Item3>
<Item4>
<Filename Value="..\..\indy_tcp_server.pas"/>
<UnitName Value="indy_tcp_server"/>
</Item4>
</Files>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="3">
<Item1>
<PackageName Value="indylaz"/>
</Item1>
<Item2>
<PackageName Value="wst_core"/>
</Item2>
<Item3>
<PackageName Value="FCL"/>
<MinVersion Major="1" Valid="True"/>
</Item3>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)\"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<IgnoreBinaries Value="False"/>
</PublishOptions>
</Package>
</CONFIG>

View File

@ -0,0 +1,23 @@
{ Ce fichier a été automatiquement créé par Lazarus. Ne pas l'éditer !
'
+'Cette source est seulement employée pour compiler et installer le '
+'paquet.
}
unit wst_indy;
interface
uses
indy_http_protocol, indy_http_server, indy_tcp_protocol, indy_tcp_server,
LazarusPackageIntf;
implementation
procedure Register;
begin
end;
initialization
RegisterPackage('wst_indy', @Register);
end.

View File

@ -0,0 +1,57 @@
<?xml version="1.0"?>
<CONFIG>
<Package Version="3">
<PathDelim Value="\"/>
<Name Value="wst_synapse"/>
<Author Value="Inoussa Ouedraogo"/>
<CompilerOptions>
<Version Value="8"/>
<PathDelim Value="\"/>
<SearchPaths>
<OtherUnitFiles Value="..\..\;$(LazarusDir)\others_package\synapse\"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<CStyleOperator Value="False"/>
</SyntaxOptions>
</Parsing>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Description Value="WebServices Toolkit Synapse transport layer
"/>
<License Value="Modified LGPL
"/>
<Version Minor="6"/>
<Files Count="3">
<Item1>
<Filename Value="..\..\synapse_tcp_server.pas"/>
<UnitName Value="synapse_tcp_server"/>
</Item1>
<Item2>
<Filename Value="..\..\synapse_http_protocol.pas"/>
<UnitName Value="synapse_http_protocol"/>
</Item2>
<Item3>
<Filename Value="..\..\synapse_tcp_protocol.pas"/>
<UnitName Value="synapse_tcp_protocol"/>
</Item3>
</Files>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="1">
<Item1>
<PackageName Value="wst_core"/>
</Item1>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)\"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<DestinationDirectory Value="$(TestDir)\publishedpackage\"/>
<IgnoreBinaries Value="False"/>
</PublishOptions>
</Package>
</CONFIG>

View File

@ -0,0 +1,21 @@
{ This file was automatically created by Lazarus. do not edit!
This source is only used to compile and install the package.
}
unit wst_synapse;
interface
uses
synapse_tcp_server, synapse_http_protocol, synapse_tcp_protocol,
LazarusPackageIntf;
implementation
procedure Register;
begin
end;
initialization
RegisterPackage('wst_synapse', @Register);
end.