From nobody@FreeBSD.org  Mon Sep 12 12:34:53 2011
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 09C3D106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 12 Sep 2011 12:34:53 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id D38078FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 12 Sep 2011 12:34:52 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p8CCYqjd047901
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 12 Sep 2011 12:34:52 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p8CCYq9e047900;
	Mon, 12 Sep 2011 12:34:52 GMT
	(envelope-from nobody)
Message-Id: <201109121234.p8CCYq9e047900@red.freebsd.org>
Date: Mon, 12 Sep 2011 12:34:52 GMT
From: Veniamin Gvozdikov <g.veniamin@googlemail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [new port] security/libkpass Library for a reading/writing KeePass 1.x DB
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         160675
>Category:       ports
>Synopsis:       [new port] security/libkpass Library for a reading/writing KeePass 1.x DB
>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 Sep 12 12:40:03 UTC 2011
>Closed-Date:    Sat Sep 17 21:57:10 UTC 2011
>Last-Modified:  Sat Sep 17 21:57:10 UTC 2011
>Originator:     Veniamin Gvozdikov
>Release:        FreeBSD 8.2-RELEASE
>Organization:
>Environment:
FreeBSD ololo 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Aug 18 11:19:07 MSD 2011     root@ololo:/usr/obj/usr/src/sys/OLOLO  amd64
>Description:
Libkpass is a from-scratch C implementation of reading and writing KeePass 1.x format password databases.
>How-To-Repeat:

>Fix:
# 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:
#
#	libkpass
#	libkpass/distinfo
#	libkpass/pkg-descr
#	libkpass/Makefile
#	libkpass/files
#	libkpass/files/patch-src_kpass.c
#
echo c - libkpass
mkdir -p libkpass > /dev/null 2>&1
echo x - libkpass/distinfo
sed 's/^X//' >libkpass/distinfo << '790fd97af10be89b0e3588b322fc3a8f'
XSHA256 (libkpass-3.tar.gz) = 390ebca29040ae1a015f4c067de16fe585693d2b4f95caca24529917bdb2dfec
XSIZE (libkpass-3.tar.gz) = 313707
790fd97af10be89b0e3588b322fc3a8f
echo x - libkpass/pkg-descr
sed 's/^X//' >libkpass/pkg-descr << '7e29ddfcdf562c795703b64e4cb6da39'
XLibkpass is a from-scratch C implementation of reading and writing
XKeePass 1.x format password databases.
X
XWWW:	http://libkpass.sourceforge.net/
7e29ddfcdf562c795703b64e4cb6da39
echo x - libkpass/Makefile
sed 's/^X//' >libkpass/Makefile << '017e503e60172d950972fd5d60455060'
X# New ports collection makefile for:	libkpass
X# Date created:		2011-09-12
X# Whom:			Gvozdikov Veniamin <g.veniamin@googlemail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	libkpass
XPORTVERSION=	3
XCATEGORIES=	security
XMASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
X
XMAINTAINER=	g.veniamin@googlemail.com
XCOMMENT=	Library for a reading/writing KeePass 1.x DB
X
XLICENSE=	GPLv3
X
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
XUSE_LDCONFIG=	yes
X
XPLIST_FILES=	include/kpass.h \
X		lib/libkpass.so \
X		lib/libkpass.so.0 \
X		lib/libkpass.la \
X		lib/libkpass.a
X
X.include <bsd.port.mk>
017e503e60172d950972fd5d60455060
echo c - libkpass/files
mkdir -p libkpass/files > /dev/null 2>&1
echo x - libkpass/files/patch-src_kpass.c
sed 's/^X//' >libkpass/files/patch-src_kpass.c << 'a7cac42129e90a5b42c9bcff7caafb2b'
X--- src/kpass.c.orig	2011-09-12 11:39:12.476116248 +0400
X+++ src/kpass.c	2011-09-12 11:39:37.962483090 +0400
X@@ -19,7 +19,7 @@
X 
X #include <string.h>
X #include <openssl/evp.h>
X-#include <byteswap.h>
X+#include <sys/endian.h>
X #include <time.h>
X 
X #include "kpass.h"
a7cac42129e90a5b42c9bcff7caafb2b
exit


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pawel 
Responsible-Changed-By: pawel 
Responsible-Changed-When: Sat Sep 17 19:15:10 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160675: commit references a PR
Date: Sat, 17 Sep 2011 21:29:55 +0000 (UTC)

 pawel       2011-09-17 21:29:47 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security             Makefile 
   Added files:
     security/libkpass    Makefile distinfo pkg-descr 
     security/libkpass/files patch-src_kpass.c 
   Log:
   Libkpass is a from-scratch C implementation of reading and writing
   KeePass 1.x format password databases.
   
   WWW:    http://libkpass.sourceforge.net/
   
   PR:             ports/160675
   Submitted by:   Gvozdikov Veniamin <g.veniamin@googlemail.com>
   Approved by:    miwi, wen (mentors implicit)
   
   Revision  Changes    Path
   1.1199    +1 -0      ports/security/Makefile
   1.1       +28 -0     ports/security/libkpass/Makefile (new)
   1.1       +2 -0      ports/security/libkpass/distinfo (new)
   1.1       +11 -0     ports/security/libkpass/files/patch-src_kpass.c (new)
   1.1       +4 -0      ports/security/libkpass/pkg-descr (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 
State-Changed-By: pawel 
State-Changed-When: Sat Sep 17 21:57:09 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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