pkgsrc-WIP-changes archive

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

remove fennel, imported as lang/fennel



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Tue Jan 10 22:52:05 2023 +0100
Changeset:	b5f9ef546d0a729a4b43a8a1bdcd604a7a5eeed7

Removed Files:
	fennel/DESCR
	fennel/Makefile
	fennel/PLIST
	fennel/distinfo
	fennel/patches/patch-Makefile

Log Message:
remove fennel, imported as lang/fennel

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

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

diffstat:
 fennel/DESCR                  |  2 --
 fennel/Makefile               | 37 -------------------------------------
 fennel/PLIST                  |  4 ----
 fennel/distinfo               |  7 -------
 fennel/patches/patch-Makefile | 14 --------------
 5 files changed, 64 deletions(-)

diffs:
diff --git a/fennel/DESCR b/fennel/DESCR
deleted file mode 100644
index 50e839c346..0000000000
--- a/fennel/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-Fennel is a lisp that compiles to Lua. It aims to be easy to use,
-expressive, and has almost zero overhead compared to writing Lua directly.
diff --git a/fennel/Makefile b/fennel/Makefile
deleted file mode 100644
index 18261d7179..0000000000
--- a/fennel/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	1.1.0
-PKGNAME=	fennel-1.1.0
-CATEGORIES=	lang
-MASTER_SITES=	https://git.sr.ht/~technomancy/fennel/archive/
-
-MAINTAINER=	charlotte%NetBSD.org@localhost
-HOMEPAGE=	https://fennel-lang.org/
-COMMENT=	The Fennel programming language
-LICENSE=	mit
-
-USE_LANGUAGES=	c
-USE_TOOLS+=	gmake
-NO_CONFIGURE=	yes
-
-WRKSRC=		${WRKDIR}/${PKGNAME}
-
-DEPENDS+=	${LUA_BASEDEPENDS}
-
-BUILD_TARGET=	build
-
-# We can't use lang/lua/application.mk's 'REPLACE_LUA' facility because that
-# is evaluated at configure-time -- which won't work because the shebang
-# statement we're trying to fix is written to our script afterwards, at
-# *build* time.
-#
-# Therefore, use this modification we've made to the Makefile, where we pass
-# in the LUA_INTERPRETER directly.
-MAKE_FLAGS+=	LUA_INTERPRETER=${LUA_INTERPRETER}
-
-INSTALL_MAKE_FLAGS+=	PREFIX=${PREFIX}
-INSTALL_MAKE_FLAGS+=	MAN_DIR=${PREFIX}/${PKGMANDIR}/man1
-
-.include "../../lang/lua/application.mk"
-.include "../../lang/lua/tool.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/fennel/PLIST b/fennel/PLIST
deleted file mode 100644
index 3b6083ae89..0000000000
--- a/fennel/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD$
-bin/fennel
-man/man1/fennel.1
-share/lua/5.3/fennel.lua
diff --git a/fennel/distinfo b/fennel/distinfo
deleted file mode 100644
index 5ceb4aa7db..0000000000
--- a/fennel/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD$
-
-SHA1 (1.1.0.tar.gz) = 94862aec85938116ee2962642a4703ac8e63d003
-RMD160 (1.1.0.tar.gz) = 561b041344fc1619f7fdbdb4895cde85bae03972
-SHA512 (1.1.0.tar.gz) = 86e92e399118a3aff8d49098b1a914bca6fdcd898aabcdfda38803a2e69a1d179bd972edece500ce2d912a895d15b8aaf1b05c8840e0062cf6d4043b862457b3
-Size (1.1.0.tar.gz) = 261279 bytes
-SHA1 (patch-Makefile) = 518e8f243430879627caf93fa4372820ebbdd62e
diff --git a/fennel/patches/patch-Makefile b/fennel/patches/patch-Makefile
deleted file mode 100644
index 55c9532c3c..0000000000
--- a/fennel/patches/patch-Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD$
-
-Let pkgsrc add the shebang to the fennel launcher script
---- Makefile.orig	2022-05-05 21:57:31.282820992 -0700
-+++ Makefile	2022-05-05 21:57:36.826751085 -0700
-@@ -41,7 +41,7 @@
- 
- # All-in-one pure-lua script:
- fennel: src/launcher.fnl $(SRC)
--	echo "#!/usr/bin/env $(LUA)" > $@
-+	echo "#!$(LUA_INTERPRETER)" > $@
- 	$(LAUNCHER) --no-metadata --require-as-include --compile $< >> $@
- 	chmod 755 $@
- 


Home | Main Index | Thread Index | Old Index