diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index ff56545de9ee..b371a5e8271e 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -1,170 +1,168 @@ # Created by: gpalmer@FreeBSD.org PORTNAME= rxvt-unicode -PORTVERSION= 9.22 -PORTREVISION= 4 +PORTVERSION= 9.25 CATEGORIES= x11 MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/ MASTER_SITE_SUBDIR= . Attic MAINTAINER= thierry@FreeBSD.org COMMENT= Clone of the terminal emulator rxvt modified to support Unicode LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/fontconfig.pc:x11-fonts/fontconfig LIB_DEPENDS= libfreetype.so:print/freetype2 RUN_DEPENDS= ${LOCALBASE}/bin/fc-cache:x11-fonts/fontconfig USES= cpe perl5 pkgconfig shebangfix tar:bzip2 xorg USE_XORG= x11 xft xmu xpm xrender xt GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -lutil -CONFIGURE_ENV= TIC=${LOCALBASE}/bin/tic CONFIGURE_ARGS= --enable-everything --with-term=rxvt CPE_VENDOR= marc_lehmann OPTIONS_DEFINE= PERL XIM UNICODE3 ISO14755 COMBINING RXVT_SCROLLBAR \ NEXT_SCROLLBAR XTERM_SCROLLBAR BACKSPACE_KEY DELETE_KEY \ MOUSEWHEEL SMART_RESIZE IMLOCALE_FIX GDK_PIXBUF \ NOTIFY 256_COLOR DOCS SHEBANG_FILES= ${WRKSRC}/src/perl/* perl_OLD_CMD= perl perl_CMD= ${SETENV} perl PERL_DESC= Embedded Perl interpreter XIM_DESC= Support for XIM (X Input Method) protocol UNICODE3_DESC= Support Unicode codepoints above 65535 ISO14755_DESC= Support for extended ISO 14755 modes COMBINING_DESC= Automatic composition of combining chars RXVT_SCROLLBAR_DESC= Support for the original rxvt scrollbar NEXT_SCROLLBAR_DESC= Support for a NeXT-like scrollbar XTERM_SCROLLBAR_DESC= Support for an Xterm-like scrollbar BACKSPACE_KEY_DESC= Handling of the backspace key by rxvt DELETE_KEY_DESC= Handling of the delete key by rxvt MOUSEWHEEL_DESC= Support for scrolling via mouse wheel SMART_RESIZE_DESC= Smart growth/shrink behaviour IMLOCALE_FIX_DESC= imlocale encoding conversion fix GDK_PIXBUF_DESC= Use gdk-pixbuf for background images NOTIFY_DESC= Freedesktop startup notification support 256_COLOR_DESC= Support for 256 colors OPTIONS_DEFAULT= PERL XIM UNICODE3 ISO14755 COMBINING RXVT_SCROLLBAR \ NEXT_SCROLLBAR XTERM_SCROLLBAR BACKSPACE_KEY DELETE_KEY \ MOUSEWHEEL SMART_RESIZE IMLOCALE_FIX GDK_PIXBUF \ 256_COLOR OPTIONS_EXCLUDE_armv6= IMLOCALE_FIX OPTIONS_EXCLUDE_armv7= IMLOCALE_FIX OPTIONS_SUB= yes PORTDOCS1= Changes README.FAQ README.configure PORTDOCS= README.xvt ${PORTDOCS1} IMLOCALE_FIX_PATCH_DEPENDS= p5-Encode-HanExtra>=0:chinese/p5-Encode-HanExtra \ p5-Encode-JIS2K>=0:converters/p5-Encode-JIS2K # disable the embedded perl interpreter PERL_CONFIGURE_ENABLE= perl PERL_USE_OFF= PERL5=build # disable XIM (X Input Method) protocol support XIM_CONFIGURE_ENABLE= xim # disable support for Unicode codepoints above 65535 UNICODE3_CONFIGURE_ENABLE= unicode3 # disable support for extended ISO 14755 modes ISO14755_CONFIGURE_ENABLE= iso14755 # disable automatic composition of combining characters # into composite characters COMBINING_CONFIGURE_ENABLE= combining # disable support for the original rxvt scrollbar RXVT_SCROLLBAR_CONFIGURE_ENABLE= rxvt-scroll # disable support for a NeXT-like scrollbar NEXT_SCROLLBAR_CONFIGURE_ENABLE= next-scroll # disable support for an Xterm-like scrollbar XTERM_SCROLLBAR_CONFIGURE_ENABLE= xterm-scroll # disable any handling of the backspace key by rxvt # let the X server do it BACKSPACE_KEY_CONFIGURE_ENABLE= backspace-key # disable any handling of the delete key by rxvt DELETE_KEY_CONFIGURE_ENABLE= delete-key # enable scrolling via mouse wheel or buttons 4 & 5 MOUSEWHEEL_CONFIGURE_ENABLE= mousewheel # enable smart resize SMART_RESIZE_CONFIGURE_ENABLE= smart-resize # enable integration with gdk-pixbuf for background images GDK_PIXBUF_USES= gnome GDK_PIXBUF_USE= GNOME=gdkpixbuf2 GDK_PIXBUF_CONFIGURE_ENABLE= pixbuf # enable startup notification NOTIFY_CONFIGURE_ENABLE= startup-notification NOTIFY_LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification # enable support for 256 colors 256_COLOR_CONFIGURE_ON= --enable-256-color .include # compile in support for additional codeset groups .if ${PORT_OPTIONS:MENCODING} AVAIL_ENC= jp jp_ext kr zh zh_ext all . for ENC in ${AVAIL_ENC} . if (${WITH_ENCODING} == ${ENC}) _ENC= ${ENC} . endif . endfor . if !defined(_ENC) . error Invalid encoding for WITH_ENCODING . endif .else . if defined(PACKAGE_BUILDING) WITH_ENCODING= all . endif .endif .if ${PORT_OPTIONS:MENCODING} CONFIGURE_ARGS+= --with-codesets=${WITH_ENCODING} .endif # WITH_ENCODING pre-everything:: .ifndef(WITH_ENCODING) @${ECHO_MSG} "==> You can compile in support for additional codeset groups by setting the WITH_ENCODING variable" @${ECHO_MSG} '==> Options are: "jp" common japanese encodings;' @${ECHO_MSG} ' "jp_ext" rarely used but big japanese encodings;' @${ECHO_MSG} ' "kr" korean encodings;' @${ECHO_MSG} ' "zh" common chinese encodings;' @${ECHO_MSG} ' "zh_ext" rarely used but very big chinese encodigs;' @${ECHO_MSG} ' "all" all of the above;' @${ECHO_MSG} '==> For example, "WITH_ENCODING=kr" for korean encodings.' @${ECHO_MSG} .endif post-patch-IMLOCALE_FIX-on: ${PATCH} -d ${PATCH_WRKSRC} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-imlocale cd ${WRKSRC}/src && ./gentables pre-configure: ${REINPLACE_CMD} -e "/rxvt-unicode.terminfo/d" ${WRKSRC}/doc/Makefile.in ${RM} ${WRKSRC}/src/perl/kuake.orig post-build-DOCS-on: ${CP} ${PORTDOCS1:S|^|${WRKSRC}/|} ${WRKSRC}/doc post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR} @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .include diff --git a/x11/rxvt-unicode/distinfo b/x11/rxvt-unicode/distinfo index 6358dfe2eb49..85044c4296a0 100644 --- a/x11/rxvt-unicode/distinfo +++ b/x11/rxvt-unicode/distinfo @@ -1,2 +1,3 @@ -SHA256 (rxvt-unicode-9.22.tar.bz2) = e94628e9bcfa0adb1115d83649f898d6edb4baced44f5d5b769c2eeb8b95addd -SIZE (rxvt-unicode-9.22.tar.bz2) = 931198 +TIMESTAMP = 1621003273 +SHA256 (rxvt-unicode-9.25.tar.bz2) = 0c79c6c0056d51528ac8f96916794959b7fe0a0f785795f2130e2e8b99e12146 +SIZE (rxvt-unicode-9.25.tar.bz2) = 900910 diff --git a/x11/rxvt-unicode/files/patch-configure b/x11/rxvt-unicode/files/patch-configure index eb5b7445d233..848b9a045ea2 100644 --- a/x11/rxvt-unicode/files/patch-configure +++ b/x11/rxvt-unicode/files/patch-configure @@ -1,45 +1,46 @@ ---- configure.orig +--- configure.orig 2021-05-14 13:50:48 UTC +++ configure -@@ -4436,42 +4436,6 @@ - +@@ -4886,43 +4886,6 @@ if test "$ac_prog_cxx_stdcxx" != cxx11; then + fi LINKER="$CXX" -if test x$GCC = xyes && test x$GXX = xyes; then -- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working libsupc++" >&5 --$as_echo_n "checking for working libsupc++... " >&6; } +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working libsupc++" >&5 +-printf %s "checking for working libsupc++... " >&6; } - save_CXX="$CXX" - save_LIBS="$LIBS" - CXX="$CC" - LIBS="$LIBS -lsupc++" - -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -struct test { }; void f() try { throw new test; } catch (...) { throw; } -int --main () +-main (void) -{ - - ; - return 0; -} -_ACEOF --if ac_fn_cxx_try_link "$LINENO"; then : -- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 --$as_echo "ok" >&6; } +-if ac_fn_cxx_try_link "$LINENO" +-then : +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5 +-printf "%s\n" "ok" >&6; } - LINKER="$CC" --else +-else $as_nop - -- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, making everything bigger and slower" >&5 --$as_echo "no, making everything bigger and slower" >&6; } +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no, making everything bigger and slower" >&5 +-printf "%s\n" "no, making everything bigger and slower" >&6; } - LIBS="$save_LIBS" - - -fi --rm -f core conftest.err conftest.$ac_objext \ +-rm -f core conftest.err conftest.$ac_objext conftest.beam \ - conftest$ac_exeext conftest.$ac_ext - CXX="$save_CXX" -fi -LINKER=$LINKER if test -z "$orig_CXXFLAGS"; then diff --git a/x11/rxvt-unicode/files/patch-doc-Makefile.in b/x11/rxvt-unicode/files/patch-doc-Makefile.in index 1de6a2d5fbbe..14ae5c33e365 100644 --- a/x11/rxvt-unicode/files/patch-doc-Makefile.in +++ b/x11/rxvt-unicode/files/patch-doc-Makefile.in @@ -1,10 +1,13 @@ ---- doc/Makefile.in.orig 2010-09-26 22:34:30.000000000 +0200 -+++ doc/Makefile.in 2010-09-26 22:33:53.000000000 +0200 -@@ -94,6 +94,7 @@ +--- doc/Makefile.in.orig 2014-12-31 14:09:25 UTC ++++ doc/Makefile.in +@@ -96,9 +96,9 @@ install: all $(INSTALL) -d $(DESTDIR)$(man7dir) $(INSTALL_DATA) rxvt.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME).$(man1ext) $(INSTALL_DATA) rxvtc.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)c.$(man1ext) + $(INSTALL_DATA) urxvtcd.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)cd.$(man1ext) $(INSTALL_DATA) rxvtd.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)d.$(man1ext) $(INSTALL_DATA) rxvt.7.man $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext) - @IF_PERL@ $(INSTALL) -d $(DESTDIR)$(man3dir) +- @TIC@ $(srcdir)/etc/rxvt-unicode.terminfo + + distdepend: alldoc + diff --git a/x11/rxvt-unicode/files/patch-doc-urxvtcd.1.man b/x11/rxvt-unicode/files/patch-doc-urxvtcd.1.man index ae2ec5444b13..a6fa59297e8f 100644 --- a/x11/rxvt-unicode/files/patch-doc-urxvtcd.1.man +++ b/x11/rxvt-unicode/files/patch-doc-urxvtcd.1.man @@ -1,26 +1,26 @@ ---- doc/urxvtcd.1.man.orig 2010-09-26 22:16:01.000000000 +0200 -+++ doc/urxvtcd.1.man 2010-09-26 22:16:01.000000000 +0200 +--- doc/urxvtcd.1.man.orig 2021-05-14 16:08:01 UTC ++++ doc/urxvtcd.1.man @@ -0,0 +1,23 @@ +.TH rxvt-unicode 1 "2006-04-27" +.SH NAME +urxvtcd \- start a urxvtc and/or urxvtd +.SH SYNOPSIS +.B urxvtcd +.RI [ options ] +.SH DESCRIPTION +The +.B urxvtcd +script automatically starts +.BR urxvtd (1) +if it is not running, and then runs +.BR urxvtc (1) +with the specified arguments. +.SH OPTIONS +All options are passed to +.BR urxvtc (1) +as-is. +.SH AUTHOR +rxvt\-unicode was written by Marc Alexander Lehmann . +.PP +This manual page was written by Decklin Foster , +for the Debian project (but may be used by others). diff --git a/x11/rxvt-unicode/files/patch-doc_Makefile.in b/x11/rxvt-unicode/files/patch-doc_Makefile.in deleted file mode 100644 index 1499b1929c42..000000000000 --- a/x11/rxvt-unicode/files/patch-doc_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- doc/Makefile.in.orig 2014-12-31 14:09:25 UTC -+++ doc/Makefile.in -@@ -98,7 +98,6 @@ install: all - $(INSTALL_DATA) rxvtc.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)c.$(man1ext) - $(INSTALL_DATA) rxvtd.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)d.$(man1ext) - $(INSTALL_DATA) rxvt.7.man $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext) -- @TIC@ $(srcdir)/etc/rxvt-unicode.terminfo - - distdepend: alldoc - diff --git a/x11/rxvt-unicode/files/patch-chase-ttyslot-removal b/x11/rxvt-unicode/files/patch-libptytty_src_ptytty.C similarity index 84% rename from x11/rxvt-unicode/files/patch-chase-ttyslot-removal rename to x11/rxvt-unicode/files/patch-libptytty_src_ptytty.C index 9e44bc989051..c174a4818ab1 100644 --- a/x11/rxvt-unicode/files/patch-chase-ttyslot-removal +++ b/x11/rxvt-unicode/files/patch-libptytty_src_ptytty.C @@ -1,32 +1,32 @@ ---- libptytty/src/ptytty.C.orig 2016-07-22 21:10:56.246647000 +0300 -+++ libptytty/src/ptytty.C 2016-07-22 21:33:18.005377000 +0300 +--- libptytty/src/ptytty.C.orig 2015-05-11 22:24:03 UTC ++++ libptytty/src/ptytty.C @@ -56,6 +56,11 @@ # define O_NOCTTY 0 #endif +/* We need __FreeBSD_version */ +#if defined(__FreeBSD__) +#include +#endif + ///////////////////////////////////////////////////////////////////////////// /* ------------------------------------------------------------------------- * -@@ -395,7 +400,17 @@ +@@ -395,7 +400,17 @@ ptytty_unix::get () int fd_stdin = dup (STDIN_FILENO); dup2 (tty, STDIN_FILENO); +/* + * FreeBSD base@r202219 phased out utmp and moved to utmpx. + * ttyslot() was eliminated slightly after this, in r202274, + * but __FreeBSD_version wasn't bumped then. Such discrepance + * should be harmless since we will lose at most an utmp record. + */ +#if defined(__FreeBSD_version) && __FreeBSD_version >= 900007 + utmp_pos = -1; +#else utmp_pos = ttyslot (); +#endif dup2 (fd_stdin, STDIN_FILENO); close (fd_stdin); diff --git a/x11/rxvt-unicode/files/patch-src-Makefile.in b/x11/rxvt-unicode/files/patch-src-Makefile.in index 3af6f9f83775..ac7b2da35d35 100644 --- a/x11/rxvt-unicode/files/patch-src-Makefile.in +++ b/x11/rxvt-unicode/files/patch-src-Makefile.in @@ -1,28 +1,28 @@ ---- src/Makefile.in.orig 2013-10-28 15:08:32.000000000 +0100 -+++ src/Makefile.in 2013-10-30 22:19:17.000000000 +0100 -@@ -14,7 +14,8 @@ +--- src/Makefile.in.orig 2021-05-14 13:52:29 UTC ++++ src/Makefile.in +@@ -14,7 +14,8 @@ PODOPTS = quotes => q<"> , center => q, CXX = @CXX@ PERL = @PERL@ INSTALL = @INSTALL@ -INSTALL_PROGRAM = @INSTALL@ -m 755 +INSTALL_PROGRAM = @INSTALL@ -s -m 755 +INSTALL_SCRIPT = @INSTALL@ -m 755 INSTALL_DATA = @INSTALL@ -m 644 CXXFLAGS = @CXXFLAGS@ CPPFLAGS = @CPPFLAGS@ -@@ -46,6 +47,7 @@ +@@ -46,6 +47,7 @@ COMMON_DAEMON = rxvtdaemon.o RXVT_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)$(EXEEXT) RXVTC_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)c$(EXEEXT) +RXVTCD_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)cd$(EXEEXT) RXVTD_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)d$(EXEEXT) + RCLOCK_BINNAME=$(DESTDIR)$(bindir)/urclock$(EXEEXT) - # -@@ -128,6 +130,7 @@ +@@ -130,6 +132,7 @@ install-bin: allbin $(INSTALL) -d $(DESTDIR)$(bindir) $(INSTALL_PROGRAM) rxvt $(RXVT_BINNAME) $(INSTALL_PROGRAM) rxvtc $(RXVTC_BINNAME) + $(INSTALL_SCRIPT) urxvtcd $(RXVTCD_BINNAME) $(INSTALL_PROGRAM) rxvtd $(RXVTD_BINNAME) + $(INSTALL_PROGRAM) rclock $(RCLOCK_BINNAME) - install: install-bin install-perl diff --git a/x11/rxvt-unicode/files/patch-src-urxvtcd b/x11/rxvt-unicode/files/patch-src-urxvtcd index 200cb823aa58..9c6657a9aa14 100644 --- a/x11/rxvt-unicode/files/patch-src-urxvtcd +++ b/x11/rxvt-unicode/files/patch-src-urxvtcd @@ -1,10 +1,10 @@ ---- src/urxvtcd.orig 2010-09-26 22:16:01.000000000 +0200 -+++ src/urxvtcd 2010-09-26 22:16:01.000000000 +0200 +--- src/urxvtcd.orig 2021-05-14 16:08:01 UTC ++++ src/urxvtcd @@ -0,0 +1,7 @@ +#!/bin/sh + +urxvtc "$@" +if [ $? -eq 2 ]; then + urxvtd -q -o -f + exec urxvtc "$@" +fi diff --git a/x11/rxvt-unicode/files/patch-src__command.C b/x11/rxvt-unicode/files/patch-src__command.C index 748f2aaec7e9..25c7d46e46c5 100644 --- a/x11/rxvt-unicode/files/patch-src__command.C +++ b/x11/rxvt-unicode/files/patch-src__command.C @@ -1,20 +1,20 @@ ---- src/command.C.orig 2012-01-19 14:34:39.000000000 +0100 -+++ src/command.C 2012-01-23 19:28:46.000000000 +0100 +--- src/command.C.orig 2021-05-13 19:40:55 UTC ++++ src/command.C @@ -57,6 +57,7 @@ #endif #include +#include #if LINUX_YIELD_HACK # include -@@ -2354,7 +2355,9 @@ +@@ -2368,7 +2369,9 @@ rxvt_term::next_char () noexcept if (len == (size_t)-2) { // the mbstate stores incomplete sequences. didn't know this :/ +#if __FreeBSD_version>502110 cmdbuf_ptr = cmdbuf_endp; +#endif break; } diff --git a/x11/rxvt-unicode/files/patch-src__gentables b/x11/rxvt-unicode/files/patch-src__gentables index 0c344b09a787..8cabe83ff8c5 100644 --- a/x11/rxvt-unicode/files/patch-src__gentables +++ b/x11/rxvt-unicode/files/patch-src__gentables @@ -1,8 +1,8 @@ ---- ./src/gentables.orig Wed Aug 4 04:59:09 2004 -+++ ./src/gentables Tue Aug 10 00:03:21 2004 +--- src/gentables.orig 2015-04-11 18:18:26 UTC ++++ src/gentables @@ -1,4 +1,4 @@ -#!/opt/bin/perl +#!/usr/bin/env perl # the generated tables mostly have NOT been checked so far! diff --git a/x11/rxvt-unicode/files/patch-src_perl_kuake b/x11/rxvt-unicode/files/patch-src_perl_kuake index 3871bef4dfea..2736696655fa 100644 --- a/x11/rxvt-unicode/files/patch-src_perl_kuake +++ b/x11/rxvt-unicode/files/patch-src_perl_kuake @@ -1,12 +1,12 @@ ---- ./src/perl/kuake.orig Fri Jul 7 01:46:51 2006 -+++ ./src/perl/kuake Mon Jul 17 22:35:22 2006 -@@ -11,7 +11,8 @@ +--- src/perl/kuake.orig 2021-05-14 16:08:01 UTC ++++ src/perl/kuake +@@ -44,7 +44,8 @@ sub on_start { $self->{keycode} = $self->XKeysymToKeycode ($self->{keysym}) or urxvt::fatal "cannot convert requested kuake wake-up key '$self->{key}' to keycode, unable to continue.\n"; - $self->XGrabKey ($self->{keycode}, urxvt::AnyModifier, $self->DefaultRootWindow); + $self->XGrabKey ($self->{keycode}, urxvt::AnyModifier, $self->DefaultRootWindow) + or urxvt::fatal "cannot grab requested kuake wake-up key '$self->{keycode}' (attempt to access private resource denied), unable to continue.\n"; $self->XUnmapWindow ($self->parent); diff --git a/x11/rxvt-unicode/files/patch-src_rxvtperl.xs b/x11/rxvt-unicode/files/patch-src_rxvtperl.xs deleted file mode 100644 index 05800689c4b5..000000000000 --- a/x11/rxvt-unicode/files/patch-src_rxvtperl.xs +++ /dev/null @@ -1,15 +0,0 @@ ---- src/rxvtperl.xs.orig 2018-12-23 11:31:59 UTC -+++ src/rxvtperl.xs -@@ -401,9 +401,10 @@ rxvt_perl_interp::init () - " unshift @INC, '" LIBDIR "';" - "}" - "" -- "use urxvt;" -+ "use urxvt;", -+ 0 - }; -- int argc = ecb_array_length (args); -+ int argc = ecb_array_length (args) - 1; - char **argv = args; - - PERL_SYS_INIT3 (&argc, &argv, &environ); diff --git a/x11/rxvt-unicode/pkg-plist b/x11/rxvt-unicode/pkg-plist index 48a8eac62e4e..d01563057d3d 100644 --- a/x11/rxvt-unicode/pkg-plist +++ b/x11/rxvt-unicode/pkg-plist @@ -1,59 +1,60 @@ +bin/urclock @(,,4711) bin/urxvt bin/urxvtc bin/urxvtcd @(,,4711) 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 %%PERL%%lib/urxvt/perl/confirm-paste %%PERL%%lib/urxvt/perl/digital-clock %%PERL%%lib/urxvt/perl/eval %%PERL%%lib/urxvt/perl/example-refresh-hooks %%PERL%%lib/urxvt/perl/keysym-list %%PERL%%lib/urxvt/perl/kuake %%PERL%%lib/urxvt/perl/matcher %%PERL%%lib/urxvt/perl/option-popup %%PERL%%lib/urxvt/perl/overlay-osc %%PERL%%lib/urxvt/perl/readline %%PERL%%lib/urxvt/perl/remote-clipboard %%PERL%%lib/urxvt/perl/searchable-scrollback %%PERL%%lib/urxvt/perl/selection %%PERL%%lib/urxvt/perl/selection-autotransform %%PERL%%lib/urxvt/perl/selection-pastebin %%PERL%%lib/urxvt/perl/selection-popup %%PERL%%lib/urxvt/perl/selection-to-clipboard %%PERL%%lib/urxvt/perl/tabbed %%PERL%%lib/urxvt/perl/urxvt-popup %%PERL%%lib/urxvt/perl/xim-onthespot %%PERL%%lib/urxvt/urxvt.pm %%PERL%%man/man1/urxvt-background.1.gz %%PERL%%man/man1/urxvt-bell-command.1.gz %%PERL%%man/man1/urxvt-block-graphics-to-ascii.1.gz %%PERL%%man/man1/urxvt-clipboard-osc.1.gz %%PERL%%man/man1/urxvt-confirm-paste.1.gz %%PERL%%man/man1/urxvt-digital-clock.1.gz %%PERL%%man/man1/urxvt-eval.1.gz %%PERL%%man/man1/urxvt-example-refresh-hooks.1.gz %%PERL%%man/man1/urxvt-extensions.1.gz %%PERL%%man/man1/urxvt-keysym-list.1.gz %%PERL%%man/man1/urxvt-kuake.1.gz %%PERL%%man/man1/urxvt-matcher.1.gz %%PERL%%man/man1/urxvt-option-popup.1.gz %%PERL%%man/man1/urxvt-overlay-osc.1.gz %%PERL%%man/man1/urxvt-readline.1.gz %%PERL%%man/man1/urxvt-remote-clipboard.1.gz %%PERL%%man/man1/urxvt-searchable-scrollback.1.gz %%PERL%%man/man1/urxvt-selection-autotransform.1.gz %%PERL%%man/man1/urxvt-selection-pastebin.1.gz %%PERL%%man/man1/urxvt-selection-popup.1.gz %%PERL%%man/man1/urxvt-selection-to-clipboard.1.gz %%PERL%%man/man1/urxvt-selection.1.gz %%PERL%%man/man1/urxvt-tabbed.1.gz %%PERL%%man/man1/urxvt-xim-onthespot.1.gz man/man1/urxvt.1.gz man/man1/urxvtc.1.gz man/man1/urxvtcd.1.gz man/man1/urxvtd.1.gz %%PERL%%man/man3/urxvtperl.3.gz man/man7/urxvt.7.gz