1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/net/nmsg/pkg-plist
Don Lewis 1d5bfd1454 MASTER_SITE dl.farsightsecurity.com only allows https downloads.
Mirror the distfile on LOCAL as a http backup for clients that
can't use https. (Suggested by mat@)

Add MANPAGES option (default YES) because generating the man page
adds a significant number of build dependencies.

Add a comment explaining that the DOXYGEN=NO option gets ignored
if doxygen is installed.

Use option helpers (suggested by mat@).

Use PORTDOCS=* to avoid the need to change pkg-plist if doxygen
changes.

Use INSTALL_TARGET=install-strip instead of ${STRIP_CMD}
(suggested by marino@).

Simplify examples installation.

Differential Revision:	https://reviews.freebsd.org/D1484
Approved by:	mat (mentor)
Sponsored by:	Farsight Security, Inc.
2015-01-10 21:39:25 +00:00

67 lines
1.8 KiB
Plaintext

bin/nmsgtool
include/nmsg.h
include/nmsg/alias.h
include/nmsg/asprintf.h
include/nmsg/base/defs.h
include/nmsg/base/dns.pb-c.h
include/nmsg/base/dnsqr.pb-c.h
include/nmsg/base/email.pb-c.h
include/nmsg/base/encode.pb-c.h
include/nmsg/base/http.pb-c.h
include/nmsg/base/ipconn.pb-c.h
include/nmsg/base/linkpair.pb-c.h
include/nmsg/base/logline.pb-c.h
include/nmsg/base/ncap.pb-c.h
include/nmsg/base/packet.pb-c.h
include/nmsg/base/pkt.pb-c.h
include/nmsg/base/xml.pb-c.h
include/nmsg/chalias.h
include/nmsg/compat.h
include/nmsg/constants.h
include/nmsg/container.h
include/nmsg/input.h
include/nmsg/io.h
include/nmsg/ipdg.h
include/nmsg/isc
include/nmsg/message.h
include/nmsg/msgmod.h
include/nmsg/msgmod_plugin.h
include/nmsg/nmsg.pb-c.h
include/nmsg/output.h
include/nmsg/pcap_input.h
include/nmsg/random.h
include/nmsg/rate.h
include/nmsg/res.h
include/nmsg/sock.h
include/nmsg/strbuf.h
include/nmsg/timespec.h
include/nmsg/vendors.h
include/nmsg/zbuf.h
lib/libnmsg.a
lib/libnmsg.so
lib/libnmsg.so.6
lib/libnmsg.so.6.0.0
lib/nmsg/nmsg_msg9_base.so
libdata/pkgconfig/libnmsg.pc
%%MANPAGES%%man/man1/nmsgtool.1.gz
share/nmsg/base/dns.proto
share/nmsg/base/dnsqr.proto
share/nmsg/base/email.proto
share/nmsg/base/encode.proto
share/nmsg/base/http.proto
share/nmsg/base/ipconn.proto
share/nmsg/base/linkpair.proto
share/nmsg/base/logline.proto
share/nmsg/base/ncap.proto
share/nmsg/base/packet.proto
share/nmsg/base/pkt.proto
share/nmsg/base/xml.proto
%%EXAMPLES%%%%EXAMPLESDIR%%/email_client.c
%%EXAMPLES%%%%EXAMPLESDIR%%/email_client_postfix.py
%%EXAMPLES%%%%EXAMPLESDIR%%/http_client.c
%%EXAMPLES%%%%EXAMPLESDIR%%/ipconn_client.c
%%EXAMPLES%%%%EXAMPLESDIR%%/nmsg-dnsqr2pcap.c
%%EXAMPLES%%%%EXAMPLESDIR%%/nmsg-packet2pcap.c
%%EXAMPLES%%%%EXAMPLESDIR%%/nmsg_callback.c
%%EXAMPLES%%%%EXAMPLESDIR%%/print_srcip.c