summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--news/canlock-hp/DESCR10
-rw-r--r--news/canlock-hp/Makefile21
-rw-r--r--news/canlock-hp/PLIST5
-rw-r--r--news/canlock-hp/distinfo6
4 files changed, 42 insertions, 0 deletions
diff --git a/news/canlock-hp/DESCR b/news/canlock-hp/DESCR
new file mode 100644
index 00000000000..7039f54f113
--- /dev/null
+++ b/news/canlock-hp/DESCR
@@ -0,0 +1,10 @@
+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").
diff --git a/news/canlock-hp/Makefile b/news/canlock-hp/Makefile
new file mode 100644
index 00000000000..573f965c5bf
--- /dev/null
+++ b/news/canlock-hp/Makefile
@@ -0,0 +1,21 @@
+# $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"
diff --git a/news/canlock-hp/PLIST b/news/canlock-hp/PLIST
new file mode 100644
index 00000000000..0b857ec8fd3
--- /dev/null
+++ b/news/canlock-hp/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2018/08/27 15:13:27 wiz Exp $
+bin/canlock-hfp
+bin/canlock-mhp
+man/man1/canlock-hfp.1
+man/man1/canlock-mhp.1
diff --git a/news/canlock-hp/distinfo b/news/canlock-hp/distinfo
new file mode 100644
index 00000000000..735bcd8ccc8
--- /dev/null
+++ b/news/canlock-hp/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/08/27 15:13:27 wiz Exp $
+
+SHA1 (canlock-hp-0.0.3.tar.bz2) = 569c7c78595574a51fe5f87e1e2da72f38eda466
+RMD160 (canlock-hp-0.0.3.tar.bz2) = 426fb265f22c2e3a5a4364e5fb0fc8dbc74373f6
+SHA512 (canlock-hp-0.0.3.tar.bz2) = 0c61ee215d12d4d4d8563cfcd3496cebc256821ea64f333c7e060f3f0083c3a38f708322c6050175b5d7b7fbe533d7c62b4e7780c068a962dc33ee3ddf5d6e4b
+Size (canlock-hp-0.0.3.tar.bz2) = 178622 bytes