From gslin@netnews.NCTU.edu.tw  Tue Oct 10 04:09:39 2006
Return-Path: <gslin@netnews.NCTU.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AEDB716A47B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 10 Oct 2006 04:09:39 +0000 (UTC)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3DA1A43D55
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 10 Oct 2006 04:09:39 +0000 (GMT)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000)
	id 6A06087; Tue, 10 Oct 2006 12:09:34 +0800 (CST)
Message-Id: <20061010040934.6A06087@netnews.NCTU.edu.tw>
Date: Tue, 10 Oct 2006 12:09:34 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@gslin.org
Subject: [NEW PORT] www/flat-frog: A templating engine working in php
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         104242
>Category:       ports
>Synopsis:       [NEW PORT] www/flat-frog: A templating engine working in php
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 10 04:10:19 GMT 2006
>Closed-Date:    Tue Oct 10 11:53:09 GMT 2006
>Last-Modified:  Tue Oct 10 12:00:39 GMT 2006
>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@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@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@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@dirrm %%EXAMPLESDIR%%/templates
X@dirrm %%EXAMPLESDIR%%
X@dirrm %%DATADIR%%/plugins
X@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:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Oct 10 04:10:27 UTC 2006 
Responsible-Changed-Why:  
clsung@ wants his PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104242 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Tue Oct 10 11:53:08 UTC 2006 
State-Changed-Why:  
New port added. Thank You. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104242 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/104242: commit references a PR
Date: Tue, 10 Oct 2006 11:52:50 +0000 (UTC)

 clsung      2006-10-10 11:52:45 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www                  Makefile 
   Added files:
     www/flat-frog        Makefile distinfo pkg-descr pkg-plist 
   Log:
   Add flat-frog 2.2.13, a templating engine working in php.
   
   PR:             ports/104242
   Submitted by:   Gea-Suan Lin <gslin at gslin.org>
   
   Revision  Changes    Path
   1.1585    +1 -0      ports/www/Makefile
   1.1       +33 -0     ports/www/flat-frog/Makefile (new)
   1.1       +3 -0      ports/www/flat-frog/distinfo (new)
   1.1       +5 -0      ports/www/flat-frog/pkg-descr (new)
   1.1       +58 -0     ports/www/flat-frog/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
