pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/wbm-htaccess-htpasswd Initial import of wbm-h...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ea732309cc85
branches: trunk
changeset: 512914:ea732309cc85
user: jlam <jlam%pkgsrc.org@localhost>
date: Tue May 16 21:41:36 2006 +0000
description:
Initial import of wbm-htaccess-htpasswd-1.270 as sysutils/wbm-htaccess-htpasswd.
This is the standard "htaccess-htpasswd" Webmin module to create
.htaccess and htpasswd files to protect web-acessible directories.
diffstat:
sysutils/wbm-htaccess-htpasswd/DESCR | 2 +
sysutils/wbm-htaccess-htpasswd/Makefile | 17 +++++++++++++
sysutils/wbm-htaccess-htpasswd/PLIST | 42 +++++++++++++++++++++++++++++++++
sysutils/wbm-htaccess-htpasswd/distinfo | 5 +++
4 files changed, 66 insertions(+), 0 deletions(-)
diffs (82 lines):
diff -r b5e8efdc4c35 -r ea732309cc85 sysutils/wbm-htaccess-htpasswd/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/wbm-htaccess-htpasswd/DESCR Tue May 16 21:41:36 2006 +0000
@@ -0,0 +1,2 @@
+This is the standard "htaccess-htpasswd" Webmin module to create
+.htaccess and htpasswd files to protect web-acessible directories.
diff -r b5e8efdc4c35 -r ea732309cc85 sysutils/wbm-htaccess-htpasswd/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/wbm-htaccess-htpasswd/Makefile Tue May 16 21:41:36 2006 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 21:41:36 jlam Exp $
+
+DISTNAME= htaccess-htpasswd
+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
+
+DEPENDS+= wbm-apache>=1.270:../../sysutils/wbm-apache
+DEPENDS+= wbm-useradmin>=1.270:../../sysutils/wbm-useradmin
+
+HOMEPAGE= http://www.webmin.com/standard.html
+COMMENT= Webmin module to protect Apache web-accessible directories
+
+.include "../../sysutils/webmin/wbm.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b5e8efdc4c35 -r ea732309cc85 sysutils/wbm-htaccess-htpasswd/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/wbm-htaccess-htpasswd/PLIST Tue May 16 21:41:36 2006 +0000
@@ -0,0 +1,42 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/16 21:41:36 jlam Exp $
+share/examples/webmin/htaccess-htpasswd/config
+share/webmin/htaccess-htpasswd/CHANGELOG
+share/webmin/htaccess-htpasswd/acl_security.pl
+share/webmin/htaccess-htpasswd/config
+share/webmin/htaccess-htpasswd/config.info
+share/webmin/htaccess-htpasswd/config.info.ca
+share/webmin/htaccess-htpasswd/config.info.de
+share/webmin/htaccess-htpasswd/config.info.es
+share/webmin/htaccess-htpasswd/config.info.fr
+share/webmin/htaccess-htpasswd/config.info.hu
+share/webmin/htaccess-htpasswd/config.info.ms
+share/webmin/htaccess-htpasswd/config.info.zh_TW.Big5
+share/webmin/htaccess-htpasswd/defaultacl
+share/webmin/htaccess-htpasswd/edit_dir.cgi
+share/webmin/htaccess-htpasswd/edit_group.cgi
+share/webmin/htaccess-htpasswd/edit_user.cgi
+share/webmin/htaccess-htpasswd/htaccess-lib.pl
+share/webmin/htaccess-htpasswd/htpasswd-file-lib.pl
+share/webmin/htaccess-htpasswd/images/icon.gif
+share/webmin/htaccess-htpasswd/images/smallicon.gif
+share/webmin/htaccess-htpasswd/index.cgi
+share/webmin/htaccess-htpasswd/lang/ca
+share/webmin/htaccess-htpasswd/lang/de
+share/webmin/htaccess-htpasswd/lang/en
+share/webmin/htaccess-htpasswd/lang/es
+share/webmin/htaccess-htpasswd/lang/fr
+share/webmin/htaccess-htpasswd/lang/hu
+share/webmin/htaccess-htpasswd/lang/ms
+share/webmin/htaccess-htpasswd/lang/zh_TW.Big5
+share/webmin/htaccess-htpasswd/log_parser.pl
+share/webmin/htaccess-htpasswd/md5-lib.pl
+share/webmin/htaccess-htpasswd/module.info
+share/webmin/htaccess-htpasswd/save_dir.cgi
+share/webmin/htaccess-htpasswd/save_group.cgi
+share/webmin/htaccess-htpasswd/save_user.cgi
+share/webmin/htaccess-htpasswd/search.cgi
+share/webmin/htaccess-htpasswd/useradmin_update.pl
+@dirrm share/webmin/htaccess-htpasswd/lang
+@dirrm share/webmin/htaccess-htpasswd/images
+@dirrm share/webmin/htaccess-htpasswd
+@dirrm share/examples/webmin/htaccess-htpasswd
diff -r b5e8efdc4c35 -r ea732309cc85 sysutils/wbm-htaccess-htpasswd/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/wbm-htaccess-htpasswd/distinfo Tue May 16 21:41:36 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/05/16 21:41:36 jlam Exp $
+
+SHA1 (webmin-modules-1.270/htaccess-htpasswd.wbm.gz) = 6e666a96857c61a52bbc8166242495a24be3b593
+RMD160 (webmin-modules-1.270/htaccess-htpasswd.wbm.gz) = 03bded6747191da2d1b74ada83400e04c28fba6d
+Size (webmin-modules-1.270/htaccess-htpasswd.wbm.gz) = 23204 bytes
Home |
Main Index |
Thread Index |
Old Index