Bug 209083 - [patch] x11/xterm ReGIS graphics support
Summary: [patch] x11/xterm ReGIS graphics support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-04-27 01:08 UTC by IWAMOTO Kouichi
Modified: 2016-04-27 11:39 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (ehaupt)


Attachments
xterm-regis.diff (982 bytes, patch)
2016-04-27 01:08 UTC, IWAMOTO Kouichi
no flags Details | Diff
regis-sample.txt (88 bytes, text/plain)
2016-04-27 10:09 UTC, IWAMOTO Kouichi
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description IWAMOTO Kouichi 2016-04-27 01:08:58 UTC
Created attachment 169734 [details]
xterm-regis.diff

current version of xterm supports ReGIS graphics.
atached patch allows to enable this feature.
Comment 1 Emanuel Haupt freebsd_committer freebsd_triage 2016-04-27 07:46:42 UTC
I was able to compile xterm with ReGIS support but failed to produce anything useful with some samples I found on wikipedia. Just out of curiosity, do you happen to have a sample script or testcase?
Comment 2 IWAMOTO Kouichi 2016-04-27 10:09:33 UTC
Created attachment 169743 [details]
regis-sample.txt
Comment 3 IWAMOTO Kouichi 2016-04-27 10:10:49 UTC
ReGIS support will be enabled for a particular terminal id setting.

Launch xterm with "-ti 340" option and display attached sample file. (Same as Wikipedia's sample)
Comment 4 Emanuel Haupt freebsd_committer freebsd_triage 2016-04-27 11:30:22 UTC
(In reply to IWAMOTO Kouichi from comment #3)

Thank you, that worked. I must have messed up the escape sequence. I'll commit the patch shortly.
Comment 5 commit-hook freebsd_committer freebsd_triage 2016-04-27 11:38:01 UTC
A commit references this bug:

Author: ehaupt
Date: Wed Apr 27 11:37:50 UTC 2016
New revision: 414101
URL: https://svnweb.freebsd.org/changeset/ports/414101

Log:
  Provide an option to build with ReGIS graphics support.

  PR:		209083
  Submitted by:	IWAMOTO Kouichi

Changes:
  head/x11/xterm/Makefile
Comment 6 Emanuel Haupt freebsd_committer freebsd_triage 2016-04-27 11:39:13 UTC
Committed, thanks!