diff options
author | erwin <erwin@FreeBSD.org> | 2005-07-13 19:16:36 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-07-13 19:16:36 +0800 |
commit | 95de49dddb0c38aad6d9e49635752952b7216367 (patch) | |
tree | 3b7ee35d578fe0950ab5000bea734cbcf88d0611 /www | |
parent | f4e723d776abbf45b5af4a24326ab5953e02bf14 (diff) | |
download | freebsd-ports-graphics-95de49dddb0c38aad6d9e49635752952b7216367.tar.gz freebsd-ports-graphics-95de49dddb0c38aad6d9e49635752952b7216367.tar.zst freebsd-ports-graphics-95de49dddb0c38aad6d9e49635752952b7216367.zip |
- Update to 1.31
- Mark perl 5.6.x and higher only
- Pass maintainership to submitter
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Prototype/Makefile | 18 | ||||
-rw-r--r-- | www/p5-HTML-Prototype/distinfo | 4 | ||||
-rw-r--r-- | www/p5-HTML-Prototype/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-HTML-Prototype/pkg-plist | 3 |
4 files changed, 22 insertions, 7 deletions
diff --git a/www/p5-HTML-Prototype/Makefile b/www/p5-HTML-Prototype/Makefile index 39c93e67863..c3480bfb511 100644 --- a/www/p5-HTML-Prototype/Makefile +++ b/www/p5-HTML-Prototype/Makefile @@ -6,21 +6,31 @@ # PORTNAME= HTML-Prototype -PORTVERSION= 1.23 +PORTVERSION= 1.31 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML PKGNAMEPREFIX= p5- -MAINTAINER= lth@FreeBSD.org +MAINTAINER= lars@balker.dk COMMENT= Generate HTML and Javascript for the Prototype library -BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor +BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \ + ${SITE_PERL}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree RUN_DEPENDS= ${BUILD_DEPENDS} PERL_MODBUILD= yes MAN3= HTML::Prototype.3 \ + HTML::Prototype::Controls.3 \ + HTML::Prototype::DragDrop.3 \ + HTML::Prototype::Effects.3 \ HTML::Prototype::Js.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again +.endif + +.include <bsd.port.post.mk> diff --git a/www/p5-HTML-Prototype/distinfo b/www/p5-HTML-Prototype/distinfo index 714cb8f4029..6c66703a4a0 100644 --- a/www/p5-HTML-Prototype/distinfo +++ b/www/p5-HTML-Prototype/distinfo @@ -1,2 +1,2 @@ -MD5 (HTML-Prototype-1.23.tar.gz) = 9def8a9079f39a88377a7a1ea089d50a -SIZE (HTML-Prototype-1.23.tar.gz) = 10810 +MD5 (HTML-Prototype-1.31.tar.gz) = 670887f3b235bdc398929e74f7f91f70 +SIZE (HTML-Prototype-1.31.tar.gz) = 27349 diff --git a/www/p5-HTML-Prototype/pkg-descr b/www/p5-HTML-Prototype/pkg-descr index 99d62d293d3..b057b98cd75 100644 --- a/www/p5-HTML-Prototype/pkg-descr +++ b/www/p5-HTML-Prototype/pkg-descr @@ -1,4 +1,6 @@ -Some code generators for Prototype, the famous JavaScript OO library. +Some code generators for Prototype, the famous JavaScript OO library and +the script.aculous extensions. + This library allows you to do Ajax without writing lots of javascript code. diff --git a/www/p5-HTML-Prototype/pkg-plist b/www/p5-HTML-Prototype/pkg-plist index 30eb015fe6d..cc52633c18a 100644 --- a/www/p5-HTML-Prototype/pkg-plist +++ b/www/p5-HTML-Prototype/pkg-plist @@ -1,4 +1,7 @@ %%SITE_PERL%%/HTML/Prototype.pm +%%SITE_PERL%%/HTML/Prototype/Controls.pm +%%SITE_PERL%%/HTML/Prototype/DragDrop.pm +%%SITE_PERL%%/HTML/Prototype/Effects.pm %%SITE_PERL%%/HTML/Prototype/Js.pm @unexec rmdir %D/%%SITE_PERL%%/HTML/Prototype 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/HTML 2>/dev/null || true |