From luizgustavo@luizgustavo.pro.br  Mon Mar 26 13:34:02 2012
Return-Path: <luizgustavo@luizgustavo.pro.br>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A8D5F1065672
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 26 Mar 2012 13:34:02 +0000 (UTC)
	(envelope-from luizgustavo@luizgustavo.pro.br)
Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182])
	by mx1.freebsd.org (Postfix) with ESMTP id 245998FC18
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 26 Mar 2012 13:34:01 +0000 (UTC)
Received: by ghrr20 with SMTP id r20so4583213ghr.13
        for <FreeBSD-gnats-submit@freebsd.org>; Mon, 26 Mar 2012 06:34:01 -0700 (PDT)
Received: by 10.236.185.168 with SMTP id u28mr22086806yhm.73.1332768841050;
        Mon, 26 Mar 2012 06:34:01 -0700 (PDT)
Received: from desktop.luizgustavo.pro.br ([187.108.176.79])
        by mx.google.com with ESMTPS id o68sm47217867yhk.16.2012.03.26.06.33.58
        (version=TLSv1/SSLv3 cipher=OTHER);
        Mon, 26 Mar 2012 06:33:59 -0700 (PDT)
Received: by desktop.luizgustavo.pro.br (Postfix, from userid 0)
	id 7D26384416; Mon, 26 Mar 2012 10:38:39 -0300 (BRT)
Message-Id: <20120326133839.7D26384416@desktop.luizgustavo.pro.br>
Date: Mon, 26 Mar 2012 10:38:39 -0300 (BRT)
From: gugabsd <luizgustavo@luizgustavo.pro.br>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] www/luakit: Fast, small, webkit based browser framework extensible by Lua
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         166415
>Category:       ports
>Synopsis:       [NEW PORT] www/luakit: Fast, small, webkit based browser framework extensible by Lua
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pawel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 26 13:40:02 UTC 2012
>Closed-Date:    Sat Apr 14 20:42:42 UTC 2012
>Last-Modified:  Sat Apr 14 20:42:42 UTC 2012
>Originator:     gugabsd
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD desktop.luizgustavo.pro.br 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC
>Description:
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)
>How-To-Repeat:
>Fix:

--- .shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	luakit
#	luakit/files
#	luakit/files/patch-config.mk
#	luakit/files/patch-gentokens
#	luakit/pkg-descr
#	luakit/distinfo
#	luakit/Makefile
#
echo c - luakit
mkdir -p luakit > /dev/null 2>&1
echo c - luakit/files
mkdir -p luakit/files > /dev/null 2>&1
echo x - luakit/files/patch-config.mk
sed 's/^X//' >luakit/files/patch-config.mk << '03a0d83d66ccf5a02ad9991708c26d1d'
Xdiff -r 1a525885c788 config.mk
X--- config.mk Fri Mar 23 23:55:52 2012 -0300
X+++ config.mk Fri Mar 23 23:57:41 2012 -0300
X@@ -5,10 +5,10 @@
X PREFIX     ?= /usr/local
X INSTALLDIR := $(DESTDIR)$(PREFIX)
X 
X-MANPREFIX  ?= $(PREFIX)/share/man
X+MANPREFIX  := $(PREFIX)/man
X MANPREFIX  := $(DESTDIR)$(MANPREFIX)
X 
X-DOCDIR     ?= $(PREFIX)/share/luakit/docs
X+DOCDIR     ?= $(PREFIX)/share/doc/luakit
X DOCDIR     := $(DESTDIR)$(DOCDIR)
X 
X # Use the Just-In-Time compiler for lua (for faster lua code execution)
03a0d83d66ccf5a02ad9991708c26d1d
echo x - luakit/files/patch-gentokens
sed 's/^X//' >luakit/files/patch-gentokens << 'be31883fc8535fe96c1a2e8353faf6b2'
Xdiff -r 25cc3a246cba build-utils/gentokens.lua
X--- build-utils/gentokens.lua Fri Mar 23 22:32:16 2012 -0300
X+++ build-utils/gentokens.lua Fri Mar 23 22:33:52 2012 -0300
X@@ -1,4 +1,4 @@
X-#!/usr/bin/env lua
X+#!/usr/local/bin/lua-5.1
X 
X -- build-utils/gentokens.lua - gen tokenize lib
X --
be31883fc8535fe96c1a2e8353faf6b2
echo x - luakit/pkg-descr
sed 's/^X//' >luakit/pkg-descr << '5bb0b0b1db20062c07aaf1ab63dcd647'
XLuakit is a highly configurable, micro-browser framework
Xbased on the WebKit web content engine and the GTK+ toolkit.
X
XIt is very fast, extensible by Lua and licensed under the
XGNU GPLv3 license. It is primarily targeted at power users,
Xdevelopers and any people with too much time on their hands
Xwho want to have fine-grained control over their web browsers
Xbehaviour and interface.
X
XWWW: http://luakit.org
5bb0b0b1db20062c07aaf1ab63dcd647
echo x - luakit/distinfo
sed 's/^X//' >luakit/distinfo << '9cf95cb6c8cc3dd72b155517e3109c89'
XSHA256 (luakit-2011.07.22.tar.gz) = 8a0d5ce7657de5dde270a691911b26822cb3259b8bf5a0fcf6c02f7748ad4a3d
XSIZE (luakit-2011.07.22.tar.gz) = 148704
9cf95cb6c8cc3dd72b155517e3109c89
echo x - luakit/Makefile
sed 's/^X//' >luakit/Makefile << 'f05171d19dd182c25b5ac5e536ecfeba'
X# New ports collection makefile for:	luakit
X# Date created:		2012-03-23
X# Whom:			gugabsd <gugabsd@mundounix.com.br>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	luakit
XPORTVERSION=	2011.07.22
XCATEGORIES=	www
XMASTER_SITES=	https://github.com/mason-larobina/${PORTNAME}/tarball/${PORTVERSION}-r1/
X
XMAINTAINER=	gugabsd@mundounix.com.br
XCOMMENT=	Fast, small, webkit based browser framework extensible by Lua
X
XLICENSE=	GPLv3
XLICENSE_FILE=	${WRKSRC}/COPYING.GPLv3
X
XGITVERSION=	b1fb7fa
XFETCH_ARGS=	-pRr
XWRKSRC=		${WRKDIR}/mason-larobina-${PORTNAME}-${GITVERSION}
X
XBUILD_DEPENDS=	${LOCALBASE}/bin/help2man:${PORTSDIR}/misc/help2man
XLIB_DEPENDS=	webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 \
X		sqlite3.8:${PORTSDIR}/databases/sqlite3
XRUN_DEPENDS=	${LUA_MODLIBDIR}/lfs.so:${PORTSDIR}/devel/luafilesystem
X
XUSE_GMAKE=	yes
XUSE_GNOME=	glib20 gtk20 pkgconfig
XUSE_LUA=	5.1+
X
XMAN1=		luakit.1
XPLIST_FILES=	bin/luakit
X
XOPTIONS=	UNIQUE "Enable single instance support" on \
X		LUAJIT "Use the Just-In-Time compiler for lua" off
X
X.include <bsd.port.pre.mk>
X
X.if defined(WITH_UNIQUE)
XLIB_DEPENDS+=	unique-1.0.2:${PORTSDIR}/x11-toolkits/unique
XCONFIGURE_ARGS+=USE_UNIQUE=1
X.else
XCONFIGURE_ARGS+=USE_UNIQUE=0
X.endif
X
X.if defined(WITH_LUAJIT)
XLIB_DEPENDS+=	luajit:${PORTSDIR}/lang/luajit
XCONFIGURE_ARGS+=USE_LUAJIT=1
X.else
XCONFIGURE_ARGS+=USE_LUAJIT=0
X.endif
X
X.include <bsd.port.post.mk>
f05171d19dd182c25b5ac5e536ecfeba
exit
--- .shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pawel 
Responsible-Changed-By: pawel 
Responsible-Changed-When: Sat Mar 31 14:30:47 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166415 
State-Changed-From-To: open->feedback 
State-Changed-By: pawel 
State-Changed-When: Sat Mar 31 16:49:02 UTC 2012 
State-Changed-Why:  
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? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166415 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/166415: commit references a PR
Date: Sat, 14 Apr 2012 20:37:19 +0000 (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"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: pawel 
State-Changed-When: Sat Apr 14 20:42:40 UTC 2012 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166415 
>Unformatted:
