From d414f1cb65fbbed8d303ca556cbc2669f21663ab Mon Sep 17 00:00:00 2001 From: jun Date: Fri, 16 Mar 2001 23:26:01 +0000 Subject: Initial import of "AiCA": manage Certification Authority,PKI viewer/converter/verification The AiCA is the CA (Certification Authority) Package. This package contains several applications, such as: * aica -- The CA program to issue, update, and revoke certificates. And many other CA managements are available. * certreq -- To generate a key pair and a CSR. * certview -- The PKI file viewer for X.509 Certificate, CRL, PKCS#1, PKCS#7, PKCS#8, PKCS#10, and PKCS#12. Both PEM and DER file format is available to show. * certconv -- The PKI file converter. Many PKI files can convert to the other file format mutually. * certvfy -- The certificate verifier. Full verification is possible. --- security/AiCA/Makefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 security/AiCA/Makefile (limited to 'security/AiCA/Makefile') diff --git a/security/AiCA/Makefile b/security/AiCA/Makefile new file mode 100644 index 00000000000..6e010852f29 --- /dev/null +++ b/security/AiCA/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/16 23:26:01 jun Exp $ +# + +DISTNAME= AiCA-0.71.1 +CATEGORIES= security +MASTER_SITES= http://mars.elcom.nitech.ac.jp/security/ + +MAINTAINER= tech-pkg@jp.netbsd.org +HOMEPAGE= http://mars.elcom.nitech.ac.jp/security/ +COMMENT= manage Certification Authority,PKI viewer/converter/verification + +GNU_CONFIGURE= yes + +RESTRICTED= "Source code redistribution is not permitted.consult okuno@mars.elcom.nitech.ac.jp." +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/AiCA + ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${WRKSRC}/README.j \ + ${WRKSRC}/README ${WRKSRC}/sample.list.csv \ + ${PREFIX}/share/doc/AiCA + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3