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
nrgmilk
2008-04-11 23:00:07 UTC
Responsible Changed From-To: freebsd-ports-bugs->nobutaka Over to maintainer (via the GNATS Auto Assign Tool) 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" State Changed From-To: open->closed Committed, thanks! |