Changeset 1870 for trunk/dports


Ignore:
Timestamp:
Jan 25, 2003, 5:11:02 AM (21 years ago)
Author:
jpm
Message:

contents -=> destdir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/libnet/Portfile

    r1528 r1870  
    66maintainers     jpm@opendarwin.org
    77description     A C library for creating IP packets
    8 long_description        libnet is a high-level API (toolkit) allowing the application programmer to construct and inject network packets. It provides a portable and simplified interface for low-level network packet shaping, handling and injection. Libnet hides much of the tedium of packet creation from the application programmer such as multiplexing, buffer management, arcane packet header information, byte-ordering, OS-dependent issues, and much more. Libnet features portable packet creation interfaces at the IP layer and link layer, as well as a host of supplementary and complementary functionality. Using libnet, quick and simple packet assembly applications can be whipped up with little effort. With a bit more time, more complex programs can be written (Traceroute and ping were easily rewritten using libnet and libpcap).
     8long_description        \
     9        libnet is a high-level API (toolkit) allowing the application \
     10        programmer to construct and inject network packets. It provides a \
     11        portable and simplified interface for low-level network packet \
     12        shaping, handling and injection. Libnet hides much of the tedium of \
     13        packet creation from the application programmer such as \
     14        multiplexing, buffer management, arcane packet header information, \
     15        byte-ordering, OS-dependent issues, and much more. Libnet features \
     16        portable packet creation interfaces at the IP layer and link layer, \
     17        as well as a host of supplementary and complementary functionality. \
     18        Using libnet, quick and simple packet assembly applications can be \
     19        whipped up with little effort. With a bit more time, more complex \
     20        programs can be written (Traceroute and ping were easily rewritten \
     21        using libnet and libpcap).
     22homepage        http://www.packetfactory.net/libnet/
    923platforms       darwin
    1024master_sites    http://www.packetfactory.net/libnet/dist/deprecated/
     
    1731        file copy -force /usr/share/libtool/config.sub ${worksrcpath}/config.sub
    1832}
    19 
    20 contents \
    21         bin/libnet-config \
    22         include/libnet.h \
    23         include/libnet/libnet-headers.h \
    24         include/libnet/libnet-functions.h \
    25         include/libnet/libnet-structures.h \
    26         include/libnet/libnet-macros.h \
    27         include/libnet/libnet-asn1.h \
    28         include/libnet/libnet-ospf.h \
    29         include/libnet/ \
    30         lib/libnet.a \
    31         lib/libpwrite.a \
    32         man/man3/libnet.3
Note: See TracChangeset for help on using the changeset viewer.