summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-10-11 19:27:55 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-10-11 19:27:55 +0000
commit3e03ab406461585275178c5b5d6f4245e0f12b76 (patch)
tree56864edc9da16a30c84b80aef434aa1f701668d2 /devel
parentAdd morebalance 0.2, a modular open source user-space load (diff)
Upgrade to 0.3.3.
Notes
Notes: svn path=/head/; revision=90861
Diffstat (limited to 'devel')
-rw-r--r--devel/hs-crypto/Makefile9
-rw-r--r--devel/hs-crypto/distinfo2
-rw-r--r--devel/hs-crypto/pkg-plist40
3 files changed, 32 insertions, 19 deletions
diff --git a/devel/hs-crypto/Makefile b/devel/hs-crypto/Makefile
index 65712ce0699e..d3852ed0d743 100644
--- a/devel/hs-crypto/Makefile
+++ b/devel/hs-crypto/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= crypto
-PORTVERSION= 0.2.0
+PORTVERSION= 0.3.3
CATEGORIES= devel haskell
MASTER_SITES= http://haskell.cs.yale.edu/packages/downloads/
PKGNAMEPREFIX= hs-
@@ -22,7 +22,7 @@ RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc
BUILD_DEPENDS= haddock:${PORTSDIR}/devel/hs-haddock
.endif
-WRKSRC= ${WRKDIR}
+WRKSRC= ${WRKDIR}/${PORTNAME}
USE_REINPLACE= yes
USE_GMAKE= yes
ALL_TARGET= # empty
@@ -30,8 +30,8 @@ ALL_TARGET= # empty
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \
${WRKSRC}/Makefile ${WRKSRC}/package.conf
- @${REINPLACE_CMD} -e 's|PKCS#5|PKCS\\#5|' \
- ${WRKSRC}/Codec/Encryption/Padding.hs
+ @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \
+ ${WRKSRC}/Makefile ${WRKSRC}/package.conf
do-configure:
@(cd ${WRKSRC} && ${GMAKE} depend)
@@ -39,6 +39,7 @@ do-configure:
.if !defined(NOPORTDOCS)
post-build:
@(cd ${WRKSRC} && ${GMAKE} doc)
+
post-install:
@${MKDIR} ${DOCSDIR}
@(cd ${WRKSRC} && \
diff --git a/devel/hs-crypto/distinfo b/devel/hs-crypto/distinfo
index 9e5298dd5e5d..0be32f7d7a44 100644
--- a/devel/hs-crypto/distinfo
+++ b/devel/hs-crypto/distinfo
@@ -1 +1 @@
-MD5 (crypto-0.2.0.tar) = db08c4f9555b8332f3b683942e14fd8e
+MD5 (crypto-0.3.3.tar) = 7ac56dbd34ad856bdf7f20ff9e55bfe0
diff --git a/devel/hs-crypto/pkg-plist b/devel/hs-crypto/pkg-plist
index 246473a7c3e4..3a46470a3fc7 100644
--- a/devel/hs-crypto/pkg-plist
+++ b/devel/hs-crypto/pkg-plist
@@ -4,23 +4,35 @@ lib/imports/HScrypto/Codec/Encryption/Blowfish.hi
lib/imports/HScrypto/Codec/Encryption/BlowfishAux.hi
lib/imports/HScrypto/Codec/Encryption/DES.hi
lib/imports/HScrypto/Codec/Encryption/DESAux.hi
+lib/imports/HScrypto/Codec/Encryption/EMEOAEP.hi
+lib/imports/HScrypto/Codec/Encryption/MGF.hi
lib/imports/HScrypto/Codec/Encryption/Modes.hi
+lib/imports/HScrypto/Codec/Encryption/NumberTheory.hi
lib/imports/HScrypto/Codec/Encryption/Padding.hi
+lib/imports/HScrypto/Codec/Encryption/RSA.hi
+lib/imports/HScrypto/Codec/Encryption/SHA1.hi
+lib/imports/HScrypto/Codec/Encryption/SHA1Aux.hi
lib/imports/HScrypto/Codec/Encryption/Utils.hi
-%%PORTDOCS%%share/doc/crypto/Codec.Encryption.Blowfish.html
-%%PORTDOCS%%share/doc/crypto/Codec.Encryption.BlowfishAux.html
-%%PORTDOCS%%share/doc/crypto/Codec.Encryption.DES.html
-%%PORTDOCS%%share/doc/crypto/Codec.Encryption.DESAux.html
-%%PORTDOCS%%share/doc/crypto/Codec.Encryption.Modes.html
-%%PORTDOCS%%share/doc/crypto/Codec.Encryption.Padding.html
-%%PORTDOCS%%share/doc/crypto/Codec.Encryption.Utils.html
-%%PORTDOCS%%share/doc/crypto/ReadMe.html
-%%PORTDOCS%%share/doc/crypto/ReadMe.txt
-%%PORTDOCS%%share/doc/crypto/doc-index.html
-%%PORTDOCS%%share/doc/crypto/haddock.css
-%%PORTDOCS%%share/doc/crypto/haskell_icon.gif
-%%PORTDOCS%%share/doc/crypto/index.html
-%%PORTDOCS%%@dirrm share/doc/crypto
+%%PORTDOCS%%%%DOCSDIR%%/Codec.Encryption.Blowfish.html
+%%PORTDOCS%%%%DOCSDIR%%/Codec.Encryption.BlowfishAux.html
+%%PORTDOCS%%%%DOCSDIR%%/Codec.Encryption.DES.html
+%%PORTDOCS%%%%DOCSDIR%%/Codec.Encryption.DESAux.html
+%%PORTDOCS%%%%DOCSDIR%%/Codec.Encryption.Modes.html
+%%PORTDOCS%%%%DOCSDIR%%/Codec.Encryption.Padding.html
+%%PORTDOCS%%%%DOCSDIR%%/Codec.Encryption.Utils.html
+%%PORTDOCS%%%%DOCSDIR%%/Codec.Encryption.EMEOAEP.html
+%%PORTDOCS%%%%DOCSDIR%%/Codec.Encryption.MGF.html
+%%PORTDOCS%%%%DOCSDIR%%/Codec.Encryption.NumberTheory.html
+%%PORTDOCS%%%%DOCSDIR%%/Codec.Encryption.RSA.html
+%%PORTDOCS%%%%DOCSDIR%%/Codec.Encryption.SHA1.html
+%%PORTDOCS%%%%DOCSDIR%%/Codec.Encryption.SHA1Aux.html
+%%PORTDOCS%%%%DOCSDIR%%/Codec.Encryption.html
+%%PORTDOCS%%%%DOCSDIR%%/ReadMe.txt
+%%PORTDOCS%%%%DOCSDIR%%/doc-index.html
+%%PORTDOCS%%%%DOCSDIR%%/haddock.css
+%%PORTDOCS%%%%DOCSDIR%%/haskell_icon.gif
+%%PORTDOCS%%%%DOCSDIR%%/index.html
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm lib/imports/HScrypto/Codec/Encryption
@dirrm lib/imports/HScrypto/Codec
@dirrm lib/imports/HScrypto