From owner-svn-ports-all@freebsd.org Mon Jan 15 12:42:06 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D89BCE7AC7C; Mon, 15 Jan 2018 12:42:06 +0000 (UTC) (envelope-from dinoex@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 B3C9B72E4D; Mon, 15 Jan 2018 12:42:06 +0000 (UTC) (envelope-from dinoex@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 026821122F; Mon, 15 Jan 2018 12:42:06 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0FCg56N042153; Mon, 15 Jan 2018 12:42:05 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0FCg5q6042151; Mon, 15 Jan 2018 12:42:05 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201801151242.w0FCg5q6042151@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Mon, 15 Jan 2018 12:42:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459039 - in head: . archivers/lha archivers/lha/files X-SVN-Group: ports-head X-SVN-Commit-Author: dinoex X-SVN-Commit-Paths: in head: . archivers/lha archivers/lha/files X-SVN-Commit-Revision: 459039 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: Mon, 15 Jan 2018 12:42:06 -0000 Author: dinoex Date: Mon Jan 15 12:42:05 2018 New Revision: 459039 URL: https://svnweb.freebsd.org/changeset/ports/459039 Log: - Add license information PR: 223272 Submitted by: Yasuhiro KIMURA Added: head/archivers/lha/files/LICENSE (contents, props changed) Modified: head/LEGAL head/archivers/lha/Makefile Modified: head/LEGAL ============================================================================== --- head/LEGAL Mon Jan 15 11:59:41 2018 (r459038) +++ head/LEGAL Mon Jan 15 12:42:05 2018 (r459039) @@ -1,4 +1,4 @@ -# Creator: Jordan Hubbard + # Creator: Jordan Hubbar2 # $FreeBSD$ # # ********************************************************************** @@ -253,3 +253,4 @@ sas2ircu-* sysutils/sas2ircu May not be redistributed snes9x-* emulators/snes9x-gtk Commercial users must seek permission from copyright holders. rainloop-1.*.zip mail/rainloop Redistribution in any form is prohibited frr-* net/frr possible GPL violation of Quagga project +lha-114i.tar.gz archivers/lha Binary only redistribution is prohibited. Non-network redistribution such as CDROM requires prior notification to author. Commercial use whose main purpose is to provide the functions of this program is prohibited. Modified: head/archivers/lha/Makefile ============================================================================== --- head/archivers/lha/Makefile Mon Jan 15 11:59:41 2018 (r459038) +++ head/archivers/lha/Makefile Mon Jan 15 12:42:05 2018 (r459039) @@ -1,15 +1,21 @@ +# $FreeBSD: head/textproc/loook/Makefile 412349 2016-04-01 14:25:16Z mat 2 # Created by: ache # $FreeBSD$ PORTNAME= lha PORTVERSION= 1.14i -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= archivers MASTER_SITES= http://www2m.biglobe.ne.jp/~dolphin/lha/prog/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//} MAINTAINER= dinoex@FreeBSD.org COMMENT= Archive files using LZSS and Huffman compression (.lzh files) + +LICENSE= LHA +LICENSE_NAME= License of lha +LICENSE_FILE= ${FILESDIR}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell auto-accept PLIST_FILES= bin/lha PLIST_FILES+= man/ja/man1/lha.1.gz Added: head/archivers/lha/files/LICENSE ============================================================================== Binary file. No diff available.