pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/wbm-fetchmail Initial import of wbm-fetchmail...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b5e8efdc4c35
branches: trunk
changeset: 512913:b5e8efdc4c35
user: jlam <jlam%pkgsrc.org@localhost>
date: Tue May 16 21:41:23 2006 +0000
description:
Initial import of wbm-fetchmail-1.270 as sysutils/wbm-fetchmail.
This is the standard "fetchmail" Webmin module to configure the popular
fetchmail program for automatically retrieving mail from other servers.
diffstat:
sysutils/wbm-fetchmail/DESCR | 2 +
sysutils/wbm-fetchmail/Makefile | 14 ++++++++
sysutils/wbm-fetchmail/PLIST | 71 +++++++++++++++++++++++++++++++++++++++++
sysutils/wbm-fetchmail/distinfo | 5 ++
4 files changed, 92 insertions(+), 0 deletions(-)
diffs (108 lines):
diff -r 374e8a8d22a7 -r b5e8efdc4c35 sysutils/wbm-fetchmail/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/wbm-fetchmail/DESCR Tue May 16 21:41:23 2006 +0000
@@ -0,0 +1,2 @@
+This is the standard "fetchmail" Webmin module to configure the popular
+fetchmail program for automatically retrieving mail from other servers.
diff -r 374e8a8d22a7 -r b5e8efdc4c35 sysutils/wbm-fetchmail/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/wbm-fetchmail/Makefile Tue May 16 21:41:23 2006 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 21:41:23 jlam Exp $
+
+DISTNAME= fetchmail
+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 for configuring fetchmail
+
+.include "../../sysutils/webmin/wbm.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 374e8a8d22a7 -r b5e8efdc4c35 sysutils/wbm-fetchmail/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/wbm-fetchmail/PLIST Tue May 16 21:41:23 2006 +0000
@@ -0,0 +1,71 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/16 21:41:23 jlam Exp $
+share/examples/webmin/fetchmail/config
+share/webmin/fetchmail/CHANGELOG
+share/webmin/fetchmail/acl_security.pl
+share/webmin/fetchmail/backup_config.pl
+share/webmin/fetchmail/check.cgi
+share/webmin/fetchmail/check.pl
+share/webmin/fetchmail/config
+share/webmin/fetchmail/config-cobalt-linux
+share/webmin/fetchmail/config-coherent-linux
+share/webmin/fetchmail/config-corel-linux
+share/webmin/fetchmail/config-debian-linux
+share/webmin/fetchmail/config-gentoo-linux
+share/webmin/fetchmail/config-mandrake-linux
+share/webmin/fetchmail/config-msc-linux
+share/webmin/fetchmail/config-open-linux
+share/webmin/fetchmail/config-redhat-linux
+share/webmin/fetchmail/config-slackware-linux
+share/webmin/fetchmail/config-sol-linux
+share/webmin/fetchmail/config-suse-linux
+share/webmin/fetchmail/config-trustix-linux
+share/webmin/fetchmail/config-turbo-linux
+share/webmin/fetchmail/config-united-linux
+share/webmin/fetchmail/config.info
+share/webmin/fetchmail/config.info.ca
+share/webmin/fetchmail/config.info.de
+share/webmin/fetchmail/config.info.es
+share/webmin/fetchmail/config.info.it
+share/webmin/fetchmail/config.info.pl
+share/webmin/fetchmail/config.info.ru_RU
+share/webmin/fetchmail/config.info.ru_SU
+share/webmin/fetchmail/config.info.uk_UA
+share/webmin/fetchmail/config.info.zh_TW.Big5
+share/webmin/fetchmail/defaultacl
+share/webmin/fetchmail/edit_cron.cgi
+share/webmin/fetchmail/edit_global.cgi
+share/webmin/fetchmail/edit_poll.cgi
+share/webmin/fetchmail/edit_user.cgi
+share/webmin/fetchmail/feedback_files.pl
+share/webmin/fetchmail/fetchmail-lib.pl
+share/webmin/fetchmail/images/hand.png
+share/webmin/fetchmail/images/icon.gif
+share/webmin/fetchmail/images/old.gif
+share/webmin/fetchmail/images/smallicon.gif
+share/webmin/fetchmail/index.cgi
+share/webmin/fetchmail/install_check.pl
+share/webmin/fetchmail/lang/ca
+share/webmin/fetchmail/lang/de
+share/webmin/fetchmail/lang/en
+share/webmin/fetchmail/lang/es
+share/webmin/fetchmail/lang/hu
+share/webmin/fetchmail/lang/it
+share/webmin/fetchmail/lang/ja_JP.euc
+share/webmin/fetchmail/lang/ko_KR.euc
+share/webmin/fetchmail/lang/pl
+share/webmin/fetchmail/lang/ru_RU
+share/webmin/fetchmail/lang/ru_SU
+share/webmin/fetchmail/lang/uk_UA
+share/webmin/fetchmail/lang/zh_CN
+share/webmin/fetchmail/lang/zh_TW.Big5
+share/webmin/fetchmail/log_parser.pl
+share/webmin/fetchmail/module.info
+share/webmin/fetchmail/save_cron.cgi
+share/webmin/fetchmail/save_global.cgi
+share/webmin/fetchmail/save_poll.cgi
+share/webmin/fetchmail/start.cgi
+share/webmin/fetchmail/stop.cgi
+@dirrm share/webmin/fetchmail/lang
+@dirrm share/webmin/fetchmail/images
+@dirrm share/webmin/fetchmail
+@dirrm share/examples/webmin/fetchmail
diff -r 374e8a8d22a7 -r b5e8efdc4c35 sysutils/wbm-fetchmail/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/wbm-fetchmail/distinfo Tue May 16 21:41:23 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/05/16 21:41:23 jlam Exp $
+
+SHA1 (webmin-modules-1.270/fetchmail.wbm.gz) = 5e323e420838286b8c46c556623e94daceb90d6e
+RMD160 (webmin-modules-1.270/fetchmail.wbm.gz) = 98778c24431bf71d60176b1b5399e26236fe5827
+Size (webmin-modules-1.270/fetchmail.wbm.gz) = 36075 bytes
Home |
Main Index |
Thread Index |
Old Index