pkgsrc/news/canlock-hp/Makefile
wiz 05e9e78bf0 news/canlock-hp: import canlock-hp-0.0.3
Packaged for wip by Michael Bäuerle.

The canlock-hp package contains standalone header parsers that can be used to
implement RFC 8315 Netnews Cancel-Locks on the receiving (server) side.
They are intended as preprocessors for canlock, the command line frontend of
libcanlock, but are independent programs.

canlock-mhp (Message Header Parser) is intended to process RFC 5536 Netnews
articles and can be used to extract and unfold a single header field.

canlock-hfp (Header Field Parser) is intended to process RFC 8315 header fields
("Cancel-Lock" and "Cancel-Key").
2018-08-27 15:13:27 +00:00

21 lines
468 B
Makefile

# $NetBSD: Makefile,v 1.1 2018/08/27 15:13:27 wiz Exp $
DISTNAME= canlock-hp-0.0.3
CATEGORIES= news
MASTER_SITES= http://micha.freeshell.org/canlock-hp/src/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= michael.baeuerle@gmx.net
HOMEPAGE= http://micha.freeshell.org/canlock-hp/
COMMENT= Parsers for RFC 5536 message headers and RFC 8315 header fields
LICENSE= mit
GNU_CONFIGURE= yes
USE_LANGUAGES+= c99
USE_TOOLS+= lex yacc
TEST_TARGET= test
.include "../../mk/bsd.pkg.mk"