| 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$ |
|---|
| 3 | |
|---|
| 4 | PortSystem 1.0 |
|---|
| 5 | |
|---|
| 6 | name libfixbuf |
|---|
| 7 | version 1.6.1 |
|---|
| 8 | categories security |
|---|
| 9 | platforms darwin |
|---|
| 10 | maintainers yahoo.fr:jul_bsd openmaintainer |
|---|
| 11 | license LGPL-2.1 |
|---|
| 12 | |
|---|
| 13 | description implementation of the IPFIX Protocol as a C library |
|---|
| 14 | |
|---|
| 15 | long_description ${description} |
|---|
| 16 | |
|---|
| 17 | homepage http://tools.netsa.cert.org/fixbuf/index.html |
|---|
| 18 | master_sites https://tools.netsa.cert.org/releases/ |
|---|
| 19 | |
|---|
| 20 | checksums rmd160 6a16d0b1621c5d343e0d2e1fc5dcf65f2099a00a \ |
|---|
| 21 | sha256 0be597c461547d5b5f635cd394d6fe65313fe993bd412b23910445fcad94754d |
|---|
| 22 | |
|---|
| 23 | depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 port:openssl |
|---|
| 24 | configure.args-append --mandir=${prefix}/share/man --enable-ipv6 --with-openssl |
|---|
| 25 | |
|---|
| 26 | livecheck.type regex |
|---|
| 27 | livecheck.url http://tools.netsa.cert.org/ |
|---|
| 28 | livecheck.regex "<a href=\"fixbuf/index.html\">fixbuf (\\d+\\.\\d+\\.\\d+)</a></li>" |
|---|