pkgsrc-WIP-changes archive

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

canlock-hp: Remove, used to update news/canlock-hp



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Fri Dec 3 12:02:25 2021 +0100
Changeset:	9bcb6415aba250d5f7a02d96811ee881e2a9e0db

Modified Files:
	Makefile
Removed Files:
	canlock-hp/DESCR
	canlock-hp/Makefile
	canlock-hp/PLIST
	canlock-hp/buildlink3.mk
	canlock-hp/distinfo

Log Message:
canlock-hp: Remove, used to update news/canlock-hp

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

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

diffstat:
 Makefile                 |  1 -
 canlock-hp/DESCR         | 12 ------------
 canlock-hp/Makefile      | 26 --------------------------
 canlock-hp/PLIST         | 11 -----------
 canlock-hp/buildlink3.mk | 12 ------------
 canlock-hp/distinfo      |  6 ------
 6 files changed, 68 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 94b6db3007..421bb63bcb 100644
--- a/Makefile
+++ b/Makefile
@@ -377,7 +377,6 @@ SUBDIR+=	calcurse
 SUBDIR+=	calendarsupport
 SUBDIR+=	calibre
 SUBDIR+=	calypso-git
-SUBDIR+=	canlock-hp
 SUBDIR+=	canna
 SUBDIR+=	canna-canuum
 SUBDIR+=	canna-dict
diff --git a/canlock-hp/DESCR b/canlock-hp/DESCR
deleted file mode 100644
index e26c6a250b..0000000000
--- a/canlock-hp/DESCR
+++ /dev/null
@@ -1,12 +0,0 @@
-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").
-
-There is also libcanlock-hp, a library to access the header parsers.
diff --git a/canlock-hp/Makefile b/canlock-hp/Makefile
deleted file mode 100644
index 1f872510d3..0000000000
--- a/canlock-hp/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	libcanlock-3.3.0
-PKGNAME=	${DISTNAME:S/libcanlock/canlock-hp/}
-CATEGORIES=	news
-MASTER_SITES=	http://micha.freeshell.org/libcanlock/src/
-EXTRACT_SUFX=	.tar.bz2
-
-MAINTAINER=	micha%NetBSD.org@localhost
-HOMEPAGE=	http://micha.freeshell.org/canlock-hp/
-COMMENT=	Parsers for RFC 5536 message headers and RFC 8315 header fields
-LICENSE=	mit
-
-USE_TOOLS+=	lex yacc
-USE_LANGUAGES+=	c99
-USE_LIBTOOL=	yes
-
-GNU_CONFIGURE=		yes
-CONFIGURE_ARGS+=	--enable-pc-files
-CONFIGURE_ARGS+=	--with-pkgconfigdir=${PREFIX}/lib/pkgconfig
-
-CONFIGURE_DIRS=	hp
-BUILD_DIRS=	hp
-TEST_TARGET=	test
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/canlock-hp/PLIST b/canlock-hp/PLIST
deleted file mode 100644
index 711a9aff6c..0000000000
--- a/canlock-hp/PLIST
+++ /dev/null
@@ -1,11 +0,0 @@
-@comment $NetBSD$
-bin/canlock-hfp
-bin/canlock-mhp
-include/libcanlock-3/canlock-hp.h
-lib/libcanlock-hp.la
-lib/pkgconfig/libcanlock-hp-3.pc
-man/man1/canlock-hfp.1
-man/man1/canlock-mhp.1
-man/man3/cl_hp_get_field.3
-man/man3/cl_hp_parse_field.3
-man/man3/cl_hp_unfold_field.3
diff --git a/canlock-hp/buildlink3.mk b/canlock-hp/buildlink3.mk
deleted file mode 100644
index 0ca53a3e98..0000000000
--- a/canlock-hp/buildlink3.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	canlock-hp
-
-.if !defined(CANLOCK_HP_BUILDLINK3_MK)
-CANLOCK_HP_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.canlock-hp+=	canlock-hp>=3.3.0
-BUILDLINK_PKGSRCDIR.canlock-hp?=	../../wip/canlock-hp
-.endif	# CANLOCK_HP_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-canlock-hp
diff --git a/canlock-hp/distinfo b/canlock-hp/distinfo
deleted file mode 100644
index df00a9ff36..0000000000
--- a/canlock-hp/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (libcanlock-3.3.0.tar.bz2) = 17253a5e718baf031e3853b9e59e40a1a9d82d24
-RMD160 (libcanlock-3.3.0.tar.bz2) = 85f7881e731a66bceec03864e7b8e0c9f8c4cbe0
-SHA512 (libcanlock-3.3.0.tar.bz2) = 100d2b4bf3eadedb7da230317cd37b2c1b259bbd783099a74e0d75fdc6ecddb8a6fd854a2b272bda3629bcf1ac1ae2b3d5657fca9137c17e38aad88f30e4c81c
-Size (libcanlock-3.3.0.tar.bz2) = 625796 bytes


Home | Main Index | Thread Index | Old Index