| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | PortGroup ruby 1.0 |
|---|
| 5 | |
|---|
| 6 | ruby.setup ruby-pcap 0.6 extconf.rb |
|---|
| 7 | |
|---|
| 8 | name rb-pcap |
|---|
| 9 | version 0.6 |
|---|
| 10 | categories ruby net |
|---|
| 11 | maintainers atnan.com:nathan nomaintainer |
|---|
| 12 | description Ruby interface to LBL Packet Capture library (libpcap). |
|---|
| 13 | long_description Ruby interface to LBL Packet Capture library (libpcap). \ |
|---|
| 14 | This library also includes classes to access packet header \ |
|---|
| 15 | fields. It is much easier to code in Ruby/Pcap than to code \ |
|---|
| 16 | in C and use libpcap directly. |
|---|
| 17 | homepage http://www.goto.info.waseda.ac.jp/~fukusima/ruby/pcap-e.html |
|---|
| 18 | platforms darwin |
|---|
| 19 | master_sites http://www.goto.info.waseda.ac.jp/~fukusima/ruby/ \ |
|---|
| 20 | ftp://ftp.iDaemons.org/pub/distfiles/ruby/ |
|---|
| 21 | distname ruby-pcap-0.6 |
|---|
| 22 | worksrcdir pcap |
|---|
| 23 | patchfiles patch-Pcap.c.diff |
|---|
| 24 | checksums md5 bf8024831bfbbf0cfbf7c7ca27c1b16a \ |
|---|
| 25 | sha1 d098a04e4bb5e414fc10d267b3d6dcf9490bccd3 \ |
|---|
| 26 | rmd160 6422c9fe0a5a35f5cc1fe6cba418223d0e764766 |
|---|