]> git.pld-linux.org Git - packages/php-pecl-big_int.git/commitdiff
- pl
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 20 Feb 2005 19:03:50 +0000 (19:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pecl-big_int.spec -> 1.2

php-pecl-big_int.spec

index c094c460125090013b3ddb2e8e2e7e1a40620401..dd0f1c9b99bab86a3b3a1e3b4118b87e49dff9a9 100644 (file)
@@ -21,23 +21,33 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                extensionsdir   %{_libdir}/php
 
 %description
-This package is useful for number theory applications.
-For example, in two-keys cryptography.
-See tests/RSA.php in the package for example of implementation of
-RSA-like cryptoalgorithm.
+This package is useful for number theory applications. For example, in
+two-keys cryptography. See tests/RSA.php in the package for example of
+implementation of RSA-like cryptoalgorithm.
 
 Also the package has many bitset functions, which allow to work with
 arbitrary length bitsets.
 
-This package is much faster than bundled into PHP BCMath.
-It implements almost all functions as in GMP extension,
-but it needn't any additional external libraries.
+This package is much faster than bundled into PHP BCMath. It
+implements almost all functions as in GMP extension, but it needn't
+any additional external libraries.
 
 In PECL status of this extension is: %{_status}.
 
-#%description -l pl
-#
-#To rozszerzenie ma w PECL status: %{_status}.
+%description -l pl
+Ten pakiet jest przydatny do zastosowañ z teorii liczb, na przyk³ad do
+kryptografii z u¿yciem dwóch kluczy. Przyk³adow± implementacjê
+algorytmu kryptograficznego podobnego do RSA mo¿na znale¼æ w tym
+pakiecie w pliku tests/RSA.php.
+
+Pakiet ma tak¿e wiele funkcji operuj±cych na bitach, umo¿liwiaj±cych
+dzia³anie na zbiorach bitów dowolnej d³ugo¶ci.
+
+Ten pakiet jest du¿o szybszy ni¿ wbudowany w PHP BCMath. Implementuje
+prawie wszystkie funkcje z rozszerzenia GMP, ale nie wymaga ¿adnych
+dodatkowych bibliotek zewnêtrznych.
+
+To rozszerzenie ma w PECL status: %{_status}.
 
 %prep
 %setup -q -c
This page took 0.295549 seconds and 4 git commands to generate.