import hs-certificate 0.3.2

Certificates and Key reader/writer. At the moment only X509 certificate
and unencrypted private key are supported, but will include PGP
certificate and pkcs8 private keys.

ok kili@
This commit is contained in:
jasper 2010-12-09 13:55:34 +00:00
parent 60fd58e892
commit edf7844e9e
4 changed files with 65 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/09 13:55:34 jasper Exp $
COMMENT= certificates and Key Reader/Writer
DISTNAME= certificate-0.3.2
CATEGORIES= security
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# 3-clause BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES= lang/ghc
MODGHC_BUILD = cabal hackage haddock register
RUN_DEPENDS = devel/hs-base64-bytestring \
devel/hs-binary>=0.5 \
security/hs-asn1-data>=0.2
BUILD_DEPENDS = ${RUN_DEPENDS}
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (certificate-0.3.2.tar.gz) = F6LIgRiAM7Hx5XqFLiUNrw==
RMD160 (certificate-0.3.2.tar.gz) = tjXOtsqrkCgC0O+FHQj34peaxE0=
SHA1 (certificate-0.3.2.tar.gz) = xq1ykuEXdUMF+gA/kTRKjFZR4Ck=
SHA256 (certificate-0.3.2.tar.gz) = faYFwS/VZlxXeIZNO89alP8GLqM6587/WH5PNooT+vI=
SIZE (certificate-0.3.2.tar.gz) = 7508

View File

@ -0,0 +1,3 @@
Certificates and Key reader/writer. At the moment only X509 certificate
and unencrypted private key are supported, but will include PGP
certificate and pkcs8 private keys.

View File

@ -0,0 +1,32 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/09 13:55:34 jasper Exp $
lib/ghc/${DISTNAME}/
lib/ghc/${DISTNAME}/Data/
lib/ghc/${DISTNAME}/Data/Certificate/
lib/ghc/${DISTNAME}/Data/Certificate/Key.hi
lib/ghc/${DISTNAME}/Data/Certificate/PEM.hi
lib/ghc/${DISTNAME}/Data/Certificate/X509.hi
lib/ghc/${DISTNAME}/HS${DISTNAME}.o
lib/ghc/${DISTNAME}/libHS${DISTNAME}.a
lib/ghc/${DISTNAME}/register.sh
@exec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/register.sh -v0
@unexec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/unregister.sh -v0 --force
lib/ghc/${DISTNAME}/unregister.sh
share/doc/hs-${DISTNAME}/
share/doc/hs-${DISTNAME}/LICENSE
share/doc/hs-${DISTNAME}/html/
share/doc/hs-${DISTNAME}/html/Data-Certificate-Key.html
share/doc/hs-${DISTNAME}/html/Data-Certificate-PEM.html
share/doc/hs-${DISTNAME}/html/Data-Certificate-X509.html
share/doc/hs-${DISTNAME}/html/certificate.haddock
share/doc/hs-${DISTNAME}/html/doc-index.html
share/doc/hs-${DISTNAME}/html/frames.html
share/doc/hs-${DISTNAME}/html/haddock-util.js
share/doc/hs-${DISTNAME}/html/haddock.css
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
share/doc/hs-${DISTNAME}/html/index-frames.html
share/doc/hs-${DISTNAME}/html/index.html
share/doc/hs-${DISTNAME}/html/mini_Data-Certificate-Key.html
share/doc/hs-${DISTNAME}/html/mini_Data-Certificate-PEM.html
share/doc/hs-${DISTNAME}/html/mini_Data-Certificate-X509.html
share/doc/hs-${DISTNAME}/html/minus.gif
share/doc/hs-${DISTNAME}/html/plus.gif