pkgsrc-WIP-changes archive

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

Added canlock-hp.



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Thu Jul 26 15:18:39 2018 +0200
Changeset:	c616de860c1ee2d9789e7578d6647b008fc5b1c7

Added Files:
	canlock-hp/DESCR
	canlock-hp/Makefile
	canlock-hp/PLIST
	canlock-hp/README
	canlock-hp/distinfo

Log Message:
Added canlock-hp.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c616de860c1ee2d9789e7578d6647b008fc5b1c7

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

diffstat:
 canlock-hp/DESCR    | 10 ++++++++++
 canlock-hp/Makefile | 19 +++++++++++++++++++
 canlock-hp/PLIST    |  5 +++++
 canlock-hp/README   | 17 +++++++++++++++++
 canlock-hp/distinfo |  6 ++++++
 5 files changed, 57 insertions(+)

diffs:
diff --git a/canlock-hp/DESCR b/canlock-hp/DESCR
new file mode 100644
index 0000000000..7039f54f11
--- /dev/null
+++ b/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/canlock-hp/Makefile b/canlock-hp/Makefile
new file mode 100644
index 0000000000..a53b4298c7
--- /dev/null
+++ b/canlock-hp/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	canlock-hp-0.0.2
+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
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/canlock-hp/PLIST b/canlock-hp/PLIST
new file mode 100644
index 0000000000..3bbd030543
--- /dev/null
+++ b/canlock-hp/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+bin/canlock-hfp
+bin/canlock-mhp
+man/man1/canlock-hfp.1
+man/man1/canlock-mhp.1
diff --git a/canlock-hp/README b/canlock-hp/README
new file mode 100644
index 0000000000..d175563074
--- /dev/null
+++ b/canlock-hp/README
@@ -0,0 +1,17 @@
+1) General
+libcanlock contains no header parser because some programs already have one.
+If your program uses libcanlock (e.g. via canlock frontend in a script) and has
+no header parser, the utilities in this package can be used to fill the gap.
+
+
+2) System requirements
+- POSIX.1-2001 conformant operating system
+- POSIX C-Language Development Utilities (c99, lex, yacc)
+
+flex and bison are automatically detected as replacements for lex and yacc.
+
+
+Note:
+Because it would add additional dependencies and make porting to non-POSIX
+operating systems harder, the utilities in this package are not included
+in the libcanlock package.
diff --git a/canlock-hp/distinfo b/canlock-hp/distinfo
new file mode 100644
index 0000000000..289d3e260b
--- /dev/null
+++ b/canlock-hp/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (canlock-hp-0.0.2.tar.bz2) = cc9b78ba3e2e9734c4dd485b0ad29431f88e8d93
+RMD160 (canlock-hp-0.0.2.tar.bz2) = d21699c3fc92f21e820be7e9be9250b98bf04ef7
+SHA512 (canlock-hp-0.0.2.tar.bz2) = ca47d6656a651b6895ff7139b5cb7e6c061c06f53afd17dff4b8a9700fd869243a73e645d0357ae4064bc25c9834bdb3d34e815920ee17cfb12396fcb7aed970
+Size (canlock-hp-0.0.2.tar.bz2) = 178909 bytes


Home | Main Index | Thread Index | Old Index