From owner-svn-ports-all@freebsd.org Sun Mar 11 13:48:12 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 546E2F2A3D5; Sun, 11 Mar 2018 13:48:12 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 04EFA6D239; Sun, 11 Mar 2018 13:48:12 +0000 (UTC) (envelope-from tobik@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 ED5A81E147; Sun, 11 Mar 2018 13:48:11 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2BDmBLu068533; Sun, 11 Mar 2018 13:48:11 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2BDmBi2068532; Sun, 11 Mar 2018 13:48:11 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201803111348.w2BDmBi2068532@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 11 Mar 2018 13:48:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464171 - head/sysutils/hextools X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/sysutils/hextools X-SVN-Commit-Revision: 464171 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.25 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: Sun, 11 Mar 2018 13:48:12 -0000 Author: tobik Date: Sun Mar 11 13:48:11 2018 New Revision: 464171 URL: https://svnweb.freebsd.org/changeset/ports/464171 Log: sysutils/hextools: Add license information PR: 222569 Submitted by: Yasuhiro KIMURA Modified: head/sysutils/hextools/Makefile Modified: head/sysutils/hextools/Makefile ============================================================================== --- head/sysutils/hextools/Makefile Sun Mar 11 13:35:14 2018 (r464170) +++ head/sysutils/hextools/Makefile Sun Mar 11 13:48:11 2018 (r464171) @@ -8,13 +8,18 @@ MASTER_SITES= http://avl.enemy.org/utils/hextools/ MAINTAINER= ports@FreeBSD.org COMMENT= Useful tools for dealing with hex files -NO_WRKSUBDIR=yes +LICENSE= HEXTOOLS +LICENSE_NAME= License of hextools +LICENSE_FILE= ${WRKDIR}/LICENSE +LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} +NO_WRKSUBDIR= yes + PLIST_FILES= bin/hex2bin bin/bin2hex man/man1/bin2hex.1.gz man/man1/hex2bin.1.gz ALL_TARGET= build -#not strictly true - it uses a self-styled license -#LICENSE= BSD +post-extract: + @${SED} -n '5,11p' ${WRKSRC}/hex2bin.c > ${WRKDIR}/LICENSE do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hex2bin ${STAGEDIR}${PREFIX}/bin/hex2bin