Bug 166415 - [NEW PORT] www/luakit: Fast, small, webkit based browser framework extensible by Lua
Summary: [NEW PORT] www/luakit: Fast, small, webkit based browser framework extensible...
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: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-26 14:40 UTC by luizgustavo
Modified: 2012-04-14 21:42 UTC (History)
0 users

See Also:


Attachments
.shar (3.89 KB, text/plain)
2012-03-26 14:40 UTC, luizgustavo
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description luizgustavo 2012-03-26 14:40:02 UTC
Luakit is a highly configurable, micro-browser framework
based on the WebKit web content engine and the GTK+ toolkit.

It is very fast, extensible by Lua and licensed under the
GNU GPLv3 license. It is primarily targeted at power users,
developers and any people with too much time on their hands
who want to have fine-grained control over their web browsers
behaviour and interface.

WWW: http://luakit.org

Generated with FreeBSD Port Tools 0.99_4 (mode: new)
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2012-03-31 15:30:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 Pawel Pekala freebsd_committer freebsd_triage 2012-03-31 17:49:02 UTC
State Changed
From-To: open->feedback

Setting option UNIQUE to off breaks build, please see log: 
http://people.freebsd.org/~pawel/buildlogs/7/luakit-2011.07.22.log 

Should I remove this option or you want to fix it?
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-04-14 21:37:19 UTC
pawel       2012-04-14 20:37:07 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/luakit           Makefile distinfo pkg-descr pkg-plist 
    www/luakit/files     patch-config.mk patch-gentokens 
  Log:
  Luakit is a highly configurable, micro-browser framework
  based on the WebKit web content engine and the GTK+ toolkit.
  
  It is very fast, extensible by Lua and licensed under the
  GNU GPLv3 license. It is primarily targeted at power users,
  developers and any people with too much time on their hands
  who want to have fine-grained control over their web browsers
  behaviour and interface.
  
  WWW: http://luakit.org
  
  PR:             ports/166415
  Submitted by:   gugabsd <gugabsd@mundounix.com.br>
  
  Revision  Changes    Path
  1.3156    +1 -0      ports/www/Makefile
  1.1       +51 -0     ports/www/luakit/Makefile (new)
  1.1       +2 -0      ports/www/luakit/distinfo (new)
  1.1       +16 -0     ports/www/luakit/files/patch-config.mk (new)
  1.1       +9 -0      ports/www/luakit/files/patch-gentokens (new)
  1.1       +10 -0     ports/www/luakit/pkg-descr (new)
  1.1       +62 -0     ports/www/luakit/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 4 Pawel Pekala freebsd_committer freebsd_triage 2012-04-14 21:42:40 UTC
State Changed
From-To: feedback->closed

New port added, with minor changes. Thanks!