diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-23 00:55:33 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-23 00:55:33 +0000 |
commit | 40fb4334c30871bb67b29a9890f50fb8ab23ccd2 (patch) | |
tree | 1099bef7692b4b835a484f7008db4b23d10521fd /net-p2p/p5-Net-BitTorrent-PeerPacket/pkg-descr | |
parent | 38db3f95fdb5331254e6623307b84cc839ca7d90 (diff) | |
download | ports-40fb4334c30871bb67b29a9890f50fb8ab23ccd2.tar.gz ports-40fb4334c30871bb67b29a9890f50fb8ab23ccd2.zip |
Notes
Diffstat (limited to 'net-p2p/p5-Net-BitTorrent-PeerPacket/pkg-descr')
-rw-r--r-- | net-p2p/p5-Net-BitTorrent-PeerPacket/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net-p2p/p5-Net-BitTorrent-PeerPacket/pkg-descr b/net-p2p/p5-Net-BitTorrent-PeerPacket/pkg-descr new file mode 100644 index 000000000000..fb7525864197 --- /dev/null +++ b/net-p2p/p5-Net-BitTorrent-PeerPacket/pkg-descr @@ -0,0 +1,6 @@ +Net::BitTorrent::PeerPacket handles parsing and building binary data +shared between BitTorrent peers. The module optinally exports a single +subroutine for building packets and another for parsing packets, as +well as, a constant for each packet type defined by BitTorrent. + +WWW: http://search.cpan.org/dist/Net-BitTorrent-PeerPacket/ |