aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2005-12-03 02:50:13 +0800
committererwin <erwin@FreeBSD.org>2005-12-03 02:50:13 +0800
commit408b60a344ff39e2b0fa4c1c0afaf820252045a2 (patch)
tree946a8ac2858cd6f70a4bd9a5b9d1b7fba5818dfe /www
parentd9efead076deb7b6b88b041fc67c4dd6747fc10a (diff)
downloadfreebsd-ports-gnome-408b60a344ff39e2b0fa4c1c0afaf820252045a2.tar.gz
freebsd-ports-gnome-408b60a344ff39e2b0fa4c1c0afaf820252045a2.tar.zst
freebsd-ports-gnome-408b60a344ff39e2b0fa4c1c0afaf820252045a2.zip
Update to 1.36
PR: 89849 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
Diffstat (limited to 'www')
-rw-r--r--www/p5-HTML-Prototype/Makefile4
-rw-r--r--www/p5-HTML-Prototype/distinfo5
-rw-r--r--www/p5-HTML-Prototype/pkg-descr9
-rw-r--r--www/p5-HTML-Prototype/pkg-plist3
4 files changed, 14 insertions, 7 deletions
diff --git a/www/p5-HTML-Prototype/Makefile b/www/p5-HTML-Prototype/Makefile
index 22439a44cbd3..e43916555c9a 100644
--- a/www/p5-HTML-Prototype/Makefile
+++ b/www/p5-HTML-Prototype/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= HTML-Prototype
-PORTVERSION= 1.35
+PORTVERSION= 1.36
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
@@ -25,6 +25,8 @@ MAN3= HTML::Prototype.3 \
HTML::Prototype::Controls.3 \
HTML::Prototype::DragDrop.3 \
HTML::Prototype::Effects.3 \
+ HTML::Prototype::Helper::Tag.3 \
+ HTML::Prototype::Helper.3 \
HTML::Prototype::Js.3
.include <bsd.port.pre.mk>
diff --git a/www/p5-HTML-Prototype/distinfo b/www/p5-HTML-Prototype/distinfo
index accc32c2bc89..bb02eac5c934 100644
--- a/www/p5-HTML-Prototype/distinfo
+++ b/www/p5-HTML-Prototype/distinfo
@@ -1,2 +1,3 @@
-MD5 (HTML-Prototype-1.35.tar.gz) = 97af46d53301f1ef6feb2ef2944861c6
-SIZE (HTML-Prototype-1.35.tar.gz) = 31753
+MD5 (HTML-Prototype-1.36.tar.gz) = 5a593058401b0b34ac2b03e8620186d8
+SHA256 (HTML-Prototype-1.36.tar.gz) = d170826454fbca419b605348bbfed4a58cd8a8921da556e6a0763dc52d55c5be
+SIZE (HTML-Prototype-1.36.tar.gz) = 47287
diff --git a/www/p5-HTML-Prototype/pkg-descr b/www/p5-HTML-Prototype/pkg-descr
index b5be3be759ed..cf4ad793c066 100644
--- a/www/p5-HTML-Prototype/pkg-descr
+++ b/www/p5-HTML-Prototype/pkg-descr
@@ -1,8 +1,9 @@
-Some code generators for Prototype, the famous JavaScript OO library and
-the script.aculous extensions.
+The module contains 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.
+The Prototype library (http://prototype.conio.net/) is designed to make
+AJAX easy. Catalyst::Plugin::Prototype makes it easy to connect to the
+Prototype library.
This is mostly a port of the Ruby on Rails helper tags for JavaScript
for use in Catalyst.
diff --git a/www/p5-HTML-Prototype/pkg-plist b/www/p5-HTML-Prototype/pkg-plist
index cc52633c18a6..b99b1de674a2 100644
--- a/www/p5-HTML-Prototype/pkg-plist
+++ b/www/p5-HTML-Prototype/pkg-plist
@@ -2,6 +2,9 @@
%%SITE_PERL%%/HTML/Prototype/Controls.pm
%%SITE_PERL%%/HTML/Prototype/DragDrop.pm
%%SITE_PERL%%/HTML/Prototype/Effects.pm
+%%SITE_PERL%%/HTML/Prototype/Helper.pm
+%%SITE_PERL%%/HTML/Prototype/Helper/Tag.pm
%%SITE_PERL%%/HTML/Prototype/Js.pm
+@unexec rmdir %D/%%SITE_PERL%%/HTML/Prototype/Helper 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/HTML/Prototype 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/HTML 2>/dev/null || true