From owner-svn-ports-all@freebsd.org Tue Apr 26 09:03:23 2016 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 5E79FAAC381; Tue, 26 Apr 2016 09:03:23 +0000 (UTC) (envelope-from amdmi3@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 mx1.freebsd.org (Postfix) with ESMTPS id 3A3C41D6F; Tue, 26 Apr 2016 09:03:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3Q93MCq026118; Tue, 26 Apr 2016 09:03:22 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3Q93M97026113; Tue, 26 Apr 2016 09:03:22 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201604260903.u3Q93M97026113@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 26 Apr 2016 09:03:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414039 - in head/textproc/xlhtml: . files 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.21 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, 26 Apr 2016 09:03:23 -0000 Author: amdmi3 Date: Tue Apr 26 09:03:21 2016 New Revision: 414039 URL: https://svnweb.freebsd.org/changeset/ports/414039 Log: - Clarify LICENSE - Add LICENSE_FILE - Switch to options helpers - Regenerate patches with `make makepatch` Modified: head/textproc/xlhtml/Makefile head/textproc/xlhtml/files/patch-ppthtml_nspptview head/textproc/xlhtml/files/patch-xlhtml__xlhtml.c head/textproc/xlhtml/files/patch-xlhtml_nsopen head/textproc/xlhtml/files/patch-xlhtml_nsxlview Modified: head/textproc/xlhtml/Makefile ============================================================================== --- head/textproc/xlhtml/Makefile Tue Apr 26 08:29:42 2016 (r414038) +++ head/textproc/xlhtml/Makefile Tue Apr 26 09:03:21 2016 (r414039) @@ -11,14 +11,15 @@ MASTER_SITES= SF/chicago/${PORTNAME}/bac MAINTAINER= ports@FreeBSD.org COMMENT= Convert Excel and PowerPoint files to HTML and text -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USES= gmake tar:tgz OPTIONS_DEFINE= DOCS -post-install: +post-install-DOCS-on: .for dir in xlhtml ppthtml @${MKDIR} ${STAGEDIR}${DOCSDIR}/${dir} cd ${WRKSRC}/${dir} && \ Modified: head/textproc/xlhtml/files/patch-ppthtml_nspptview ============================================================================== --- head/textproc/xlhtml/files/patch-ppthtml_nspptview Tue Apr 26 08:29:42 2016 (r414038) +++ head/textproc/xlhtml/files/patch-ppthtml_nspptview Tue Apr 26 09:03:21 2016 (r414039) @@ -1,5 +1,5 @@ ---- ppthtml/nspptview.orig Sun Jun 22 08:47:02 2003 -+++ ppthtml/nspptview Sun Jun 22 08:49:18 2003 +--- ppthtml/nspptview.orig 2002-03-20 15:32:43 UTC ++++ ppthtml/nspptview @@ -1,7 +1,7 @@ #!/bin/csh @@ -9,7 +9,7 @@ exit 1 endif -@@ -12,9 +12,8 @@ +@@ -12,9 +12,8 @@ set source = $argv[1] #set tmp = /tmp/$com:t.$$ #set html = $tmp.html Modified: head/textproc/xlhtml/files/patch-xlhtml__xlhtml.c ============================================================================== --- head/textproc/xlhtml/files/patch-xlhtml__xlhtml.c Tue Apr 26 08:29:42 2016 (r414038) +++ head/textproc/xlhtml/files/patch-xlhtml__xlhtml.c Tue Apr 26 09:03:21 2016 (r414039) @@ -1,7 +1,7 @@ ---- xlhtml/xlhtml.c 2002/02/27 18:10:01 1.1 -+++ xlhtml/xlhtml.c 2002/02/27 18:12:58 -@@ -746,8 +746,13 @@ - ws_array[i]->ws_title.str, ws_array[i]->biggest_row, ws_array[i]->biggest_col); +--- xlhtml/xlhtml.c.orig 2002-04-11 03:25:17 UTC ++++ xlhtml/xlhtml.c +@@ -616,8 +616,13 @@ void scan_file(COLEDIRENT *cde, void *_i + ws_array[i]->biggest_row, ws_array[i]->biggest_col); } } - else if (Xtract) Modified: head/textproc/xlhtml/files/patch-xlhtml_nsopen ============================================================================== --- head/textproc/xlhtml/files/patch-xlhtml_nsopen Tue Apr 26 08:29:42 2016 (r414038) +++ head/textproc/xlhtml/files/patch-xlhtml_nsopen Tue Apr 26 09:03:21 2016 (r414039) @@ -1,6 +1,6 @@ ---- xlhtml/nsopen.orig Sun Jun 22 01:17:52 2003 -+++ xlhtml/nsopen Sun Jun 22 01:18:51 2003 -@@ -12,9 +12,9 @@ +--- xlhtml/nsopen.orig 2002-03-20 15:32:50 UTC ++++ xlhtml/nsopen +@@ -12,9 +12,9 @@ if (!(-r $file)) then endif #Try to open file in an existing netscape window Modified: head/textproc/xlhtml/files/patch-xlhtml_nsxlview ============================================================================== --- head/textproc/xlhtml/files/patch-xlhtml_nsxlview Tue Apr 26 08:29:42 2016 (r414038) +++ head/textproc/xlhtml/files/patch-xlhtml_nsxlview Tue Apr 26 09:03:21 2016 (r414039) @@ -1,6 +1,6 @@ ---- xlhtml/nsxlview.orig Sun Jun 22 08:36:31 2003 -+++ xlhtml/nsxlview Sun Jun 22 08:44:57 2003 -@@ -12,10 +12,8 @@ +--- xlhtml/nsxlview.orig 2002-03-20 15:32:50 UTC ++++ xlhtml/nsxlview +@@ -12,10 +12,8 @@ set source = $argv[1] #set tmp = /tmp/$com:t.$$ #set html = $tmp.html