ports/104242: [NEW PORT] www/flat-frog: A templating engine working in php

Gea-Suan Lin gslin at gslin.org
Tue Oct 10 04:10:21 UTC 2006


>Number:         104242
>Category:       ports
>Synopsis:       [NEW PORT] www/flat-frog: A templating engine working in php
>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 Oct 10 04:10:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE-p8 FreeBSD 6.1-RELEASE-p8 #0: Fri Sep 29 03:41:50 CST 2006
>Description:
Flat Frog is a templating engine working in php allowing the most
usefull functions : loops, test, switch, inclusion of files and plugin
capabilities. It has compiling and caching capabilites.

WWW:	http://sourceforge.net/projects/flatfrog

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

--- flat-frog-2.2.13.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:
#
#	flat-frog
#	flat-frog/pkg-descr
#	flat-frog/Makefile
#	flat-frog/pkg-plist
#	flat-frog/distinfo
#
echo c - flat-frog
mkdir -p flat-frog > /dev/null 2>&1
echo x - flat-frog/pkg-descr
sed 's/^X//' >flat-frog/pkg-descr << 'END-of-flat-frog/pkg-descr'
XFlat Frog is a templating engine working in php allowing the most
Xusefull functions : loops, test, switch, inclusion of files and plugin
Xcapabilities. It has compiling and caching capabilites.
X
XWWW:	http://sourceforge.net/projects/flatfrog
END-of-flat-frog/pkg-descr
echo x - flat-frog/Makefile
sed 's/^X//' >flat-frog/Makefile << 'END-of-flat-frog/Makefile'
X# New ports collection makefile for:	flat-frog
X# Date created:		2006-10-10
X# Whom:			Gea-Suan Lin <gslin at gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	flat-frog
XPORTVERSION=	2.2.13
XCATEGORIES=	www
XMASTER_SITES=	SOURCEFORGE
XMASTER_SITE_SUBDIR=	flatfrog
X
XMAINTAINER=	gslin at gslin.org
XCOMMENT=	A templating engine working in php
X
XNO_BUILD=	yes
XUSE_PHP=	yes
XUSE_ZIP=	yes
X
Xdo-install:
X	${MKDIR} ${DATADIR} ${DATADIR}/plugins
X	${INSTALL_DATA} ${WRKSRC}/src/class.* ${DATADIR}
X	${INSTALL_DATA} ${WRKSRC}/src/plugins/* ${DATADIR}/plugins
X	${MKDIR} ${EXAMPLESDIR} ${EXAMPLESDIR}/templates
X	${INSTALL_DATA} ${WRKSRC}/demo/test.* ${EXAMPLESDIR}
X	${INSTALL_DATA} ${WRKSRC}/demo/templates/* ${EXAMPLESDIR}/templates
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-flat-frog/Makefile
echo x - flat-frog/pkg-plist
sed 's/^X//' >flat-frog/pkg-plist << 'END-of-flat-frog/pkg-plist'
X at comment $FreeBSD$
X%%DATADIR%%/class.compiler.php
X%%DATADIR%%/class.config.php
X%%DATADIR%%/class.template.php
X%%DATADIR%%/plugins/block.capture.php
X%%DATADIR%%/plugins/block.strip.php
X%%DATADIR%%/plugins/function.counter.php
X%%DATADIR%%/plugins/function.cycle.php
X%%DATADIR%%/plugins/function.html_checkbox.php
X%%DATADIR%%/plugins/function.html_hidden.php
X%%DATADIR%%/plugins/function.html_image.php
X%%DATADIR%%/plugins/function.html_input.php
X%%DATADIR%%/plugins/function.html_options.php
X%%DATADIR%%/plugins/function.html_radio.php
X%%DATADIR%%/plugins/function.html_textbox.php
X%%DATADIR%%/plugins/function.urlencode.php
X%%DATADIR%%/plugins/modifier.bbcode2html.php
X%%DATADIR%%/plugins/modifier.capitalize.php
X%%DATADIR%%/plugins/modifier.count.php
X%%DATADIR%%/plugins/modifier.date.php
X%%DATADIR%%/plugins/modifier.default.php
X%%DATADIR%%/plugins/modifier.lower.php
X%%DATADIR%%/plugins/modifier.nl2br.php
X%%DATADIR%%/plugins/modifier.number_format.php
X%%DATADIR%%/plugins/modifier.replace.php
X%%DATADIR%%/plugins/modifier.string_format.php
X%%DATADIR%%/plugins/modifier.strip.php
X%%DATADIR%%/plugins/modifier.strip_tags.php
X%%DATADIR%%/plugins/modifier.truncate.php
X%%DATADIR%%/plugins/modifier.upper.php
X%%DATADIR%%/plugins/modifier.urlencode.php
X%%DATADIR%%/plugins/modifier.wordwrap.php
X%%EXAMPLESDIR%%/templates/footer.tpl
X%%EXAMPLESDIR%%/templates/header.tpl
X%%EXAMPLESDIR%%/templates/index.tpl
X%%EXAMPLESDIR%%/templates/test.conf
X%%EXAMPLESDIR%%/test.php
X%%PORTDOCS%%%%DOCSDIR%%/appendix.caching.html
X%%PORTDOCS%%%%DOCSDIR%%/appendix.groups.html
X%%PORTDOCS%%%%DOCSDIR%%/favicon.ico
X%%PORTDOCS%%%%DOCSDIR%%/flat-frog-doc.css
X%%PORTDOCS%%%%DOCSDIR%%/flat-frog-logo.gif
X%%PORTDOCS%%%%DOCSDIR%%/getting.started.html
X%%PORTDOCS%%%%DOCSDIR%%/index.html
X%%PORTDOCS%%%%DOCSDIR%%/language.config.html
X%%PORTDOCS%%%%DOCSDIR%%/language.functions.custom.html
X%%PORTDOCS%%%%DOCSDIR%%/language.functions.html
X%%PORTDOCS%%%%DOCSDIR%%/language.modifiers.combining.html
X%%PORTDOCS%%%%DOCSDIR%%/language.modifiers.html
X%%PORTDOCS%%%%DOCSDIR%%/language.variables.html
X%%PORTDOCS%%%%DOCSDIR%%/programming.methods.html
X%%PORTDOCS%%%%DOCSDIR%%/programming.variables.html
X%%PORTDOCS%%%%DOCSDIR%%/what.is.html
X at dirrm %%EXAMPLESDIR%%/templates
X at dirrm %%EXAMPLESDIR%%
X at dirrm %%DATADIR%%/plugins
X at dirrm %%DATADIR%%
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
END-of-flat-frog/pkg-plist
echo x - flat-frog/distinfo
sed 's/^X//' >flat-frog/distinfo << 'END-of-flat-frog/distinfo'
XMD5 (flat-frog-2.2.13.zip) = 06046ea568c8c4e4b8b6083bc6551c7e
XSHA256 (flat-frog-2.2.13.zip) = 934e04254767904f549f766a465657afb55850da4cfc538bd13977734f1d2ce3
XSIZE (flat-frog-2.2.13.zip) = 79441
END-of-flat-frog/distinfo
exit
--- flat-frog-2.2.13.shar ends here ---

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



More information about the freebsd-ports-bugs mailing list