From owner-svn-ports-all@freebsd.org Sat Nov 2 13:29:35 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6B7EB1A59A3; Sat, 2 Nov 2019 13:29:35 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4750KC2G33z3Bmm; Sat, 2 Nov 2019 13:29:35 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 17B40240EB; Sat, 2 Nov 2019 13:29:35 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xA2DTYLu022041; Sat, 2 Nov 2019 13:29:34 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA2DTY4p022037; Sat, 2 Nov 2019 13:29:34 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201911021329.xA2DTY4p022037@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 2 Nov 2019 13:29:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516321 - in head/www: . nift X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/www: . nift X-SVN-Commit-Revision: 516321 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Nov 2019 13:29:35 -0000 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 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 +# $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 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