Bug 131044 - New port: www/p5-Gtk2-WebKit Perl bindings for the Gtk2 port of WebKit
Summary: New port: www/p5-Gtk2-WebKit Perl bindings for the Gtk2 port of WebKit
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: Gabor Kovesdan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-27 14:30 UTC by Zane C. Bowers-Hadley
Modified: 2009-03-03 05:50 UTC (History)
0 users

See Also:


Attachments
www_p5-Gtk2-WebKit.shar (3.51 KB, text/plain)
2009-01-27 14:30 UTC, Zane C. Bowers-Hadley
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Zane C. Bowers-Hadley 2009-01-27 14:30:05 UTC

WebKit is a web content engine, derived from KHTML and KJS from KDE, and used
primarily in Apple's Safari browser. It is made to be embedded in other
applications, such as mail readers, or web browsers.

It is able to display content such as HTML, SVG, XML, and others. It also
supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.

WWW: http://search.cpan.org/dist/Gtk2-WebKit/

How-To-Repeat: 

1: unshar
2:
3: install and enjoy
Comment 1 Gabor Kovesdan freebsd_committer freebsd_triage 2009-01-29 23:02:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gabor

Take.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-03-03 05:45:02 UTC
gabor       2009-03-03 05:44:51 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/p5-Gtk2-WebKit   Makefile distinfo pkg-descr pkg-plist 
  Log:
  WebKit is a web content engine, derived from KHTML and KJS from KDE, and used
  primarily in Apple's Safari browser. It is made to be embedded in other
  applications, such as mail readers, or web browsers.
  
  It is able to display content such as HTML, SVG, XML, and others. It also
  supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.
  
  WWW: http://search.cpan.org/dist/Gtk2-WebKit/
  
  PR:             ports/131044
  Submitted by:   Zane C, Bowers <vvelox at vvelox.net>
  
  Revision  Changes    Path
  1.2279    +1 -0      ports/www/Makefile
  1.1       +36 -0     ports/www/p5-Gtk2-WebKit/Makefile (new)
  1.1       +3 -0      ports/www/p5-Gtk2-WebKit/distinfo (new)
  1.1       +8 -0      ports/www/p5-Gtk2-WebKit/pkg-descr (new)
  1.1       +21 -0     ports/www/p5-Gtk2-WebKit/pkg-plist (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 Gabor Kovesdan freebsd_committer freebsd_triage 2009-03-03 05:45:30 UTC
State Changed
From-To: open->closed

Port added with some changes (mostly missing dependencies, please look at the 
committed version for reference). Thanks for your contribution!