View | Details | Raw Unified | Return to bug 89849
Collapse All | Expand All

(-)Makefile (-1 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	HTML-Prototype
8
PORTNAME=	HTML-Prototype
9
PORTVERSION=	1.35
9
PORTVERSION=	1.36
10
CATEGORIES=	www perl5
10
CATEGORIES=	www perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	HTML
12
MASTER_SITE_SUBDIR=	HTML
Lines 25-30 Link Here
25
		HTML::Prototype::Controls.3 \
25
		HTML::Prototype::Controls.3 \
26
		HTML::Prototype::DragDrop.3 \
26
		HTML::Prototype::DragDrop.3 \
27
		HTML::Prototype::Effects.3 \
27
		HTML::Prototype::Effects.3 \
28
		HTML::Prototype::Helper::Tag.3 \
29
		HTML::Prototype::Helper.3 \
28
		HTML::Prototype::Js.3
30
		HTML::Prototype::Js.3
29
31
30
.include <bsd.port.pre.mk>
32
.include <bsd.port.pre.mk>
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
MD5 (HTML-Prototype-1.35.tar.gz) = 97af46d53301f1ef6feb2ef2944861c6
1
MD5 (HTML-Prototype-1.36.tar.gz) = 5a593058401b0b34ac2b03e8620186d8
2
SIZE (HTML-Prototype-1.35.tar.gz) = 31753
2
SHA256 (HTML-Prototype-1.36.tar.gz) = d170826454fbca419b605348bbfed4a58cd8a8921da556e6a0763dc52d55c5be
3
SIZE (HTML-Prototype-1.36.tar.gz) = 47287
(-)pkg-descr (-4 / +5 lines)
Lines 1-8 Link Here
1
Some code generators for Prototype, the famous JavaScript OO library and
1
The module contains some code generators for Prototype, the famous
2
the script.aculous extensions.
2
JavaScript OO library and the script.aculous extensions.
3
3
4
This library allows you to do Ajax without writing lots of javascript
4
The Prototype library (http://prototype.conio.net/) is designed to make
5
code.
5
AJAX easy. Catalyst::Plugin::Prototype makes it easy to connect to the
6
Prototype library.
6
7
7
This is mostly a port of the Ruby on Rails helper tags for JavaScript
8
This is mostly a port of the Ruby on Rails helper tags for JavaScript
8
for use in Catalyst.
9
for use in Catalyst.
(-)pkg-plist (+3 lines)
Lines 2-7 Link Here
2
%%SITE_PERL%%/HTML/Prototype/Controls.pm
2
%%SITE_PERL%%/HTML/Prototype/Controls.pm
3
%%SITE_PERL%%/HTML/Prototype/DragDrop.pm
3
%%SITE_PERL%%/HTML/Prototype/DragDrop.pm
4
%%SITE_PERL%%/HTML/Prototype/Effects.pm
4
%%SITE_PERL%%/HTML/Prototype/Effects.pm
5
%%SITE_PERL%%/HTML/Prototype/Helper.pm
6
%%SITE_PERL%%/HTML/Prototype/Helper/Tag.pm
5
%%SITE_PERL%%/HTML/Prototype/Js.pm
7
%%SITE_PERL%%/HTML/Prototype/Js.pm
8
@unexec rmdir %D/%%SITE_PERL%%/HTML/Prototype/Helper 2>/dev/null || true
6
@unexec rmdir %D/%%SITE_PERL%%/HTML/Prototype 2>/dev/null || true
9
@unexec rmdir %D/%%SITE_PERL%%/HTML/Prototype 2>/dev/null || true
7
@unexec rmdir %D/%%SITE_PERL%%/HTML 2>/dev/null || true
10
@unexec rmdir %D/%%SITE_PERL%%/HTML 2>/dev/null || true

Return to bug 89849