pkgsrc-WIP-changes archive

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

nsm: import nsm 1.15 as wip/nsm



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%NetBSD.org@localhost>
Pushed By:	ng0
Date:		Sun Oct 20 09:57:39 2019 +0000
Changeset:	134598555ba3a2337feb5d75e0e1f2f2e31cd2be

Added Files:
	nsm/DESCR
	nsm/Makefile
	nsm/PLIST
	nsm/distinfo

Log Message:
nsm: import nsm 1.15 as wip/nsm

Nift is a cross-platform open source framework for managing and
generating websites.
It can manage and generate not just static but also dynamic websites.

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

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

diffstat:
 nsm/DESCR    |  3 +++
 nsm/Makefile | 32 ++++++++++++++++++++++++++++++++
 nsm/PLIST    |  3 +++
 nsm/distinfo |  6 ++++++
 4 files changed, 44 insertions(+)

diffs:
diff --git a/nsm/DESCR b/nsm/DESCR
new file mode 100644
index 0000000000..ebe1dde8aa
--- /dev/null
+++ b/nsm/DESCR
@@ -0,0 +1,3 @@
+Nift is a cross-platform open source framework for managing and
+generating websites.
+It can manage and generate not just static but also dynamic websites.
diff --git a/nsm/Makefile b/nsm/Makefile
new file mode 100644
index 0000000000..3038947bcb
--- /dev/null
+++ b/nsm/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	nsm
+DISTNAME=	nsm-1.15
+CATEGORIES=	www
+MASTER_SITES=	${MASTER_SITE_GITHUB:=nifty-site-manager/}
+GITHUB_TAG=	v1.15
+
+MAINTAINER=	ng0%NetBSD.org@localhost
+HOMEPAGE=	https://www.nift.cc/
+COMMENT=	Cross-platform git- and LaTeX-like command-line website manager
+LICENSE=	mit
+
+USE_LANGUAGES=		c++
+INSTALLATION_DIRS=	bin
+BUILD_TARGET=		nsm
+
+# https://github.com/nifty-site-manager/nsm/pull/1
+SUBST_CLASSES+=		cc
+SUBST_STAGE.cc=		pre-build
+SUBST_MESSAGE.cc=	fixing cc
+SUBST_FILES.cc=		Makefile
+SUBST_SED.cc+=		-e 's,g++,${CXX:Q},g'
+
+# We have lots of system specific assumptions and no
+# real portable install target in the Makefile
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/nift ${DESTDIR}${PREFIX}/bin/nift
+	${INSTALL_PROGRAM} ${WRKSRC}/nsm ${DESTDIR}${PREFIX}/bin/nsm
+
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/nsm/PLIST b/nsm/PLIST
new file mode 100644
index 0000000000..f3d6e1739d
--- /dev/null
+++ b/nsm/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/nift
+bin/nsm
diff --git a/nsm/distinfo b/nsm/distinfo
new file mode 100644
index 0000000000..11eaefc282
--- /dev/null
+++ b/nsm/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (nsm-1.15.tar.gz) = 8122a8faba3be0f74277ffe9b2c646e1a1858da9
+RMD160 (nsm-1.15.tar.gz) = e7988ea76ce0cccfdd45f18be0f3506fe7e2644a
+SHA512 (nsm-1.15.tar.gz) = cbd8d0f791f5715b1995bc06baa41c4e79fef4feaf38df2c8735021fe20b8c410d127bcb4b01caf97039e686bb451ecb0f326ed8de3ca954c37c29207c4ab023
+Size (nsm-1.15.tar.gz) = 96116 bytes


Home | Main Index | Thread Index | Old Index