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/Makefile | |
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/Makefile')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index e863f931c45..f60f3f6106f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.446 2006/05/01 07:23:07 jmmv Exp $ +# $NetBSD: Makefile,v 1.447 2006/05/01 15:10:12 jschauma Exp $ # COMMENT= Packages related to the World Wide Web @@ -231,6 +231,7 @@ SUBDIR+= p5-Kwiki-Favorites SUBDIR+= p5-Kwiki-HtmlBlocks SUBDIR+= p5-Kwiki-Icons-Gnome SUBDIR+= p5-Kwiki-NewPage +SUBDIR+= p5-Kwiki-Notify-Mail SUBDIR+= p5-Kwiki-PagePrivacy SUBDIR+= p5-Kwiki-ParagraphBlocks SUBDIR+= p5-Kwiki-PreformattedBlocks |