Bug 122673

Summary: [PATCH] www/w3m support for flamebuffer
Product: Ports & Packages Reporter: nrgmilk <nrgmilk>
Component: Individual Port(s)Assignee: MANTANI Nobutaka <nobutaka>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!