From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 22 07:40:12 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D80F16A4BF for ; Wed, 22 Oct 2003 07:40:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A08043FE0 for ; Wed, 22 Oct 2003 07:40:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h9MEeAFY010252 for ; Wed, 22 Oct 2003 07:40:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9MEeAxR010251; Wed, 22 Oct 2003 07:40:10 -0700 (PDT) (envelope-from gnats) Resent-Date: Wed, 22 Oct 2003 07:40:10 -0700 (PDT) Resent-Message-Id: <200310221440.h9MEeAxR010251@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Valentin Zahariev Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6295E16A4B3 for ; Wed, 22 Oct 2003 07:32:56 -0700 (PDT) Received: from e-card.bg (mail.e-card.bg [212.91.167.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 62F2C43FCB for ; Wed, 22 Oct 2003 07:32:47 -0700 (PDT) (envelope-from curly@FaiLurE.e-card.bg) Received: (qmail 74585 invoked by uid 1001); 22 Oct 2003 14:32:43 -0000 Message-Id: <20031022143243.74582.qmail@mail.e-card.bg> Date: 22 Oct 2003 14:32:43 -0000 From: Valentin Zahariev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/58378: New port: security/xca X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Valentin Zahariev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 14:40:12 -0000 >Number: 58378 >Category: ports >Synopsis: New port: security/xca >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 22 07:40:09 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Valentin Zahariev >Release: FreeBSD 4.9-PRERELEASE i386 >Organization: E-Card Ltd. >Environment: System: FreeBSD FaiLurE.e-card.bg 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #5: Sun Sep 28 16:03:27 EEST 2003 root@FaiLurE.e-card.bg:/usr/obj/usr/src/sys/FAILURE i386 >Description: 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 the selection of x509v3 extensions. A tree view of certificates is presented. WWW: http://www.hohnstaedt.de/xca.html >How-To-Repeat: N/A >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: # # xca # xca/Makefile # xca/distinfo # xca/pkg-descr # xca/pkg-plist # echo c - xca mkdir -p xca > /dev/null 2>&1 echo x - xca/Makefile sed 's/^X//' >xca/Makefile << 'END-of-xca/Makefile' X# New ports collection makefile for: xca X# Date created: 23 Dec 2002 X# Whom: Valentin Zahariev X# X# $FreeBSD$ X# X XPORTNAME= xca XPORTVERSION= 0.4.5 XCATEGORIES= security XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= xca X XMAINTAINER= curly@e-card.bg XCOMMENT= Graphical certification authority X XLIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4 X XUSE_OPENSSL= yes XUSE_QT_VER= 3 XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_REINPLACE= yes X Xpost-patch: X @${REINPLACE_CMD} -E -e 's,(if[\ \t]+test[\ \t]+.+)[\ \t]+==,\1 =,' ${WRKDIR}/${PKGNAME}/configure X X.include END-of-xca/Makefile echo x - xca/distinfo sed 's/^X//' >xca/distinfo << 'END-of-xca/distinfo' XMD5 (xca-0.4.5.tar.gz) = 27a401c6e3ed1e406a602c2e7f8c3f4e END-of-xca/distinfo echo x - xca/pkg-descr sed 's/^X//' >xca/pkg-descr << 'END-of-xca/pkg-descr' XFrom freshmeat.net X XAbout: XGraphical certification authority is an interface for managing RSA keys and Xcertificates, and the creation and signing of PKCS#10 requests. It uses the XOpenSSL library and a Berkeley DB for key and certificate storage. It supports Ximporting and exporting keys and PEM DER PKCS8 certificates, signing and Xrevoking of PEM DER PKCS12, and the selection of x509v3 extensions. A tree Xview of certificates is presented. X XWWW: http://www.hohnstaedt.de/xca.html END-of-xca/pkg-descr echo x - xca/pkg-plist sed 's/^X//' >xca/pkg-plist << 'END-of-xca/pkg-plist' Xbin/xca Xshare/applications/xca.desktop Xshare/pixmaps/xca.xpm Xshare/xca/bigcert.png Xshare/xca/bigcrl.png Xshare/xca/bigcsr.png Xshare/xca/bigkey.png Xshare/xca/bigtemp.png Xshare/xca/crl.png Xshare/xca/halfkey.png Xshare/xca/invalidcert.png Xshare/xca/invalidcertkey.png Xshare/xca/key.png Xshare/xca/netscape.png Xshare/xca/req.png Xshare/xca/reqkey.png Xshare/xca/revoked.png Xshare/xca/template.png Xshare/xca/validcert.png Xshare/xca/validcertkey.png Xshare/xca/xca_de.qm Xshare/xca/xca_es.qm X@dirrm share/xca X@dirrm share/pixmaps X@dirrm share/applications END-of-xca/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: