From owner-svn-ports-all@FreeBSD.ORG Tue Jun 3 17:07:38 2014 Return-Path: Delivered-To: svn-ports-all@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 ESMTPS id DC1DF27A; Tue, 3 Jun 2014 17:07:38 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADF5F207C; Tue, 3 Jun 2014 17:07:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s53H7cfe074022; Tue, 3 Jun 2014 17:07:38 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s53H7cGj074020; Tue, 3 Jun 2014 17:07:38 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201406031707.s53H7cGj074020@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Jun 2014 17:07:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356380 - head/textproc/s5 X-SVN-Group: ports-head 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.18 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: Tue, 03 Jun 2014 17:07:38 -0000 Author: sunpoet Date: Tue Jun 3 17:07:37 2014 New Revision: 356380 URL: http://svnweb.freebsd.org/changeset/ports/356380 QAT: https://qat.redports.org/buildarchive/r356380/ Log: - Add LICENSE - Remove Author line - Use single space after WWW: Modified: head/textproc/s5/Makefile head/textproc/s5/pkg-descr Modified: head/textproc/s5/Makefile ============================================================================== --- head/textproc/s5/Makefile Tue Jun 3 16:57:23 2014 (r356379) +++ head/textproc/s5/Makefile Tue Jun 3 17:07:37 2014 (r356380) @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/./ MAINTAINER= ports@FreeBSD.org COMMENT= Simple HTML-based presentation system +LICENSE= BSD2CLAUSE + BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip USES= dos2unix zip @@ -22,16 +24,16 @@ S5_DIR= ${PREFIX}/share/${PORTNAME} S5_SUBDIRS= pix primer s5-blank ui post-extract: - cd ${WRKSRC} && ${TAR} -xf s5-blank.zip - ${SED} -e "s,/usr/local,${PREFIX}," ${FILESDIR}/s5.sh > ${WRKDIR}/s5 - ${SED} -e "s,/usr/local,${PREFIX}," ${FILESDIR}/s5.1 > ${WRKDIR}/s5.1 - ${FIND} ${WRKDIR} -type f -name .DS_Store -delete + cd ${WRKSRC} && ${TAR} -xf s5-blank.zip + ${SED} -e "s,/usr/local,${PREFIX}," ${FILESDIR}/s5.sh > ${WRKDIR}/s5 + ${SED} -e "s,/usr/local,${PREFIX}," ${FILESDIR}/s5.1 > ${WRKDIR}/s5.1 + ${FIND} ${WRKDIR} -type f -name .DS_Store -delete do-install: - ${MKDIR} ${STAGEDIR}${S5_DIR} - (cd ${WRKDIR} && \ - ${COPYTREE_SHARE} "*.html ${S5_SUBDIRS}" ${STAGEDIR}${S5_DIR}) - ${INSTALL_SCRIPT} ${WRKDIR}/s5 ${STAGEDIR}${PREFIX}/bin/s5 - ${INSTALL_DATA} ${WRKDIR}/s5.1 ${STAGEDIR}${PREFIX}/man/man1/s5.1 + ${MKDIR} ${STAGEDIR}${S5_DIR} + (cd ${WRKDIR} && \ + ${COPYTREE_SHARE} "*.html ${S5_SUBDIRS}" ${STAGEDIR}${S5_DIR}) + ${INSTALL_SCRIPT} ${WRKDIR}/s5 ${STAGEDIR}${PREFIX}/bin/s5 + ${INSTALL_DATA} ${WRKDIR}/s5.1 ${STAGEDIR}${PREFIX}/man/man1/s5.1 .include Modified: head/textproc/s5/pkg-descr ============================================================================== --- head/textproc/s5/pkg-descr Tue Jun 3 16:57:23 2014 (r356379) +++ head/textproc/s5/pkg-descr Tue Jun 3 17:07:37 2014 (r356380) @@ -6,5 +6,4 @@ What Is S5? * JavaScript handles the dynamic aspects of the show * That's all there is to it! -Author: Eric Meyer -WWW: http://www.meyerweb.com/eric/tools/s5/ +WWW: http://www.meyerweb.com/eric/tools/s5/