mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Sort PLIST - Reformat pkg-descr - Use single space after WWW:
This commit is contained in:
parent
96b29b5eff
commit
9b70d09f6a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360985
@ -12,15 +12,18 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Interface to Jquery, a language based on JavaScript
|
||||
|
||||
RUN_DEPENDS= p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \
|
||||
p5-CSS>=0:${PORTSDIR}/textproc/p5-CSS \
|
||||
p5-HTML-Table>=0:${PORTSDIR}/www/p5-HTML-Table \
|
||||
p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \
|
||||
p5-XML-Writer>=0:${PORTSDIR}/textproc/p5-XML-Writer
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5 shebangfix
|
||||
USE_PERL5= modbuild
|
||||
USES= perl5 shebangfix
|
||||
|
||||
SHEBANG_FILES= lib/JQuery/cgi-bin/*.pl
|
||||
|
||||
|
@ -1,10 +1,8 @@
|
||||
JQuery is a frontend for the jQuery language. I use JQuery to refer to
|
||||
the Perl part or the package, and jQuery to reference the javascript
|
||||
part or the package.
|
||||
JQuery is a frontend for the jQuery language. I use JQuery to refer to the Perl
|
||||
part or the package, and jQuery to reference the javascript part or the package.
|
||||
|
||||
A quote from http://jquery.com: jQuery is a fast, concise, JavaScript
|
||||
Library that simplifies how you traverse HTML documents, handle
|
||||
events, perform animations, and add Ajax interactions to your web
|
||||
pages.
|
||||
A quote from http://jquery.com: jQuery is a fast, concise, JavaScript Library
|
||||
that simplifies how you traverse HTML documents, handle events, perform
|
||||
animations, and add Ajax interactions to your web pages.
|
||||
|
||||
WWW: http://search.cpan.org/dist/JQuery/
|
||||
WWW: http://search.cpan.org/dist/JQuery/
|
||||
|
@ -1,15 +1,3 @@
|
||||
%%PERL5_MAN3%%/JQuery.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::Accordion.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::CSS.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::ClickMenu.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::Demo.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::Form.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::Heartbeat.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::Splitter.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::TableSorter.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::Tabs.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::Taconite.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::Treeview.3.gz
|
||||
%%SITE_PERL%%/JQuery.pm
|
||||
%%SITE_PERL%%/JQuery/Accordion.pm
|
||||
%%SITE_PERL%%/JQuery/CSS.pm
|
||||
@ -157,6 +145,18 @@
|
||||
%%SITE_PERL%%/JQuery/jquery_js/plugins/validate/jquery.validate.js
|
||||
%%SITE_PERL%%/JQuery/jquery_js/plugins/validate/jquery.validate.pack.js
|
||||
%%SITE_PERL%%/JQuery/jquery_js/plugins/window/window.js
|
||||
%%PERL5_MAN3%%/JQuery.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::Accordion.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::CSS.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::ClickMenu.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::Demo.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::Form.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::Heartbeat.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::Splitter.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::TableSorter.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::Tabs.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::Taconite.3.gz
|
||||
%%PERL5_MAN3%%/JQuery::Treeview.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/JQuery/jquery_js/plugins/window
|
||||
@dirrmtry %%SITE_PERL%%/JQuery/jquery_js/plugins/validate
|
||||
@dirrmtry %%SITE_PERL%%/JQuery/jquery_js/plugins/treeview/images/red
|
||||
|
Loading…
Reference in New Issue
Block a user