diff options
author | jun <jun> | 2001-03-14 05:11:17 +0000 |
---|---|---|
committer | jun <jun> | 2001-03-14 05:11:17 +0000 |
commit | d0b13daaa20f326c39a563177966a9c29527dd7a (patch) | |
tree | 19c23c2aa577d4168b9ecd4e98db791aa4012279 /security/AiSSLtelnet | |
parent | 40e1a6014d9584042da59356e7b9dda5039f14ca (diff) | |
download | pkgsrc-d0b13daaa20f326c39a563177966a9c29527dd7a.tar.gz |
Initial import of "AiSSLtelnet":
AiSSL based implementation of the telnet(d).
Diffstat (limited to 'security/AiSSLtelnet')
-rw-r--r-- | security/AiSSLtelnet/Makefile | 23 | ||||
-rw-r--r-- | security/AiSSLtelnet/files/md5 | 3 | ||||
-rw-r--r-- | security/AiSSLtelnet/pkg/DESCR | 2 | ||||
-rw-r--r-- | security/AiSSLtelnet/pkg/PLIST | 11 |
4 files changed, 39 insertions, 0 deletions
diff --git a/security/AiSSLtelnet/Makefile b/security/AiSSLtelnet/Makefile new file mode 100644 index 00000000000..f3189c95c98 --- /dev/null +++ b/security/AiSSLtelnet/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/14 05:11:17 jun Exp $ +# + +DISTNAME= AiSSLtelnet-0.142 +CATEGORIES= security +MASTER_SITES= http://mars.elcom.nitech.ac.jp/security/ + +MAINTAINER= tech-pkg@jp.netbsd.org +HOMEPAGE= http://mars.elcom.nitech.ac.jp/security/ +COMMENT= SSL Telnet based on AiSSL + +GNU_CONFIGURE= YES + +RESTRICTED= "Source code redistribution is not permitted.consult okuno@mars.elcom.nitech.ac.jp." +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} + +pre-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/AiSSLtelnet + ${INSTALL_DATA} ${WRKSRC}/aicrypto/COPYRIGHT ${WRKSRC}/README \ + ${WRKSRC}/README-j ${PREFIX}/share/doc/AiSSLtelnet + +.include "../../mk/bsd.pkg.mk" diff --git a/security/AiSSLtelnet/files/md5 b/security/AiSSLtelnet/files/md5 new file mode 100644 index 00000000000..e640822106b --- /dev/null +++ b/security/AiSSLtelnet/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/03/14 05:11:17 jun Exp $ + +MD5 (AiSSLtelnet-0.142.tar.gz) = 442d324bae2f27be594d8d20212a315e diff --git a/security/AiSSLtelnet/pkg/DESCR b/security/AiSSLtelnet/pkg/DESCR new file mode 100644 index 00000000000..e49acc4e5f6 --- /dev/null +++ b/security/AiSSLtelnet/pkg/DESCR @@ -0,0 +1,2 @@ +This SSL patch, which comes from the SSL telnet v0.11 based on +the OpenSSL, is AiSSL based implementation of the telnet(d). diff --git a/security/AiSSLtelnet/pkg/PLIST b/security/AiSSLtelnet/pkg/PLIST new file mode 100644 index 00000000000..82ab98f9b50 --- /dev/null +++ b/security/AiSSLtelnet/pkg/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/14 05:11:17 jun Exp $ +bin/ssl.telnet +bin/ssl.telnetd +bin/ssl.telnetd.sh +certs/telnetd.p12 +certs/verify.idx +share/doc/AiSSLtelnet/COPYRIGHT +share/doc/AiSSLtelnet/README +share/doc/AiSSLtelnet/README-j +@dirrm share/doc/AiSSLtelnet +@dirrm certs |