pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Update to 3.1.0
Module Name: pkgsrc-wip
Committed By: Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By: micha
Date: Mon Feb 4 16:15:13 2019 +0100
Changeset: 2106f3c833cc8987af3f664874f7e066528f931e
Modified Files:
Makefile
Added Files:
canlock-hp/COMMIT_MSG
canlock-hp/DESCR
canlock-hp/Makefile
canlock-hp/PLIST
canlock-hp/distinfo
Log Message:
Update to 3.1.0
Source tree of canlock-hp was merged into libcanlock.
This package now tracks the version number of libcanlock.
Changelog
=========
3.1.0 2019-01-26
Merged into libcanlock package. Now using the same version number.
Manual page of canlock-hfp utility updated
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2106f3c833cc8987af3f664874f7e066528f931e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
canlock-hp/COMMIT_MSG | 11 +++++++++++
canlock-hp/DESCR | 10 ++++++++++
canlock-hp/Makefile | 24 ++++++++++++++++++++++++
canlock-hp/PLIST | 5 +++++
canlock-hp/distinfo | 6 ++++++
6 files changed, 57 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index e6a99d32f2..da02dc0ccd 100644
--- a/Makefile
+++ b/Makefile
@@ -327,6 +327,7 @@ SUBDIR+= cairo-dock-plugins
SUBDIR+= cairo-java
SUBDIR+= calcurse
SUBDIR+= calypso-git
+SUBDIR+= canlock-hp
SUBDIR+= canna
SUBDIR+= canna-canuum
SUBDIR+= canna-dict
diff --git a/canlock-hp/COMMIT_MSG b/canlock-hp/COMMIT_MSG
new file mode 100644
index 0000000000..b0e3b101d6
--- /dev/null
+++ b/canlock-hp/COMMIT_MSG
@@ -0,0 +1,11 @@
+Update to 3.1.0
+
+Source tree of canlock-hp was merged into libcanlock.
+This package now tracks the version number of libcanlock.
+
+Changelog
+=========
+
+3.1.0 2019-01-26
+ Merged into libcanlock package. Now using the same version number.
+ Manual page of canlock-hfp utility updated
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..f7caac259a
--- /dev/null
+++ b/canlock-hp/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME= libcanlock-3.1.0
+PKGNAME= ${DISTNAME:S/libcanlock/canlock-hp/}
+CATEGORIES= news
+MASTER_SITES= http://micha.freeshell.org/libcanlock/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
+CONFIGURE_DIRS= hp
+BUILD_DIRS= hp
+
+USE_LANGUAGES+= c99
+
+USE_TOOLS+= lex yacc
+
+TEST_TARGET= test
+
+.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/distinfo b/canlock-hp/distinfo
new file mode 100644
index 0000000000..5f2a4f1e16
--- /dev/null
+++ b/canlock-hp/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (libcanlock-3.1.0.tar.bz2) = 53d0bf126ae4169f704a4e6bc9154eb57d36008b
+RMD160 (libcanlock-3.1.0.tar.bz2) = 56021643dedb418cc056223ea7d5cbd95e5c27b0
+SHA512 (libcanlock-3.1.0.tar.bz2) = 46f0806ff24ebf9f1cc497c44522dc0d8f56b290f8c8d949404b676724307b2b9a75e93350360e01a6b80fb804f6cd6edb6c4786221c8ec5506fecb3479d89bb
+Size (libcanlock-3.1.0.tar.bz2) = 487745 bytes
Home |
Main Index |
Thread Index |
Old Index