diff options
author | jlam <jlam@pkgsrc.org> | 2006-05-02 14:18:43 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-05-02 14:18:43 +0000 |
commit | 886999e72dc9ed70ebaf15d02c6cd6b83b8ef6f3 (patch) | |
tree | 58bed76687e88ea63139fde74df47e681bc2ae27 /www | |
parent | c102b617d07541c35ec45ec28082bfb75999ca23 (diff) | |
download | pkgsrc-886999e72dc9ed70ebaf15d02c6cd6b83b8ef6f3.tar.gz |
Import Kwiki::Wikiwyg-0.13 as www/p5-Kwiki-Wikiwyg.
Kwiki-Wikiwyg is a Kwiki plugin that adds WYSIWYG editing capabilities
to a Kwiki. The underlying technology is Wikiwyg, a Javascript library
that can be easily integrated into any wiki or blog software. It
offers the user multiple ways to edit/view a piece of content:
* Wysiwyg mode - Simple, HTML, Design Mode editing.
* Wikitext mode - Standard, Wiki, Text Area editing.
* Preview mode - Display mode without saving changes.
Wikiwyg allows you to switch between modes, delegating some of the
processing to the server when necessary.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Kwiki-Wikiwyg/DESCR | 11 | ||||
-rw-r--r-- | www/p5-Kwiki-Wikiwyg/Makefile | 17 | ||||
-rw-r--r-- | www/p5-Kwiki-Wikiwyg/PLIST | 1 | ||||
-rw-r--r-- | www/p5-Kwiki-Wikiwyg/distinfo | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/www/p5-Kwiki-Wikiwyg/DESCR b/www/p5-Kwiki-Wikiwyg/DESCR new file mode 100644 index 00000000000..e2c339ffb28 --- /dev/null +++ b/www/p5-Kwiki-Wikiwyg/DESCR @@ -0,0 +1,11 @@ +Kwiki-Wikiwyg is a Kwiki plugin that adds WYSIWYG editing capabilities +to a Kwiki. The underlying technology is Wikiwyg, a Javascript library +that can be easily integrated into any wiki or blog software. It +offers the user multiple ways to edit/view a piece of content: + + * Wysiwyg mode - Simple, HTML, Design Mode editing. + * Wikitext mode - Standard, Wiki, Text Area editing. + * Preview mode - Display mode without saving changes. + +Wikiwyg allows you to switch between modes, delegating some of the +processing to the server when necessary. diff --git a/www/p5-Kwiki-Wikiwyg/Makefile b/www/p5-Kwiki-Wikiwyg/Makefile new file mode 100644 index 00000000000..024dcb8ca53 --- /dev/null +++ b/www/p5-Kwiki-Wikiwyg/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/05/02 14:18:43 jlam Exp $ + +DISTNAME= Kwiki-Wikiwyg-0.13 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Kwiki/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.wikiwyg.net/ +COMMENT= Kwiki plugin for WYSIWYG editing + +DEPENDS+= p5-Kwiki>=0.38:../../www/p5-Kwiki + +PERL5_PACKLIST= auto/Kwiki/Wikiwyg/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Kwiki-Wikiwyg/PLIST b/www/p5-Kwiki-Wikiwyg/PLIST new file mode 100644 index 00000000000..5fdaeb162af --- /dev/null +++ b/www/p5-Kwiki-Wikiwyg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/02 14:18:43 jlam Exp $ diff --git a/www/p5-Kwiki-Wikiwyg/distinfo b/www/p5-Kwiki-Wikiwyg/distinfo new file mode 100644 index 00000000000..251d09995a2 --- /dev/null +++ b/www/p5-Kwiki-Wikiwyg/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/05/02 14:18:43 jlam Exp $ + +SHA1 (Kwiki-Wikiwyg-0.13.tar.gz) = 2b0c0852af2ce19330adf772484e91868211b609 +RMD160 (Kwiki-Wikiwyg-0.13.tar.gz) = 1301a5f206a5d4d3fe03293e9ccf4d229b0d29b4 +Size (Kwiki-Wikiwyg-0.13.tar.gz) = 33602 bytes |