From owner-svn-ports-head@FreeBSD.ORG Sat Sep 14 08:03:44 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CB8EB65C; Sat, 14 Sep 2013 08:03:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9EB892813; Sat, 14 Sep 2013 08:03:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8E83iRF056186; Sat, 14 Sep 2013 08:03:44 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8E83i6H056170; Sat, 14 Sep 2013 08:03:44 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309140803.r8E83i6H056170@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 14 Sep 2013 08:03:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327240 - head/www/shellinabox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 08:03:44 -0000 Author: sunpoet Date: Sat Sep 14 08:03:43 2013 New Revision: 327240 URL: http://svnweb.freebsd.org/changeset/ports/327240 Log: - Add NOLOGIN option: login as ssh (as opposed to as login(1)) - While I'm here: - Remove LICENSE_FILE for well-known licenses - Update OPTONS_DEFINE: add DOCS and remove no-op MANPAGES - Cleanup Makefile header - Use single space after WWW: PR: ports/182074 Submitted by: Yuri Victorovich Approved by: Olivier Cochard-Labbe (maintainer) Modified: head/www/shellinabox/Makefile (contents, props changed) head/www/shellinabox/pkg-descr (contents, props changed) Modified: head/www/shellinabox/Makefile ============================================================================== --- head/www/shellinabox/Makefile Sat Sep 14 08:01:54 2013 (r327239) +++ head/www/shellinabox/Makefile Sat Sep 14 08:03:43 2013 (r327240) @@ -1,9 +1,5 @@ -# New ports collection makefile for: shellinabox -# Date created: 25 june 2010 -# Whom: Olivier Cochard-Labbe -# +# Created by: Olivier Cochard-Labbe # $FreeBSD$ -# PORTNAME= shellinabox PORTVERSION= 2.14 @@ -15,9 +11,8 @@ MAINTAINER= olivier@cochard.me COMMENT= Publish command line shell through AJAX interface LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= CORES MANPAGES +OPTIONS_DEFINE= CORES DOCS CORES_DESC= Patch shellinaboxd to enable core dumps HAS_CONFIGURE= yes @@ -39,6 +34,12 @@ PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES= pkg-deinstall SUB_LIST= USERS=${USERS} GROUPS=${GROUPS} +.include + +.if ${PORT_OPTIONS:MNOLOGIN} +CONFIGURE_ARGS+=--disable-login +.endif + .include .if ${ARCH} == "powerpc" @@ -60,7 +61,6 @@ post-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR}/ cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ - .endif ${MKDIR} ${ETCDIR}/ ${CHMOD} 700 ${ETCDIR}/ Modified: head/www/shellinabox/pkg-descr ============================================================================== --- head/www/shellinabox/pkg-descr Sat Sep 14 08:01:54 2013 (r327239) +++ head/www/shellinabox/pkg-descr Sat Sep 14 08:03:43 2013 (r327240) @@ -1,4 +1,4 @@ Shell In A Box is a web server that can export arbitary command line tools to a web based terminal emulator -WWW: http://code.google.com/p/shellinabox/ +WWW: http://code.google.com/p/shellinabox/