ports/131662: [MAINTAINER] x11/terminator: update to 0.12

Thomas Hurst tom at hur.st
Fri Feb 13 21:20:02 UTC 2009


>Number:         131662
>Category:       ports
>Synopsis:       [MAINTAINER] x11/terminator: update to 0.12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 13 21:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Hurst
>Release:        FreeBSD 7.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD voi.nightsdawn.sf 7.1-STABLE FreeBSD 7.1-STABLE #0: Mon Feb  9 01:09:04 GMT
>Description:
- Update to 0.12
- Avoid having pysetup update the icon cache at all times, not just WITHOUT_NLS;
  the ports system already does it for us.

This release introduces simultaneous typing (replicate keyboard inputs across
multiple terminals), directional terminal navigation (<Alt><Arrow key> to switch
to the terminal in a given direction), a preliminary graphical profile editor,
and various bugfixes.
>How-To-Repeat:
>Fix:

--- terminator-0.12.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/x11/terminator/Makefile /usr/home/freaky/work/ports/x11/terminator/Makefile
--- /usr/ports/x11/terminator/Makefile	2008-09-24 10:08:24.000000000 +0100
+++ /usr/home/freaky/work/ports/x11/terminator/Makefile	2009-02-13 20:42:51.000000000 +0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	terminator
-PORTVERSION=	0.11
+PORTVERSION=	0.12
 CATEGORIES=	x11 python
 MASTER_SITES=	https://launchpad.net/terminator/trunk/${PORTVERSION}/+download/ \
 		http://hur.st/mirror/terminator/
@@ -29,9 +29,10 @@
 
 .include <bsd.port.pre.mk>
 
+PYSETUP+=	--without-icon-cache
 .ifdef(WITHOUT_NLS)
 PLIST_SUB+=	NLS="@comment "
-PYSETUP+=	--without-gettext --without-icon-cache
+PYSETUP+=	--without-gettext
 .else
 USE_GETTEXT=	yes
 PLIST_SUB+=	NLS=""
@@ -47,6 +48,7 @@
 MAN5=	terminator_config.5
 
 post-patch:
-	@${REINPLACE_CMD} -e 's/0\.10/0.11/' ${WRKSRC}/terminatorlib/version.py
+	# setup.py installs 32x32 icons in the wrong place.
+	@${REINPLACE_CMD} -e "s|24x24/apps', glob.glob('data/icons/32x32|32x32/apps', glob.glob('data/icons/32x32|" ${WRKSRC}/setup.py
 
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/x11/terminator/distinfo /usr/home/freaky/work/ports/x11/terminator/distinfo
--- /usr/ports/x11/terminator/distinfo	2008-09-24 10:08:24.000000000 +0100
+++ /usr/home/freaky/work/ports/x11/terminator/distinfo	2009-02-13 20:19:52.000000000 +0000
@@ -1,3 +1,3 @@
-MD5 (terminator_0.11.tar.gz) = cff08bbe8b600b99fa5256083bb7e167
-SHA256 (terminator_0.11.tar.gz) = 437aae715010a320506e82def881257433d660dc67648866e6ac5afa881c15a6
-SIZE (terminator_0.11.tar.gz) = 99988
+MD5 (terminator_0.12.tar.gz) = 259b2b1f88de822644e4d57abf857cb7
+SHA256 (terminator_0.12.tar.gz) = 7bc0048ef5bbd8202688f51712ee87ac5c52291221ca33558b256a11a87618fd
+SIZE (terminator_0.12.tar.gz) = 118744
diff -ruN --exclude=CVS /usr/ports/x11/terminator/pkg-plist /usr/home/freaky/work/ports/x11/terminator/pkg-plist
--- /usr/ports/x11/terminator/pkg-plist	2008-09-24 10:08:24.000000000 +0100
+++ /usr/home/freaky/work/ports/x11/terminator/pkg-plist	2009-02-13 20:43:24.000000000 +0000
@@ -29,6 +29,9 @@
 %%PYTHON_SITELIBDIR%%/terminatorlib/terminatorterm.py
 %%PYTHON_SITELIBDIR%%/terminatorlib/terminatorterm.pyc
 %%PYTHON_SITELIBDIR%%/terminatorlib/terminatorterm.pyo
+%%PYTHON_SITELIBDIR%%/terminatorlib/tests.py
+%%PYTHON_SITELIBDIR%%/terminatorlib/tests.pyc
+%%PYTHON_SITELIBDIR%%/terminatorlib/tests.pyo
 %%PYTHON_SITELIBDIR%%/terminatorlib/version.py
 %%PYTHON_SITELIBDIR%%/terminatorlib/version.pyc
 %%PYTHON_SITELIBDIR%%/terminatorlib/version.pyo
@@ -40,6 +43,7 @@
 share/icons/hicolor/16x16/actions/terminator_vert.png
 share/icons/hicolor/22x22/apps/terminator.png
 share/icons/hicolor/24x24/apps/terminator.png
+share/icons/hicolor/32x32/apps/terminator.png
 share/icons/hicolor/48x48/apps/terminator.png
 %%NLS%%share/locale/ar/LC_MESSAGES/terminator.mo
 %%NLS%%share/locale/bg/LC_MESSAGES/terminator.mo
--- terminator-0.12.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list