import hs-AES 0.2.7
Zero-copy binding to Brian Gladman's AES implementation, including a copy of that implementation. ok kili@
This commit is contained in:
parent
ed4fde1e35
commit
93d7c1b9ac
24
security/hs-AES/Makefile
Normal file
24
security/hs-AES/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/08 16:21:42 jasper Exp $
|
||||
|
||||
COMMENT= fast AES encryption/decryption for bytestrings
|
||||
|
||||
DISTNAME= AES-0.2.7
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
|
||||
# BSD3
|
||||
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-cereal \
|
||||
devel/hs-monads-tf
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
5
security/hs-AES/distinfo
Normal file
5
security/hs-AES/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (AES-0.2.7.tar.gz) = xA7e6GFSJseBOd1cqGStng==
|
||||
RMD160 (AES-0.2.7.tar.gz) = 7f8kK7PbcEHzUCJnCcbwFhf0EKk=
|
||||
SHA1 (AES-0.2.7.tar.gz) = 3WAs9jIy+XdfpUhsnBM1z7jentU=
|
||||
SHA256 (AES-0.2.7.tar.gz) = zoGAVCnxe+NHIwN3TMmIP3BqBqRf7NrDM/lEj4enCkg=
|
||||
SIZE (AES-0.2.7.tar.gz) = 40419
|
2
security/hs-AES/pkg/DESCR
Normal file
2
security/hs-AES/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Zero-copy binding to Brian Gladman's AES implementation, including a
|
||||
copy of that implementation.
|
41
security/hs-AES/pkg/PLIST
Normal file
41
security/hs-AES/pkg/PLIST
Normal file
@ -0,0 +1,41 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/08 16:21:42 jasper Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Codec/
|
||||
lib/ghc/${DISTNAME}/Codec/Crypto/
|
||||
lib/ghc/${DISTNAME}/Codec/Crypto/AES/
|
||||
lib/ghc/${DISTNAME}/Codec/Crypto/AES.hi
|
||||
lib/ghc/${DISTNAME}/Codec/Crypto/AES/IO.hi
|
||||
lib/ghc/${DISTNAME}/Codec/Crypto/AES/Monad.hi
|
||||
lib/ghc/${DISTNAME}/Codec/Crypto/AES/Random.hi
|
||||
lib/ghc/${DISTNAME}/Control/
|
||||
lib/ghc/${DISTNAME}/Control/Monad/
|
||||
lib/ghc/${DISTNAME}/Control/Monad/UnsafeIO.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}/COPYING
|
||||
share/doc/hs-${DISTNAME}/html/
|
||||
share/doc/hs-${DISTNAME}/html/AES.haddock
|
||||
share/doc/hs-${DISTNAME}/html/Codec-Crypto-AES-IO.html
|
||||
share/doc/hs-${DISTNAME}/html/Codec-Crypto-AES-Monad.html
|
||||
share/doc/hs-${DISTNAME}/html/Codec-Crypto-AES-Random.html
|
||||
share/doc/hs-${DISTNAME}/html/Codec-Crypto-AES.html
|
||||
share/doc/hs-${DISTNAME}/html/Control-Monad-UnsafeIO.html
|
||||
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_Codec-Crypto-AES-IO.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Codec-Crypto-AES-Monad.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Codec-Crypto-AES-Random.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Codec-Crypto-AES.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Control-Monad-UnsafeIO.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
Loading…
Reference in New Issue
Block a user