summaryrefslogtreecommitdiff
path: root/x11/rxvt-unicode
AgeCommit message (Collapse)AuthorFilesLines
2013-07-25Fix checksum for patch-src_perl_tabbed (hi morr)wiz1-2/+2
2013-07-22Update to newest version 9.18.morr4-10/+31
While there, make it compatible with perl 5.18. Changes: 9.18 Sun Mar 24 15:33:35 CET 2013 - fix regression that caused artifacts on resize. 9.17 Fri Mar 1 13:46:08 CET 2013 - add shade operator in background perl extension. - avoid starting or ending the selection in the middle of wide characters to avoid artifacts (reproted by Tiago Resende). - fix artifacts that may occur if the character in the cursor cell has width > 1 (reported by Tiago Resende). - fix regression that causes artifacts on scrolling if saveLines is 0 and the window is resized (reported by Bert Münnich). - fix build when perl is enabled and pixbuf and transparency are disabled.
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-31Bump all packages for perl-5.18, thatwiz1-1/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-04-06Fixes:rodent1-17/+17
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
2013-02-07Remove workaround for ftp user agentmorr1-3/+1
2013-01-21Fix patch-configure in distinfo.morr1-2/+2
For PR 47478.
2013-01-20Update patches too2morr1-5/+5
2013-01-20Update patches toomorr4-38/+9
2013-01-20Update to version 9.16.morr3-13/+37
Changes: 9.16 Thu Dec 27 11:56:43 CET 2012 - the "so much new stuff your eyes will pop out" release. - INCOMPATIBLE CHANGE: renamed urlLauncher resource to url-launcher. - fix processing of DEC private mode save sequences (patch by Patrick Hemmer). - perl extensions now have their own manpages, installed as urxvt-NAME(1), e.g. urxvt-background(1) - see urxvt-extensions(1) for a list. - fix disabling of cursor blink with the option-popup menu (based on a patch by Jan Larres). - the font height is not augmented anymore when lineSpace is non zero. - fix "new pagemap" vs. "delete pagemap" mismatch ([] vs. non-[]), as diagnosed by clang. - fix height mismatch between active and inactive cursor when lineSpace is non zero (patch by Stanislav Seletskiy). - make it compile with LOCAL_X_IS_UNIX again (reported by nickfailure@gmail.com). - completely redone background pixmap support - users can now specify arbitrary expressions (And programs) that calculate new terminal backgrounds. see the urxvt-background manpage for details. - xrender is now required for background pixmap support. - perl extensions can now provide commandline switches and resources which show up in -help etc. - iso14755 51 mode window now displays row and column. - implement a -visual switch and move that and -depth to frills, also warn when we can't get the requested visual. - new env variable: RXVT_PERL_LIB. - allocate all screen memory in one go and let the virtual memory subsystem sort it out. this simplifies code, improves access locality, saves a bit of ram and makes things a bit faster, too. - remove support for libafterimage. - update to CVS version of libev, for a whopping 11kb size decrease. - do not ship yet another copy of ecb.h, use the one in libev or libptytty instead. - selectively mark some methods as cache-hot/cache cold, which might speed up execution but definitely decreases codesize. - Fix regression that prevented the scrollbar trough color from being applied (reported by Derek B. Noonburg). - Fix the scrollbar size for rxvt style (patch by Mark Robinson). pkgsrc changes: workaround for broken webserver, which doesn't allow fetching without User-Agent.
2012-12-13Remove patch that was probably intended to go away in previous cleanup.wiz1-0/+0
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-06-28Omit needless patches in last change; mark only `install' as phony.riastradh5-203/+14
ok wiz
2012-06-26Actually add patches to make rxvt-unicode build on Mac OS X 10.7.riastradh4-0/+183
It helps to run `cvs add' before adding files.
2012-06-26Patch x11/rxvt-unicode to make it work on Mac OS X 10.7.riastradh3-8/+66
ok wiz
2012-06-15Whitespace. (as whined about by pkglint)dholland2-9/+9
2012-03-01Bump PKGREVISION for previous commitmorr1-1/+2
2012-03-01Add support for 256 colors.morr1-1/+3
Patch from PR 46126
2012-02-29Add missing patchmorr1-0/+38
2012-02-29Update to version 9.15.morr12-319/+15
List of changes is too big to be included here. You can look at http://dist.schmorp.de/rxvt-unicode/Changes to see changelog.
2012-01-04Replace perl interpreter path for default-on perl option.wiz2-3/+21
Noted by Moritz Wilhelmy. Bump PKGREVISION.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-08-14Revision bump after updating perl to 5.14.1.obache1-2/+2
2011-08-04Only depend on perl when the perl option is selected. From Matthew Mondorwiz2-3/+3
in PR 45205.
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2009-09-03Fix compiling against NetBSD popcount libc function.roy7-2/+89
2009-06-14Remove @dirrm entries from PLISTsjoerg1-5/+1
2009-05-19Add the upstream version of a patch submitted by Talor R Campbell insnj3-2/+124
PR pkg/38988 to fix a problem with socket control message ancillary data alignment. Bump PKGREVISION to 1.
2009-05-19+PKG_DESTDIR_SUPPORT, plus set USE_TOOLS+=perl:runabs1-5/+9
2009-03-06Update rxvt-unicode to 9.06. Changes are many various bugfixes. See thesnj6-50/+39
bundled changlelog for details.
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-2/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam2-26/+26
through PLIST_SUBST to the plist module.
2008-04-03Fix rxvt-unicode default display vulnerability (CVE-2008-1142).tonnerre3-3/+26
Approved-by: jlam
2008-02-21USE_FEATURES+=snprintf, bump revision.tnn1-2/+3
2007-11-22Id => NetBSD and move to top line.obache1-3/+1
2007-11-22Need perl to build with 'perl' option.obache1-1/+2
2007-10-20Force to not install terminfo file. Fixes PR 37082.obache3-6/+17
A terminfo entry was installed into somewhere(or not) depending on tic command. Install termcap/terminfo entry source file in examples directory and mention it in MESSAGE. Bump PKGREVISION.
2007-10-05Fix homepage.dillo1-2/+2
2007-08-06Update to rxvt-unicode-8.3, provided by Philip Paeps <philip@freebsd.org>.ghen4-31/+30
ChangeLog: o new option: skipScroll/-ss, enabled by default. o go with the times and expect x11 library files in /usr/lib, not /usr/X11R6/lib. o initial transparency improvement/afterimage support patch by Sasha Vasko. o add urgentOnBell resource to set the urgency hint (patch by Philip Paeps). o do not process focus events caused by grabs (patch by Mikachu). o add iso14755_52 resource to disable iso14755 5.2 (exg). o add binding for backspace in iso14755 5.1 to remove the last digit (exg). o better option handling, support more than 30 options (exg). o nuke reconf script, serves no purpose anymore. o fixed and documented matcher/on_user_command processing in matcher extension (tpope). o compile out of the box on Solaris 10 (exg). o fix MappingNotify events (reported by Stephan Walter). o zero-initialise mwmhints, this seems to solve all sorts of minor problems.
2007-01-30Modular Xorg support.joerg3-6/+25
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg2-4/+4
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
2006-12-15Do not force useage of "rxvt" as $TERM by default, but make it anmartin3-13/+25
option. Also add a hint to the runtime override. Fixes PR pkg/34605.
2006-12-15Update to 8.1 and add support for options.martin4-30/+64
From Christian Gall (with minor modifications, all errors are mine).
2006-08-07Update to 7.9:wiz5-31/+14
7.9 Mon Aug 7 18:16:07 CEST 2006 - fix the crashing bug people encountered with 7.8 + urxvtd + perl + transparency. Oight to fix debian bug #380348. - fix urxvtc.1.pod: it actually claimed -pty-fd would not work. But it does! :-> - rxvt_fatal() in case the locale string is too long for our static buffer. - fixed many, many, typos in the manpages (patch supplied by ves). 7.8 Mon Jul 17 21:00:46 CEST 2006 - INCOMPATIBLE CHANGE: this version will always read ~/.Xdefaults, earlier versions only read it if display-resources (usually from .Xresources) are not set. This avoids the #1 FAQ ("why isn't my resource used") and seems to be logical behaviour, too. .Xdefaults resources have a lower priority than display-specific resources. - add "kuake" perl extension that does a similar thing to the kuake terminal emulator (see man urxtvperl). - use less "correct" color scaling that is compatible with libX11 and Xft (avoids off-by-one colors resulting in striped backgrounds). - the "depth" resource is now respected. - preset the searchable-scrollback pattern with "(?i)" to default search to case-insensitivity. Will automatically be cleared when typing an uppercase character. - add FORCE_UNBUFFERED_XFT define to features.h. - re-enabled highlightcolor support with --enable-frills, based on a patch by Martin Stubenschrott. - double-buffered xft drawing did suffer from pixel offset issues when pixmap transparency was enabled. - strategically add # to the url-match regexes, as we really want to match common URIs not common URLs. Reported by Aaron Griffin. - moved on_osc_seq to on_osc_seq_perl and added a more generic osc_seq. - fix a bug causing double callback invocations when perl hooks were invoked recursively. - the automove-background extension now properly works when the pixmap gets reset with an osc sequence (sqweek). - selection-pastebin did not work properly with non-latin1-characters. - apply colorUL only when the text colour is the default fg (patch by Wu Fengguang). - removed rxvtlib.h from the tarball, it had no reason to be there (spotted by Decklin Foster). - fix compiling with TRANSPARENT but !XPM_BACKGROUND, as reported by omatunto_. - slap in a using namespace std, might help on platforms that don't follow C++ closely enough. - fix mailto url regex, spotted within milliseconds by Jost Krieger. - applied fade_color_update_func.patch by WU Fengguang. - fix a bug where (due to an optimisation in av_delete), hiding the bottom-most overlay would hide two overlays. 7.7 Tue Feb 21 12:32:49 CET 2006 - use double-buffered drawing (xft fonts only). On many driver/hardware combination this actually increases xft drawing speed, at the expense of more network bandwidth and slight nausea on the side of the author. - readline perl extension now requires shift-click instead of a normal click, and eats the click. - tabbed perl extension now supports -e. - disabled graphics-exposures on the main drawing GC, report any refresh bugs please. - improve property handling for -pe tabbed: avoid unnecessary property changes (for kde's benefit) at the expense of extra round-trips, improve size hint setting. - modified XIM according to a patch sent by Takano Akio that sets the preedit rectangle for OverTheSpot, which helps some input methods to correctly position their preedit window. - un-optimise the line clearing on newly scrolled-in lines a bit: the former reasoning was that any fg colour on default bg looks the same in empty spaces, but thats not true when reversing (e.g. selection), so also check for matching fg colours. This fixes the problem where selecting newly scrolled-in lines would exhibit wrong colours. - fix a bug in the perl interface causing focus in events to generate focus out perl events, causing bad focus effects with -pe tabbed. - fix a race resulting in a crash on exiting. - fix a with --disable-xft that caused xfreecolors to be called on colors never allocated, resulting in aborts (reported by Paco-Paco). - resources on non-initial screens weren't refetched correctly (reported by Paco-Paco). - fix a bug in xcopyarea pass and _disable_ it, as it seems not to be working in either rxvt-unicode nor in the original rxvt. - removed undocumented -exec alias for the -e option. 7.6 Fri Feb 10 08:52:36 CET 2006 - changed interpretation of [alpha] colour prefix. - +option now really sets the option to default, instead of using the resource value. - options that require an argument now really _require_ an argument. - the tabbed extension now forwards focus and keys events to th relevant tab window. - tab colours are now configurable and have sensible defaults (initial patch by hednod). - option menu is extendable, readline, selection and selection-autotransform can now be disabled/enabled at runtime. - forcing a configure event to tabbed subwindows with -pe tabbed, for the benefit of automove-background. - the automove-background extension added a wrong constant offset. - force refresh of XA_RESOURCE_STRING on virtual reconnect. - return exit status 2 in urxvtc when urxvtd couldn't be contacted. - the linux yield hack is back, now using usleep, and enabled only on __linux__. - further round trip eliminations in the !XFT case by remembering the colour components. - plain scrollbar works better with -sr. - fixed half-shadow scrollbar look. - more colour rtt optimisations. - properly(?) free colours on window close. - reorganised the FAQ into multiple sections. - add ISO646.1991-IRV to the list of supported codesets. - minor libptytty update.
2006-08-06Remove BROKEN_IN for packages that built in the latestkristerw1-3/+1
NetBSD 3.0_STABLE/i386 bulk build.
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig1-2/+2
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-05-18Mark as BROKEN_IN pkgsrc-2006Q1 according towiz1-1/+3
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html