summaryrefslogtreecommitdiff
path: root/sysutils/wbm-quota
diff options
context:
space:
mode:
authorobache <obache>2007-04-21 05:22:57 +0000
committerobache <obache>2007-04-21 05:22:57 +0000
commitd3370815b3ed9caaee7d552ecd870b21c2169832 (patch)
treef71a72257a97ae51e45125cc3b48da8d47215e16 /sysutils/wbm-quota
parentdb2c8f3d4d2249bcea8216d906eefec6f8867e32 (diff)
downloadpkgsrc-d3370815b3ed9caaee7d552ecd870b21c2169832.tar.gz
Update Webmin to 1.340.
pkgsrc chages: use full distfile instead of non version indivisual module files. Version 1.340 (8 April 2007) * Change the default Blue Framed theme to match the style of www.webmin.com, and generally look nicer. * User interface cleanups in various modules (Apache, Backup Config, Webmin Configuration and others), adding tabs to reduce the size of pages and converting code to use ui-lib.pl. * The Perl Modules module can now fetch RPM or Deb packaged modules from YUM or APT, where available. * Added easy fields for sending SMS messages in the System and Server Status module (for US carriers that have email to SMS gateways). * Replace the old HTMLarea widget for HTML editing in the File Manager and Read User Mail modules with Xinha. * Linux quotas are now set with the setquota command, which shows up nicely in the actions log. * Optimizations to speed up getting the hostname and Postfix config settings. * Improved YUM and Redhat Network support in the Software Packages module. * View the detailed change log. Version 1.330 (27 February 2007) * If the underlying OS is upgraded after Webmin is installed, a message is displayed on the main page prompting you to fix it. * Added a feature in the BIND module for updating an IP address in multiple zones at once. * The File Manager now automatic detects HTML files and launches the correct editor. * Improved the LDAP module's support for large databases. * When there are too many tables or databases to display in the MySQL and PostgreSQL modules, a menu for selecting a specific table is shown instead. * Added functions to ui-lib.pl for tabs and hidden table sections. * Added support for comments to the Shorewall module, and improved logging * The Webmin Actions Log module can now rollback selected files changed by an action, rather than all of them. * View the detailed change log. Version 1.320 (21 January 2007) * Added the PHP Configuration module for managing php.ini. * Changed the default theme for new installs to the Blue Framed theme. * Improved handling of large file uploads so that they are no longer read into memory by Webmin webserver. Also added a progress bar window for tracking uploads. * Added checkboxes for deleting multiple objects at once in several modules. * Changed all rows of links (like Select all / Invert selection / Add something) to put | characters between them, to improve readability. * Big improvements in Windows support in various modules and the Webmin core. * Enhanced the System and Server Status module to allow monitoring of all hosts in a Webmin server group. * View the detailed change log. Version 1.310 (28 November 2006) * Big improvements in Ubuntu support, including the Bootup and Shutdown module, mounting filesystems specified with the UUID syntax, and various default module config changes. * Re-designed the Simple Blue theme to use frames. * Added support for IPv6 addresses in modules where the underlying servers allow them. * Supported HFS and FATX filesystems under Linux. * MySQL backups can now be compressed with gzip or bzip2. * Added file locking and logging to the Postfix module, and improved access control features. * Added checkboxes and buttons for mass deletion in the Cron and DHCP modules. * Added access control options for the Info window to the File Manager module, and a feature to allow extraction of ZIP files on the server. * View the detailed change log. Version 1.300 (15 September 2006) * Fixed security holes that allow the source of Webmin programs to be viewed, and allow cross-site-scripting attacks. * XML-RPC clients can now call Webmin API functions. * On systems with no root password, users with sudo access can login to Webmin as root. * Improved support for latest Debian and Fedora releases, including the new IPtables config system in Debian 3.1. * The file manager can now extract tar.bz2 files, store a history of entered paths, and show the total size of a directory. * The Filesystem Backup module can backup and restore TAR and dump files over FTP. * MySQL server variables and connections can be viewed and changes. * Table data can be sorted by clicking on headers in the MySQL and PostgreSQL modules. * Improved support for PostgreSQL 8, including editing tables with no OID field. * Sendmail and Postfix aliases and maps can have a comment associated with each entry. * Squid 2.6 is now supported. * View the detailed change log. Version 1.290 (29 June 2006) * Fixed a security hole that would allow a remote attacker to view any file on the system. * Added the LDAP Client module, for setting up a Linux system to get users and groups from an LDAP server. * Added support for sending email when a group is over quota to the Disk Quotas module. * Several other small fixes for bugs found since 1.280. * View the detailed change log. Version 1.280 (16 June 2006) * Added the Simple Blue theme, a less graphics-heavy design which may eventually become the default. This theme takes advantage of changes in many modules to use highlighting on table rows. * Updated the Apache module to support version 2.2.0. * Updated the various operating-specific NFS server modules to support mass deletion of exports, and to internationalize those that were using hard-coded text strings. * Updated various modules to allow deletion of multiple objects (such as table fields, Samba shares, PostgreSQL grants, Squid ACLs and so on) at once. * Added configuration options to the Read User Mail module for the date format, pager arrow locations, timezone and separate message window mode. * Updated the MySQL module to support views in MySQL version 5. * Enhanced the System and Server Status module to allow the selection of multiple hosts for each monitor, added a monitor type for testing an SQL server, and updated the Network Traffic monitor to support FreeBSD. * Fixed a security hole that allows remote viewing of any file on the system when Webmin is run on a Windows server. * View the detailed change log.
Diffstat (limited to 'sysutils/wbm-quota')
-rw-r--r--sysutils/wbm-quota/Makefile13
-rw-r--r--sysutils/wbm-quota/PLIST26
-rw-r--r--sysutils/wbm-quota/distinfo8
3 files changed, 32 insertions, 15 deletions
diff --git a/sysutils/wbm-quota/Makefile b/sysutils/wbm-quota/Makefile
index 4cff407b959..6e815e84110 100644
--- a/sysutils/wbm-quota/Makefile
+++ b/sysutils/wbm-quota/Makefile
@@ -1,16 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2006/05/19 17:14:53 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2007/04/21 05:23:04 obache Exp $
-DISTNAME= quota
-PKGNAME= wbm-${DISTNAME}-${WBM_VERSION}
-PKGREVISION= 1
-DIST_SUBDIR= webmin-modules-${WBM_VERSION}
+WBM_NAME= quota
-# The version is from the module.info file from the extracted distfile.
-WBM_VERSION= 1.270
+WBM_DEPEND_MODULES+= mount
-DEPENDS+= wbm-mount>=1.270:../../sysutils/wbm-mount
-
-HOMEPAGE= http://www.webmin.com/standard.html
COMMENT= Webmin module to setup disk quotas
.include "../../sysutils/webmin/wbm.mk"
diff --git a/sysutils/wbm-quota/PLIST b/sysutils/wbm-quota/PLIST
index 08cd4d9264e..081e55d4244 100644
--- a/sysutils/wbm-quota/PLIST
+++ b/sysutils/wbm-quota/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/16 15:42:30 jlam Exp $
+@comment $NetBSD: PLIST,v 1.2 2007/04/21 05:23:04 obache Exp $
share/examples/webmin/quota/config
share/webmin/quota/CHANGELOG
share/webmin/quota/acl_security.pl
@@ -15,6 +15,7 @@ share/webmin/quota/config-solaris
share/webmin/quota/config-unixware
share/webmin/quota/config.info
share/webmin/quota/config.info.ca
+share/webmin/quota/config.info.da
share/webmin/quota/config.info.de
share/webmin/quota/config.info.es
share/webmin/quota/config.info.fr
@@ -27,7 +28,9 @@ share/webmin/quota/config.info.sv
share/webmin/quota/config.info.tr
share/webmin/quota/config.info.uk_UA
share/webmin/quota/config.info.zh_CN
+share/webmin/quota/config.info.zh_CN.UTF-8
share/webmin/quota/config.info.zh_TW.Big5
+share/webmin/quota/config.info.zh_TW.UTF-8
share/webmin/quota/copy_group.cgi
share/webmin/quota/copy_group_form.cgi
share/webmin/quota/copy_user.cgi
@@ -45,6 +48,7 @@ share/webmin/quota/group_filesys.cgi
share/webmin/quota/group_grace_form.cgi
share/webmin/quota/group_grace_save.cgi
share/webmin/quota/help/copy_group.ca.html
+share/webmin/quota/help/copy_group.da.html
share/webmin/quota/help/copy_group.es.html
share/webmin/quota/help/copy_group.fr.html
share/webmin/quota/help/copy_group.html
@@ -52,7 +56,9 @@ share/webmin/quota/help/copy_group.nl.html
share/webmin/quota/help/copy_group.pl.html
share/webmin/quota/help/copy_group.sv.html
share/webmin/quota/help/copy_group.zh_TW.Big5.html
+share/webmin/quota/help/copy_group.zh_TW.UTF-8.html
share/webmin/quota/help/copy_user.ca.html
+share/webmin/quota/help/copy_user.da.html
share/webmin/quota/help/copy_user.es.html
share/webmin/quota/help/copy_user.fr.html
share/webmin/quota/help/copy_user.html
@@ -60,6 +66,8 @@ share/webmin/quota/help/copy_user.nl.html
share/webmin/quota/help/copy_user.pl.html
share/webmin/quota/help/copy_user.sv.html
share/webmin/quota/help/copy_user.zh_TW.Big5.html
+share/webmin/quota/help/copy_user.zh_TW.UTF-8.html
+share/webmin/quota/help/edit_group_mass.ca.html
share/webmin/quota/help/edit_group_mass.html
share/webmin/quota/help/edit_group_quota.ca.html
share/webmin/quota/help/edit_group_quota.es.html
@@ -69,6 +77,8 @@ share/webmin/quota/help/edit_group_quota.nl.html
share/webmin/quota/help/edit_group_quota.pl.html
share/webmin/quota/help/edit_group_quota.sv.html
share/webmin/quota/help/edit_group_quota.zh_TW.Big5.html
+share/webmin/quota/help/edit_group_quota.zh_TW.UTF-8.html
+share/webmin/quota/help/edit_user_mass.ca.html
share/webmin/quota/help/edit_user_mass.html
share/webmin/quota/help/edit_user_quota.ca.html
share/webmin/quota/help/edit_user_quota.es.html
@@ -78,6 +88,7 @@ share/webmin/quota/help/edit_user_quota.nl.html
share/webmin/quota/help/edit_user_quota.pl.html
share/webmin/quota/help/edit_user_quota.sv.html
share/webmin/quota/help/edit_user_quota.zh_TW.Big5.html
+share/webmin/quota/help/edit_user_quota.zh_TW.UTF-8.html
share/webmin/quota/help/group_filesys.ca.html
share/webmin/quota/help/group_filesys.es.html
share/webmin/quota/help/group_filesys.fr.html
@@ -86,6 +97,7 @@ share/webmin/quota/help/group_filesys.nl.html
share/webmin/quota/help/group_filesys.pl.html
share/webmin/quota/help/group_filesys.sv.html
share/webmin/quota/help/group_filesys.zh_TW.Big5.html
+share/webmin/quota/help/group_filesys.zh_TW.UTF-8.html
share/webmin/quota/help/group_grace.ca.html
share/webmin/quota/help/group_grace.es.html
share/webmin/quota/help/group_grace.fr.html
@@ -94,6 +106,7 @@ share/webmin/quota/help/group_grace.nl.html
share/webmin/quota/help/group_grace.pl.html
share/webmin/quota/help/group_grace.sv.html
share/webmin/quota/help/group_grace.zh_TW.Big5.html
+share/webmin/quota/help/group_grace.zh_TW.UTF-8.html
share/webmin/quota/help/intro.ca.html
share/webmin/quota/help/intro.es.html
share/webmin/quota/help/intro.fr.html
@@ -102,6 +115,7 @@ share/webmin/quota/help/intro.nl.html
share/webmin/quota/help/intro.pl.html
share/webmin/quota/help/intro.sv.html
share/webmin/quota/help/intro.zh_TW.Big5.html
+share/webmin/quota/help/intro.zh_TW.UTF-8.html
share/webmin/quota/help/list_groups.ca.html
share/webmin/quota/help/list_groups.es.html
share/webmin/quota/help/list_groups.fr.html
@@ -117,6 +131,7 @@ share/webmin/quota/help/list_users.nl.html
share/webmin/quota/help/list_users.pl.html
share/webmin/quota/help/list_users.sv.html
share/webmin/quota/help/list_users.zh_TW.Big5.html
+share/webmin/quota/help/list_users.zh_TW.UTF-8.html
share/webmin/quota/help/user_filesys.ca.html
share/webmin/quota/help/user_filesys.es.html
share/webmin/quota/help/user_filesys.fr.html
@@ -125,6 +140,7 @@ share/webmin/quota/help/user_filesys.nl.html
share/webmin/quota/help/user_filesys.pl.html
share/webmin/quota/help/user_filesys.sv.html
share/webmin/quota/help/user_filesys.zh_TW.Big5.html
+share/webmin/quota/help/user_filesys.zh_TW.UTF-8.html
share/webmin/quota/help/user_grace.ca.html
share/webmin/quota/help/user_grace.es.html
share/webmin/quota/help/user_grace.fr.html
@@ -133,6 +149,7 @@ share/webmin/quota/help/user_grace.nl.html
share/webmin/quota/help/user_grace.pl.html
share/webmin/quota/help/user_grace.sv.html
share/webmin/quota/help/user_grace.zh_TW.Big5.html
+share/webmin/quota/help/user_grace.zh_TW.UTF-8.html
share/webmin/quota/hpux-lib.pl
share/webmin/quota/images/icon.gif
share/webmin/quota/images/smallicon.gif
@@ -141,11 +158,14 @@ share/webmin/quota/install_check.pl
share/webmin/quota/irix-lib.pl
share/webmin/quota/lang/ca
share/webmin/quota/lang/cz
+share/webmin/quota/lang/da
share/webmin/quota/lang/en
share/webmin/quota/lang/es
share/webmin/quota/lang/fr
share/webmin/quota/lang/it
+share/webmin/quota/lang/ja_JP.UTF-8
share/webmin/quota/lang/ja_JP.euc
+share/webmin/quota/lang/ko_KR.UTF-8
share/webmin/quota/lang/ko_KR.euc
share/webmin/quota/lang/nl
share/webmin/quota/lang/pl
@@ -157,7 +177,9 @@ share/webmin/quota/lang/sv
share/webmin/quota/lang/tr
share/webmin/quota/lang/uk_UA
share/webmin/quota/lang/zh_CN
+share/webmin/quota/lang/zh_CN.UTF-8
share/webmin/quota/lang/zh_TW.Big5
+share/webmin/quota/lang/zh_TW.UTF-8
share/webmin/quota/linux-lib.pl
share/webmin/quota/list_groups.cgi
share/webmin/quota/list_users.cgi
@@ -169,6 +191,7 @@ share/webmin/quota/notes
share/webmin/quota/openbsd-lib.pl
share/webmin/quota/quota-lib.pl
share/webmin/quota/save_email.cgi
+share/webmin/quota/save_gemail.cgi
share/webmin/quota/save_group_mass.cgi
share/webmin/quota/save_group_quota.cgi
share/webmin/quota/save_gsync.cgi
@@ -187,3 +210,4 @@ share/webmin/quota/useradmin_update.pl
@dirrm share/webmin/quota/help
@dirrm share/webmin/quota
@dirrm share/examples/webmin/quota
+@dirrm etc/webmin/quota
diff --git a/sysutils/wbm-quota/distinfo b/sysutils/wbm-quota/distinfo
index 391ee82fca7..703792e030c 100644
--- a/sysutils/wbm-quota/distinfo
+++ b/sysutils/wbm-quota/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/05/16 15:42:30 jlam Exp $
+$NetBSD: distinfo,v 1.2 2007/04/21 05:23:04 obache Exp $
-SHA1 (webmin-modules-1.270/quota.wbm.gz) = 3891416daeea2d267cdc83df8efdfec6dd0f628c
-RMD160 (webmin-modules-1.270/quota.wbm.gz) = e881ef312c7d5972058742be9d6c18d75f69ca96
-Size (webmin-modules-1.270/quota.wbm.gz) = 110059 bytes
+SHA1 (webmin-1.340.tar.gz) = 530bb583824688f24fc4c6d0b8522d43c7f5bb96
+RMD160 (webmin-1.340.tar.gz) = 5f4cfe51e052c2f46dc7f6813e74fb0e5aebff05
+Size (webmin-1.340.tar.gz) = 15851601 bytes