pkgsrc-WIP-changes archive

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

remove Lua modules older than those in HEAD



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Thu Jul 2 22:18:07 2020 +0100
Changeset:	8d4dce458a14cd0411253945745a8266d7a002a2

Modified Files:
	Makefile
Removed Files:
	lua-luafilesystem/DESCR
	lua-luafilesystem/Makefile
	lua-luafilesystem/PLIST
	lua-luafilesystem/distinfo
	lua-luafilesystem/patches/patch-Makefile
	lua-luafilesystem/patches/patch-config
	lua-penlight/DESCR
	lua-penlight/Makefile
	lua-penlight/PLIST
	lua-penlight/distinfo

Log Message:
remove Lua modules older than those in HEAD

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

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

diffstat:
 Makefile                                 |  2 --
 lua-luafilesystem/DESCR                  |  7 ------
 lua-luafilesystem/Makefile               | 30 ------------------------
 lua-luafilesystem/PLIST                  |  2 --
 lua-luafilesystem/distinfo               |  8 -------
 lua-luafilesystem/patches/patch-Makefile | 17 --------------
 lua-luafilesystem/patches/patch-config   | 23 ------------------
 lua-penlight/DESCR                       |  4 ----
 lua-penlight/Makefile                    | 26 ---------------------
 lua-penlight/PLIST                       | 40 --------------------------------
 lua-penlight/distinfo                    |  6 -----
 11 files changed, 165 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index dbcb265ecc..e06801bd43 100644
--- a/Makefile
+++ b/Makefile
@@ -2038,11 +2038,9 @@ SUBDIR+=	lua-dkjson
 SUBDIR+=	lua-lbn
 SUBDIR+=	lua-ldoc
 SUBDIR+=	lua-luacheck
-SUBDIR+=	lua-luafilesystem
 SUBDIR+=	lua-luassert
 SUBDIR+=	lua-mediator
 SUBDIR+=	lua-mpack
-SUBDIR+=	lua-penlight
 SUBDIR+=	lua-say
 SUBDIR+=	lua-system
 SUBDIR+=	luabind
diff --git a/lua-luafilesystem/DESCR b/lua-luafilesystem/DESCR
deleted file mode 100644
index e663967185..0000000000
--- a/lua-luafilesystem/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-LuaFileSystem is a Lua library developed to complement the set of functions
-related to file systems offered by the standard Lua distribution.
-
-LuaFileSystem offers a portable way to access the underlying directory
-structure and file attributes.
-
-LuaFileSystem is free software and uses the same license as Lua 5.x (MIT).
diff --git a/lua-luafilesystem/Makefile b/lua-luafilesystem/Makefile
deleted file mode 100644
index 37171f09d0..0000000000
--- a/lua-luafilesystem/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	luafilesystem-1.6.3
-PKGNAME=	${LUA_PKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GITHUB:=keplerproject/}
-GITHUB_TAG=	v${PKGVERSION_NOREV:C/\./_/g}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://keplerproject.github.io/luafilesystem/
-COMMENT=	File system library to complement standard Lua distribution
-LICENSE=	mit
-
-USE_TOOLS+=	gmake
-WRKSRC=		${WRKDIR}/luafilesystem-v_${PKGVERSION_NOREV:C/\./_/g}
-
-SUBST_CLASSES+=		cfg
-SUBST_MESSAGE.cfg=	Fixing paths
-SUBST_STAGE.cfg=	pre-build
-SUBST_FILES.cfg=	config
-SUBST_VARS.cfg=		PREFIX
-SUBST_VARS.cfg+=	LUA_CDIR
-SUBST_VARS.cfg+=	LUA_INCDIR
-
-do-build:
-	cd ${WRKSRC} && ${GMAKE} src/lfs.so
-
-.include "../../lang/lua/module.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/lua-luafilesystem/PLIST b/lua-luafilesystem/PLIST
deleted file mode 100644
index 3a5567b1cf..0000000000
--- a/lua-luafilesystem/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-${LUA_CDIR}/lfs.so
diff --git a/lua-luafilesystem/distinfo b/lua-luafilesystem/distinfo
deleted file mode 100644
index 0db131f311..0000000000
--- a/lua-luafilesystem/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD$
-
-SHA1 (luafilesystem-1.6.3.tar.gz) = 72bc1415e7eefb339742538505675c59bd69e6bb
-RMD160 (luafilesystem-1.6.3.tar.gz) = cb949e36d9d09061be5eed9c67332cb3178250b5
-SHA512 (luafilesystem-1.6.3.tar.gz) = abfa1b3ac22ed80189560a1a025a7ea21a954defe14e5b539e08f266d180962a691262efc7eb2ddacc2d4aae14d6e356b1a276165b5bed46a13e4d6c61ab99f1
-Size (luafilesystem-1.6.3.tar.gz) = 30379 bytes
-SHA1 (patch-Makefile) = 567f375e16d6007b1764b7507a544e529ecdc354
-SHA1 (patch-config) = 719f87343d8a2be744d632592587618ce49bdc52
diff --git a/lua-luafilesystem/patches/patch-Makefile b/lua-luafilesystem/patches/patch-Makefile
deleted file mode 100644
index 41aaa42fb5..0000000000
--- a/lua-luafilesystem/patches/patch-Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD$
-
-Don't use mkdir and cp directly, use BSD_INSTALL_* abstraction instead
-
---- Makefile.orig	2015-01-15 18:58:20.000000000 +0000
-+++ Makefile
-@@ -18,8 +18,8 @@ test: lib
- 	LUA_CPATH=./src/?.so lua tests/test.lua
- 
- install:
--	mkdir -p $(LUA_LIBDIR)
--	cp src/lfs.so $(LUA_LIBDIR)
-+	$(BSD_INSTALL_LIB_DIR) $(DESTDIR)$(LUA_LIBDIR)
-+	$(BSD_INSTALL_LIB) src/lfs.so $(DESTDIR)$(LUA_LIBDIR)
- 
- clean:
- 	rm -f src/lfs.so $(OBJS)
diff --git a/lua-luafilesystem/patches/patch-config b/lua-luafilesystem/patches/patch-config
deleted file mode 100644
index eeb526e2ba..0000000000
--- a/lua-luafilesystem/patches/patch-config
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD$
-
-Replace hardcoded paths with @@ variables to use SUBST framework
-
---- config.orig	2015-01-15 18:58:20.000000000 +0000
-+++ config
-@@ -1,13 +1,13 @@
- # Installation directories
- 
- # Default installation prefix
--PREFIX=/usr/local
-+PREFIX=@PREFIX@
- 
- # System's libraries directory (where binary libraries are installed)
--LUA_LIBDIR= $(PREFIX)/lib/lua/5.1
-+LUA_LIBDIR= $(PREFIX)/@LUA_CDIR@
- 
- # Lua includes directory
--LUA_INC= $(PREFIX)/include
-+LUA_INC= $(PREFIX)/@LUA_INCDIR@
- 
- # OS dependent
- LIB_OPTION= -shared #for Linux
diff --git a/lua-penlight/DESCR b/lua-penlight/DESCR
deleted file mode 100644
index a23a033052..0000000000
--- a/lua-penlight/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-A set of pure Lua libraries focusing on input data handling (such as reading
-configuration files), functional programming (such as map, reduce, placeholder
-expressions,etc), and OS path management. Much of the functionality is inspired
-by the Python standard libraries.
diff --git a/lua-penlight/Makefile b/lua-penlight/Makefile
deleted file mode 100644
index 2e791c9c56..0000000000
--- a/lua-penlight/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	penlight-1.6.0
-PKGNAME=	${LUA_PKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GITHUB:=stevedonovan/}
-GITHUB_PROJECT=	Penlight
-GITHUB_TAG=	${PKGVERSION_NOREV}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://stevedonovan.github.io/Penlight/
-COMMENT=	Set of pure Lua libraries focusing on input data handling
-LICENSE=	mit
-
-NO_BUILD=		yes
-INSTALLATION_DIRS+=	${LUA_LDIR}/pl
-WRKSRC=			${WRKDIR}/Penlight-${PKGVERSION_NOREV}
-
-DEPENDS+=	${LUA_PKGPREFIX}-luafilesystem-[0-9]*:../../wip/lua-luafilesystem
-
-do-install:
-	${INSTALL_DATA} ${WRKSRC}/lua/pl/* ${DESTDIR}${PREFIX}/${LUA_LDIR}/pl
-
-.include "../../lang/lua/module.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/lua-penlight/PLIST b/lua-penlight/PLIST
deleted file mode 100644
index a52422cefe..0000000000
--- a/lua-penlight/PLIST
+++ /dev/null
@@ -1,40 +0,0 @@
-@comment $NetBSD$
-${LUA_LDIR}/pl/Date.lua
-${LUA_LDIR}/pl/List.lua
-${LUA_LDIR}/pl/Map.lua
-${LUA_LDIR}/pl/MultiMap.lua
-${LUA_LDIR}/pl/OrderedMap.lua
-${LUA_LDIR}/pl/Set.lua
-${LUA_LDIR}/pl/app.lua
-${LUA_LDIR}/pl/array2d.lua
-${LUA_LDIR}/pl/class.lua
-${LUA_LDIR}/pl/compat.lua
-${LUA_LDIR}/pl/comprehension.lua
-${LUA_LDIR}/pl/config.lua
-${LUA_LDIR}/pl/data.lua
-${LUA_LDIR}/pl/dir.lua
-${LUA_LDIR}/pl/file.lua
-${LUA_LDIR}/pl/func.lua
-${LUA_LDIR}/pl/import_into.lua
-${LUA_LDIR}/pl/init.lua
-${LUA_LDIR}/pl/input.lua
-${LUA_LDIR}/pl/lapp.lua
-${LUA_LDIR}/pl/lexer.lua
-${LUA_LDIR}/pl/luabalanced.lua
-${LUA_LDIR}/pl/operator.lua
-${LUA_LDIR}/pl/path.lua
-${LUA_LDIR}/pl/permute.lua
-${LUA_LDIR}/pl/pretty.lua
-${LUA_LDIR}/pl/seq.lua
-${LUA_LDIR}/pl/sip.lua
-${LUA_LDIR}/pl/strict.lua
-${LUA_LDIR}/pl/stringio.lua
-${LUA_LDIR}/pl/stringx.lua
-${LUA_LDIR}/pl/tablex.lua
-${LUA_LDIR}/pl/template.lua
-${LUA_LDIR}/pl/test.lua
-${LUA_LDIR}/pl/text.lua
-${LUA_LDIR}/pl/types.lua
-${LUA_LDIR}/pl/url.lua
-${LUA_LDIR}/pl/utils.lua
-${LUA_LDIR}/pl/xml.lua
diff --git a/lua-penlight/distinfo b/lua-penlight/distinfo
deleted file mode 100644
index 09a68e4b70..0000000000
--- a/lua-penlight/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (penlight-1.6.0.tar.gz) = 6046dc8467dde764c8e069ab7808131fd8d3afaa
-RMD160 (penlight-1.6.0.tar.gz) = 0de583e9337d1044e9371239501ab37b7502d820
-SHA512 (penlight-1.6.0.tar.gz) = 4f9988e9e5d66aad1c7137a5b8a36e4eaa2dba5408c90ee0253ce3db69980b2e0be8c9ba38f1e88f269da96d09a908115e0e9c2bd0667393f950fdfc1e232ff0
-Size (penlight-1.6.0.tar.gz) = 373167 bytes


Home | Main Index | Thread Index | Old Index