New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81193


Ignore:
Timestamp:
07/26/11 19:26:56 (4 years ago)
Author:
ryandesign@…
Message:

driftnet: clean up whitespace, add modeline

File:
1 edited

Legend:

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

    r81191 r81193  
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 
    12# $Id$ 
    23 
    3 PortSystem 1.0 
    4 name            driftnet 
    5 version         0.1.6 
    6 revision        3 
    7 categories      net 
    8 maintainers     nomaintainer 
    9 description     Watch the pictures go by on your net 
    10 homepage        http://www.ex-parrot.com/~chris/driftnet 
    11 platforms       darwin 
     4PortSystem          1.0 
    125 
    13 long_description \ 
    14                 Inspired by EtherPEG, Driftnet is a program which       \ 
    15                 listens to network traffic and picks out images from    \ 
    16                 TCP streams it observes. Fun to run on a host which     \ 
    17                 sees lots of web traffic.  
     6name                driftnet 
     7version             0.1.6 
     8revision            3 
     9categories          net 
     10platforms           darwin 
     11maintainers         nomaintainer 
    1812 
    19 master_sites    http://www.ex-parrot.com/~chris/driftnet/ \ 
    20                 http://www.vanheusden.com/mirrors/ 
     13description         Watch the pictures go by on your net 
    2114 
    22 #               Driftnet doesn't use a configure file, so the Makefile  \ 
    23 #               has to be rudely coerced to work properly. 
     15long_description    Inspired by EtherPEG, Driftnet is a program which \ 
     16                    listens to network traffic and picks out images from \ 
     17                    TCP streams it observes. Fun to run on a host which \ 
     18                    sees lots of web traffic. 
    2419 
    25 #user_notes     This program is lots of fun to use at a conference      \ 
    26 #               where wireless networking is available. I did the port  \ 
    27 #               at IETF 57 :-) 
     20homepage            http://www.ex-parrot.com/~chris/driftnet 
     21master_sites        http://www.ex-parrot.com/~chris/driftnet/ \ 
     22                    http://www.vanheusden.com/mirrors/ 
    2823 
    29 checksums       md5 8e11d77770452f97bb3c23f510489815 
     24#                   Driftnet doesn't use a configure file, so the Makefile \ 
     25#                   has to be rudely coerced to work properly. 
    3026 
    31 depends_build   port:makedepend 
     27#user_notes         This program is lots of fun to use at a conference \ 
     28#                   where wireless networking is available. I did the port \ 
     29#                   at IETF 57 :-) 
     30 
     31checksums           md5     8e11d77770452f97bb3c23f510489815 
     32 
     33depends_build       port:makedepend 
    3234 
    3335# really needs libungif, giflib won't do 
    34 depends_lib     port:jpeg port:libpcap \ 
    35                 port:libungif port:gtk1 
     36depends_lib         port:jpeg \ 
     37                    port:libpcap \ 
     38                    port:libungif \ 
     39                    port:gtk1 
    3640 
    37 patchfiles      patch-driftnet.h patch-driftnet.c \ 
    38                 patch-media.c patch-Makefile 
     41patchfiles          patch-driftnet.h \ 
     42                    patch-driftnet.c \ 
     43                    patch-media.c \ 
     44                    patch-Makefile 
    3945 
    40 use_configure   no 
     46use_configure       no 
    4147 
    4248variant universal {} 
     
    4955build.target 
    5056 
    51 build.args              CC="${configure.cc} ${archflags}"       \ 
    52                         CFLAGS="-I${prefix}/include             \ 
    53                         -I${prefix}/lib/glib/include    \ 
    54                         -I${prefix}/include/glib-1.2    \ 
    55                         -I${prefix}/include/gtk-1.2     \ 
    56                         -DDRIFTNET_VERSION='\\"0.1.6\\"'" 
     57build.args          CC="${configure.cc} ${archflags}" \ 
     58                    CFLAGS="-I${prefix}/include \ 
     59                    -I${prefix}/lib/glib/include \ 
     60                    -I${prefix}/include/glib-1.2 \ 
     61                    -I${prefix}/include/gtk-1.2 \ 
     62                    -DDRIFTNET_VERSION='\\"0.1.6\\"'" 
    5763 
    5864destroot { 
Note: See TracChangeset for help on using the changeset viewer.