Index: head/www/limesurvey/pkg-message =================================================================== --- head/www/limesurvey/pkg-message (revision 252373) +++ head/www/limesurvey/pkg-message (nonexistent) @@ -1,15 +0,0 @@ ----------------------------------------------------------------------------- -phpsurveyor has been installed, but is not quite ready to be used yet! - -You have to ensure that you have a mysql server installed and configured. -Further information on these installation procedures may -be found in: - - %%PREFIX%%/%%PHPSURVEYORDIR%%/admin/manual.html - -Once these steps have been taken, you may connect to the following URL to -configure your installation of phpsurveyor: - - http://localhost/%%PHPSURVEYORURL%%/ - ----------------------------------------------------------------------------- Property changes on: head/www/limesurvey/pkg-message ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.3 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/www/limesurvey/Makefile =================================================================== --- head/www/limesurvey/Makefile (revision 252373) +++ head/www/limesurvey/Makefile (revision 252374) @@ -1,46 +1,47 @@ # New ports collection makefile for: phpsurveyor # Date created: 21 March 2005 # Whom: janos.mohacsi@bsd.hu # # $FreeBSD$ # PORTNAME= limesurvey PORTVERSION= 1.80 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/OldFiles DISTNAME= ${PORTNAME}${PORTVERSION:S^.^^}_build6506_20090310 MAINTAINER= janos.mohacsi@bsd.hu COMMENT= A PHP-based survey building and runing system USE_PHP= mysql session mbstring pcre iconv gd ldap -WRKSRC= ${WRKDIR}/${PORTNAME} +WWWDOCROOT?= www PHPSURVEYORURL?= ${PORTNAME} -PHPSURVEYORDIR= ${WWWDOCROOT}/${PHPSURVEYORURL} +WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes +SUB_FILES= pkg-message +SUB_LIST= PHPSURVEYORURL="${PHPSURVEYORURL}" \ + PHPSURVEYORDIR="${PHPSURVEYORDIR}" -post-configure: - @ ${SED} \ - -e 's#%%PREFIX%%#${PREFIX}#g' \ - -e 's#%%PHPSURVEYORURL%%#${PHPSURVEYORURL}#g' \ - -e 's#%%PHPSURVEYORDIR%%#${PHPSURVEYORDIR}#g' \ +PHPSURVEYORDIR= ${WWWDOCROOT}/${PHPSURVEYORURL} do-install: ${MKDIR} ${WWWDIR} @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR} ${MKDIR} ${WWWDIR}/tmp ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} ${CHMOD} 755 ${WWWDIR}/tmp ${CHMOD} 755 ${WWWDIR}/templates ${CHMOD} 755 ${WWWDIR}/upload post-install: + @${CAT} ${PKGMESSAGE} @${FIND} -s -d ${WWWDIR} -type f -print | \ ${SED} -e "s#${PREFIX}/##g" >> ${TMPPLIST} @${FIND} -s -d ${WWWDIR} -type d -print | \ ${SED} -E -e "s#${PREFIX}/#@dirrm #g" >> ${TMPPLIST} .include Property changes on: head/www/limesurvey/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/www/limesurvey/files/pkg-message.in =================================================================== --- head/www/limesurvey/files/pkg-message.in (nonexistent) +++ head/www/limesurvey/files/pkg-message.in (revision 252374) @@ -0,0 +1,15 @@ +---------------------------------------------------------------------------- +phpsurveyor has been installed, but is not quite ready to be used yet! + +You have to ensure that you have a mysql server installed and configured. +Further information on these installation procedures may +be found in: + + %%PREFIX%%/%%PHPSURVEYORDIR%%/admin/manual.html + +Once these steps have been taken, you may connect to the following URL to +configure your installation of phpsurveyor: + + http://localhost/%%PHPSURVEYORURL%%/ + +---------------------------------------------------------------------------- Property changes on: head/www/limesurvey/files/pkg-message.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property