From 3c9778ffcfe398b7700e9423f614a50a3ef47993 Mon Sep 17 00:00:00 2001 From: mjl Date: Sun, 25 Mar 2001 05:22:12 +0000 Subject: Initial import of p5-HTML-Mason, a Perl-based web site development and delivery system. --- www/p5-HTML-Mason/Makefile | 20 ++++++++++++++++++++ www/p5-HTML-Mason/files/md5 | 3 +++ www/p5-HTML-Mason/pkg/DESCR | 7 +++++++ www/p5-HTML-Mason/pkg/PLIST | 1 + 4 files changed, 31 insertions(+) create mode 100644 www/p5-HTML-Mason/Makefile create mode 100644 www/p5-HTML-Mason/files/md5 create mode 100644 www/p5-HTML-Mason/pkg/DESCR create mode 100644 www/p5-HTML-Mason/pkg/PLIST (limited to 'www/p5-HTML-Mason') diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile new file mode 100644 index 00000000000..0e2e94050c5 --- /dev/null +++ b/www/p5-HTML-Mason/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/25 05:22:12 mjl Exp $ + +DISTNAME= HTML-Mason-1.0 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.masonhq.com/ +COMMENT= Perl-based web site development and delivery system + +DEPENDS+= p5-MLDBM>=2.0:../../databases/p5-MLDBM + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML/Mason/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-HTML-Mason/files/md5 b/www/p5-HTML-Mason/files/md5 new file mode 100644 index 00000000000..e1b98061bf7 --- /dev/null +++ b/www/p5-HTML-Mason/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/03/25 05:22:12 mjl Exp $ + +SHA1 (HTML-Mason-1.0.tar.gz) = 4d04bba369d9b994c187b4eed8a1dff8ea091502 diff --git a/www/p5-HTML-Mason/pkg/DESCR b/www/p5-HTML-Mason/pkg/DESCR new file mode 100644 index 00000000000..877fff0d432 --- /dev/null +++ b/www/p5-HTML-Mason/pkg/DESCR @@ -0,0 +1,7 @@ +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 +need be changed only once to affect the whole site. diff --git a/www/p5-HTML-Mason/pkg/PLIST b/www/p5-HTML-Mason/pkg/PLIST new file mode 100644 index 00000000000..22448406f6a --- /dev/null +++ b/www/p5-HTML-Mason/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/25 05:22:12 mjl Exp $ -- cgit v1.2.3