]> git.pld-linux.org Git - packages/perl-NetPacket.git/commitdiff
- updated description, fixed License
authorankry <ankry@pld-linux.org>
Thu, 15 Apr 2004 05:31:08 +0000 (05:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-NetPacket.spec -> 1.20

perl-NetPacket.spec

index f01d13da258ca16cc075139109268e293ad75961..d3378015ed860875c9af275a699b5fc1696f0f1f 100644 (file)
@@ -1,12 +1,12 @@
 %include       /usr/lib/rpm/macros.perl
 %define         pnam NetPacket
 
-Summary:       NetPacket do disassembly of network packets of various Internet protocols
-Summary(pl):   Modu³ NetPacket do rozk³adania pakietów ró¿nych protoko³ów internetowych
+Summary:       NetPacket - modules to assemble/disassemble network packets of various Internet protocols
+Summary(pl):   NetPacket - modu³y sk³adania/rozk³adania pakietów ró¿nych protoko³ów internetowych
 Name:          perl-%{pnam}
 Version:       0.04
 Release:       2
-License:       GPL
+License:       Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pnam}/%{pnam}-%{version}.tar.gz
 # Source0-md5: 3bf136cd3b555d50ba4b1ce81968f695
@@ -16,15 +16,22 @@ BuildArch:  noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-The NetPacket module do disassembly of network packets of various
-Internet protocols. At present, decoding for the following protocols
-has been implemented: Ethernet (802.3 and 802.2), ARP, ICMP, IGMP, IP,
-UDP and TCP.
+"NetPacket" provides a base class for a cluster of modules related to
+decoding and encoding of network protocols.  Each "NetPacket"
+descendent module knows how to encode and decode packets for the
+network protocol it implements.  At present, decoding/encoding for the
+following protocols has been implemented: Ethernet (802.3 and 802.2),
+ARP, ICMP, IGMP, IP, UDP, TCP, LLC, Spanning Tree (802.1D and 802.1w)
+and LACP (not complete yet).
 
 %description -l pl
-Modu³ NetPacket rozk³ada pakiety sieciowe ró¿nych internetowych
-protoko³ów. Aktualnie ma zaimplementowane dekodowanie nastêpuj±cych
-protoko³ów: Ethernet (802.3 i 802.2), ARP, ICMP, IGMP, IP, UDP i TCP.
+"NetPacket" stanowi klasê bazow± dla zbioru modu³ów s³u¿±cych do
+rozkodowywania i kodowania protoko³ów sieciowych. Ka¿dy z tych modu³ów
+umie rozkodowaæ i zakodowaæ implementowany przez siebie protokó³
+sieciowy. Aktualnie zaimplementowane jest rozkodowywanie/kodowanie
+nastêpuj±cych protoko³ów: Ethernet (802.3 i 802.2), ARP, ICMP, IGMP,
+IP, UDP, TCP, LLC, Spanning Tree (802.1D and 802.1w) i LACP (jeszcze
+nie dokoñczone).
 
 %prep
 %setup -q -n %{pnam}-%{version}
This page took 0.031391 seconds and 4 git commands to generate.