diff options
author | jschauma <jschauma@pkgsrc.org> | 2006-05-01 15:10:12 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2006-05-01 15:10:12 +0000 |
commit | 9a7392d83db0e4dcc4d3c0d6a3db2f50ab9110dd (patch) | |
tree | c5afe5767a57ec2efaea695ff0f723b1e45aea56 /www/p5-Kwiki-Notify-Mail | |
parent | 2ab9b7d728cf01dd6021f9959ed80f64813ef38b (diff) | |
download | pkgsrc-9a7392d83db0e4dcc4d3c0d6a3db2f50ab9110dd.tar.gz |
initial import of Kwiki::Notify::Mail
A plugin for Kwiki that allows you to notify yourself by email when
some one updates a page. You can specify the To:, From: and
Subject: headers, but the email message body is not currently configurable.
Diffstat (limited to 'www/p5-Kwiki-Notify-Mail')
-rw-r--r-- | www/p5-Kwiki-Notify-Mail/DESCR | 3 | ||||
-rw-r--r-- | www/p5-Kwiki-Notify-Mail/Makefile | 18 | ||||
-rw-r--r-- | www/p5-Kwiki-Notify-Mail/PLIST | 1 | ||||
-rw-r--r-- | www/p5-Kwiki-Notify-Mail/distinfo | 5 |
4 files changed, 27 insertions, 0 deletions
diff --git a/www/p5-Kwiki-Notify-Mail/DESCR b/www/p5-Kwiki-Notify-Mail/DESCR new file mode 100644 index 00000000000..e4ba8e88c7f --- /dev/null +++ b/www/p5-Kwiki-Notify-Mail/DESCR @@ -0,0 +1,3 @@ +A plugin for Kwiki that allows you to notify yourself by email when +some one updates a page. You can specify the To:, From: and +Subject: headers, but the email message body is not currently configurable. diff --git a/www/p5-Kwiki-Notify-Mail/Makefile b/www/p5-Kwiki-Notify-Mail/Makefile new file mode 100644 index 00000000000..1efc5ef5287 --- /dev/null +++ b/www/p5-Kwiki-Notify-Mail/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2006/05/01 15:10:12 jschauma Exp $ + +DISTNAME= Kwiki-Notify-Mail-0.04 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Kwiki/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.kwiki.org/ +COMMENT= Kwiki email notification plugin + +DEPENDS+= p5-Kwiki>=0.37nb1:../../www/p5-Kwiki +DEPENDS+= p5-MIME-Lite>=2.111:../../mail/p5-MIME-Lite + +PERL5_PACKLIST= auto/Kwiki/Notify/Mail/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Kwiki-Notify-Mail/PLIST b/www/p5-Kwiki-Notify-Mail/PLIST new file mode 100644 index 00000000000..976ba0e11a6 --- /dev/null +++ b/www/p5-Kwiki-Notify-Mail/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1 2006/05/01 15:10:12 jschauma Exp $ diff --git a/www/p5-Kwiki-Notify-Mail/distinfo b/www/p5-Kwiki-Notify-Mail/distinfo new file mode 100644 index 00000000000..b4448f5f135 --- /dev/null +++ b/www/p5-Kwiki-Notify-Mail/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2006/05/01 15:10:12 jschauma Exp $ + +SHA1 (Kwiki-Notify-Mail-0.04.tar.gz) = e200325bdf4e83ecb4cefab94b78e73acb6a0e1a +RMD160 (Kwiki-Notify-Mail-0.04.tar.gz) = 9d9e4acab7586e821152acf90911fd9facec7cb8 +Size (Kwiki-Notify-Mail-0.04.tar.gz) = 4958 bytes |