pkgsrc-WIP-changes archive

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

zipfs-git, lapinotte-util-git: remove, lost interest



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Thu Apr 21 13:55:43 2022 +0200
Changeset:	28259faadd08d710fe3786fd068fe2e3c76e6504

Modified Files:
	Makefile
Removed Files:
	lapinott-util-git/DESCR
	lapinott-util-git/Makefile
	lapinott-util-git/PLIST
	lapinott-util-git/buildlink3.mk
	zipfs-git/DESCR
	zipfs-git/Makefile
	zipfs-git/PLIST
	zipfs-git/TODO

Log Message:
zipfs-git, lapinotte-util-git: remove, lost interest

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

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

diffstat:
 Makefile                        |  2 --
 lapinott-util-git/DESCR         |  1 -
 lapinott-util-git/Makefile      | 23 -----------------------
 lapinott-util-git/PLIST         |  5 -----
 lapinott-util-git/buildlink3.mk | 15 ---------------
 zipfs-git/DESCR                 | 10 ----------
 zipfs-git/Makefile              | 27 ---------------------------
 zipfs-git/PLIST                 |  5 -----
 zipfs-git/TODO                  |  1 -
 9 files changed, 89 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 240031bb57..b8c26fec6c 100644
--- a/Makefile
+++ b/Makefile
@@ -1992,7 +1992,6 @@ SUBDIR+=	l2tpd
 SUBDIR+=	lambertw
 SUBDIR+=	lander
 SUBDIR+=	lanq
-SUBDIR+=	lapinott-util-git
 SUBDIR+=	lasi
 SUBDIR+=	last.fm
 SUBDIR+=	lbt
@@ -6115,7 +6114,6 @@ SUBDIR+=	zetacoin
 SUBDIR+=	zimpl
 SUBDIR+=	zip-devel
 SUBDIR+=	ziparchive
-SUBDIR+=	zipfs-git
 SUBDIR+=	zipios
 SUBDIR+=	zlua
 SUBDIR+=	zmap
diff --git a/lapinott-util-git/DESCR b/lapinott-util-git/DESCR
deleted file mode 100644
index 5432b63fad..0000000000
--- a/lapinott-util-git/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-A small collection of utility code used by zipfs.
diff --git a/lapinott-util-git/Makefile b/lapinott-util-git/Makefile
deleted file mode 100644
index e738f402e7..0000000000
--- a/lapinott-util-git/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile,v 1.18 2018/03/12 11:17:42 wiz Exp $
-
-DISTNAME=	util-0.0
-PKGNAME=	lapinotte-${DISTNAME}
-CATEGORIES=	devel
-#MASTER_SITES=	${MASTER_SITE_GITHUB:=lapinott/}
-GIT_REPO=       https://github.com/lapinott/util.git
-#GITHUB_COMMIT=	2b1e344cdc34874b4ad84147128c94ef4b9b8b68
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/lapinott/util
-COMMENT=	Utility library for zipfs
-LICENSE=	mit
-
-WRKSRC=			${WRKDIR}/util
-
-USE_CMAKE=	yes
-USE_LANGUAGES=	c c++17
-CMAKE_ARGS+=	-DBOOST_DIR=${BUILDLINK_PREFIX.boost-libs}
-
-.include "../../wip/mk/git-package.mk"
-.include "../../devel/boost-libs/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lapinott-util-git/PLIST b/lapinott-util-git/PLIST
deleted file mode 100644
index 095c2379ef..0000000000
--- a/lapinott-util-git/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD$
-include/util/filesystem_path_t.h
-include/util/split.h
-include/util/utf8_utf16_conv.h
-lib/libutil.a
diff --git a/lapinott-util-git/buildlink3.mk b/lapinott-util-git/buildlink3.mk
deleted file mode 100644
index dd4d793d95..0000000000
--- a/lapinott-util-git/buildlink3.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	lapinotte-util
-
-.if !defined(LAPINOTTE_UTIL_BUILDLINK3_MK)
-LAPINOTTE_UTIL_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.lapinotte-util+=	lapinotte-util>=0.0nb20220407
-BUILDLINK_PKGSRCDIR.lapinotte-util?=	../../wip/lapinott-util-git
-BUILDLINK_DEPMETHOD.lapinotte-util?=	build
-
-.include "../../devel/boost-libs/buildlink3.mk"
-.endif	# LAPINOTTE_UTIL_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-lapinotte-util
diff --git a/zipfs-git/DESCR b/zipfs-git/DESCR
deleted file mode 100644
index 2484bc51c5..0000000000
--- a/zipfs-git/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-zipfs purpose is to provide a zip archive that serves as a local
-file system that supports custom encryption.
-
-When encryption and/or decryption are set, zipfs will transparently:
-
-* encrypt and add files to the archive from memory or from the OS
-  file system
-* decrypt and serve file data to memory or to the OS file system
-
-Encryption and/or decryption are optional and user-defined.
diff --git a/zipfs-git/Makefile b/zipfs-git/Makefile
deleted file mode 100644
index a5e2b8a553..0000000000
--- a/zipfs-git/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.18 2018/03/12 11:17:42 wiz Exp $
-
-DISTNAME=	zipfs-0.0
-CATEGORIES=	devel
-#MASTER_SITES=	${MASTER_SITE_GITHUB:=lapinott/}
-GIT_REPO=	https://github.com/lapinott/zipfs.git
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/lapinott/zipfs
-COMMENT=	Utility library for zipfs
-LICENSE=	mit
-
-WRKSRC=			${WRKDIR}/zipfs
-
-CPPFLAGS+=	-I${BUILDLINK_PREFIX.libzip}/include
-CFLAGS+=	-I${BUILDLINK_PREFIX.libzip}/include
-
-USE_CMAKE=	yes
-USE_LANGUAGES=	c c++17
-CMAKE_ARGS+=	-DBOOST_DIR=${BUILDLINK_PREFIX.boost-libs}
-CMAKE_ARGS+=	-DLIBZIP_DIR=${BUILDLINK_PREFIX.libzip}
-
-.include "../../wip/mk/git-package.mk"
-.include "../../devel/boost-libs/buildlink3.mk"
-.include "../../wip/lapinott-util-git/buildlink3.mk"
-.include "../../archivers/libzip/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/zipfs-git/PLIST b/zipfs-git/PLIST
deleted file mode 100644
index 095c2379ef..0000000000
--- a/zipfs-git/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD$
-include/util/filesystem_path_t.h
-include/util/split.h
-include/util/utf8_utf16_conv.h
-lib/libutil.a
diff --git a/zipfs-git/TODO b/zipfs-git/TODO
deleted file mode 100644
index e79ea6f3d0..0000000000
--- a/zipfs-git/TODO
+++ /dev/null
@@ -1 +0,0 @@
-Uses internal libzip header, zipint.h.


Home | Main Index | Thread Index | Old Index