FreeBSD Bugzilla – Attachment 111973 Details for
Bug 153316
New Port: www/p5-Dancer-Plugin-DataFu
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
p5-Dancer-Plugin-DataFu.shar.txt
p5-Dancer-Plugin-DataFu.shar.txt (text/plain; charset=US-ASCII), 4.09 KB, created by
Grzegorz Blach
on 2010-12-20 19:30:53 UTC
(
hide
)
Description:
p5-Dancer-Plugin-DataFu.shar.txt
Filename:
MIME Type:
Creator:
Grzegorz Blach
Created:
2010-12-20 19:30:53 UTC
Size:
4.09 KB
patch
obsolete
># 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: ># ># www/p5-Dancer-Plugin-DataFu ># www/p5-Dancer-Plugin-DataFu/distinfo ># www/p5-Dancer-Plugin-DataFu/pkg-plist ># www/p5-Dancer-Plugin-DataFu/Makefile ># www/p5-Dancer-Plugin-DataFu/pkg-descr ># >echo c - www/p5-Dancer-Plugin-DataFu >mkdir -p www/p5-Dancer-Plugin-DataFu > /dev/null 2>&1 >echo x - www/p5-Dancer-Plugin-DataFu/distinfo >sed 's/^X//' >www/p5-Dancer-Plugin-DataFu/distinfo << '3efee73ac3b5c6633f4115eba8f9873f' >XSHA256 (Dancer-Plugin-DataFu-1.103070.tar.gz) = 6e5d34a419127c6239308cd529a1e17918cd8c1db5386674a9ab9c9ecfdc3565 >XSIZE (Dancer-Plugin-DataFu-1.103070.tar.gz) = 17537 >3efee73ac3b5c6633f4115eba8f9873f >echo x - www/p5-Dancer-Plugin-DataFu/pkg-plist >sed 's/^X//' >www/p5-Dancer-Plugin-DataFu/pkg-plist << '74fe1b4601821b840efff3db4428a563' >X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/DataFu/.packlist >X%%SITE_PERL%%/Dancer/Plugin/DataFu.pm >X%%SITE_PERL%%/Dancer/Plugin/DataFu/Form.pm >X%%SITE_PERL%%/Dancer/Plugin/DataFu/Grid.pm >X%%SITE_PERL%%/auto/Dancer/Plugin/DataFu/elements/form.tt >X%%SITE_PERL%%/auto/Dancer/Plugin/DataFu/elements/input_checkbox.tt >X%%SITE_PERL%%/auto/Dancer/Plugin/DataFu/elements/input_file.tt >X%%SITE_PERL%%/auto/Dancer/Plugin/DataFu/elements/input_hidden.tt >X%%SITE_PERL%%/auto/Dancer/Plugin/DataFu/elements/input_password.tt >X%%SITE_PERL%%/auto/Dancer/Plugin/DataFu/elements/input_radio.tt >X%%SITE_PERL%%/auto/Dancer/Plugin/DataFu/elements/input_text.tt >X%%SITE_PERL%%/auto/Dancer/Plugin/DataFu/elements/select.tt >X%%SITE_PERL%%/auto/Dancer/Plugin/DataFu/elements/select_multiple.tt >X%%SITE_PERL%%/auto/Dancer/Plugin/DataFu/elements/table.tt >X%%SITE_PERL%%/auto/Dancer/Plugin/DataFu/elements/tdata.tt >X%%SITE_PERL%%/auto/Dancer/Plugin/DataFu/elements/textarea.tt >X%%SITE_PERL%%/auto/Dancer/Plugin/DataFu/elements/thead.tt >X%%SITE_PERL%%/auto/Dancer/Plugin/DataFu/elements/theader.tt >X%%SITE_PERL%%/auto/Dancer/Plugin/DataFu/elements/tnavigation.tt >X%%SITE_PERL%%/auto/Dancer/Plugin/DataFu/elements/trow.tt >X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/DataFu >X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin >X@dirrm %%SITE_PERL%%/Dancer/Plugin/DataFu >X@dirrmtry %%SITE_PERL%%/Dancer/Plugin >X@dirrm %%SITE_PERL%%/auto/Dancer/Plugin/DataFu/elements >X@dirrm %%SITE_PERL%%/auto/Dancer/Plugin/DataFu >X@dirrmtry %%SITE_PERL%%/auto/Dancer/Plugin >74fe1b4601821b840efff3db4428a563 >echo x - www/p5-Dancer-Plugin-DataFu/Makefile >sed 's/^X//' >www/p5-Dancer-Plugin-DataFu/Makefile << '1d94cf49f4c0d39f05dcc1c0957182b6' >X# New ports collection makefile for: Dancer-Plugin-DataFu >X# Date created: 20 Dec 2010 >X# Whom: Grzegorz Blach <magik@roorback.net> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= Dancer-Plugin-DataFu >XPORTVERSION= 1.103070 >XCATEGORIES= www perl5 >XMASTER_SITES= CPAN >XMASTER_SITE_SUBDIR= ../../authors/id/A/AW/AWNCORP >XPKGNAMEPREFIX= p5- >X >XMAINTAINER= magik@roorback.net >XCOMMENT= Dancer HTML Form and Grid/Table engine with Input Validation >X >XRUN_DEPENDS= p5-Dancer>=1.2:${PORTSDIR}/www/p5-Dancer \ >X p5-Array-Unique>0:${PORTSDIR}/devel/p5-Array-Unique \ >X p5-Data-Dumper-Concise>0:${PORTSDIR}/devel/p5-Data-Dumper-Concise \ >X p5-File-ShareDir>0:${PORTSDIR}/devel/p5-File-ShareDir \ >X p5-Hash-Merge>0:${PORTSDIR}/textproc/p5-Hash-Merge \ >X p5-Oogly>=0.31:${PORTSDIR}/devel/p5-Oogly \ >X p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit >XBUILD_DEPENDS= ${RUN_DEPENDS} >X >XLICENSE= ART10 GPLv1 >XLICENSE_COMB= dual >X >XPERL_CONFIGURE= yes >X >XMAN1= dancer-datafu.1 >XMAN3= Dancer::Plugin::DataFu.3 \ >X Dancer::Plugin::DataFu::Form.3 \ >X Dancer::Plugin::DataFu::Grid.3 >X >X.include <bsd.port.mk> >1d94cf49f4c0d39f05dcc1c0957182b6 >echo x - www/p5-Dancer-Plugin-DataFu/pkg-descr >sed 's/^X//' >www/p5-Dancer-Plugin-DataFu/pkg-descr << '618e77fddbd187552a4e034ea82d3779' >XDancer::Plugin::DataFu is an HTML form and table rendering engine with data >Xvalidation support. >X >XWWW: http://search.cpan.org/~awncorp/Dancer-Plugin-DataFu/ >618e77fddbd187552a4e034ea82d3779 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 153316
:
111972
| 111973