pkgsrc-WIP-changes archive

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

remove nsm (duplicate/obsolete).



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Mon Feb 27 20:46:02 2023 +0100
Changeset:	0cd5d1357010d3422dc5829d7fbb37b127a73cec

Modified Files:
	Makefile
Removed Files:
	nsm/DESCR
	nsm/Makefile
	nsm/PLIST
	nsm/distinfo
	nsm/patches/patch-Lua.h

Log Message:
remove nsm (duplicate/obsolete).

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

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

diffstat:
 Makefile                |  1 -
 nsm/DESCR               | 13 -------------
 nsm/Makefile            | 42 ------------------------------------------
 nsm/PLIST               |  3 ---
 nsm/distinfo            |  6 ------
 nsm/patches/patch-Lua.h | 24 ------------------------
 6 files changed, 89 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 487710294b..c69fa46d26 100644
--- a/Makefile
+++ b/Makefile
@@ -2621,7 +2621,6 @@ SUBDIR+=	nqp
 SUBDIR+=	nrg4iso
 SUBDIR+=	nsc2ke
 SUBDIR+=	nscde
-SUBDIR+=	nsm
 SUBDIR+=	nsp
 SUBDIR+=	nspluginwrapper
 SUBDIR+=	nspr-hg
diff --git a/nsm/DESCR b/nsm/DESCR
deleted file mode 100644
index 0ec063ad8f..0000000000
--- a/nsm/DESCR
+++ /dev/null
@@ -1,13 +0,0 @@
-Nifty Site Manager ("nsm") is a cross-platform framework for managing
-and generating websites. Some of its features are:
-- it can manage and generate static and dynamic websites.
-- it has support for pre/post build/serve scripts to integrate with
-  cURL, databases, SASS, Grunt, GraphQL, Python Web Server, Live
-  Server/Reload, and more.
-- there is multithreading support
-- it is language agnostic, you can use any language you want
-  (markdown, LATEX, html, xml, css, javascript, php, MySQL, etc)
-- it integrates flawlessly with various Javascript and PHP frameworks
-- it integrates with Git to clone from and push to various platforms
-  including AWS, BitBucket, GitHub, GitLab, Netlify, surge.sh, ZEIT Now, etc
-- it has a templating system
diff --git a/nsm/Makefile b/nsm/Makefile
deleted file mode 100644
index 12c9eb4ad5..0000000000
--- a/nsm/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2020/01/09 11:28:37 ng0 Exp $
-
-DISTNAME=	nsm-2.3.10
-CATEGORIES=	www
-MASTER_SITES=	${MASTER_SITE_GITHUB:=nifty-site-manager/}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	nikita%NetBSD.org@localhost
-HOMEPAGE=	https://nift.dev/
-COMMENT=	Cross-platform git- and LaTeX-like command-line website manager
-LICENSE=	mit
-
-USE_LANGUAGES=		c c++
-USE_TOOLS+=		gmake
-INSTALLATION_DIRS=	bin
-
-# Avoid building 2 binaries with the exact same content
-# where we can symlink instead. This safes 50 percent
-# of the binary size and some double computation.
-# closed upstream ticket:
-# https://github.com/nifty-site-manager/nsm/issues/2
-SUBST_CLASSES+=		nift
-SUBST_STAGE.nift=	pre-configure
-SUBST_FILES.nift=	Makefile
-SUBST_SED.nift=		-e '/nift/ s,^,\#,g'
-SUBST_SED.nift+=	-e 's,/usr/local/lib,${PREFIX}/lib,g'
-SUBST_SED.nift+=	-e 's,CXXFLAGS=-std=c++11,CXXFLAGS+=-std=c++11,g'
-SUBST_SED.nift+=	-e 's,LINK=,LDFLAGS+=,g'
-SUBST_SED.nift+=	-e 's,LINK+=,LDFLAGS+=,g'
-
-MAKE_ENV+=	BUNDLED=0
-MAKE_ENV+=	LUA_VERSION=5.3
-DL_AUTO_VARS=	yes
-
-post-install:
-	cd ${DESTDIR}${PREFIX}/bin && ${LN} -s nsm nift
-
-.include "../../mk/dlopen.buildlink3.mk"
-.include "../../lang/lua53/buildlink3.mk"
-.include "../../lang/LuaJIT2/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/nsm/PLIST b/nsm/PLIST
deleted file mode 100644
index 25b49929e0..0000000000
--- a/nsm/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2019/10/22 10:34:34 ng0 Exp $
-bin/nift
-bin/nsm
diff --git a/nsm/distinfo b/nsm/distinfo
deleted file mode 100644
index cd0cbd4001..0000000000
--- a/nsm/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.7 2020/01/09 11:28:37 ng0 Exp $
-
-RMD160 (nsm-2.3.10.tar.gz) = 627cbbba3e4bd1e5cfe92768ec2beef8e260ff74
-SHA512 (nsm-2.3.10.tar.gz) = b329b71b4af87820d75ca82c6bb429c82088f2cae24acdfbbb7cf6ededfd54a91ad96ac605b57d359770faa3f9956745d822d08ed1c83a7678f4a2781e904492
-Size (nsm-2.3.10.tar.gz) = 1607394 bytes
-SHA1 (patch-Lua.h) = 8fef0e004e82728257acba9a420039e57f89a161
diff --git a/nsm/patches/patch-Lua.h b/nsm/patches/patch-Lua.h
deleted file mode 100644
index 2e9ddab711..0000000000
--- a/nsm/patches/patch-Lua.h
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD$
-
---- Lua.h.orig	2020-07-12 00:15:55.891842413 +0200
-+++ Lua.h	2020-07-12 00:17:09.794282009 +0200
-@@ -6,6 +6,11 @@
- 
- #include "StrFns.h"
- 
-+// Lua in pkgsrc can deal with this
-+#include <lua.hpp>
-+#include <lualib.h>
-+#include <lauxlib.h>
-+/*
- #if defined __BUNDLED__
- 	#if defined __LUA_VERSION_5_3__
- 		#include "Lua-5.3/src/lua.hpp"
-@@ -41,6 +44,7 @@
- 		#include "/usr/local/include/luajit-2.1/lua.hpp"
- 	#endif
- #endif
-+*/
- 
- void process_lua_error(std::string& errStr, int& errLineNo);
- 


Home | Main Index | Thread Index | Old Index