Update to 1.7

This commit is contained in:
Lars Thegler 2004-07-17 21:01:13 +00:00
parent a2fa6c2313
commit 88e49b35e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113876
3 changed files with 25 additions and 24 deletions

View file

@ -5,7 +5,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= Maypole PORTNAME= Maypole
PORTVERSION= 1.4 PORTVERSION= 1.7
CATEGORIES= www perl5 CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/S/SI/SIMON/ MASTER_SITE_SUBDIR= ../by-authors/id/S/SI/SIMON/
@ -25,7 +25,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Class/DBI/Loader.pm:${PORTSDIR}/databases/p5-Class-D
${SITE_PERL}/UNIVERSAL/moniker.pm:${PORTSDIR}/devel/p5-UNIVERSAL-moniker \ ${SITE_PERL}/UNIVERSAL/moniker.pm:${PORTSDIR}/devel/p5-UNIVERSAL-moniker \
${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-exports \ ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-exports \
${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq \ ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq \
${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit ${SITE_PERL}/Template/Plugin/Class.pm:${PORTSDIR}/www/p5-Template-Plugin-Class
PKGMESSAGE= ${WRKDIR}/pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message
PKGMSG_SUB= DOCSDIR=${DOCSDIR} \ PKGMSG_SUB= DOCSDIR=${DOCSDIR} \
@ -40,6 +40,7 @@ MAN3= Apache::MVC.3 \
Maypole::CLI.3 \ Maypole::CLI.3 \
Maypole::Model::Base.3 \ Maypole::Model::Base.3 \
Maypole::Model::CDBI.3 \ Maypole::Model::CDBI.3 \
Maypole::Model::CDBI::Plain.3 \
Maypole::View::Mason.3 \ Maypole::View::Mason.3 \
Maypole::View::TT.3 \ Maypole::View::TT.3 \
Maypole::Workflow.3 Maypole::Workflow.3
@ -56,18 +57,20 @@ DOCS= About.pod \
View.pod \ View.pod \
makedoc.pl makedoc.pl
EXAMPLES= BeerDB.pm EXAMPLES= BeerDB.pm
TMPL_BEER= addnew TEMPLATES= beerdb.css \
TMPL_CUSTOM= frontpage \ beer/addnew \
header custom/frontpage \
TMPL_FACTORY= addnew \ custom/header \
edit \ factory/addnew \
header \ factory/edit \
list \ factory/footer \
macros \ factory/header \
navbar \ factory/list \
pager \ factory/macros \
search_form \ factory/navbar \
view factory/pager \
factory/search_form \
factory/view
pre-patch: pre-patch:
@ ${SED} ${PKGMSG_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ @ ${SED} ${PKGMSG_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
@ -87,14 +90,8 @@ post-install:
@ ${MKDIR} ${DATADIR}/templates/beer @ ${MKDIR} ${DATADIR}/templates/beer
@ ${MKDIR} ${DATADIR}/templates/custom @ ${MKDIR} ${DATADIR}/templates/custom
@ ${MKDIR} ${DATADIR}/templates/factory @ ${MKDIR} ${DATADIR}/templates/factory
.for FILE in ${TMPL_BEER} .for FILE in ${TEMPLATES}
@ ${INSTALL_DATA} ${WRKSRC}/templates/beer/${FILE} ${DATADIR}/templates/beer/ @ ${INSTALL_DATA} ${WRKSRC}/templates/${FILE} ${DATADIR}/templates/${FILE}
.endfor
.for FILE in ${TMPL_CUSTOM}
@ ${INSTALL_DATA} ${WRKSRC}/templates/custom/${FILE} ${DATADIR}/templates/custom/
.endfor
.for FILE in ${TMPL_FACTORY}
@ ${INSTALL_DATA} ${WRKSRC}/templates/factory/${FILE} ${DATADIR}/templates/factory/
.endfor .endfor
@ ${CAT} ${PKGMESSAGE} @ ${CAT} ${PKGMESSAGE}

View file

@ -1,2 +1,2 @@
MD5 (Maypole-1.4.tar.gz) = 36467405c225803624808f5b474be55a MD5 (Maypole-1.7.tar.gz) = a652ec362e46c5eacd901d2adea6d9f8
SIZE (Maypole-1.4.tar.gz) = 66852 SIZE (Maypole-1.7.tar.gz) = 69126

View file

@ -5,6 +5,7 @@
%%SITE_PERL%%/Maypole/Constants.pm %%SITE_PERL%%/Maypole/Constants.pm
%%SITE_PERL%%/Maypole/Model/Base.pm %%SITE_PERL%%/Maypole/Model/Base.pm
%%SITE_PERL%%/Maypole/Model/CDBI.pm %%SITE_PERL%%/Maypole/Model/CDBI.pm
%%SITE_PERL%%/Maypole/Model/CDBI/Plain.pm
%%SITE_PERL%%/Maypole/View/Base.pm %%SITE_PERL%%/Maypole/View/Base.pm
%%SITE_PERL%%/Maypole/View/Mason.pm %%SITE_PERL%%/Maypole/View/Mason.pm
%%SITE_PERL%%/Maypole/View/TT.pm %%SITE_PERL%%/Maypole/View/TT.pm
@ -22,11 +23,13 @@
%%PORTDOCS%%%%DOCSDIR%%/View.pod %%PORTDOCS%%%%DOCSDIR%%/View.pod
%%PORTDOCS%%%%DOCSDIR%%/makedoc.pl %%PORTDOCS%%%%DOCSDIR%%/makedoc.pl
%%PORTDOCS%%%%EXAMPLESDIR%%/BeerDB.pm %%PORTDOCS%%%%EXAMPLESDIR%%/BeerDB.pm
%%DATADIR%%/templates/beerdb.css
%%DATADIR%%/templates/beer/addnew %%DATADIR%%/templates/beer/addnew
%%DATADIR%%/templates/custom/frontpage %%DATADIR%%/templates/custom/frontpage
%%DATADIR%%/templates/custom/header %%DATADIR%%/templates/custom/header
%%DATADIR%%/templates/factory/addnew %%DATADIR%%/templates/factory/addnew
%%DATADIR%%/templates/factory/edit %%DATADIR%%/templates/factory/edit
%%DATADIR%%/templates/factory/footer
%%DATADIR%%/templates/factory/header %%DATADIR%%/templates/factory/header
%%DATADIR%%/templates/factory/list %%DATADIR%%/templates/factory/list
%%DATADIR%%/templates/factory/macros %%DATADIR%%/templates/factory/macros
@ -42,6 +45,7 @@
%%PORTDOCS%%@dirrm %%DOCSDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%%
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Maypole @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Maypole
@unexec rmdir %D/%%SITE_PERL%%/Maypole/Model/CDBI 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Maypole/Model 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Maypole/Model 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Maypole/View 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Maypole/View 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Maypole 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Maypole 2>/dev/null || true