Ticket #47778: Portfile

File Portfile, 986 bytes (added by Schamschula (Marius Schamschula), 9 years ago)
Line 
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
2# $Id: Portfile 129500 2014-12-14 17:09:18Z ryandesign@macports.org $
3
4PortSystem          1.0
5
6name                daq
7version             2.0.5
8categories          net
9license             GPL-2
10maintainers         jann openmaintainer
11description         A Data Acquisition library, for packet I/O
12long_description    DAQ is an abstraction layer for PCAP. It is part of snort.
13homepage            https://www.snort.org/
14master_sites        ${homepage}downloads/snort/
15
16platforms           macosx
17depends_lib         port:pcre \
18                    port:libdnet
19
20checksums           rmd160  efb6c360600bb39e9d7387276b6252b1a7ce686c \
21                    sha256  7704b5db858732142586f5043deb0733e2c396535c83081e918fb6993258bc6d
22
23livecheck.type      regex
24livecheck.url       ${homepage}downloads
25livecheck.regex     >${name}-(\[0-9.\]+)${extract.suffix}<