From owner-svn-ports-all@freebsd.org Mon Dec 18 03:55:31 2017 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 3740BE9FDC4; Mon, 18 Dec 2017 03:55:31 +0000 (UTC) (envelope-from jwb@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 1131969877; Mon, 18 Dec 2017 03:55:30 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBI3tUm8069395; Mon, 18 Dec 2017 03:55:30 GMT (envelope-from jwb@FreeBSD.org) Received: (from jwb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBI3tTK1069391; Mon, 18 Dec 2017 03:55:29 GMT (envelope-from jwb@FreeBSD.org) Message-Id: <201712180355.vBI3tTK1069391@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jwb set sender to jwb@FreeBSD.org using -f From: "Jason W. Bacon" Date: Mon, 18 Dec 2017 03:55:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456586 - in head/x11/lilyterm: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jwb X-SVN-Commit-Paths: in head/x11/lilyterm: . files X-SVN-Commit-Revision: 456586 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, 18 Dec 2017 03:55:31 -0000 Author: jwb Date: Mon Dec 18 03:55:29 2017 New Revision: 456586 URL: https://svnweb.freebsd.org/changeset/ports/456586 Log: x11/lilyterm: Add DOCS option, remove redundant config file, patch man page Approved by: jrm Differential Revision: https://reviews.freebsd.org/D13463 Added: head/x11/lilyterm/files/patch-data_lilyterm.1 (contents, props changed) Modified: head/x11/lilyterm/Makefile head/x11/lilyterm/files/patch-data_lilyterm.conf (contents, props changed) head/x11/lilyterm/pkg-plist (contents, props changed) Modified: head/x11/lilyterm/Makefile ============================================================================== --- head/x11/lilyterm/Makefile Mon Dec 18 03:49:54 2017 (r456585) +++ head/x11/lilyterm/Makefile Mon Dec 18 03:55:29 2017 (r456586) @@ -3,6 +3,7 @@ PORTNAME= lilyterm DISTVERSIONPREFIX= v DISTVERSION= 0.9.9.4 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= jwb@FreeBSD.org @@ -22,13 +23,14 @@ USE_GITHUB= yes GH_ACCOUNT= Tetralet GH_PROJECT= LilyTerm -OPTIONS_DEFINE= NLS +OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes -NLS_USES= gettext +NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls post-install: + @${RM} -r ${STAGEDIR}${EXAMPLESDIR} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lilyterm ${MV} ${STAGEDIR}${PREFIX}/etc/xdg/lilyterm.conf \ ${STAGEDIR}${PREFIX}/etc/xdg/lilyterm.conf.sample Added: head/x11/lilyterm/files/patch-data_lilyterm.1 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/lilyterm/files/patch-data_lilyterm.1 Mon Dec 18 03:55:29 2017 (r456586) @@ -0,0 +1,55 @@ +--- data/lilyterm.1.orig 2013-02-27 09:04:56 UTC ++++ data/lilyterm.1 +@@ -110,7 +110,7 @@ The following key bindings may custom or + Disable/Enable hyperlinks, function keys and right click menu for temporary. + + .TP +-.BI ++.BI + Add a New tab with current directory. + + .TP +@@ -134,7 +134,7 @@ Move current tab to First/Last. + Switch to 1st ~ 12th tab. + + .TP +-.BI ++.BI + Select all the text in the Vte Terminal box. + + .TP +@@ -158,11 +158,11 @@ Asks to scroll Up/Down 1 line on Vte Ter + Asks to scroll Up/Down on Vte Terminal box. + + .TP +-.BI ++.BI + Copy the text to clipboard / Paste the text in clipboard. + + .TP +-.BI ++.BI + Copy the text to primary clipboard / Paste the text in primary clipboard. + .br + i.e. Emulate a middle button mouse click to copy/paste the text. +@@ -171,17 +171,17 @@ i.e. Emulate a middle button mouse click + Some key bindings that disabled by default but maybe useful: + + .TP +-.BI ++.BI + Close current tab. + .br + \fIUsing \fR\fB\fR\fI or '\fR\fBexit\fR\fI' to close tabs is recommended.\fR + + .TP +-.BI ++.BI + Open a new window with current directory. + + .TP +-.BI ++.BI + Rename the current tab. + + .SH FILE Modified: head/x11/lilyterm/files/patch-data_lilyterm.conf ============================================================================== --- head/x11/lilyterm/files/patch-data_lilyterm.conf Mon Dec 18 03:49:54 2017 (r456585) +++ head/x11/lilyterm/files/patch-data_lilyterm.conf Mon Dec 18 03:55:29 2017 (r456586) @@ -61,7 +61,7 @@ # Shows copy/paste menu on right click menu. show_copy_paste_menu = 1 -@@ -302,7 +302,7 @@ disable_key_binding = Ctrl grave +@@ -302,19 +302,19 @@ disable_key_binding = Ctrl grave # Add a new tab. # Left it blank to disable this function key. @@ -70,7 +70,13 @@ # Close current tab. # Left it blank to disable this function key. -@@ -314,7 +314,7 @@ edit_label_key = +-close_tab_key = ++close_tab_key = Shift+Ctrl Q + + # Rename the page name of current tab. + # Left it blank to disable this function key. +-edit_label_key = ++edit_label_key = Shift+Ctrl E # Find the strings matching the search regex. # Left it blank to disable this function key. Modified: head/x11/lilyterm/pkg-plist ============================================================================== --- head/x11/lilyterm/pkg-plist Mon Dec 18 03:49:54 2017 (r456585) +++ head/x11/lilyterm/pkg-plist Mon Dec 18 03:55:29 2017 (r456586) @@ -5,7 +5,6 @@ share/applications/lilyterm.desktop %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lilyterm.conf %%NLS%%share/locale/de/LC_MESSAGES/lilyterm.mo %%NLS%%share/locale/es/LC_MESSAGES/lilyterm.mo %%NLS%%share/locale/fr/LC_MESSAGES/lilyterm.mo