Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Dec 2012 18:43:40 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309685 - in head/x11/rxvt-unicode: . files
Message-ID:  <201212301843.qBUIheDQ058479@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Sun Dec 30 18:43:39 2012
New Revision: 309685
URL: http://svnweb.freebsd.org/changeset/ports/309685

Log:
  Upgrade to 9.16.
  
  Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.

Modified:
  head/x11/rxvt-unicode/Makefile
  head/x11/rxvt-unicode/distinfo   (contents, props changed)
  head/x11/rxvt-unicode/files/extra-patch-imlocale   (contents, props changed)
  head/x11/rxvt-unicode/pkg-plist   (contents, props changed)

Modified: head/x11/rxvt-unicode/Makefile
==============================================================================
--- head/x11/rxvt-unicode/Makefile	Sun Dec 30 18:04:18 2012	(r309684)
+++ head/x11/rxvt-unicode/Makefile	Sun Dec 30 18:43:39 2012	(r309685)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rxvt-unicode
-PORTVERSION=	9.15
-PORTREVISION=	2
+PORTVERSION=	9.16
 CATEGORIES=	x11
 MASTER_SITES=	http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/
 MASTER_SITE_SUBDIR=	. Attic
@@ -31,7 +30,7 @@ WANT_PERL=		yes
 OPTIONS_DEFINE=	PERL XIM UNICODE3 ISO14755 COMBINING RXVT_SCROLLBAR	\
 		NEXT_SCROLLBAR XTERM_SCROLLBAR BACKSPACE_KEY DELETE_KEY	\
 		MOUSEWHEEL SMART_RESIZE IMLOCALE_FIX GDK_PIXBUF		\
-		AFTERIMAGE NOTIFY 256_COLOR
+		NOTIFY 256_COLOR
 
 PERL_DESC=		Embedded Perl interpreter
 XIM_DESC=		Support for XIM (X Input Method) protocol
@@ -47,7 +46,6 @@ MOUSEWHEEL_DESC=	Support for scrolling v
 SMART_RESIZE_DESC=	Smart growth/shrink behaviour
 IMLOCALE_FIX_DESC=	imlocale encoding conversion fix
 GDK_PIXBUF_DESC=	Use gdk-pixbuf for background images
-AFTERIMAGE_DESC=	Use libAfterImage for background images
 NOTIFY_DESC=		Freedesktop startup notification support
 256_COLOR_DESC=		Support for 256 colors
 
@@ -75,6 +73,15 @@ USE_PERL5_BUILD=	yes
 PLIST_SUB=		PERL="@comment "
 .else
 USE_PERL5=		yes
+MAN1+=			urxvt-background.1 urxvt-bell-command.1 urxvt-block-graphics-to-ascii.1 \
+			urxvt-clipboard-osc.1 urxvt-confirm-paste.1 urxvt-digital-clock.1	\
+			urxvt-example-refresh-hooks.1 urxvt-extensions.1 urxvt-keysym-list.1	\
+			urxvt-kuake.1 urxvt-macosx-clipboard-native.1 urxvt-macosx-clipboard.1	\
+			urxvt-matcher.1 urxvt-option-popup.1 urxvt-overlay-osc.1		\
+			urxvt-readline.1 urxvt-remote-clipboard.1 urxvt-searchable-scrollback.1	\
+			urxvt-selection-autotransform.1 urxvt-selection-pastebin.1		\
+			urxvt-selection-popup.1 urxvt-selection.1 urxvt-tabbed.1		\
+			urxvt-xim-onthespot.1
 MAN3=			urxvtperl.3
 PLIST_SUB=		PERL=""
 .endif
@@ -138,15 +145,9 @@ CONFIGURE_ARGS+=	--disable-smart-resize
 CONFIGURE_ARGS+=	--enable-smart-resize
 .endif
 
-# enable integration with gdk-pixbuf / or libAfterImage for background images
+# enable integration with gdk-pixbuf
 .if !${PORT_OPTIONS:MGDK_PIXBUF}
 CONFIGURE_ARGS+=	--disable-pixbuf
-. if !${PORT_OPTIONS:MAFTERIMAGE}
-CONFIGURE_ARGS+=	--disable-afterimage	# To be upgraded
-. else
-LIB_DEPENDS+=		AfterImage:${PORTSDIR}/graphics/libafterimage
-CONFIGURE_ARGS+=	--enable-afterimage
-. endif
 .else
 USE_GNOME+=		gdkpixbuf2
 CONFIGURE_ARGS+=	--enable-pixbuf

Modified: head/x11/rxvt-unicode/distinfo
==============================================================================
--- head/x11/rxvt-unicode/distinfo	Sun Dec 30 18:04:18 2012	(r309684)
+++ head/x11/rxvt-unicode/distinfo	Sun Dec 30 18:43:39 2012	(r309685)
@@ -1,2 +1,2 @@
-SHA256 (rxvt-unicode-9.15.tar.bz2) = ec1aa2932da844979ed8140bd92223defb12042aa5e877e05ac31139ca81f2b1
-SIZE (rxvt-unicode-9.15.tar.bz2) = 894764
+SHA256 (rxvt-unicode-9.16.tar.bz2) = 76bb15cdc8cc7709b01389727f7d818f1f401b6616121f0216165a4cb5e74874
+SIZE (rxvt-unicode-9.16.tar.bz2) = 898089

Modified: head/x11/rxvt-unicode/files/extra-patch-imlocale
==============================================================================
--- head/x11/rxvt-unicode/files/extra-patch-imlocale	Sun Dec 30 18:04:18 2012	(r309684)
+++ head/x11/rxvt-unicode/files/extra-patch-imlocale	Sun Dec 30 18:43:39 2012	(r309685)
@@ -1,8 +1,8 @@
---- src/command.C.orig	2011-06-22 14:44:37.000000000 +0400
-+++ src/command.C	2011-09-30 01:31:30.000000000 +0400
-@@ -256,6 +256,26 @@
+--- src/command.C.orig	2012-12-30 19:06:27.000000000 +0100
++++ src/command.C	2012-12-30 19:09:32.000000000 +0100
+@@ -403,6 +403,26 @@
+   return param;
  }
- #endif
  
 +void from_imlocale_to_locale(const char *imlocale, const char *locale, wchar_t *wkbuf, int len)
 +{
@@ -24,16 +24,16 @@
 +    }
 +}
 +
- void
- rxvt_term::commit_iso14755 ()
+ void ecb_cold
+ rxvt_term::key_press (XKeyEvent &ev)
  {
-@@ -451,6 +471,9 @@
+@@ -456,6 +476,9 @@
            if (rs[Rs_imLocale])
              SET_LOCALE (locale);
  
 +	  if (rs[Rs_imLocale])
 +	      from_imlocale_to_locale(rs[Rs_imLocale], locale, wkbuf, len);
-+	      
++
            if (status_return == XLookupChars
                || status_return == XLookupBoth)
              {

Modified: head/x11/rxvt-unicode/pkg-plist
==============================================================================
--- head/x11/rxvt-unicode/pkg-plist	Sun Dec 30 18:04:18 2012	(r309684)
+++ head/x11/rxvt-unicode/pkg-plist	Sun Dec 30 18:43:39 2012	(r309685)
@@ -2,6 +2,7 @@ bin/urxvt
 bin/urxvtc
 bin/urxvtcd
 bin/urxvtd
+%%PERL%%lib/urxvt/perl/background
 %%PERL%%lib/urxvt/perl/bell-command
 %%PERL%%lib/urxvt/perl/block-graphics-to-ascii
 %%PERL%%lib/urxvt/perl/clipboard-osc



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