Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2017 03:55:29 +0000 (UTC)
From:      "Jason W. Bacon" <jwb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456586 - in head/x11/lilyterm: . files
Message-ID:  <201712180355.vBI3tTK1069391@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <Ctrl><T>
++.BI <Shift+Ctrl><T>
+ 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 <Ctrl><O>
++.BI <Shift+Ctrl><O>
+ 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 <Ctrl><Delete/Insert>
++.BI <Shift+Ctrl><C>
+ Copy the text to clipboard / Paste the text in clipboard.
+ 
+ .TP
+-.BI <Shift><Delete/Insert>
++.BI <Shift+Ctrl><V>
+ 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 <Ctrl><Q>
++.BI <Shift+Ctrl><Q>
+ Close current tab.
+ .br
+ \fIUsing \fR\fB<Ctrl><D>\fR\fI or '\fR\fBexit\fR\fI' to close tabs is recommended.\fR
+ 
+ .TP
+-.BI <Ctrl><N>
++.BI <Shift+Ctrl><N>
+ Open a new window with current directory.
+ 
+ .TP
+-.BI <Ctrl><E>
++.BI <Shift+Ctrl><E>
+ 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712180355.vBI3tTK1069391>