pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/news/canlock-hp



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 27 15:13:27 UTC 2018

Added Files:
        pkgsrc/news/canlock-hp: DESCR Makefile PLIST distinfo

Log Message:
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").


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/news/canlock-hp/DESCR \
    pkgsrc/news/canlock-hp/Makefile pkgsrc/news/canlock-hp/PLIST \
    pkgsrc/news/canlock-hp/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/news/canlock-hp/DESCR
diff -u /dev/null pkgsrc/news/canlock-hp/DESCR:1.1
--- /dev/null   Mon Aug 27 15:13:27 2018
+++ pkgsrc/news/canlock-hp/DESCR        Mon Aug 27 15:13:27 2018
@@ -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").
Index: pkgsrc/news/canlock-hp/Makefile
diff -u /dev/null pkgsrc/news/canlock-hp/Makefile:1.1
--- /dev/null   Mon Aug 27 15:13:27 2018
+++ pkgsrc/news/canlock-hp/Makefile     Mon Aug 27 15:13:27 2018
@@ -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"
Index: pkgsrc/news/canlock-hp/PLIST
diff -u /dev/null pkgsrc/news/canlock-hp/PLIST:1.1
--- /dev/null   Mon Aug 27 15:13:27 2018
+++ pkgsrc/news/canlock-hp/PLIST        Mon Aug 27 15:13:27 2018
@@ -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
Index: pkgsrc/news/canlock-hp/distinfo
diff -u /dev/null pkgsrc/news/canlock-hp/distinfo:1.1
--- /dev/null   Mon Aug 27 15:13:27 2018
+++ pkgsrc/news/canlock-hp/distinfo     Mon Aug 27 15:13:27 2018
@@ -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