From owner-cvs-all@FreeBSD.ORG Thu Jul 14 13:24:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42F3416A41C; Thu, 14 Jul 2005 13:24:05 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 146AE43D45; Thu, 14 Jul 2005 13:24:05 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EDO4W5079376; Thu, 14 Jul 2005 13:24:04 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EDO451079375; Thu, 14 Jul 2005 13:24:04 GMT (envelope-from pav) Message-Id: <200507141324.j6EDO451079375@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 14 Jul 2005 13:24:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/newpki-client Makefile distinfo pkg-descr ports/security/newpki-client/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 13:24:05 -0000 pav 2005-07-14 13:24:04 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/newpki-client Makefile distinfo pkg-descr security/newpki-client/files patch-configure Log: NewPKI is a PKI based on the OpenSSL low-level API, all the datas are handled through a database, which provides a much more flexible PKI than with OpenSSL, such as seeking a certificate with a search engine. GUI client that uses wxWidgets. PR: ports/83386 Submitted by: Vsevolod Stakhov Revision Changes Path 1.619 +1 -0 ports/security/Makefile 1.1 +56 -0 ports/security/newpki-client/Makefile (new) 1.1 +2 -0 ports/security/newpki-client/distinfo (new) 1.1 +62 -0 ports/security/newpki-client/files/patch-configure (new) 1.1 +5 -0 ports/security/newpki-client/pkg-descr (new)