Date: Sat, 2 Nov 2019 13:29:34 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516321 - in head/www: . nift Message-ID: <201911021329.xA2DTY4p022037@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Nov 2 13:29:34 2019 New Revision: 516321 URL: https://svnweb.freebsd.org/changeset/ports/516321 Log: New port: www/nift -- Cross-platform open source website generator Nift (aka nsm) is a cross-platform open-source framework for managing and generating websites. It's lightning-fast, developed from the ground up in C++. WWW: https://www.nift.cc PR: 241572 Submitted by: Mohammad S. Babaei <info@babaei.net> Added: head/www/nift/ head/www/nift/Makefile (contents, props changed) head/www/nift/distinfo (contents, props changed) head/www/nift/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Nov 2 13:27:37 2019 (r516320) +++ head/www/Makefile Sat Nov 2 13:29:34 2019 (r516321) @@ -456,6 +456,7 @@ SUBDIR += nginx-naxsi SUBDIR += nginx-prometheus-exporter SUBDIR += nibbleblog + SUBDIR += nift SUBDIR += node SUBDIR += node10 SUBDIR += node6 Added: head/www/nift/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/nift/Makefile Sat Nov 2 13:29:34 2019 (r516321) @@ -0,0 +1,26 @@ +# Created by: Mohammad S. Babaei <info@babaei.net> +# $FreeBSD$ + +PORTNAME= nift +DISTVERSIONPREFIX= v +DISTVERSION= 1.17 +CATEGORIES= www + +MAINTAINER= info@babaei.net +COMMENT= Cross-platform open source website generator + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= nifty-site-manager +GH_PROJECT= nsm + +PLIST_FILES= bin/nift \ + bin/nsm + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/nift + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/nsm + +.include <bsd.port.mk> Added: head/www/nift/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/nift/distinfo Sat Nov 2 13:29:34 2019 (r516321) @@ -0,0 +1,3 @@ +TIMESTAMP = 1572604578 +SHA256 (nifty-site-manager-nsm-v1.17_GH0.tar.gz) = 886a8f6c064d20da643cea159ea8c4c036018ed8ab49949f6b44999a25cd8b1d +SIZE (nifty-site-manager-nsm-v1.17_GH0.tar.gz) = 98866 Added: head/www/nift/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/nift/pkg-descr Sat Nov 2 13:29:34 2019 (r516321) @@ -0,0 +1,4 @@ +Nift (aka nsm) is a cross-platform open-source framework for managing and +generating websites. It's lightning-fast, developed from the ground up in C++. + +WWW: https://www.nift.cc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911021329.xA2DTY4p022037>