Commit graph

63 commits

Author SHA1 Message Date
wiz
ec57bc9c20 Remove patch after update (hi morr) 2013-12-05 07:52:16 +00:00
morr
1a119e4c37 Update to verion 9.19.
Changes:

- work around perl 5.18.0 breakage in tabbed extension
  (reported by Karol Blazewicz) and in pod (Dominic Hargreaves).
- fix regression that caused the double-click word selection to
  erroneously include a tab on the left of the selected word.
- implement FOCUS variable and focus_fade function in background
  expression, to allow focus-sensitive background images.
- add support for the set cursor style (DECSCUSR) control
  function.
- honour cursorColor also when the cursor style is underline.
- export some Color_xxx constants to Perl.

pkgsrc changes:
- remove patches/patch-src_perl_tabbed, it is upstream now
2013-11-30 23:24:10 +00:00
joerg
0217a3d63c No custom operator new / delete. 2013-11-10 20:29:24 +00:00
wiz
13cac72823 Fix checksum for patch-src_perl_tabbed (hi morr) 2013-07-25 08:28:36 +00:00
morr
6a9664e237 Update to newest version 9.18.
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-07-22 17:55:21 +00:00
wiz
e0b49a2fed Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
2013-06-06 12:53:40 +00:00
tron
a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
wiz
53745b22ea Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
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-06-03 10:05:17 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
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-05-31 12:39:57 +00:00
rodent
a0a1f2e57c Fixes:
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-04-06 03:45:05 +00:00
morr
b269665fa1 Remove workaround for ftp user agent 2013-02-07 20:21:26 +00:00
morr
109d6ef54f Fix patch-configure in distinfo.
For PR 47478.
2013-01-21 09:16:54 +00:00
morr
b3a28884d4 Update patches too2 2013-01-20 13:40:54 +00:00
morr
903d58d51b Update patches too 2013-01-20 13:38:20 +00:00
morr
d4f2953718 Update to version 9.16.
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.
2013-01-20 13:34:54 +00:00
wiz
170d9de1d9 Remove patch that was probably intended to go away in previous cleanup. 2012-12-13 09:15:45 +00:00
asau
8aba7e3fbf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-29 05:06:05 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
riastradh
ddf21a220e Omit needless patches in last change; mark only `install' as phony.
ok wiz
2012-06-28 18:24:08 +00:00
riastradh
4579daa1f4 Actually add patches to make rxvt-unicode build on Mac OS X 10.7.
It helps to run `cvs add' before adding files.
2012-06-26 20:14:31 +00:00
riastradh
5a5ff76d90 Patch x11/rxvt-unicode to make it work on Mac OS X 10.7.
ok wiz
2012-06-26 20:10:48 +00:00
dholland
cddea4c4e0 Whitespace. (as whined about by pkglint) 2012-06-15 23:06:02 +00:00
morr
15df237a7f Bump PKGREVISION for previous commit 2012-03-01 23:06:30 +00:00
morr
0658ac8038 Add support for 256 colors.
Patch from PR 46126
2012-03-01 23:03:14 +00:00
morr
55b62b56ea Add missing patch 2012-02-29 19:24:12 +00:00
morr
a7ec9e7bd1 Update to version 9.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-02-29 18:49:40 +00:00
wiz
7a88dfc6e2 Replace perl interpreter path for default-on perl option.
Noted by Moritz Wilhelmy. Bump PKGREVISION.
2012-01-04 11:04:04 +00:00
sbd
e93e5d65e3 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:11:52 +00:00
obache
db07027aa3 Revision bump after updating perl to 5.14.1. 2011-08-14 07:20:52 +00:00
wiz
bfce9166f3 Only depend on perl when the perl option is selected. From Matthew Mondor
in PR 45205.
2011-08-04 23:40:48 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
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!
2010-08-21 16:32:42 +00:00
roy
1955b62981 Fix compiling against NetBSD popcount libc function. 2009-09-03 19:29:26 +00:00
joerg
b02a0f888e Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
snj
4b97340664 Add the upstream version of a patch submitted by Talor R Campbell in
PR pkg/38988 to fix a problem with socket control message ancillary data
alignment.

Bump PKGREVISION to 1.
2009-05-19 19:41:18 +00:00
abs
b6f864b2a4 +PKG_DESTDIR_SUPPORT, plus set USE_TOOLS+=perl:run 2009-05-19 07:00:36 +00:00
snj
6fc8c58d25 Update rxvt-unicode to 9.06. Changes are many various bugfixes. See the
bundled changlelog for details.
2009-03-06 00:20:27 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
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-10-19 19:17:40 +00:00
jlam
841dfa0e7a Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +00:00
tonnerre
ec3cd9d9d1 Fix rxvt-unicode default display vulnerability (CVE-2008-1142).
Approved-by: jlam
2008-04-03 22:36:52 +00:00
tnn
7af3ad2330 USE_FEATURES+=snprintf, bump revision. 2008-02-21 02:41:56 +00:00
obache
f3dd7ef748 Id => NetBSD and move to top line. 2007-11-22 11:59:06 +00:00
obache
ccde0d77a2 Need perl to build with 'perl' option. 2007-11-22 11:57:19 +00:00
obache
e21bb123ab Force to not install terminfo file. Fixes PR 37082.
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-20 06:11:24 +00:00
dillo
1421921b96 Fix homepage. 2007-10-05 16:11:17 +00:00
ghen
6160beca9e Update to rxvt-unicode-8.3, provided by Philip Paeps <philip@freebsd.org>.
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-08-06 10:02:27 +00:00
joerg
f99014ccf2 Modular Xorg support. 2007-01-30 20:41:32 +00:00
joerg
58c3144236 Mechanically replace all includes of buildlink3.mk of the following
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-15 20:32:52 +00:00
martin
5b340fd00f Do not force useage of "rxvt" as $TERM by default, but make it an
option. Also add a hint to the runtime override.
Fixes PR pkg/34605.
2006-12-15 16:01:16 +00:00
martin
f5eb91f627 Update to 8.1 and add support for options.
From Christian Gall (with minor modifications, all errors are mine).
2006-12-15 15:01:30 +00:00
wiz
c6b66334b9 Update to 7.9:
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-07 23:21:16 +00:00