diff options
author | jlam <jlam@pkgsrc.org> | 2006-05-16 21:39:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-05-16 21:39:30 +0000 |
commit | aad92214dafc317bd305e5afdd8b84a96ec1b6e7 (patch) | |
tree | ed1ad5266f5f77852aadc19ecbd30c51373fcad9 /sysutils | |
parent | bfa30c3c7c8daf5b27bc2586621c807380203f87 (diff) | |
download | pkgsrc-aad92214dafc317bd305e5afdd8b84a96ec1b6e7.tar.gz |
Initial import of wbm-cluster-copy-1.270 as sysutils/wbm-cluster-copy.
This is the standard "cluster-copy" Webmin module to schedule the
transfer of files from this server to multiple servers in a Webmin
cluster.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/wbm-cluster-copy/DESCR | 3 | ||||
-rw-r--r-- | sysutils/wbm-cluster-copy/Makefile | 14 | ||||
-rw-r--r-- | sysutils/wbm-cluster-copy/PLIST | 29 | ||||
-rw-r--r-- | sysutils/wbm-cluster-copy/distinfo | 5 |
4 files changed, 51 insertions, 0 deletions
diff --git a/sysutils/wbm-cluster-copy/DESCR b/sysutils/wbm-cluster-copy/DESCR new file mode 100644 index 00000000000..515e4fa7970 --- /dev/null +++ b/sysutils/wbm-cluster-copy/DESCR @@ -0,0 +1,3 @@ +This is the standard "cluster-copy" Webmin module to schedule the +transfer of files from this server to multiple servers in a Webmin +cluster. diff --git a/sysutils/wbm-cluster-copy/Makefile b/sysutils/wbm-cluster-copy/Makefile new file mode 100644 index 00000000000..9612c796b50 --- /dev/null +++ b/sysutils/wbm-cluster-copy/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 21:39:30 jlam Exp $ + +DISTNAME= cluster-copy +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 schedule file transfers within a Webmin cluster + +.include "../../sysutils/webmin/wbm.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-cluster-copy/PLIST b/sysutils/wbm-cluster-copy/PLIST new file mode 100644 index 00000000000..d307f3c4b47 --- /dev/null +++ b/sysutils/wbm-cluster-copy/PLIST @@ -0,0 +1,29 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/16 21:39:30 jlam Exp $ +share/examples/webmin/cluster-copy/config +share/webmin/cluster-copy/CHANGELOG +share/webmin/cluster-copy/chooser.cgi +share/webmin/cluster-copy/cluster-copy-lib.pl +share/webmin/cluster-copy/copy.pl +share/webmin/cluster-copy/delete.cgi +share/webmin/cluster-copy/edit.cgi +share/webmin/cluster-copy/exec.cgi +share/webmin/cluster-copy/help/intro.ca.html +share/webmin/cluster-copy/help/intro.html +share/webmin/cluster-copy/images/icon.gif +share/webmin/cluster-copy/images/smallicon.gif +share/webmin/cluster-copy/index.cgi +share/webmin/cluster-copy/lang/ca +share/webmin/cluster-copy/lang/de +share/webmin/cluster-copy/lang/en +share/webmin/cluster-copy/lang/es +share/webmin/cluster-copy/lang/fr +share/webmin/cluster-copy/lang/nl +share/webmin/cluster-copy/log_parser.pl +share/webmin/cluster-copy/module.info +share/webmin/cluster-copy/save.cgi +share/webmin/cluster-copy/uninstall.pl +@dirrm share/webmin/cluster-copy/lang +@dirrm share/webmin/cluster-copy/images +@dirrm share/webmin/cluster-copy/help +@dirrm share/webmin/cluster-copy +@dirrm share/examples/webmin/cluster-copy diff --git a/sysutils/wbm-cluster-copy/distinfo b/sysutils/wbm-cluster-copy/distinfo new file mode 100644 index 00000000000..49b53aee0b2 --- /dev/null +++ b/sysutils/wbm-cluster-copy/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/05/16 21:39:30 jlam Exp $ + +SHA1 (webmin-modules-1.270/cluster-copy.wbm.gz) = b4b6b4cdb622d53f944123663b60d1cea207c0e6 +RMD160 (webmin-modules-1.270/cluster-copy.wbm.gz) = fb3229619d256e9c289faf77d5281582edc0202c +Size (webmin-modules-1.270/cluster-copy.wbm.gz) = 14123 bytes |