pkgsrc-WIP-changes archive

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

chezscheme: remove, pkgsrc version is newer



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Jul 6 07:24:36 2026 +0200
Changeset:	fb3a88029df0983b06c195f78b12f2e85fe1a06d

Modified Files:
	Makefile
Removed Files:
	chezscheme/DESCR
	chezscheme/Makefile
	chezscheme/PLIST
	chezscheme/distinfo
	chezscheme/options.mk
	chezscheme/patches/patch-configure

Log Message:
chezscheme: remove, pkgsrc version is newer

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

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

diffstat:
 Makefile                           |  1 -
 chezscheme/DESCR                   |  2 -
 chezscheme/Makefile                | 76 --------------------------------------
 chezscheme/PLIST                   | 41 --------------------
 chezscheme/distinfo                | 18 ---------
 chezscheme/options.mk              | 11 ------
 chezscheme/patches/patch-configure | 20 ----------
 7 files changed, 169 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index ec8b6acc70..6516e5c180 100644
--- a/Makefile
+++ b/Makefile
@@ -488,7 +488,6 @@ SUBDIR+=	chemeq
 SUBDIR+=	chems
 SUBDIR+=	cherokee
 SUBDIR+=	chezmoi
-SUBDIR+=	chezscheme
 SUBDIR+=	chezscheme-racket
 SUBDIR+=	chip-seq
 SUBDIR+=	chirpstack
diff --git a/chezscheme/DESCR b/chezscheme/DESCR
deleted file mode 100644
index 16fdc3e391..0000000000
--- a/chezscheme/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-Chez Scheme is both a programming language and an implementation of that
-language, with supporting tools and documentation.
diff --git a/chezscheme/Makefile b/chezscheme/Makefile
deleted file mode 100644
index 27a9dda9c4..0000000000
--- a/chezscheme/Makefile
+++ /dev/null
@@ -1,76 +0,0 @@
-# $NetBSD$
-
-GITHUB_PROJECT=	ChezScheme
-VERSION=	9.5.8
-PKGNAME=	${GITHUB_PROJECT:tl}-${VERSION}
-DISTNAME=	v${VERSION}
-CATEGORIES=	lang
-MASTER_SITES=	${MASTER_SITE_GITHUB:=cisco/}
-GITHUB_TAG=	${DISTNAME}
-DIST_SUBDIR=	${GITHUB_PROJECT}
-ZLIB_VERSION=	1.2.12
-LZ4_VERSION=	1.9.2
-NANOPASS_VERSION=1.9.2
-STEX_VERSION=	1.2.2
-
-DISTFILES=	ChezScheme-${VERSION}.tar.gz \
-		zlib-${ZLIB_VERSION}.tar.gz \
-		lz4-${LZ4_VERSION}.tar.gz \
-		nanopass-framework-scheme-${NANOPASS_VERSION}.tar.gz \
-		stex-${STEX_VERSION}.tar.gz
-SITES.ChezScheme-${VERSION}.tar.gz= \
-		-https://github.com/cisco/ChezScheme/archive/v${VERSION}.tar.gz
-SITES.zlib-${ZLIB_VERSION}.tar.gz=	\
-		-https://github.com/madler/zlib/archive/v${ZLIB_VERSION}.tar.gz
-SITES.lz4-${LZ4_VERSION}.tar.gz= \
-		-https://github.com/lz4/lz4/archive/v${LZ4_VERSION}.tar.gz
-SITES.nanopass-framework-scheme-${NANOPASS_VERSION}.tar.gz= \
-		-https://github.com/nanopass/nanopass-framework-scheme/archive/v${NANOPASS_VERSION}.tar.gz
-SITES.stex-${STEX_VERSION}.tar.gz= \
-		-https://github.com/dybvig/stex/archive/v${STEX_VERSION}.tar.gz
-
-MAINTAINER=	root%zta.lk@localhost
-HOMEPAGE=	https://cisco.github.io/ChezScheme/
-COMMENT=	Cisco implementation of the Scheme programming language
-LICENSE=	apache-2.0
-
-WRKSRC=		${WRKDIR}/ChezScheme-${VERSION}
-HAS_CONFIGURE=	yes
-USE_TOOLS+=	gmake
-USE_LANGUAGES+=	c
-
-.include "options.mk"
-
-pre-configure:
-	cd ${WRKSRC} && rmdir stex && mv ../stex-${STEX_VERSION} stex && \
-		        rmdir zlib && mv ../zlib-${ZLIB_VERSION} zlib &&  \
-		        rmdir lz4 && mv ../lz4-${LZ4_VERSION} lz4 &&  \
-			rmdir nanopass && mv ../nanopass-framework-scheme-${NANOPASS_VERSION} nanopass
-do-configure:
-	cd ${WRKSRC} && ./configure ${CONFIGURE_ARGS} \
-                                    --installprefix=${PREFIX} \
-                                    --installman=${PREFIX}/${PKGMANDIR} \
-                                    --temproot=${DESTDIR} \
-                                    LDFLAGS="${LDFLAGS}"
-
-ONLY_FOR_PLATFORM+=	Linux-*-x86_64 Darwin-*-x86_64
-ONLY_FOR_PLATFORM+=	Linux-*-i386 Darwin-*-i386
-.if ${OPSYS} == Linux
-PLIST_SUBST+=		OS=le
-.elif ${OPSYS} == Darwin
-PLIST_SUBST+=		OS=osx
-.endif
-
-.if ${MACHINE_ARCH} == i386
-PLIST_SUBST+=	M=i3
-.elif ${MACHINE_ARCH} == x86_64
-PLIST_SUBST+=	M=a6
-.endif
-
-BUILD_TARGET=	build
-PLIST_SUBST+=	T=${THR}
-
-.include "../../mk/curses.buildlink3.mk"
-.include "../../devel/libuuid/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/chezscheme/PLIST b/chezscheme/PLIST
deleted file mode 100644
index 1358440635..0000000000
--- a/chezscheme/PLIST
+++ /dev/null
@@ -1,41 +0,0 @@
-@comment $NetBSD$
-bin/petite
-bin/scheme
-bin/scheme-script
-lib/csv${PKGVERSION}/examples/Makefile
-lib/csv${PKGVERSION}/examples/compat.ss
-lib/csv${PKGVERSION}/examples/crepl.c
-lib/csv${PKGVERSION}/examples/csocket.c
-lib/csv${PKGVERSION}/examples/def.ss
-lib/csv${PKGVERSION}/examples/edit.ss
-lib/csv${PKGVERSION}/examples/ez-grammar-test.ss
-lib/csv${PKGVERSION}/examples/ez-grammar.ss
-lib/csv${PKGVERSION}/examples/fact.ss
-lib/csv${PKGVERSION}/examples/fatfib.ss
-lib/csv${PKGVERSION}/examples/fft.ss
-lib/csv${PKGVERSION}/examples/fib.ss
-lib/csv${PKGVERSION}/examples/foreign.ss
-lib/csv${PKGVERSION}/examples/freq.ss
-lib/csv${PKGVERSION}/examples/interpret.ss
-lib/csv${PKGVERSION}/examples/m4.ss
-lib/csv${PKGVERSION}/examples/macro.ss
-lib/csv${PKGVERSION}/examples/matrix.ss
-lib/csv${PKGVERSION}/examples/object.ss
-lib/csv${PKGVERSION}/examples/power.ss
-lib/csv${PKGVERSION}/examples/queue.ss
-lib/csv${PKGVERSION}/examples/rabbit.ss
-lib/csv${PKGVERSION}/examples/rsa.ss
-lib/csv${PKGVERSION}/examples/scons.ss
-lib/csv${PKGVERSION}/examples/setof.ss
-lib/csv${PKGVERSION}/examples/socket.ss
-lib/csv${PKGVERSION}/examples/template.ss
-lib/csv${PKGVERSION}/examples/unify.ss
-lib/csv${PKGVERSION}/${T}${M}${OS}/petite.boot
-lib/csv${PKGVERSION}/${T}${M}${OS}/scheme-script.boot
-lib/csv${PKGVERSION}/${T}${M}${OS}/scheme.boot
-lib/csv${PKGVERSION}/${T}${M}${OS}/scheme.h
-lib/csv${PKGVERSION}/${T}${M}${OS}/kernel.o
-lib/csv${PKGVERSION}/${T}${M}${OS}/main.o
-lib/csv${PKGVERSION}/${T}${M}${OS}/revision
-man/man1/petite.1
-man/man1/scheme.1
diff --git a/chezscheme/distinfo b/chezscheme/distinfo
deleted file mode 100644
index 31ee342d48..0000000000
--- a/chezscheme/distinfo
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD$
-
-BLAKE2s (ChezScheme/ChezScheme-9.5.8.tar.gz) = e4f98ef574a75ec7622b27d68e11056e60d2fc6a5f0ce869acba218344ab1cb5
-SHA512 (ChezScheme/ChezScheme-9.5.8.tar.gz) = fbb0f0150e958e914e34d3ff96351246f2ae155370bc6ca8f7be4c3019cbc2c33167de4e12e138b4a084c2ccde5da99a8d7ae7d2880d34e7084e89ad6258c752
-Size (ChezScheme/ChezScheme-9.5.8.tar.gz) = 32917460 bytes
-BLAKE2s (ChezScheme/lz4-1.9.2.tar.gz) = 133883db3e3a6bc73c77a549572c66e7575756ccb6ec39ab2084072e8a26ae27
-SHA512 (ChezScheme/lz4-1.9.2.tar.gz) = ae714c61ec8e33ed91359b63f2896cfa102d66b730dce112b74696ec5850e59d88bd5527173e01e354a70fbe8f036557a47c767ee0766bc5f9c257978116c3c1
-Size (ChezScheme/lz4-1.9.2.tar.gz) = 305796 bytes
-BLAKE2s (ChezScheme/nanopass-framework-scheme-1.9.2.tar.gz) = b9c667dab2d1f4bcd872024354cecb8a0639e6de303a91a8cb498b9d042344d9
-SHA512 (ChezScheme/nanopass-framework-scheme-1.9.2.tar.gz) = 788b396bc51ef6427b3dd63f9a76d6854014db8a81ad3f86ba0070576c50cf20e248535a0a3e66769ea94b65064f0f67312f4dea01b6b2cf963b5d78757f878c
-Size (ChezScheme/nanopass-framework-scheme-1.9.2.tar.gz) = 437581 bytes
-BLAKE2s (ChezScheme/stex-1.2.2.tar.gz) = 98b4aa508720e08e37aec396ff96f848e4a7fc3d90416eeeb09e4cf1a49b8fd4
-SHA512 (ChezScheme/stex-1.2.2.tar.gz) = b6a15e4c578a88aeb0b2c50eeba4a6451e8c5b7f1cc6e7d36b87577ed5318383006f7d8eba9a2a25e2f19795bc006c9f06c9aecdbe8094dad2ebafdc9fa4c7cb
-Size (ChezScheme/stex-1.2.2.tar.gz) = 211032 bytes
-BLAKE2s (ChezScheme/zlib-1.2.12.tar.gz) = 1ebe0aff06e99b2485e0b285a0deb32afb341f527e8cf680ddbfada09990f205
-SHA512 (ChezScheme/zlib-1.2.12.tar.gz) = 5b029532a9f5f12ad425c12eccdf1b77c8d91801342c5b5e26ffb539f76a204e6c4882b40f0130f143f2cd38df90e90af2978cf4bb997e1fa3a0d1eff2ca979e
-Size (ChezScheme/zlib-1.2.12.tar.gz) = 1547173 bytes
-SHA1 (patch-configure) = 5d31d9168c7122c122e2e50d704ef3216126465a
diff --git a/chezscheme/options.mk b/chezscheme/options.mk
deleted file mode 100644
index da2e296e57..0000000000
--- a/chezscheme/options.mk
+++ /dev/null
@@ -1,11 +0,0 @@
-PKG_OPTIONS_VAR=	PKG_OPTIONS.chezscheme
-PKG_SUPPORTED_OPTIONS=	threads
-PKG_SUGGESTED_OPTIONS=	threads
-
-.include "../../mk/bsd.prefs.mk"
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mthreads)
-CONFIGURE_ARGS+= --threads
-THR=	t
-.endif
diff --git a/chezscheme/patches/patch-configure b/chezscheme/patches/patch-configure
deleted file mode 100644
index 469995ec9a..0000000000
--- a/chezscheme/patches/patch-configure
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD$
-
---- configure.orig	2020-08-31 02:35:12.000000000 +0000
-+++ configure
-@@ -409,6 +409,7 @@ if [ "$m" = "" -o ! -f boot/$m/scheme.bo
-   exit 1
- fi
- 
-+if false ; then
- if [ -d '.git' ] && command -v git >/dev/null 2>&1 ; then
-   git submodule init && git submodule update || exit 1
- else
-@@ -436,6 +437,7 @@ else
-     (curl -L -o v1.2.2.tar.gz https://github.com/dybvig/stex/archive/v1.2.2.tar.gz && tar -zxf v1.2.2.tar.gz && mv stex-1.2.2 stex && rm v1.2.2.tar.gz) || exit 1
-   fi
- fi
-+fi
- 
- ./workarea $m $w
- 


Home | Main Index | Thread Index | Old Index