diff options
author | shell <shell> | 2002-04-17 10:46:04 +0000 |
---|---|---|
committer | shell <shell> | 2002-04-17 10:46:04 +0000 |
commit | 9631aeab3fea998e9215af1cbd24211935dc5dd7 (patch) | |
tree | b17999d2648e9c6bb24b28221284da82de4b5028 /www/p5-HTML-Mason | |
parent | 14c4801a45d27013f05ee203d90afaa852cffd60 (diff) | |
download | pkgsrc-9631aeab3fea998e9215af1cbd24211935dc5dd7.tar.gz |
Updated to p5-HTML-Mason-1.04
- fmt on DESCR
(p5-HTML-Mason-1.09_1 was released for test, and available from CPAN)
Changes since p5-HTML-Mason-1.03
- Fixed locale parser_version 0,8 problem. (submitted by Louis-David Mitterrand)
- Fixed inability to use '/' for comp_root. (reported by Doug Hunt)
- Fixed HTML::Mason::Parser::make_dirs dying when reload_file not defined. (reported by Ivan E. Panchenko)
- Made error_process regexps more specific. (suggested by Vadim Belman)
- Fixed $m->count. (reported by David Wheeler)
- Fixed writing of object files in taint mode. (submitted by Barrie Slaymaker)
- Made it possible to run Makefile.PL without prompts.
Diffstat (limited to 'www/p5-HTML-Mason')
-rw-r--r-- | www/p5-HTML-Mason/DESCR | 6 | ||||
-rw-r--r-- | www/p5-HTML-Mason/Makefile | 4 | ||||
-rw-r--r-- | www/p5-HTML-Mason/distinfo | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/www/p5-HTML-Mason/DESCR b/www/p5-HTML-Mason/DESCR index 877fff0d432..b126580f8cf 100644 --- a/www/p5-HTML-Mason/DESCR +++ b/www/p5-HTML-Mason/DESCR @@ -1,6 +1,6 @@ -Mason allows web pages and sites to be constructed from -shared, reusable building blocks called components. Components contain -a mix of Perl and HTML, and can call each other and pass values back +Mason allows web pages and sites to be constructed from shared, +reusable building blocks called components. Components contain a +mix of Perl and HTML, and can call each other and pass values back and forth like subroutines. Components increase modularity and eliminate repetitive work: common design elements (headers, footers, menus, logos) can be extracted into their own components where they diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile index d1fe5224c78..5e39d47b54f 100644 --- a/www/p5-HTML-Mason/Makefile +++ b/www/p5-HTML-Mason/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2001/11/26 06:50:34 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/04/17 10:46:04 shell Exp $ -DISTNAME= HTML-Mason-1.03 +DISTNAME= HTML-Mason-1.04 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5hma CATEGORIES= www perl5 diff --git a/www/p5-HTML-Mason/distinfo b/www/p5-HTML-Mason/distinfo index 3b59060090c..949a5bc25e5 100644 --- a/www/p5-HTML-Mason/distinfo +++ b/www/p5-HTML-Mason/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2001/05/22 17:24:54 mjl Exp $ +$NetBSD: distinfo,v 1.4 2002/04/17 10:46:04 shell Exp $ -SHA1 (HTML-Mason-1.03.tar.gz) = ae248e08b635a3422e7e9fd0948aaae34f8cb8a6 -Size (HTML-Mason-1.03.tar.gz) = 279632 bytes +SHA1 (HTML-Mason-1.04.tar.gz) = 024d4cb606d6c8d28e785acdea5969ef62306f05 +Size (HTML-Mason-1.04.tar.gz) = 284069 bytes SHA1 (patch-aa) = c9e4b93e3991211a877717db7fa3e0a28ed90ff2 |