diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-07-13 11:16:36 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-07-13 11:16:36 +0000 |
commit | aef9ef9f6eae1ed8777bd845099ccb4ce88a7570 (patch) | |
tree | eb19ee0a9945b976f29538de64bab44881baa4e1 /www | |
parent | - Update to 0.11 (diff) |
- Update to 1.31
- Mark perl 5.6.x and higher only
- Pass maintainership to submitter
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
Notes
Notes:
svn path=/head/; revision=139056
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 39c93e678632..c3480bfb5113 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 714cb8f40292..6c66703a4a06 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 99d62d293d30..b057b98cd755 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 30eb015fe6dd..cc52633c18a6 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 |