pkgsrc-WIP-changes archive

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

stumpwm: imported



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By:	nuclearkev
Date:		Fri Feb 21 16:26:34 2025 -0500
Changeset:	86b5faa9f1c83a1543147d73ff72c53868741981

Removed Files:
	stumpwm/DESCR
	stumpwm/Makefile
	stumpwm/PLIST
	stumpwm/distinfo
	stumpwm/patches/patch-Makefile.in

Log Message:
stumpwm: imported

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

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

diffstat:
 stumpwm/DESCR                     |  8 -----
 stumpwm/Makefile                  | 67 ---------------------------------------
 stumpwm/PLIST                     |  3 --
 stumpwm/distinfo                  | 15 ---------
 stumpwm/patches/patch-Makefile.in | 13 --------
 5 files changed, 106 deletions(-)

diffs:
diff --git a/stumpwm/DESCR b/stumpwm/DESCR
deleted file mode 100644
index 0328086553..0000000000
--- a/stumpwm/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-StumpWM is a window manager written entirely in Common Lisp. It
-attempts to be highly customizable while relying entirely on the
-keyboard for input. You will not find buttons, icons, title bars,
-tool bars, or any of the other conventional GUI widgets. StumpWM
-attempts to be customizable yet visually minimal. There are no
-window decorations, no icons, and no buttons. It does have various
-hooks to attach your personal customizations, and variables to
-tweak.
diff --git a/stumpwm/Makefile b/stumpwm/Makefile
deleted file mode 100644
index eda9d2bc25..0000000000
--- a/stumpwm/Makefile
+++ /dev/null
@@ -1,67 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	stumpwm-24.11
-CATEGORIES=	wm
-MASTER_SITES=	${MASTER_SITE_GITHUB:=stumpwm/}
-GITHUB_TAG=	${PKGVERSION_NOREV}
-DIST_SUBDIR=		stumpwm
-
-MAINTAINER=	ktnb%NetBSD.org@localhost
-HOMEPAGE=	https://stumpwm.github.io/
-COMMENT=	Tiling, keyboard driven window manager written in Common Lisp
-LICENSE=	gnu-gpl-v2
-
-PPCRE_VERSION=	2.1.2
-CLX_VERSION=	0.7.6
-ALEXANDRIA_VERSION=	1.4
-
-DISTFILES=	${DEFAULT_DISTFILES}
-DISTFILES+=	cl-ppcre-${PPCRE_VERSION}.tar.gz
-DISTFILES+=	cl-clx-${CLX_VERSION}.tar.gz
-DISTFILES+=	alexandria-${ALEXANDRIA_VERSION}.tar.gz
-
-SITES.cl-ppcre-${PPCRE_VERSION}.tar.gz= \
-        -https://github.com/edicl/cl-ppcre/archive/refs/tags/v${PPCRE_VERSION}.tar.gz
-SITES.cl-clx-${CLX_VERSION}.tar.gz= \
-        -https://github.com/sharplispers/clx/archive/refs/tags/${CLX_VERSION}.tar.gz
-SITES.alexandria-${ALEXANDRIA_VERSION}.tar.gz= \
-        -https://gitlab.common-lisp.net/alexandria/alexandria/-/archive/v${ALEXANDRIA_VERSION}/alexandria-v${ALEXANDRIA_VERSION}.tar.gz
-
-WRKSRC=		${WRKDIR}/stumpwm-24.11
-
-USE_TOOLS=	autoconf gmake makeinfo
-GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--enable-compression \
-			--with-module-dir=${DATADIR}/modules
-
-DEPENDS+=	sbcl-[0-9]*:../../lang/sbcl
-
-MAKE_ENV=	CL_SOURCE_REGISTRY=${WRKSRC} \
-MAKE_ENV+=	ASDF_OUTPUT_TRANSLATIONS=/:
-
-MAKE_JOBS_SAFE=	NO
-MKPIE_SUPPORTED=	no
-
-SUBST_CLASSES+=		destdir
-SUBST_SED.destdir+=	-e "s,destdir,DESTDIR,g"
-SUBST_FILES.destdir+=	Makefile
-SUBST_STAGE.destdir=	pre-build
-SUBST_MESSAGE.destdir=	Use the real destdir
-
-# Use symlinks so ASDF finds system dependencies
-pre-configure:
-	find ${WRKDIR} -type f -name \*.asd -a \! -name stumpwm.asd \
-		-exec ln -s {} ${WRKSRC} \;
-	cd ${WRKSRC} && ./autogen.sh
-
-# Warning shouldn't fail the build
-# https://bugs.launchpad.net/sbcl/+bug/2090967
-pre-build:
-	echo '(declaim (sb-ext:muffle-conditions cl:warning))' \
-		> ${WRKDIR}/.home/.sbclrc
-
-post-install:
-	${RM} ${DESTDIR}/${PREFIX}/share/info/dir
-
-.include "../../archivers/zstd/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/stumpwm/PLIST b/stumpwm/PLIST
deleted file mode 100644
index 42a54fa3ab..0000000000
--- a/stumpwm/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-bin/stumpwm
-share/info/stumpwm.info
diff --git a/stumpwm/distinfo b/stumpwm/distinfo
deleted file mode 100644
index 88b0b76d5d..0000000000
--- a/stumpwm/distinfo
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-BLAKE2s (stumpwm/alexandria-1.4.tar.gz) = 173f0095c50f04a688658c4a3d29cf307e935b1b0985d82a83a5b4c0b4579746
-SHA512 (stumpwm/alexandria-1.4.tar.gz) = 4343be8eb2bac1924aaa8c890895aa885205af4c84110d7f8ceaf6c9ba1390e6037ffa3697fd1630266aede01bb596fd84c332ca43ded80326795637583332af
-Size (stumpwm/alexandria-1.4.tar.gz) = 57634 bytes
-BLAKE2s (stumpwm/cl-clx-0.7.6.tar.gz) = 991ffe6cd6d83cda66a44a12311d7489be58dda4736b687b4a9fdd67570403e2
-SHA512 (stumpwm/cl-clx-0.7.6.tar.gz) = 7ca1e1f55807d4af29b872937dcb5f03cc251185095e90ed224645ef23628cb3df019c57ca903b3fa2063d4c7d52c957699f15699abca9ae1a4ae8588ef9d0f3
-Size (stumpwm/cl-clx-0.7.6.tar.gz) = 462763 bytes
-BLAKE2s (stumpwm/cl-ppcre-2.1.2.tar.gz) = e812127ef3ccd8d194cb2ee21730b13b5e7d2ed080c07aa9ca44024f5aca509a
-SHA512 (stumpwm/cl-ppcre-2.1.2.tar.gz) = bfcea40b251a21861dae4883f6d5b277626ae2bed86fb895173e011bdf35a289eee949a3a87b3e83ed123ae22f2a19268038e624b378fd98d28855dda9e11f78
-Size (stumpwm/cl-ppcre-2.1.2.tar.gz) = 159376 bytes
-BLAKE2s (stumpwm/stumpwm-24.11.tar.gz) = a931416c7343a63e5e93bbef0b4f856788e6624ba005b4716cc0787caef31a1f
-SHA512 (stumpwm/stumpwm-24.11.tar.gz) = f5af75ac059481d0c24937f696a94f451e9dc26f24d3c65fb33ee5f1cbf04c8aa4c10a8faecd3c35021219d72ccdf91b194513433e648004c7c8dbb9c593830f
-Size (stumpwm/stumpwm-24.11.tar.gz) = 287797 bytes
-SHA1 (patch-Makefile.in) = 0d895efc6316c8f8f0d1f3368030b3b800dd2ccb
diff --git a/stumpwm/patches/patch-Makefile.in b/stumpwm/patches/patch-Makefile.in
deleted file mode 100644
index 46894d47fd..0000000000
--- a/stumpwm/patches/patch-Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- Makefile.in.orig	2024-10-19 13:57:35.000000000 +0000
-+++ Makefile.in
-@@ -19,7 +19,7 @@ all: stumpwm stumpwm.info
- 
- travis: stumpwm test
- stumpwm.info: stumpwm.texi
--	test "$(MAKEINFO)" = "no" || $(MAKEINFO) stumpwm.texi
-+	test "$(MAKEINFO)" = "no" || $(MAKEINFO) --force --no-validate stumpwm.texi
- 
- # FIXME: This rule is too hardcoded
- stumpwm.texi: stumpwm.texi.in $(FILES)


Home | Main Index | Thread Index | Old Index