Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Aug 2004 03:09:12 +0800 (CST)
From:      Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/71046: [NEW PORT] www/p5-Kwiki-GDGraphGenerator: Kwiki plugin for putting pretty graphs into your Kwiki pages
Message-ID:  <20040827190912.1F8E277@sslab.cs.ccu.edu.tw>
Resent-Message-ID: <200408271910.i7RJAQKE024942@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         71046
>Category:       ports
>Synopsis:       [NEW PORT] www/p5-Kwiki-GDGraphGenerator: Kwiki plugin for putting pretty graphs into your Kwiki pages
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 27 19:10:26 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Elvis Chiang
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
System Software Lab. CSIE CCU Taiwan
>Environment:
System: FreeBSD sslab.cs.ccu.edu.tw 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #19: Sat Jul 31 20:41:20 CST 2004
>Description:
Kwiki::GDGraphGenerator - put pretty graphs into your Kwiki pages

Kwiki::GDGraphGenerator turns graph WAFL blocks into pretty graph
(bars/lines/pie graph) using GD::Graph

Author:	Ian Langworth <langworth.com>
WWW:	http://search.cpan.org/~ian/Kwiki-GDGraphGenerator/

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-Kwiki-GDGraphGenerator-0.03.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Kwiki-GDGraphGenerator
#	p5-Kwiki-GDGraphGenerator/pkg-descr
#	p5-Kwiki-GDGraphGenerator/Makefile
#	p5-Kwiki-GDGraphGenerator/pkg-plist
#	p5-Kwiki-GDGraphGenerator/pkg-message
#	p5-Kwiki-GDGraphGenerator/distinfo
#
echo c - p5-Kwiki-GDGraphGenerator
mkdir -p p5-Kwiki-GDGraphGenerator > /dev/null 2>&1
echo x - p5-Kwiki-GDGraphGenerator/pkg-descr
sed 's/^X//' >p5-Kwiki-GDGraphGenerator/pkg-descr << 'END-of-p5-Kwiki-GDGraphGenerator/pkg-descr'
XKwiki::GDGraphGenerator - put pretty graphs into your Kwiki pages
X
XKwiki::GDGraphGenerator turns graph WAFL blocks into pretty graph
X(bars/lines/pie graph) using GD::Graph
X
XAuthor:	Ian Langworth <langworth.com>
XWWW:	http://search.cpan.org/~ian/Kwiki-GDGraphGenerator/
END-of-p5-Kwiki-GDGraphGenerator/pkg-descr
echo x - p5-Kwiki-GDGraphGenerator/Makefile
sed 's/^X//' >p5-Kwiki-GDGraphGenerator/Makefile << 'END-of-p5-Kwiki-GDGraphGenerator/Makefile'
X# New ports collection makefile for:	p5-Kwiki-GDGraphGenerator
X# Date created:		2004-08-28
X# Whom:			Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Kwiki-GDGraphGenerator
XPORTVERSION=	0.03
XCATEGORIES=	www perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Kwiki
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	elvis@sslab.cs.ccu.edu.tw
XCOMMENT=	Kwiki plugin for putting pretty graphs into your Kwiki pages
X
XBUILD_DEPENDS=	${SITE_PERL}/Kwiki.pm:${PORTSDIR}/www/p5-Kwiki \
X		${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Kwiki::GDGraphGenerator.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500601
XIGNORE=		This port requires perl 5.6.x or later. Install lang/perl5 then try again
X.endif
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.post.mk>
END-of-p5-Kwiki-GDGraphGenerator/Makefile
echo x - p5-Kwiki-GDGraphGenerator/pkg-plist
sed 's/^X//' >p5-Kwiki-GDGraphGenerator/pkg-plist << 'END-of-p5-Kwiki-GDGraphGenerator/pkg-plist'
X@comment $FreeBSD$
X%%SITE_PERL%%/Kwiki/GDGraphGenerator.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Kwiki/GDGraphGenerator/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Kwiki/GDGraphGenerator
X@unexec rmdir %D/%%SITE_PERL%%/Kwiki 2>/dev/null || true
END-of-p5-Kwiki-GDGraphGenerator/pkg-plist
echo x - p5-Kwiki-GDGraphGenerator/pkg-message
sed 's/^X//' >p5-Kwiki-GDGraphGenerator/pkg-message << 'END-of-p5-Kwiki-GDGraphGenerator/pkg-message'
X/* ================================================================= */
XNote: 
X	Kwiki-GDGraphGenerator plugin installed! Now you should add
X	to your kwiki in kwiki installation directory:
X
X$ cd cgi-bin/my-kwiki
X$ kwiki -add Kwiki::GDGraphGenerator
X
X	Use `perldoc Kwiki::GDGRaphGenerator` to see examples
X/* ================================================================= */
END-of-p5-Kwiki-GDGraphGenerator/pkg-message
echo x - p5-Kwiki-GDGraphGenerator/distinfo
sed 's/^X//' >p5-Kwiki-GDGraphGenerator/distinfo << 'END-of-p5-Kwiki-GDGraphGenerator/distinfo'
XMD5 (Kwiki-GDGraphGenerator-0.03.tar.gz) = 735166b1a7146f19cb07a4b4643fab7b
XSIZE (Kwiki-GDGraphGenerator-0.03.tar.gz) = 9930
END-of-p5-Kwiki-GDGraphGenerator/distinfo
exit
--- p5-Kwiki-GDGraphGenerator-0.03.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040827190912.1F8E277>