pkgsrc/net/statzone/Makefile
fcambus d844138751 statzone: update to 1.1.0.
StatZone 1.1.0 (2021-04-01)

- Remove "USAGE:" prefix when displaying usage information
- Add missing periods when displaying options in usage(), sync README
- StatZone is now a C++ project and requires a C++11 compiler
- Use std::unordered_set instead of uthash to count unique strings
- Remove now unneeded dependency on uthash
- Use std::chrono to calculate elapsed time in summary()
- Remove now unneeded timespecsub macro in compat header
- Remove now unneeded CLOCK_MONOTONIC fallback macro in compat header
- Use iostream to output CSV values
- Start using std::string for domain and previous_domain
- Remove now unused error() function
- Use std::basic_string::compare instead of strncmp(3)
- Add a signal handler for SIGINFO, wrapping summary()
- Remove pledge() support and get rid of the compat directory entirely
- Bump CMake minimum required version to 2.8.12
2021-04-01 16:07:32 +00:00

19 lines
426 B
Makefile

# $NetBSD: Makefile,v 1.6 2021/04/01 16:07:32 fcambus Exp $
DISTNAME= statzone-1.1.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
MAINTAINER= fcambus@NetBSD.org
HOMEPAGE= https://github.com/fcambus/statzone
COMMENT= DNS zone file analyzer targeted at TLD zones
LICENSE= 2-clause-bsd
USE_LANGUAGES= c++
USE_CMAKE= yes
TEST_TARGET= test
.include "../../mk/bsd.pkg.mk"