From owner-cvs-ports@FreeBSD.ORG Fri Dec 5 15:19:07 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 061C316A4CE; Fri, 5 Dec 2003 15:19:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 493CA43FB1; Fri, 5 Dec 2003 15:19:06 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5NJ6XJ063807; Fri, 5 Dec 2003 15:19:06 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5NJ5TR063806; Fri, 5 Dec 2003 15:19:06 -0800 (PST) (envelope-from sergei) Message-Id: <200312052319.hB5NJ5TR063806@repoman.freebsd.org> From: Sergei Kolobov Date: Fri, 5 Dec 2003 15:19:05 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security Makefile ports/security/xca Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 23:19:07 -0000 sergei 2003/12/05 15:19:05 PST FreeBSD ports repository Modified files: security Makefile Added files: security/xca Makefile distinfo pkg-descr pkg-plist Log: Add xca 0.4.5, graphical certification authority. Graphical certification authority is an interface for managing RSA keys and certificates, and the creation and signing of PKCS#10 requests. It uses the OpenSSL library and a Berkeley DB for key and certificate storage. It supports importing and exporting keys and PEM DER PKCS8 certificates, signing and revoking of PEM DER PKCS12, and selection of x509v3 extensions. A tree view of certificates is presented. Author: Christian Hohnstaedt WWW: http://www.hohnstaedt.de/xca.html PR: 58378 Submitted by: Valentin Zahariev Revision Changes Path 1.469 +1 -0 ports/security/Makefile 1.1 +29 -0 ports/security/xca/Makefile (new) 1.1 +1 -0 ports/security/xca/distinfo (new) 1.1 +9 -0 ports/security/xca/pkg-descr (new) 1.1 +26 -0 ports/security/xca/pkg-plist (new)