diff options
author | sat <sat@FreeBSD.org> | 2008-05-01 01:18:07 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2008-05-01 01:18:07 +0800 |
commit | dd6a539e7d5b78d02dde977be96016d888ee5153 (patch) | |
tree | 37b6659db1d47bcc3f2f6036af9b47f60bfb5174 /www/twiki-TopicVarsPlugin | |
parent | 5478630923454a9fcd3a090ad30de5e5e4acfd04 (diff) | |
download | freebsd-ports-gnome-dd6a539e7d5b78d02dde977be96016d888ee5153.tar.gz freebsd-ports-gnome-dd6a539e7d5b78d02dde977be96016d888ee5153.tar.zst freebsd-ports-gnome-dd6a539e7d5b78d02dde977be96016d888ee5153.zip |
- Fix bsd.twiki.mk a bit
- Add a couple of new extensions:
- TopicVarsPlugin for inter-topic variables
- SubscribePlugin for quick subscription to topics
Diffstat (limited to 'www/twiki-TopicVarsPlugin')
-rw-r--r-- | www/twiki-TopicVarsPlugin/Makefile | 14 | ||||
-rw-r--r-- | www/twiki-TopicVarsPlugin/distinfo | 3 | ||||
-rw-r--r-- | www/twiki-TopicVarsPlugin/pkg-descr | 5 | ||||
-rw-r--r-- | www/twiki-TopicVarsPlugin/pkg-plist | 13 |
4 files changed, 35 insertions, 0 deletions
diff --git a/www/twiki-TopicVarsPlugin/Makefile b/www/twiki-TopicVarsPlugin/Makefile new file mode 100644 index 000000000000..14f8a221a99a --- /dev/null +++ b/www/twiki-TopicVarsPlugin/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: twiki-TopicVarsPlugin +# Date created: 30 April 2008 +# +# $FreeBSD$ +# + +PORTNAME= TopicVarsPlugin +SVNREV= 16417b +# with modifications, to be committed to SVN + +COMMENT= Create externally usable variables in any topic + +.include "${.CURDIR}/../twiki/bsd.twiki.mk" +.include <bsd.port.mk> diff --git a/www/twiki-TopicVarsPlugin/distinfo b/www/twiki-TopicVarsPlugin/distinfo new file mode 100644 index 000000000000..572fd4466d93 --- /dev/null +++ b/www/twiki-TopicVarsPlugin/distinfo @@ -0,0 +1,3 @@ +MD5 (twiki/TopicVarsPlugin-0.0.16417b.tar.bz2) = 00d5951393fb6f2a3ffec8c6fe446681 +SHA256 (twiki/TopicVarsPlugin-0.0.16417b.tar.bz2) = 0d0557876fc06faa7ab8cb6a4f5f403d1d9376b8982ba492d5fb8993903ae317 +SIZE (twiki/TopicVarsPlugin-0.0.16417b.tar.bz2) = 3995 diff --git a/www/twiki-TopicVarsPlugin/pkg-descr b/www/twiki-TopicVarsPlugin/pkg-descr new file mode 100644 index 000000000000..b05e78e8b8b2 --- /dev/null +++ b/www/twiki-TopicVarsPlugin/pkg-descr @@ -0,0 +1,5 @@ +Set variables in arbitrary topics and refer to them from other topics +within the same web or wiki. + +Author: Tripp Lilley +WWW: http://twiki.org/cgi-bin/view/Plugins/TopicVarsPlugin diff --git a/www/twiki-TopicVarsPlugin/pkg-plist b/www/twiki-TopicVarsPlugin/pkg-plist new file mode 100644 index 000000000000..afa67a20f78f --- /dev/null +++ b/www/twiki-TopicVarsPlugin/pkg-plist @@ -0,0 +1,13 @@ +%%TWDIR%%/data/TWiki/TopicVarsPlugin.txt +%%TWDIR%%/lib/TWiki/Plugins/TopicVarsPlugin/DEPENDENCIES +%%TWDIR%%/lib/TWiki/Plugins/TopicVarsPlugin/MANIFEST +%%TWDIR%%/lib/TWiki/Plugins/TopicVarsPlugin/build.pl +%%TWDIR%%/lib/TWiki/Plugins/TopicVarsPlugin.pm +@dirrm %%TWDIR%%/data/TWiki +@dirrm %%TWDIR%%/data +@dirrm %%TWDIR%%/lib/TWiki/Plugins/TopicVarsPlugin +@dirrm %%TWDIR%%/lib/TWiki/Plugins +@dirrm %%TWDIR%%/lib/TWiki +@dirrm %%TWDIR%%/lib +@dirrm %%TWDIR%% +@dirrmtry share/twiki |