Bug 122673 - [PATCH] www/w3m support for flamebuffer
Summary: [PATCH] www/w3m support for flamebuffer
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: MANTANI Nobutaka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-11 23:00 UTC by nrgmilk
Modified: 2008-04-22 17:10 UTC (History)
0 users

See Also:


Attachments
file.diff (23.07 KB, patch)
2008-04-11 23:00 UTC, nrgmilk
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nrgmilk 2008-04-11 23:00:07 UTC
Hello.

This patch is correspond to the framebuffer of FreeBSD. 

Operation can be confirmed with japanese/w3m-img, www/w3m-m17n-img or www/w3m-img on sysutils/jfbterm. 

This patch was made by him. 
http://www.ac.auone-net.jp/~baba/w3m-img/index.html

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-04-11 23:00:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nobutaka

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-04-22 17:01:48 UTC
nobutaka    2008-04-22 16:01:39 UTC

  FreeBSD ports repository

  Modified files:
    www/w3m              Makefile 
  Added files:
    www/w3m/files        patch-configure patch-w3mimg_fb_fb.c 
                         patch-w3mimg_fb_fb.h 
                         patch-w3mimg_fb_fb_w3mimg.c 
  Log:
  Add w3m-img framebuffer support patch written by Yusuke Baba.
  To display images on console, you need to install w3m-img and
  run w3m on jfbterm (sysutils/jfbterm).
  
  w3m-img for FreeBSD framebuffer (patch author's website, written in Japanese)
  http://www.ac.auone-net.jp/~baba/w3m-img/index.html
  
  PR:             ports/122673
  Submitted by:   nrg milk <nrgmilk@gmail.com>
  
  Revision  Changes    Path
  1.88      +2 -1      ports/www/w3m/Makefile
  1.10      +11 -0     ports/www/w3m/files/patch-configure (new)
  1.1       +751 -0    ports/www/w3m/files/patch-w3mimg_fb_fb.c (new)
  1.1       +14 -0     ports/www/w3m/files/patch-w3mimg_fb_fb.h (new)
  1.1       +29 -0     ports/www/w3m/files/patch-w3mimg_fb_fb_w3mimg.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 MANTANI Nobutaka freebsd_committer freebsd_triage 2008-04-22 17:02:05 UTC
State Changed
From-To: open->closed

Committed, thanks!