pkgsrc-WIP-changes archive

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

Remove imported lua packages



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Thu Jul 2 21:50:26 2020 +0100
Changeset:	5b9ce8872808fa76399e353f6a1517f556a47dc0

Modified Files:
	Makefile
Removed Files:
	lua-argparse/DESCR
	lua-argparse/Makefile
	lua-argparse/PLIST
	lua-argparse/distinfo
	lua-inspect/DESCR
	lua-inspect/Makefile
	lua-inspect/PLIST
	lua-inspect/distinfo
	lua-luv/DESCR
	lua-luv/Makefile
	lua-luv/PLIST
	lua-luv/TODO
	lua-luv/distinfo
	lua-term/DESCR
	lua-term/Makefile
	lua-term/PLIST
	lua-term/distinfo
	lua-term/patches/patch-Makefile

Log Message:
Remove imported lua packages

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

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

diffstat:
 Makefile                        |  4 ---
 lua-argparse/DESCR              |  3 ---
 lua-argparse/Makefile           | 25 ------------------
 lua-argparse/PLIST              |  2 --
 lua-argparse/distinfo           |  6 -----
 lua-inspect/DESCR               |  5 ----
 lua-inspect/Makefile            | 25 ------------------
 lua-inspect/PLIST               |  2 --
 lua-inspect/distinfo            |  6 -----
 lua-luv/DESCR                   |  2 --
 lua-luv/Makefile                | 26 ------------------
 lua-luv/PLIST                   |  2 --
 lua-luv/TODO                    |  3 ---
 lua-luv/distinfo                |  6 -----
 lua-term/DESCR                  |  1 -
 lua-term/Makefile               | 26 ------------------
 lua-term/PLIST                  |  5 ----
 lua-term/distinfo               |  7 -----
 lua-term/patches/patch-Makefile | 58 -----------------------------------------
 19 files changed, 214 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 0fe84d4436..dbcb265ecc 100644
--- a/Makefile
+++ b/Makefile
@@ -2031,24 +2031,20 @@ SUBDIR+=	ltc-tools
 SUBDIR+=	ltp-git
 SUBDIR+=	ltrace
 SUBDIR+=	lua-MessagePack
-SUBDIR+=	lua-argparse
 SUBDIR+=	lua-busted
 SUBDIR+=	lua-cliargs
 SUBDIR+=	lua-compat53
 SUBDIR+=	lua-dkjson
-SUBDIR+=	lua-inspect
 SUBDIR+=	lua-lbn
 SUBDIR+=	lua-ldoc
 SUBDIR+=	lua-luacheck
 SUBDIR+=	lua-luafilesystem
 SUBDIR+=	lua-luassert
-SUBDIR+=	lua-luv
 SUBDIR+=	lua-mediator
 SUBDIR+=	lua-mpack
 SUBDIR+=	lua-penlight
 SUBDIR+=	lua-say
 SUBDIR+=	lua-system
-SUBDIR+=	lua-term
 SUBDIR+=	luabind
 SUBDIR+=	luakit
 SUBDIR+=	luakit-git
diff --git a/lua-argparse/DESCR b/lua-argparse/DESCR
deleted file mode 100644
index d22088dec0..0000000000
--- a/lua-argparse/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-Argparse supports positional arguments, options, flags, optional arguments,
-subcommands and more.
-Argparse automatically generates usage, help and error messages.
diff --git a/lua-argparse/Makefile b/lua-argparse/Makefile
deleted file mode 100644
index e9cc20a28a..0000000000
--- a/lua-argparse/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	lua-argparse-0.6.0
-PKGNAME=	${DISTNAME:S/lua/${LUA_PKGPREFIX}/}
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GITHUB:=mpeterv/}
-GITHUB_PROJECT=	argparse
-
-HOMEPAGE=	https://github.com/mpeterv/argparse
-COMMENT=	Feature-rich command-line argument parser
-LICENSE=	mit
-
-NO_BUILD=	yes
-NO_CONFIGURE=	yes
-
-WRKSRC=		${WRKDIR}/${DISTNAME:S/lua-//}
-
-INSTALLATION_DIRS+=	${LUA_LDIR}
-
-do-install:
-	${INSTALL_DATA} ${WRKSRC}/src/*.lua \
-	                ${DESTDIR}${PREFIX}/${LUA_LDIR}/
-
-.include "../../lang/lua/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lua-argparse/PLIST b/lua-argparse/PLIST
deleted file mode 100644
index 6c9ce2b927..0000000000
--- a/lua-argparse/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-${LUA_LDIR}/argparse.lua
diff --git a/lua-argparse/distinfo b/lua-argparse/distinfo
deleted file mode 100644
index fad54a7f8e..0000000000
--- a/lua-argparse/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.3 2015/08/10 22:13:59 jonthn Exp $
-
-SHA1 (lua-argparse-0.6.0.tar.gz) = 48dcb52e67179c01ea07de11af447c56d757de65
-RMD160 (lua-argparse-0.6.0.tar.gz) = 2697efb559fb1fd685f6a344e6a7c18680cef934
-SHA512 (lua-argparse-0.6.0.tar.gz) = 7efdfab8ec563a9e7eddc7aff760fd4d3605df2896939af3f2c80e5ed4d4e5ba45a7815057e15446d242351a6fd139d6b8da802fe318d4a4bcd69918fece53d1
-Size (lua-argparse-0.6.0.tar.gz) = 36712 bytes
diff --git a/lua-inspect/DESCR b/lua-inspect/DESCR
deleted file mode 100644
index fe4c7e5421..0000000000
--- a/lua-inspect/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-This library transforms any Lua value into a human-readable representation.
-It is especially useful for debugging errors in tables.
-
-The objective here is human understanding (i.e. for debugging),
-not serialization or compactness.
diff --git a/lua-inspect/Makefile b/lua-inspect/Makefile
deleted file mode 100644
index 44b95fe911..0000000000
--- a/lua-inspect/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	lua-inspect-3.1.1
-PKGNAME=	${DISTNAME:S/lua/${LUA_PKGPREFIX}/}
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GITHUB:=kikito/}
-GITHUB_PROJECT=	inspect.lua
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
-HOMEPAGE=	https://github.com/kikito/inspect.lua
-COMMENT=	Human-readable representation of Lua tables
-LICENSE=	mit
-
-NO_BUILD=	yes
-NO_CONFIGURE=	yes
-
-INSTALLATION_DIRS+=	${LUA_LDIR}
-
-do-install:
-	${INSTALL_DATA} ${WRKSRC}/inspect.lua \
-	                ${DESTDIR}${PREFIX}/${LUA_LDIR}
-
-
-.include "../../lang/lua/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lua-inspect/PLIST b/lua-inspect/PLIST
deleted file mode 100644
index 4589fe1d64..0000000000
--- a/lua-inspect/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-${LUA_LDIR}/inspect.lua
diff --git a/lua-inspect/distinfo b/lua-inspect/distinfo
deleted file mode 100644
index 2b064d8e6c..0000000000
--- a/lua-inspect/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.3 2015/08/10 22:13:59 jonthn Exp $
-
-SHA1 (lua-inspect-3.1.1.tar.gz) = bf78eca8dea4f0fd0dfb68b63e3c01b82618e00a
-RMD160 (lua-inspect-3.1.1.tar.gz) = 9c623b38a0b83f8b6baf771625f5a17d708c7cea
-SHA512 (lua-inspect-3.1.1.tar.gz) = d9e6f605033b43ac07f6ab731b1c10f59ebd0a64bb3d6449cef39b2fc43d9ad0eb062a000f76bc9b25222a52a3b344ab3a8af7b6bfe3d92a52447faf5dfbcbbd
-Size (lua-inspect-3.1.1.tar.gz) = 11221 bytes
diff --git a/lua-luv/DESCR b/lua-luv/DESCR
deleted file mode 100644
index 590e6327d6..0000000000
--- a/lua-luv/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-This library makes libuv available to lua scripts.  It was made for the
-luvit project but should usable from nearly any lua project.
diff --git a/lua-luv/Makefile b/lua-luv/Makefile
deleted file mode 100644
index 5ad9f48262..0000000000
--- a/lua-luv/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	lua-luv-1.32.0
-PKGNAME=	${DISTNAME:S/lua/${LUA_PKGPREFIX}/}
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GITHUB:=luvit/}
-GITHUB_PROJECT=	luv
-GITHUB_TAG=	${PKGVERSION_NOREV}-0
-
-HOMEPAGE=	https://github.com/luvit/luv/
-COMMENT=	Bare libuv bindings for Lua
-LICENSE=	apache-2.0
-
-USE_CMAKE=	yes
-
-CMAKE_ARGS+=	-DWITH_SHARED_LIBUV=ON
-CMAKE_ARGS+=	-DBUILD_SHARED_LIBS=ON
-CMAKE_ARGS+=	-DBUILD_MODULE=ON
-CMAKE_ARGS+=	-DLUA_BUILD_TYPE=System
-CMAKE_ARGS+=	-DLUA_COMPAT53_DIR=${PREFIX}/${LUA_LDIR}/compat53/
-CMAKE_ARGS+=	-DCMAKE_C_FLAGS="-I${PREFIX}/${LUA_INCDIR} -I${PREFIX}/${LUA_LDIR}/compat53"
-
-.include "../../wip/lua-compat53/buildlink3.mk"
-.include "../../devel/libuv/buildlink3.mk"
-.include "../../lang/lua/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lua-luv/PLIST b/lua-luv/PLIST
deleted file mode 100644
index 296311e081..0000000000
--- a/lua-luv/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-${LUA_CDIR}/luv.so
diff --git a/lua-luv/TODO b/lua-luv/TODO
deleted file mode 100644
index 232c23ba13..0000000000
--- a/lua-luv/TODO
+++ /dev/null
@@ -1,3 +0,0 @@
-- The source code "vendors" Lua, LuaJIT and libuv as Git submodules --
-  should we just use them, or try to coerce this packge to use those as
-  dependiences?
diff --git a/lua-luv/distinfo b/lua-luv/distinfo
deleted file mode 100644
index a2e398d9b5..0000000000
--- a/lua-luv/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (lua-luv-1.32.0.tar.gz) = 1dc5e61c3ad14b1a261afddf72ba6e92aa828d57
-RMD160 (lua-luv-1.32.0.tar.gz) = 725f6a429dfcd697b6b3d10d431227ada8dc8558
-SHA512 (lua-luv-1.32.0.tar.gz) = 7db52afc1ca79052e349be7a37deb67066ee9005f8d7f7d0dae62bd83a93b4140103ee6dddeca2e02a3fc37b3880a5c18904429886af1d441f8de0cfabf5bd8c
-Size (lua-luv-1.32.0.tar.gz) = 91349 bytes
diff --git a/lua-term/DESCR b/lua-term/DESCR
deleted file mode 100644
index a21b3bcafb..0000000000
--- a/lua-term/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-lua-term is a Lua module for manipulating a terminal.
diff --git a/lua-term/Makefile b/lua-term/Makefile
deleted file mode 100644
index 5193f40c1c..0000000000
--- a/lua-term/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	lua-term-0.7
-PKGNAME=	${DISTNAME:S/lua/${LUA_PKGPREFIX}/}
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GITHUB:=hoelzro/}
-GITHUB_PROJECT=	lua-term
-GITHUB_TAG=	0.07
-
-HOMEPAGE=	https://github.com/hoelzro/lua-term
-COMMENT=	Lua module for manipulating a terminal
-LICENSE=	mit
-
-USE_TOOLS+=	gmake pkg-config
-
-INSTALLATION_DIRS+=	${LUA_LDIR} ${LUA_CDIR}
-
-MAKE_ENV+=	LUA_DIR=${PREFIX}
-MAKE_ENV+=	LUA_VER=${LUA_VERSION_MAJOR}.${LUA_VERSION_MINOR}
-MAKE_ENV+=	LUA_INC=${PREFIX}/${LUA_INCDIR}
-MAKE_ENV+=	LUA_LIBDIR=${PREFIX}/${LUA_CDIR}/term
-MAKE_ENV+=	LUA_SHARE=${PREFIX}/${LUA_LDIR}/term
-MAKE_ENV+=	OPSYS=${OPSYS}
-
-.include "../../lang/lua/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lua-term/PLIST b/lua-term/PLIST
deleted file mode 100644
index 095945b3f6..0000000000
--- a/lua-term/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD$
-${LUA_CDIR}/term/core.so
-${LUA_LDIR}/term/colors.lua
-${LUA_LDIR}/term/cursor.lua
-${LUA_LDIR}/term/init.lua
diff --git a/lua-term/distinfo b/lua-term/distinfo
deleted file mode 100644
index 0da97982e9..0000000000
--- a/lua-term/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.3 2015/08/10 22:13:59 jonthn Exp $
-
-SHA1 (lua-term-0.7.tar.gz) = c0e8fc9054e784fb10af9dca015f713442402833
-RMD160 (lua-term-0.7.tar.gz) = 796ca95784ad56a8a1e035a5bccd96efde019ba9
-SHA512 (lua-term-0.7.tar.gz) = 2046ba1861ff590c191bb651941c45eb8b6e9a1252b05e78daaeb31837ce1fc7da9ba124aec34dc7842fd304e945754c463ffd75941125ff952e911ba66efa31
-Size (lua-term-0.7.tar.gz) = 4365 bytes
-SHA1 (patch-Makefile) = 058b4321901f5eed27f6f1fdc7d2505b0003a1b6
diff --git a/lua-term/patches/patch-Makefile b/lua-term/patches/patch-Makefile
deleted file mode 100644
index 0f941c4329..0000000000
--- a/lua-term/patches/patch-Makefile
+++ /dev/null
@@ -1,58 +0,0 @@
-$NetBSD$
-
-Adjust Makefile to work well for pkgsrc, specific path, options for compilation
- and link
-
---- Makefile.orig	2016-04-06 03:11:44.000000000 +0000
-+++ Makefile
-@@ -2,37 +2,32 @@
- 
- LUA_VER         ?= 5.1
- LUA_DIR         ?= /usr
--LUA_LIBDIR      := $(LUA_DIR)/lib/lua/$(LUA_VER)/term
--LUA_INC         := $(LUA_DIR)/include/lua$(LUA_VER)
--LUA_SHARE       := $(LUA_DIR)/share/lua/$(LUA_VER)/term
-+LUA_LIBDIR      ?= $(LUA_DIR)/lib/lua/$(LUA_VER)/term
-+LUA_INC         ?= $(LUA_DIR)/include/lua$(LUA_VER)
-+LUA_SHARE       ?= $(LUA_DIR)/share/lua/$(LUA_VER)/term
- CWARNS          := -Wall -pedantic
- CFLAGS          += $(CWARNS) -O3 -I$(LUA_INC) -fPIC
- LIB_OPTION      := -shared
- 
- SONAME          := core.so
--SONAMEV         := $(SONAME).1
--LIBRARY         := $(SONAMEV).0.1
-+LIBRARY         := $(SONAME)
- SRC             := core.c
- OBJ             := $(patsubst %.c, %.o, $(SRC))
- 
--FILES           := term/init.lua term/cursor.lua term/colors.lua
--
--all: $(LIBRARY) $(SONAMEV) $(SONAME)
-+EXTRA_LDFLAGS_Darwin	= -install_name $(LUA_LIBDIR)/$(SONAME) -undefined dynamic_lookup
- 
--$(SONAMEV):
--	ln -s $(LIBRARY) $@
-+FILES           := term/init.lua term/cursor.lua term/colors.lua
- 
--$(SONAME):
--	ln -s $(SONAMEV) $@
-+all: $(LIBRARY)
- 
- $(LIBRARY): $(OBJ)
--	$(CC) $(CFLAGS) $(LIB_OPTION) -o $(LIBRARY) $(OBJ) -lc
-+	$(CC) $(LIB_OPTION) $(EXTRA_LDFLAGS_$(OPSYS)) -o $(LIBRARY) $(OBJ) -lc
- 
- install:
--	mkdir -p $(LUA_LIBDIR)
--	cp $(SONAME) $(LUA_LIBDIR)
--	mkdir -p $(LUA_SHARE)
--	cp $(FILES) $(LUA_SHARE)
-+	mkdir -p $(DESTDIR)$(LUA_LIBDIR)
-+	cp $(SONAME) $(DESTDIR)$(LUA_LIBDIR)
-+	mkdir -p $(DESTDIR)$(LUA_SHARE)
-+	cp $(FILES) $(DESTDIR)$(LUA_SHARE)
- 
- clean:
--	$(RM) $(LIBRARY) $(SONAMEV) $(SONAME) *.o
-+	$(RM) $(LIBRARY) $(SONAME) *.o


Home | Main Index | Thread Index | Old Index