]> git.pld-linux.org Git - packages/perl-Net-Patricia.git/commitdiff
- pl
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 17 Jun 2004 22:16:28 +0000 (22:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Net-Patricia.spec -> 1.27

perl-Net-Patricia.spec

index 543ef3bf5bce7f0d13c9ad377cd922cbf2334b01..fd608cec0a8465dd59af5dfa6976d4a89478e39d 100644 (file)
@@ -5,8 +5,8 @@
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    Net
 %define        pnam    Patricia
-Summary:       Net::Patricia - Patricia Trie perl module for fast IP address lookups
-#Summary(pl):  
+Summary:       Net::Patricia - Patricia Trie Perl module for fast IP address lookups
+Summary(pl):   Net::Patricia - modu³ Perla Patricia Trie do szybkiego wyszukiwania adresów IP
 Name:          perl-Net-Patricia
 Version:       1.010
 Release:       8
@@ -14,8 +14,8 @@ License:      GPL v2+
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: 19f0c6944769daba64694ee3c72cf286
-BuildRequires: rpm-perlprov >= 4.1-13
 BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -27,13 +27,26 @@ The data structure is based on a radix tree using a radix of two,
 so sometimes you see patricia implementations called "radix" as well.
 The term "Trie" is derived from the word "retrieval" but is pronounced
 like "try".  Patricia stands for "Practical Algorithm to Retrieve
-Information Coded as Alphanumeric", and was first suggested for routing
-table lookups by Van Jacobsen.  Patricia Trie performance characteristics
-are well-known as it has been employed for routing table lookups within
-the BSD kernel since the 4.3 Reno release.
+Information Coded as Alphanumeric", and was first suggested for
+routing table lookups by Van Jacobsen. Patricia Trie performance
+characteristics are well-known as it has been employed for routing
+table lookups within the BSD kernel since the 4.3 Reno release.
+
+%description -l pl
+Ten modu³ u¿ywa struktury danych Patricia Trie do wykonywania
+szybkiego dopasowywania prefiksów IP dla zastosowañ takich jak
+przeszukiwanie podsieci IP, sieci czy tabel routingu.
 
-# %description -l pl
-# TODO
+Struktura danych jest oparta na drzewie radix przy podstawie
+wynosz±cej 2 - implementacje patricia czasem s± nazywane tak¿e radix.
+Termin "Trie" pochodzi od s³owa "retrieval" (odczytywanie), ale jest
+wymawiany jak "try". Patricia to skrót od "Practical Algorithm to
+Retrieve Information Coded as Alphanumeric" (praktyczny algorytm
+odczytywania informacji zakodowanych alfanumerycznie) i jako
+pierwszy zaproponowany do przeszukiwania tabel routingu przez Van
+Jacobsena. Charakterystyki wydajno¶ci Patricia Trie s± dobrze znane,
+jako ¿e struktura ta jest wykorzystywana przy przeszukiwaniu tabel
+routingu w j±drze BSD od wersji 4.3 Reno.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
This page took 0.0858 seconds and 4 git commands to generate.