Bug 82218 - [NEW PORT] japanese/guesswork: A PHP lightweight framework
Summary: [NEW PORT] japanese/guesswork: A PHP lightweight framework
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-14 10:10 UTC by Shinsuke Matsui
Modified: 2005-10-11 13:56 UTC (History)
0 users

See Also:


Attachments
guesswork-0.0.1.shar (5.25 KB, text/plain)
2005-06-14 10:10 UTC, Shinsuke Matsui
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Shinsuke Matsui 2005-06-14 10:10:17 UTC
A PHP lightweight framework.

WWW: http://www.guesswork.jp/

Generated with FreeBSD Port Tools 0.63
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-10-08 21:18:30 UTC
State Changed
From-To: open->feedback

Could you send an updated shar (website have 0.0.3 already)? I promise to add 
your port ASAP. 


Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-10-08 21:18:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Track
Comment 3 Shinsuke Matsui 2005-10-10 15:02:30 UTC
I'll send you a shar of guesswork-classic-0.0.3.
PORTNAME has been changed since guesswork was renamed to guesswork-classic.

Thank you,
Shinsuke Matsui

--- guesswork-classic-0.0.3.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:
#
#	./guesswork-classic
#	./guesswork-classic/files
#	./guesswork-classic/files/pkg-message
#	./guesswork-classic/Makefile
#	./guesswork-classic/pkg-descr
#	./guesswork-classic/distinfo
#	./guesswork-classic/pkg-plist
#
echo c - ./guesswork-classic
mkdir -p ./guesswork-classic > /dev/null 2>&1
echo c - ./guesswork-classic/files
mkdir -p ./guesswork-classic/files > /dev/null 2>&1
echo x - ./guesswork-classic/files/pkg-message
sed 's/^X//' >./guesswork-classic/files/pkg-message << 'END-of-./guesswork-classic/files/pkg-message'
XYou need to adjust php's include_path to contain `%%DATADIR%%'!
XFor example, insert
X	include_path = ".:%%DATADIR%%"
Xinto `%%LOCALBASE%%/etc/php.ini'.
END-of-./guesswork-classic/files/pkg-message
echo x - ./guesswork-classic/Makefile
sed 's/^X//' >./guesswork-classic/Makefile << 'END-of-./guesswork-classic/Makefile'
X# New ports collection makefile for:	ja-guesswork-classic
X# Date created:		10 Oct 2005
X# Whom:			Shinsuke Matsui (<smatsui@karashi.org>)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	guesswork-classic
XPORTVERSION=	0.0.3
XCATEGORIES=	japanese devel
XMASTER_SITES=	http://classic.guesswork.jp/download/files/
X
XMAINTAINER=	smatsui@karashi.org
XCOMMENT=	A PHP lightweight framework
X
XRUN_DEPENDS=	${LOCALBASE}/share/smarty/Smarty.class.php:${PORTSDIR}/www/smarty
X
XNO_BUILD=	yes
XUSE_PHP=	yes
XWANT_PHP_WEB=	yes
X
XPKGMESSAGE=	${WRKDIR}/pkg-message
XMSG_SRC=	${FILESDIR}/pkg-message
XMSG_SUB=	DATADIR=${DATADIR}/lib LOCALBASE=${LOCALBASE}
X
XPORTDOCS=	ChangeLog README LICENSE
X
Xpre-install:
X	@${FIND} ${WRKSRC} -name '.cvsignore' -delete
X
Xdo-install:
X	@${MKDIR} ${DATADIR}
X.for DIR in lib test
X	${CP} -Rp ${WRKSRC}/${DIR} ${DATADIR}
X	@${FIND} ${DATADIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
X.endfor
X	@${MKDIR} ${EXAMPLESDIR}
X.for DIR in examples public_html smarty
X	${CP} -Rp ${WRKSRC}/${DIR} ${EXAMPLESDIR}
X.endfor
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X.for f in ${PORTDOCS}
X	${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR}
X.endfor
X.endif
X
Xpost-install:
X	@${SED} ${MSG_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} ${MSG_SRC} > \
X		${PKGMESSAGE}
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
END-of-./guesswork-classic/Makefile
echo x - ./guesswork-classic/pkg-descr
sed 's/^X//' >./guesswork-classic/pkg-descr << 'END-of-./guesswork-classic/pkg-descr'
XA PHP lightweight framework.
X
XWWW: http://www.guesswork.jp/
END-of-./guesswork-classic/pkg-descr
echo x - ./guesswork-classic/distinfo
sed 's/^X//' >./guesswork-classic/distinfo << 'END-of-./guesswork-classic/distinfo'
XMD5 (guesswork-classic-0.0.3.tar.gz) = ba567c9457d99f55a9b1dd310fc44bd5
XSIZE (guesswork-classic-0.0.3.tar.gz) = 15921
END-of-./guesswork-classic/distinfo
echo x - ./guesswork-classic/pkg-plist
sed 's/^X//' >./guesswork-classic/pkg-plist << 'END-of-./guesswork-classic/pkg-plist'
X%%EXAMPLESDIR%%/examples/mailform/MailFormValidator.class.php
X%%EXAMPLESDIR%%/public_html/mailform/mailform.css
X%%EXAMPLESDIR%%/public_html/mailform/mailform.php
X%%EXAMPLESDIR%%/smarty/templates/mailform/confirm.html
X%%EXAMPLESDIR%%/smarty/templates/mailform/input.html
X%%EXAMPLESDIR%%/smarty/templates/mailform/result.html
X%%EXAMPLESDIR%%/smarty/templates_c/DUMMY
X%%DATADIR%%/lib/Guesswork/AbstractView.php
X%%DATADIR%%/lib/Guesswork/Controller.php
X%%DATADIR%%/lib/Guesswork/DefaultView.php
X%%DATADIR%%/lib/Guesswork/ExpressionUtil.php
X%%DATADIR%%/lib/Guesswork/Logger.php
X%%DATADIR%%/lib/Guesswork/plugins/function.error.php
X%%DATADIR%%/lib/Guesswork/plugins/function.hidden_field.php
X%%DATADIR%%/lib/Guesswork/plugins/function.link_to.php
X%%DATADIR%%/lib/Guesswork/plugins/function.text_field.php
X%%DATADIR%%/lib/Guesswork/plugins/function.url_for.php
X%%DATADIR%%/lib/Guesswork/Request.php
X%%DATADIR%%/lib/Guesswork/SmartyView.php
X%%DATADIR%%/lib/Guesswork/templates/eval.tpl
X%%DATADIR%%/lib/Guesswork/UploadFile.php
X%%DATADIR%%/lib/Guesswork/Utils.php
X%%DATADIR%%/lib/Guesswork/Validator.php
X%%DATADIR%%/lib/Guesswork.php
X%%DATADIR%%/test/AllTests.php
X%%DATADIR%%/test/ControllerTest.php
X%%DATADIR%%/test/ValidatorTest.php
X@dirrm %%EXAMPLESDIR%%/examples/mailform
X@dirrm %%EXAMPLESDIR%%/examples
X@dirrm %%EXAMPLESDIR%%/public_html/mailform
X@dirrm %%EXAMPLESDIR%%/public_html
X@dirrm %%EXAMPLESDIR%%/smarty/templates/mailform
X@dirrm %%EXAMPLESDIR%%/smarty/templates
X@dirrm %%EXAMPLESDIR%%/smarty/templates_c
X@dirrm %%EXAMPLESDIR%%/smarty
X@dirrm %%DATADIR%%/lib/Guesswork/plugins
X@dirrm %%DATADIR%%/lib/Guesswork/templates
X@dirrm %%DATADIR%%/lib/Guesswork
X@dirrm %%DATADIR%%/lib
X@dirrm %%DATADIR%%/test
X@dirrm %%EXAMPLESDIR%%
X@dirrm %%DATADIR%%
END-of-./guesswork-classic/pkg-plist
exit
--- guesswork-classic-0.0.3.shar ends here ---
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2005-10-11 13:56:44 UTC
State Changed
From-To: feedback->closed

New port added, thank you!