diff --git a/security/ikeman/Makefile b/security/ikeman/Makefile new file mode 100644 index 00000000000..0f21ea58637 --- /dev/null +++ b/security/ikeman/Makefile @@ -0,0 +1,24 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2011/06/25 07:10:25 rpointel Exp $ + +COMMENT = interactive PKI manager for isakmpd(8) or iked(8) +DISTNAME = ikeman-0.2 + +CATEGORIES = security + +HOMEPAGE = http://storkhole.cz/software/ikeman/ + +MAINTAINER = Martin Pelikan + +# ISC +PERMIT_PACKAGE_CDROM = Yes +PERMIT_PACKAGE_FTP = Yes +PERMIT_DISTFILES_CDROM =Yes +PERMIT_DISTFILES_FTP = Yes + +MASTER_SITES = ${HOMEPAGE} + +WANTLIB += c crypto ncurses + +NO_REGRESS = Yes + +.include diff --git a/security/ikeman/distinfo b/security/ikeman/distinfo new file mode 100644 index 00000000000..f40cbd059f5 --- /dev/null +++ b/security/ikeman/distinfo @@ -0,0 +1,5 @@ +MD5 (ikeman-0.2.tar.gz) = uA8ztoioLmzXz14u6Gz3Pw== +RMD160 (ikeman-0.2.tar.gz) = 3p+JVmlS45nBj30vqjihu46v/3M= +SHA1 (ikeman-0.2.tar.gz) = Aq2G757t3kHidoRRoMiKsmWHU08= +SHA256 (ikeman-0.2.tar.gz) = V80MDnZVqbTaGqnNyeNTQm1whAv1xS6EDne/q/beOo4= +SIZE (ikeman-0.2.tar.gz) = 23135 diff --git a/security/ikeman/pkg/DESCR b/security/ikeman/pkg/DESCR new file mode 100644 index 00000000000..c9069cfb7c3 --- /dev/null +++ b/security/ikeman/pkg/DESCR @@ -0,0 +1,8 @@ +ikeman is a tool designed to simplify management of X.509 public key +infrastructure used to create IPsec flows by isakmpd(8) or iked(8). +It displays all PKI data in a hierarchical view and can also create +new certificate authorities, sign new certificate requests and revoke +or un-revoke currently loaded certificates. + +All this in a user-friendly ncurses GUI, which also warns user about +errors like already expired, revoked or not yet valid certificates. diff --git a/security/ikeman/pkg/PLIST b/security/ikeman/pkg/PLIST new file mode 100644 index 00000000000..bc4bc05d6dd --- /dev/null +++ b/security/ikeman/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2011/06/25 07:10:25 rpointel Exp $ +@bin bin/ikeman +@man man/cat1/ikeman.0