The version in ports has more than two years. I've updated the port to the last version (0.96 2011/09/23).
The former maintainer agrees with the change of maintainer: "you're welcome to take over maintainership". Changelog: terminator 0.96: - Unity support for opening new windows (Lucian Adrian Grijincu) - Fix searching with infinite scrollback (Julien Thewys #755077) - Fix searching on Ubuntu 10.10 and 11.04, and implement searching by regular expression (Roberto Aguilar #709018) - Optimise various low level components so they are dramatically faster (Stephen Boddy) - Fix various bugs (Stephen Boddy) - Fix cursor colours (#700969) and a cursor blink issue (Tony Baker) - Improve and extend drag&drop support to include more sources of text, e.g. Gtk file chooser path buttons (#643425) - Add a plugin to watch a terminal for inactvity (i.e. silence) - Fix loading layouts with more than two tabs (#646826) - Fix order of tabs created from saved layouts (#615930) - Add configuration to remove terminal dimensions from titlebars (patch from Joo Pinto #691213) - Restore split positions more accurately (patch from Glenn Moss #797953) - Fix activity notification in active terminals. (patch from Chris Newton #748681) - Stop leaking child processes if terminals are closed using the context menu (#308025) - Don't forget tab order and custom labels when closing terminals in them (#711356) - Each terminal is assigned a unique identifier and this is exposed to the processes inside the terminal via the environment variable TERMINATOR_UUID - Expand dbus support to start covering useful methods. Also add a commandline tool called 'remotinator' that can be used to control Terminator from a terminal running inside it. - Fix terminal font settings for users of older Linux distributions Index: Makefile =================================================================== RCS file: /cvs/ports/x11/terminator/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- Makefile 15 Jun 2012 08:30:24 -0000 1.7 +++ Makefile 28 Dec 2012 01:51:22 -0000 @@ -2,15 +2,14 @@ COMMENT= GTK2 terminal emulator with split-window and tabs support -MODPY_EGG_VERSION= 0.95 +MODPY_EGG_VERSION= 0.96 DISTNAME= terminator-${MODPY_EGG_VERSION} -REVISION= 5 CATEGORIES= x11 HOMEPAGE= http://www.tenshu.net/terminator/ -MAINTAINER= Jochem Kossen <joc...@jkossen.nl> +MAINTAINER= Juan Francisco Cantero Hurtado <i...@juanfra.info> # GPLv2 PERMIT_PACKAGE_CDROM= Yes @@ -25,13 +24,13 @@ MODULES= lang/python \ RUN_DEPENDS= devel/vte,-python \ devel/py-notify \ devel/desktop-file-utils \ - x11/gtk+2,-guic + x11/py-gtk2 NO_REGRESS= Yes MODPY_SETUPTOOLS= Yes MODPY_SETUP= setup.py --without-icon-cache -# --single-version-externally-managed option used by MODPY doesn't exist (from audio/picard) +# --single-version-externally-managed option used by MODPY doesn't exist MODPY_DISTUTILS_INSTALL=install --prefix=${LOCALBASE} --root=${DESTDIR} .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/x11/terminator/distinfo,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 distinfo --- distinfo 23 May 2011 20:36:20 -0000 1.1.1.1 +++ distinfo 28 Dec 2012 01:51:22 -0000 @@ -1,5 +1,2 @@ -MD5 (terminator-0.95.tar.gz) = zq5ciZxxucgOSAg8F6YxrQ== -RMD160 (terminator-0.95.tar.gz) = YJZFTJsnGD7/NCLWGgG0pNKHP2E= -SHA1 (terminator-0.95.tar.gz) = v3ZBVtax9RFqFSmLDWnyy+rQYLo= -SHA256 (terminator-0.95.tar.gz) = BReHhbDs2qoUlJ/SP7v341XWWCvRG2vCmWkp8pK+HhM= -SIZE (terminator-0.95.tar.gz) = 222782 +SHA256 (terminator-0.96.tar.gz) = 1wjHg8NiM/yvvQE5qRRiR4rkD1z2lu9Kz8r1iRqEMgE= +SIZE (terminator-0.96.tar.gz) = 264226 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/x11/terminator/pkg/PLIST,v retrieving revision 1.3 diff -u -p -r1.3 PLIST --- pkg/PLIST 15 Jun 2012 08:30:24 -0000 1.3 +++ pkg/PLIST 28 Dec 2012 01:51:22 -0000 @@ -94,9 +94,13 @@ share/icons/hicolor/24x24/apps/terminato share/icons/hicolor/32x32/apps/terminator.png share/icons/hicolor/48x48/apps/terminator.png share/icons/hicolor/scalable/apps/terminator.svg +share/locale/af/LC_MESSAGES/terminator.mo share/locale/ar/LC_MESSAGES/terminator.mo +share/locale/ast/LC_MESSAGES/terminator.mo share/locale/bg/LC_MESSAGES/terminator.mo +share/locale/bn/LC_MESSAGES/terminator.mo share/locale/ca/LC_MESSAGES/terminator.mo +share/locale/ca@valencia/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 @@ -159,6 +163,9 @@ share/locale/ta/LC_MESSAGES/terminator.m share/locale/te/LC_MESSAGES/terminator.mo share/locale/th/LC_MESSAGES/terminator.mo share/locale/tr/LC_MESSAGES/terminator.mo +share/locale/tyv/ +share/locale/tyv/LC_MESSAGES/ +share/locale/tyv/LC_MESSAGES/terminator.mo share/locale/uk/LC_MESSAGES/terminator.mo share/locale/ur/LC_MESSAGES/terminator.mo share/locale/zh_CN/LC_MESSAGES/terminator.mo