pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/wbm-telnet Initial import of wbm-telnet-1.270...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a8a998bcc9f
branches:  trunk
changeset: 512866:2a8a998bcc9f
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue May 16 15:43:52 2006 +0000

description:
Initial import of wbm-telnet-1.270 as sysutils/wbm-telnet.

This is the standard "telnet" Webmin module to login to your system
with telnet or SSH.

diffstat:

 sysutils/wbm-telnet/DESCR    |   2 +
 sysutils/wbm-telnet/Makefile |  14 +++++++++
 sysutils/wbm-telnet/PLIST    |  63 ++++++++++++++++++++++++++++++++++++++++++++
 sysutils/wbm-telnet/distinfo |   5 +++
 4 files changed, 84 insertions(+), 0 deletions(-)

diffs (100 lines):

diff -r 190c81fb3787 -r 2a8a998bcc9f sysutils/wbm-telnet/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/wbm-telnet/DESCR Tue May 16 15:43:52 2006 +0000
@@ -0,0 +1,2 @@
+This is the standard "telnet" Webmin module to login to your system
+with telnet or SSH.
diff -r 190c81fb3787 -r 2a8a998bcc9f sysutils/wbm-telnet/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/wbm-telnet/Makefile      Tue May 16 15:43:52 2006 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 15:43:52 jlam Exp $
+
+DISTNAME=      telnet
+PKGNAME=       wbm-${DISTNAME}-${WBM_VERSION}
+DIST_SUBDIR=   webmin-modules-${WBM_VERSION}
+
+# The version is from the module.info file from the extracted distfile.
+WBM_VERSION=   1.270
+
+HOMEPAGE=      http://www.webmin.com/standard.html
+COMMENT=       Webmin module to login via telnet or SSH
+
+.include "../../sysutils/webmin/wbm.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 190c81fb3787 -r 2a8a998bcc9f sysutils/wbm-telnet/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/wbm-telnet/PLIST Tue May 16 15:43:52 2006 +0000
@@ -0,0 +1,63 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/16 15:43:52 jlam Exp $
+share/examples/webmin/telnet/config
+share/webmin/telnet/config
+share/webmin/telnet/config-coherent-linux
+share/webmin/telnet/config-debian-linux-3.0-*
+share/webmin/telnet/config-freebsd-5.0-*
+share/webmin/telnet/config-macos-1.3-*
+share/webmin/telnet/config-mandrake-linux-9.0-*
+share/webmin/telnet/config-open-linux-3.1e
+share/webmin/telnet/config-redhat-linux-8.0-*
+share/webmin/telnet/config-solaris-10-*
+share/webmin/telnet/config-suse-linux-8.0-*
+share/webmin/telnet/config-turbo-linux-7.0-*
+share/webmin/telnet/config-united-linux
+share/webmin/telnet/config.info
+share/webmin/telnet/config.info.ca
+share/webmin/telnet/config.info.de
+share/webmin/telnet/config.info.es
+share/webmin/telnet/config.info.fr
+share/webmin/telnet/config.info.ms
+share/webmin/telnet/config.info.pl
+share/webmin/telnet/config.info.pt_BR
+share/webmin/telnet/config.info.ru_RU
+share/webmin/telnet/config.info.ru_SU
+share/webmin/telnet/config.info.sk
+share/webmin/telnet/config.info.sv
+share/webmin/telnet/config.info.tr
+share/webmin/telnet/config.info.uk_UA
+share/webmin/telnet/config.info.zh_CN
+share/webmin/telnet/config.info.zh_TW.Big5
+share/webmin/telnet/images/icon.gif
+share/webmin/telnet/images/smallicon.gif
+share/webmin/telnet/index.cgi
+share/webmin/telnet/jta20.jar
+share/webmin/telnet/jta25.jar
+share/webmin/telnet/lang/ca
+share/webmin/telnet/lang/cz
+share/webmin/telnet/lang/de
+share/webmin/telnet/lang/en
+share/webmin/telnet/lang/es
+share/webmin/telnet/lang/fr
+share/webmin/telnet/lang/it
+share/webmin/telnet/lang/ja_JP.euc
+share/webmin/telnet/lang/ko_KR.euc
+share/webmin/telnet/lang/ms
+share/webmin/telnet/lang/pl
+share/webmin/telnet/lang/pt
+share/webmin/telnet/lang/pt_BR
+share/webmin/telnet/lang/ru_RU
+share/webmin/telnet/lang/ru_SU
+share/webmin/telnet/lang/sk
+share/webmin/telnet/lang/sv
+share/webmin/telnet/lang/tr
+share/webmin/telnet/lang/uk_UA
+share/webmin/telnet/lang/zh_CN
+share/webmin/telnet/lang/zh_TW.Big5
+share/webmin/telnet/module.info
+share/webmin/telnet/ssh.conf
+share/webmin/telnet/telnet.conf
+@dirrm share/webmin/telnet/lang
+@dirrm share/webmin/telnet/images
+@dirrm share/webmin/telnet
+@dirrm share/examples/webmin/telnet
diff -r 190c81fb3787 -r 2a8a998bcc9f sysutils/wbm-telnet/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/wbm-telnet/distinfo      Tue May 16 15:43:52 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/05/16 15:43:52 jlam Exp $
+
+SHA1 (webmin-modules-1.270/telnet.wbm.gz) = 32ff279ee67b1f4cbc291335eaa853e913e4c4a1
+RMD160 (webmin-modules-1.270/telnet.wbm.gz) = 9a5ecd8d7adac1e6be63bfdc768c20440e48a817
+Size (webmin-modules-1.270/telnet.wbm.gz) = 446646 bytes



Home | Main Index | Thread Index | Old Index