New version of terminator.

Release notes:

Lots of bug fixes and some minor features in preparation for a 1.0 release.
Changelog:

terminator 0.97:
  - Allow font dimming in inactive terminals
  - Allow URL handler plugins to override label text for URL context
    menus
  - When copying a URL, run it through the URL handler first so the
    resulting URL is copied, rather than the original text
  - Allow users to configure a custom URL handler, since the default GTK
    library option is failing a lot of users in non-GNOME environments.
  - Allow rotation of a group of terminals (Andre Hilsendeger)
  - Add a keyboard shortcut to insert a terminal's number (Stephen J
    Boddy)
  - Add a keyboard shortcut to edit the window title (Stephen J Boddy)
  - Add an easy way to balance terminals by double clicking on their
    separator (Stephen J Boddy)
  - Add a plugin by Sinan Nalkaya to log the contents of terminals.
  - Support configuration of TERM and COLORTERM, via a patch from John
    Feuerstein
  - Support reading configuration from alternate files, via a patch from
    Pavel Khlebovich
  - Allow creation of new tabs in existing Terminators, via DBus
  - Support the Solarized palettes (Juan Francisco Cantero Hurtado)
  - Translation support for the Preferences window.
  - Lots of translation updates (thanks to everyone who helped!)
  - Bug fixes




Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/terminator/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- Makefile    11 Mar 2013 11:46:16 -0000      1.9
+++ Makefile    3 May 2013 21:05:19 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=               GTK2 terminal emulator with split-window and tabs 
support
 
-MODPY_EGG_VERSION=     0.96
+MODPY_EGG_VERSION=     0.97
 DISTNAME=              terminator-${MODPY_EGG_VERSION}
 
 CATEGORIES=            x11
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/terminator/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    30 Jan 2013 16:12:36 -0000      1.2
+++ distinfo    3 May 2013 21:05:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (terminator-0.96.tar.gz) = 1wjHg8NiM/yvvQE5qRRiR4rkD1z2lu9Kz8r1iRqEMgE=
-SIZE (terminator-0.96.tar.gz) = 264226
+SHA256 (terminator-0.97.tar.gz) = kTGEcCP6IvEc+BL2zv9RtdZtFAtlGK1B1/qLB0K/0/c=
+SIZE (terminator-0.97.tar.gz) = 343857
Index: patches/patch-doc_terminator_1
===================================================================
RCS file: /cvs/ports/x11/terminator/patches/patch-doc_terminator_1,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-doc_terminator_1
--- patches/patch-doc_terminator_1      23 May 2011 20:36:20 -0000      1.1.1.1
+++ patches/patch-doc_terminator_1      3 May 2013 21:05:19 -0000
@@ -1,14 +1,15 @@
---- doc/terminator.1.orig      Thu May 19 15:37:28 2011
-+++ doc/terminator.1   Thu May 19 15:38:03 2011
-@@ -73,7 +73,6 @@
- only be printed from the specified functions. If this is specified in
- addition to \-\-debug-classes, only the intersection of the two lists
- will be displayed
+$OpenBSD$
+--- doc/terminator.1.orig      Fri May  3 18:13:12 2013
++++ doc/terminator.1   Fri May  3 18:15:11 2013
+@@ -89,7 +89,6 @@ will be displayed
+ .B \-\-new-tab
+ If this is specified and Terminator is already running, DBus will be
+ used to spawn a new tab in the first Terminator window.
 -.TP
  .SH "KEYBINDINGS"
  The following keybindings can be used to control Terminator:
  .TP 
-@@ -190,7 +189,6 @@
+@@ -212,7 +211,6 @@ part of the same Terminator process)
  .TP
  .B Super+i
  Spawn a new Terminator process
Index: patches/patch-setup_py
===================================================================
RCS file: patches/patch-setup_py
diff -N patches/patch-setup_py
--- patches/patch-setup_py      23 May 2011 20:36:20 -0000      1.1.1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- setup.py.orig      Thu May 19 15:21:23 2011
-+++ setup.py   Thu May 19 15:23:40 2011
-@@ -150,7 +150,7 @@
-     return data_files
- 
- 
--if platform.system() == 'FreeBSD':
-+if platform.system() in ['FreeBSD', 'OpenBSD']:
-   man_dir = 'man'
- else:
-   man_dir = 'share/man'
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/terminator/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- pkg/PLIST   30 Jan 2013 16:12:36 -0000      1.4
+++ pkg/PLIST   3 May 2013 21:05:19 -0000
@@ -1,4 +1,5 @@
 @comment $OpenBSD: PLIST,v 1.4 2013/01/30 16:12:36 bcallah Exp $
+bin/remotinator
 bin/terminator
 
lib/python${MODPY_VERSION}/site-packages/Terminator-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
 lib/python${MODPY_VERSION}/site-packages/terminatorlib/
@@ -46,6 +47,8 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/terminatorlib/plugins/activitywatch.pyc
 
lib/python${MODPY_VERSION}/site-packages/terminatorlib/plugins/custom_commands.py
 
lib/python${MODPY_VERSION}/site-packages/terminatorlib/plugins/custom_commands.pyc
+lib/python${MODPY_VERSION}/site-packages/terminatorlib/plugins/logger.py
+lib/python${MODPY_VERSION}/site-packages/terminatorlib/plugins/logger.pyc
 lib/python${MODPY_VERSION}/site-packages/terminatorlib/plugins/maven.py
 lib/python${MODPY_VERSION}/site-packages/terminatorlib/plugins/maven.pyc
 lib/python${MODPY_VERSION}/site-packages/terminatorlib/plugins/terminalshot.py
@@ -97,10 +100,15 @@ share/icons/hicolor/scalable/apps/termin
 share/locale/af/LC_MESSAGES/terminator.mo
 share/locale/ar/LC_MESSAGES/terminator.mo
 share/locale/ast/LC_MESSAGES/terminator.mo
+share/locale/az/LC_MESSAGES/terminator.mo
 share/locale/bg/LC_MESSAGES/terminator.mo
 share/locale/bn/LC_MESSAGES/terminator.mo
+share/locale/bs/LC_MESSAGES/terminator.mo
 share/locale/ca/LC_MESSAGES/terminator.mo
 share/locale/ca@valencia/LC_MESSAGES/terminator.mo
+share/locale/ckb/
+share/locale/ckb/LC_MESSAGES/
+share/locale/ckb/LC_MESSAGES/terminator.mo
 share/locale/cs/LC_MESSAGES/terminator.mo
 share/locale/da/LC_MESSAGES/terminator.mo
 share/locale/de/LC_MESSAGES/terminator.mo
@@ -114,6 +122,7 @@ share/locale/et/LC_MESSAGES/terminator.m
 share/locale/eu/LC_MESSAGES/terminator.mo
 share/locale/fa/LC_MESSAGES/terminator.mo
 share/locale/fi/LC_MESSAGES/terminator.mo
+share/locale/fo/LC_MESSAGES/terminator.mo
 share/locale/fr/LC_MESSAGES/terminator.mo
 share/locale/fy/
 share/locale/fy/LC_MESSAGES/
@@ -125,6 +134,7 @@ share/locale/hi/LC_MESSAGES/terminator.m
 share/locale/hr/LC_MESSAGES/terminator.mo
 share/locale/hu/LC_MESSAGES/terminator.mo
 share/locale/id/LC_MESSAGES/terminator.mo
+share/locale/is/LC_MESSAGES/terminator.mo
 share/locale/it/LC_MESSAGES/terminator.mo
 share/locale/ja/LC_MESSAGES/terminator.mo
 share/locale/jv/
@@ -133,6 +143,9 @@ share/locale/jv/LC_MESSAGES/terminator.m
 share/locale/ka/LC_MESSAGES/terminator.mo
 share/locale/kk/LC_MESSAGES/terminator.mo
 share/locale/ko/LC_MESSAGES/terminator.mo
+share/locale/la/
+share/locale/la/LC_MESSAGES/
+share/locale/la/LC_MESSAGES/terminator.mo
 share/locale/lt/LC_MESSAGES/terminator.mo
 share/locale/lv/LC_MESSAGES/terminator.mo
 share/locale/mk/LC_MESSAGES/terminator.mo

Reply via email to