From owner-cvs-all@FreeBSD.ORG Sat Jul 26 03:19:08 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7FC31065681; Sat, 26 Jul 2008 03:19:08 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C859F8FC0A; Sat, 26 Jul 2008 03:19:08 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m6Q3J8L9002661; Sat, 26 Jul 2008 03:19:08 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m6Q3J8oh002660; Sat, 26 Jul 2008 03:19:08 GMT (envelope-from beech) Message-Id: <200807260319.m6Q3J8oh002660@repoman.freebsd.org> From: Beech Rintoul Date: Sat, 26 Jul 2008 03:19:08 +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/ssl-admin Makefile distinfo pkg-descr pkg-plist ports/security/ssl-admin/files pkg-message.in 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: Sat, 26 Jul 2008 03:19:09 -0000 beech 2008-07-26 03:19:08 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/ssl-admin Makefile distinfo pkg-descr pkg-plist security/ssl-admin/files pkg-message.in Log: ssl-admin was designed to create a user-friendly, menu-driven interface to the OpenSSL programs. ssl-admin will help you do the following tasks with SSL certificates: * Create your own CA certificate. * Create new Certificate Signing Requests * Sign existing Certificate Signing Requests * Manage Certificate Revokation Lists * Export configurations and certificates for OpenVPN. PR: ports/125875 Submitted by: Eric Crist Revision Changes Path 1.985 +1 -0 ports/security/Makefile 1.1 +30 -0 ports/security/ssl-admin/Makefile (new) 1.1 +3 -0 ports/security/ssl-admin/distinfo (new) 1.1 +6 -0 ports/security/ssl-admin/files/pkg-message.in (new) 1.1 +11 -0 ports/security/ssl-admin/pkg-descr (new) 1.1 +5 -0 ports/security/ssl-admin/pkg-plist (new)