1
0
mirror of https://git.code.sf.net/p/lazarus-ccr/dcpcrypt synced 2025-08-24 19:09:01 +02:00

Renamed dcplazarus.lpk to dcpcrypt_laz.lpk for Lazarus design-time package.

* also sync'ed the version numbers of both packages
* also sync'ed the package descriptions.
This commit is contained in:
Graeme Geldenhuys
2009-11-16 13:21:20 +02:00
parent 869dc0cfb6
commit 747d04b4d7
2 changed files with 10 additions and 8 deletions

View File

@@ -22,7 +22,8 @@
</CompilerOptions> </CompilerOptions>
<Description Value="DCPcrypt Cryptographic Component Library <Description Value="DCPcrypt Cryptographic Component Library
"/> "/>
<License Value="DCPcrypt is open source software (released under the MIT license) and as such there is no charge for inclusion in other software. However, I am currently a student and if you are making money from my software I would really appreciate a donation of some sort, whether financial or a license for the software you develop (or if anyone wants to sponsor a Mathematical Modelling (Masters) student for their final year...). Please note THIS IS NOT COMPULSORY IN ANY WAY. See http://www.cityinthesky.co.uk/cryptography.html for details on donations. <License Value="DCPcrypt is open source software (released under the MIT license) and as such there is no charge for inclusion in other software.
www.cityinthesky.co.uk/cryptography.html
"/> "/>
<Version Major="2" Release="4"/> <Version Major="2" Release="4"/>
<Files Count="30"> <Files Count="30">

View File

@@ -1,13 +1,14 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<CONFIG> <CONFIG>
<Package Version="3"> <Package Version="3">
<Name Value="DCPlazarus"/> <Name Value="dcpcrypt_laz"/>
<Author Value="David Barton - converted for lazarus by barko, 2006"/> <AddToProjectUsesSection Value="False"/>
<Author Value="David Barton, Barko &amp; Graeme Geldenhuys"/>
<CompilerOptions> <CompilerOptions>
<Version Value="8"/> <Version Value="8"/>
<SearchPaths> <SearchPaths>
<OtherUnitFiles Value="Ciphers/;Hashes/;$(PkgOutDir)/"/> <OtherUnitFiles Value="Ciphers/;Hashes/;$(PkgOutDir)/"/>
<UnitOutputDirectory Value="lib"/> <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths> </SearchPaths>
<Parsing> <Parsing>
<SyntaxOptions> <SyntaxOptions>
@@ -21,9 +22,9 @@
</CompilerOptions> </CompilerOptions>
<Description Value="DCPcrypt Cryptographic Component Library <Description Value="DCPcrypt Cryptographic Component Library
"/> "/>
<License Value="DCPcrypt is open source software (released under the MIT license) and as such there is no charge for inclusion in other software. However, I am currently a student and if you are making money from my software I would really appreciate a donation of some sort, whether financial or a license for the software you develop (or if anyone wants to sponsor a Mathematical Modelling (Masters) student for their final year...). Please note THIS IS NOT COMPULSORY IN ANY WAY. See http://www.cityinthesky.co.uk/cryptography.html for details on donations. <License Value="DCPcrypt is open source software (released under the MIT license) and as such there is no charge for inclusion in other software.
"/> www.cityinthesky.co.uk/cryptography.html"/>
<Version Major="2" Release="3" Build="2"/> <Version Major="2" Release="4"/>
<Files Count="1"> <Files Count="1">
<Item1> <Item1>
<Filename Value="dcpreg.pas"/> <Filename Value="dcpreg.pas"/>
@@ -35,7 +36,7 @@
<RequiredPkgs Count="2"> <RequiredPkgs Count="2">
<Item1> <Item1>
<PackageName Value="dcpcrypt"/> <PackageName Value="dcpcrypt"/>
<MinVersion Major="2" Release="3" Build="2" Valid="True"/> <MinVersion Major="2" Release="4" Valid="True"/>
</Item1> </Item1>
<Item2> <Item2>
<PackageName Value="LCL"/> <PackageName Value="LCL"/>