pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/news/canlock-hp news/canlock-hp: import canlock-hp-0.0.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/70a5f0d7590c
branches: trunk
changeset: 312157:70a5f0d7590c
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Aug 27 15:13:27 2018 +0000
description:
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").
diffstat:
news/canlock-hp/DESCR | 10 ++++++++++
news/canlock-hp/Makefile | 21 +++++++++++++++++++++
news/canlock-hp/PLIST | 5 +++++
news/canlock-hp/distinfo | 6 ++++++
4 files changed, 42 insertions(+), 0 deletions(-)
diffs (58 lines):
diff -r 7113420769c0 -r 70a5f0d7590c news/canlock-hp/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/news/canlock-hp/DESCR Mon Aug 27 15:13:27 2018 +0000
@@ -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 -r 7113420769c0 -r 70a5f0d7590c news/canlock-hp/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/news/canlock-hp/Makefile Mon Aug 27 15:13:27 2018 +0000
@@ -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@localhost
+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 -r 7113420769c0 -r 70a5f0d7590c news/canlock-hp/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/news/canlock-hp/PLIST Mon Aug 27 15:13:27 2018 +0000
@@ -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 -r 7113420769c0 -r 70a5f0d7590c news/canlock-hp/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/news/canlock-hp/distinfo Mon Aug 27 15:13:27 2018 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index