Date: Tue, 8 Apr 2008 15:58:43 GMT From: Wen heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/122577: [NEW PORT] www/pear-HTML_TagCloud :Generate a TagCloud in HTML and Visualize Tags Message-ID: <200804081558.m38FwhhH026684@www.freebsd.org> Resent-Message-ID: <200804081600.m38G02Vp014364@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 122577 >Category: ports >Synopsis: [NEW PORT] www/pear-HTML_TagCloud :Generate a TagCloud in HTML and Visualize Tags >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: Tue Apr 08 16:00:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Wen heping >Release: FreeBSD 7.0 release >Organization: ChangAn Middle School >Environment: FreeBSD fb7.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: This package can be used to generate tag clouds. The output is HTML and CSS. And it does not only visualize frequency, but also timeline information.The newer the tag is, the deeper its color will be; older tags will have a lighter color.The main goal of "HTML_TagCloud" is to provide an easy to implement and configureable Tag Cloud solution that is suitable for any PHP-based webapp. WWW: http://pear.php.net/package/HTML_TagCloud/ >How-To-Repeat: >Fix: Patch attached with submission follows: # 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: # # /usr/ports/www/pear-HTML_TagCloud # /usr/ports/www/pear-HTML_TagCloud/Makefile # /usr/ports/www/pear-HTML_TagCloud/pkg-descr # /usr/ports/www/pear-HTML_TagCloud/distinfo # echo c - /usr/ports/www/pear-HTML_TagCloud mkdir -p /usr/ports/www/pear-HTML_TagCloud > /dev/null 2>&1 echo x - /usr/ports/www/pear-HTML_TagCloud/Makefile sed 's/^X//' >/usr/ports/www/pear-HTML_TagCloud/Makefile << 'END-of-/usr/ports/www/pear-HTML_TagCloud/Makefile' X# Ports collection makefile for: pear-HTML_TagCloud X# Date created: 08 April 2008 X# Whom: Wen heping <wenheping@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= HTML_TagCloud XPORTVERSION= 0.2.2 XCATEGORIES= www devel pear X XMAINTAINER= wenheping@gmail.com XCOMMENT= Generate TagCloud in HTML And Visualize Tags X XBUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear XRUN_DEPENDS= ${BUILD_DEPENDS} X XCATEGORY= HTML XFILES= TagCloud.php X XDOCS= examples/TagCloud_example1.php \ X examples/TagCloud_example2.php \ X examples/TagCloud_example3.php \ X examples/TagCloud_example4.php X XTESTS= AllTests.php TagCloudTest.php X X.include <bsd.port.pre.mk> X.include "${PORTSDIR}/devel/pear/bsd.pear.mk" X.include <bsd.port.post.mk> END-of-/usr/ports/www/pear-HTML_TagCloud/Makefile echo x - /usr/ports/www/pear-HTML_TagCloud/pkg-descr sed 's/^X//' >/usr/ports/www/pear-HTML_TagCloud/pkg-descr << 'END-of-/usr/ports/www/pear-HTML_TagCloud/pkg-descr' XThis package can be used to generate tag clouds. XThe output is HTML and CSS. And it does not Xonly visualize frequency, but also timeline Xinformation.The newer the tag is, the deeper Xits color will be; older tags will have a Xlighter color.The main goal of "HTML_TagCloud" Xis to provide an easy to implement and Xconfigureable Tag Cloud solution that is Xsuitable for any PHP-based webapp. X XWWW: http://pear.php.net/package/HTML_TagCloud/ END-of-/usr/ports/www/pear-HTML_TagCloud/pkg-descr echo x - /usr/ports/www/pear-HTML_TagCloud/distinfo sed 's/^X//' >/usr/ports/www/pear-HTML_TagCloud/distinfo << 'END-of-/usr/ports/www/pear-HTML_TagCloud/distinfo' XMD5 (PEAR/HTML_TagCloud-0.2.2.tgz) = b48d31f77b9ceab55f5cf34fa0d65fe0 XSHA256 (PEAR/HTML_TagCloud-0.2.2.tgz) = 0a9429b781a831c92147d8fa8cb09617cedc4ef147065f230185f41700f9d856 XSIZE (PEAR/HTML_TagCloud-0.2.2.tgz) = 10918 END-of-/usr/ports/www/pear-HTML_TagCloud/distinfo exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804081558.m38FwhhH026684>