From nobody@FreeBSD.org  Fri Jul  3 04:22:47 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 433531065670
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  3 Jul 2009 04:22:47 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 16E058FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  3 Jul 2009 04:22:47 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n634MkK4010254
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 3 Jul 2009 04:22:46 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n634Mkk4010253;
	Fri, 3 Jul 2009 04:22:46 GMT
	(envelope-from nobody)
Message-Id: <200907030422.n634Mkk4010253@www.freebsd.org>
Date: Fri, 3 Jul 2009 04:22:46 GMT
From: Andrew Lewis <dru@silenceisdefeat.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: security/luasec Lua bindings for OpenSSL library
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         136266
>Category:       ports
>Synopsis:       New port: security/luasec Lua bindings for OpenSSL library
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 03 04:30:05 UTC 2009
>Closed-Date:    Tue Jul 14 06:07:44 UTC 2009
>Last-Modified:  Tue Jul 14 06:10:03 UTC 2009
>Originator:     Andrew Lewis
>Release:        7.1-RELEASE-p6
>Organization:
Private
>Environment:
FreeBSD foo.bar 7.1-RELEASE-p6 FreeBSD 7.1-RELEASE-p6 #4: Wed Jun 24 14:25:56 UTC 2009     toor@foo.bar:/usr/obj/usr/src/sys/ADAMANTIUM71  i386
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	.
#	./Makefile
#	./pkg-descr
#	./pkg-plist
#	./distinfo
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./Makefile
sed 's/^X//' >./Makefile << '464ef7c6571951809b23e262cbe26e19'
X# New ports collection makefile for:    luasec
X# Date created:				25 June 2009
X# Whom:					Andrew Lewis <dru@silenceisdefeat.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	luasec
XPORTVERSION=	0.3.2
XCATEGORIES=	security
XMASTER_SITES=	http://luaforge.net/frs/download.php/4059/
XPKGNAMEPREFIX=  ${LUA_PKGNAMEPREFIX}
X
XMAINTAINER=	dru@silenceisdefeat.net
XCOMMENT=	A Lua binding for the OpenSSL library to provide TLS/SSL communication
X
XALL_TARGET=	bsd
XLIBDIR=		-L${LUA_LIBDIR}
XMAKE_ENV+=	INCDIR=-I${LUA_INCDIR}
XUSE_LUA=	5.1
XWANT_LUA_VER=	5.1
XRUN_DEPENDS+=	${LUA_MODLIBDIR}/socket/core.so:${PORTSDIR}/net/luasocket
X
X.include <bsd.port.mk>
464ef7c6571951809b23e262cbe26e19
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << '0e313719ff012ceaf97a028d51caa8f5'
XLuaSec is a binding for OpenSSL library to provide TLS/SSL communication. This 
Xversion delegates to LuaSocket the TCP connection establishment between the
Xclient and server. Then LuaSec uses this connection to start a secure TLS/SSL
Xsession.
X
XWWW: http://www.inf.puc-rio.br/~brunoos/luasec/
0e313719ff012ceaf97a028d51caa8f5
echo x - ./pkg-plist
sed 's/^X//' >./pkg-plist << 'ef3e7f63841ae908ba397c2bef1fbad6'
X%%LUA_MODLIBDIR%%/ssl.so
X%%LUA_MODSHAREDIR%%/ssl.lua
ef3e7f63841ae908ba397c2bef1fbad6
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'aec8793adfd5b7c3f00e62ae41a09ac2'
XMD5 (luasec-0.3.2.tar.gz) = ee74c2578a1eb594b889eeba7a3b57f0
XSHA256 (luasec-0.3.2.tar.gz) = 1a2f677aa94f42a886da31538f7f7e60b126fcf624663e4b06eaa03a7e428ef5
XSIZE (luasec-0.3.2.tar.gz) = 26467
aec8793adfd5b7c3f00e62ae41a09ac2
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Wed Jul 8 03:21:34 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

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

From: Andrew Lewis <freeghb@gmail.com>
To: bug-followup@freebsd.org
Cc: dru@silenceisdefeat.net
Subject: Re: ports/136266: New port: security/luasec Lua bindings for OpenSSL library
Date: Sat, 11 Jul 2009 01:31:40 +0200

 --Boundary-00=_c98VKyfNDfCG4Ga
 Content-Type: text/plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 Patch to change e-mail address. I think this will be better in the long run. 
 Apologies for the inconvenience.
 
 --Boundary-00=_c98VKyfNDfCG4Ga
 Content-Type: text/plain;
   charset="UTF-8";
   name="luasec.Makefile.patch.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 	filename="luasec.Makefile.patch.txt"
 
 --- Makefile.orig	2009-07-10 22:58:21.000000000 +0000
 +++ Makefile	2009-07-10 22:59:04.000000000 +0000
 @@ -1,6 +1,6 @@
  # New ports collection makefile for:    luasec
  # Date created:				25 June 2009
 -# Whom:					Andrew Lewis <dru@silenceisdefeat.net>
 +# Whom:					Andrew Lewis <freeghb@gmail.com>
  #
  # $FreeBSD$
  #
 @@ -11,7 +11,7 @@
  MASTER_SITES=	http://luaforge.net/frs/download.php/4059/
  PKGNAMEPREFIX=  ${LUA_PKGNAMEPREFIX}
  
 -MAINTAINER=	dru@silenceisdefeat.net
 +MAINTAINER=	freeghb@gmail.com
  COMMENT=	A Lua binding for the OpenSSL library to provide TLS/SSL communication
  
  ALL_TARGET=	bsd
 
 --Boundary-00=_c98VKyfNDfCG4Ga--
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Tue Jul 14 06:07:43 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/136266: commit references a PR
Date: Tue, 14 Jul 2009 06:08:00 +0000 (UTC)

 pgollucci    2009-07-14 06:07:51 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security             Makefile 
   Added files:
     security/luasec      Makefile distinfo pkg-descr pkg-plist 
   Log:
   LuaSec is a binding for OpenSSL library to provide TLS/SSL communication. This
   version delegates to LuaSocket the TCP connection establishment between the
   client and server. Then LuaSec uses this connection to start a secure TLS/SSL
   session.
   
   WWW: http://www.inf.puc-rio.br/~brunoos/luasec/
   
   PR:             ports/136266
   Submitted by:   Andrew Lewis <dru at silenceisdefeat.net>
   
   Revision  Changes    Path
   1.1046    +1 -0      ports/security/Makefile
   1.1       +25 -0     ports/security/luasec/Makefile (new)
   1.1       +3 -0      ports/security/luasec/distinfo (new)
   1.1       +6 -0      ports/security/luasec/pkg-descr (new)
   1.1       +2 -0      ports/security/luasec/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"
 
>Unformatted:
