summaryrefslogtreecommitdiffstats
path: root/collab/webmin/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'collab/webmin/DETAILS')
-rwxr-xr-xcollab/webmin/DETAILS23
1 files changed, 23 insertions, 0 deletions
diff --git a/collab/webmin/DETAILS b/collab/webmin/DETAILS
new file mode 100755
index 0000000000..271add09fb
--- /dev/null
+++ b/collab/webmin/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=webmin
+ VERSION=1.230
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/webadmin/$SOURCE
+ SOURCE_HASH=sha1:87bbd31a9c2b2ea31f77bc9e60e39ba3072150a0
+ WEB_SITE=http://www.webmin.com/
+ ENTERED=20020415
+ UPDATED=20030822
+ ARCHIVE="off"
+ LICENSE[0]=BSD
+ BUILD_API=2
+ SHORT="A web-based server administration tool"
+cat << EOF
+Webmin is a web-based interface for system administration for Unix. Using any
+browser that supports tables and forms (and Java for the File Manager module),
+you can setup user accounts, Apache, DNS, file sharing and so on.
+
+Webmin consists of a simple web server, and a number of CGI programs which
+directly update system files like /etc/inetd.conf and /etc/passwd. The web
+server and all CGI programs are written in Perl version 5, and use no
+non-standard Perl modules.
+EOF