diff options
author | tv <tv> | 1999-04-25 19:10:16 +0000 |
---|---|---|
committer | tv <tv> | 1999-04-25 19:10:16 +0000 |
commit | 5655c41d1ad49427d3f054c7ec7d5db87f6a82eb (patch) | |
tree | b062b0bae7e4c4bf452be57e199a7055394cfb48 /security/rsaref | |
parent | 218504f59d64f648372eb8c2f70c09647c2f829a (diff) | |
download | pkgsrc-5655c41d1ad49427d3f054c7ec7d5db87f6a82eb.tar.gz |
RSAREF is no longer available directly from RSA.
Fetch from ftp.spinnaker.com's crypto archives.
Diffstat (limited to 'security/rsaref')
-rw-r--r-- | security/rsaref/Makefile | 26 | ||||
-rw-r--r-- | security/rsaref/files/md5 | 4 |
2 files changed, 9 insertions, 21 deletions
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile index c00e2cdb83f..5cb0e79a934 100644 --- a/security/rsaref/Makefile +++ b/security/rsaref/Makefile @@ -1,42 +1,30 @@ -# $NetBSD: Makefile,v 1.12 1998/12/03 17:40:46 tv Exp $ +# $NetBSD: Makefile,v 1.13 1999/04/25 19:10:16 tv Exp $ # -DISTNAME= rsaref20 +DISTNAME= rsaref PKGNAME= rsaref-2.0 WRKSRC= ${WRKDIR}/install CATEGORIES= security -MASTER_SITES= ${RSA_SITE} +MASTER_SITES= ftp://ftp.spinnaker.com/pub/crypt/rsaref/ EXTRACT_SUFX= .tar.Z MAINTAINER= tv@netbsd.org -HOMEPAGE= http://www.rsa.com/rsalabs/newfaq/q174.html - -USE_LIBTOOL= yes RESTRICTED= "Cryptographic source usable only within the USA" MIRROR_DISTFILE= no -IS_INTERACTIVE= yes +IS_INTERACTIVE= yes # requires options to be set in order to use LICENSE= no-commercial-use +USE_LIBTOOL= yes MAKEFILE= unix/makefile ALL_TARGET= librsaref.la -RSA_SITE= ftp://ftp.rsa.com/rsaref/ - -# XXX time-dependent directory; can't give a sensible response -fetch-list: - @${DO_NADA} - -do-fetch: +fetch-depends: @if [ "X${USA_RESIDENT}" != XYES ]; then \ ${ECHO} "This package is legal for use only within the United States."; \ ${ECHO} "You must set the variable USA_RESIDENT to YES to enable"; \ ${ECHO} "use of the rsaref package."; \ - elif [ ! -f ${DISTDIR}/${DISTFILES} ]; then \ - ${MKDIR} ${WRKDIR} || ${TRUE}; \ - ${RM} -f ${WRKDIR}/README; \ - cd ${WRKDIR} && ${FETCH_CMD} ${FETCH_BEFORE_ARGS} ${RSA_SITE}README ${FETCH_AFTER_ARGS} && \ - cd ${_DISTDIR} && ${FETCH_CMD} ${FETCH_BEFORE_ARGS} ${RSA_SITE}`egrep '^dist/U\.S\.-only-' ${WRKDIR}/README`/${DISTNAME}${EXTRACT_SUFX} ${FETCH_AFTER_ARGS}; \ + ${FALSE}; \ fi do-configure: diff --git a/security/rsaref/files/md5 b/security/rsaref/files/md5 index af6124cf27b..333bb1da5ae 100644 --- a/security/rsaref/files/md5 +++ b/security/rsaref/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 1998/08/07 13:27:37 agc Exp $ +$NetBSD: md5,v 1.3 1999/04/25 19:10:16 tv Exp $ -MD5 (rsaref20.tar.Z) = 6b8df27a1b0b0f7dfb81adac2c222395 +MD5 (rsaref.tar.Z) = 79caad60fbaa21e30aea89db325d23f7 |