Add Kwiki Atom Plugin.
Approved by: vanilla (co-mentor)
This commit is contained in:
parent
f68c92c00e
commit
fd284a06ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117782
6 changed files with 63 additions and 0 deletions
|
@ -484,6 +484,7 @@
|
|||
SUBDIR += p5-Kwiki
|
||||
SUBDIR += p5-Kwiki-Archive-Rcs
|
||||
SUBDIR += p5-Kwiki-Archive-SVK
|
||||
SUBDIR += p5-Kwiki-Atom
|
||||
SUBDIR += p5-Kwiki-GDGraphGenerator
|
||||
SUBDIR += p5-Kwiki-NewPage
|
||||
SUBDIR += p5-Kwiki-RecentChanges
|
||||
|
|
36
www/p5-Kwiki-Atom/Makefile
Normal file
36
www/p5-Kwiki-Atom/Makefile
Normal file
|
@ -0,0 +1,36 @@
|
|||
# New ports collection makefile for: p5-Kwiki-Atom
|
||||
# Date created: Jul 24 2004
|
||||
# Whom: Cheng-Lung Sung <clsung@dragon2.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Kwiki-Atom
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Kwiki
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= Kwiki Atom Plugin
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Kwiki.pm:${PORTSDIR}/www/p5-Kwiki \
|
||||
${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath \
|
||||
${SITE_PERL}/XML/Atom.pm:${PORTSDIR}/textproc/p5-XML-Atom
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Kwiki::Atom.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500601
|
||||
IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
www/p5-Kwiki-Atom/distinfo
Normal file
2
www/p5-Kwiki-Atom/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (Kwiki-Atom-0.04.tar.gz) = 15bc7051f8708a71434db507c3ca1621
|
||||
SIZE (Kwiki-Atom-0.04.tar.gz) = 13309
|
8
www/p5-Kwiki-Atom/pkg-descr
Normal file
8
www/p5-Kwiki-Atom/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
Kwiki::Atom - Kwiki Atom Plugin
|
||||
|
||||
This Kwiki plugin provides Atom integration with Kwiki.
|
||||
|
||||
For more info about this kind of integration, please
|
||||
refer to http://www.xml.com/pub/a/2004/04/14/atomwiki.html.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Kwiki-Atom/
|
9
www/p5-Kwiki-Atom/pkg-message
Normal file
9
www/p5-Kwiki-Atom/pkg-message
Normal file
|
@ -0,0 +1,9 @@
|
|||
/* ================================================================= */
|
||||
Note:
|
||||
Kwiki-Atom plugin installed! Now you should add
|
||||
to your kwiki in kwiki installation directory:
|
||||
|
||||
$ cd cgi-bin/my-kwiki
|
||||
$ kwiki -add Kwiki::Atom
|
||||
|
||||
/* ================================================================= */
|
7
www/p5-Kwiki-Atom/pkg-plist
Normal file
7
www/p5-Kwiki-Atom/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/Kwiki/Atom.pm
|
||||
%%SITE_PERL%%/Kwiki/Atom/Server.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Kwiki/Atom/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Kwiki/Atom
|
||||
@dirrm %%SITE_PERL%%/Kwiki/Atom
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Kwiki 2>/dev/null || true
|
Loading…
Reference in a new issue