summaryrefslogtreecommitdiff
path: root/www/ap-layout
diff options
context:
space:
mode:
authorgrant <grant>2002-02-25 02:55:22 +0000
committergrant <grant>2002-02-25 02:55:22 +0000
commite7468ef8fbe25859b66992398fa10c05fbcad003 (patch)
treef530b38d121bc4f3f67c5b7615d23661326781c1 /www/ap-layout
parentf5ace0e43472ceadf51fdf3ef8e1ec86dcccbaaa (diff)
downloadpkgsrc-e7468ef8fbe25859b66992398fa10c05fbcad003.tar.gz
Initial import of mod_layout package.
From DESCR: Mod_Layout creates a framework for doing design. Whether you need a simple copyright or ad banner attached to every page, or need to have something more challenging such a custom look and feel for a site that employs an array of technologies (Java Servlets, mod_perl, PHP, CGI's, static HTML, etc...), Mod_Layout creates a framework for such an environment. By allowing you to cache static components and build sites in pieces, it gives you the tools for creating large custom portal sites.
Diffstat (limited to 'www/ap-layout')
-rw-r--r--www/ap-layout/DESCR7
-rw-r--r--www/ap-layout/MESSAGE13
-rw-r--r--www/ap-layout/Makefile30
-rw-r--r--www/ap-layout/PLIST38
-rw-r--r--www/ap-layout/distinfo4
5 files changed, 92 insertions, 0 deletions
diff --git a/www/ap-layout/DESCR b/www/ap-layout/DESCR
new file mode 100644
index 00000000000..6a016c07057
--- /dev/null
+++ b/www/ap-layout/DESCR
@@ -0,0 +1,7 @@
+Mod_Layout creates a framework for doing design. Whether you need a
+simple copyright or ad banner attached to every page, or need to have
+something more challenging such a custom look and feel for a site that
+employs an array of technologies (Java Servlets, mod_perl, PHP, CGI's,
+static HTML, etc...), Mod_Layout creates a framework for such an
+environment. By allowing you to cache static components and build sites
+in pieces, it gives you the tools for creating large custom portal sites.
diff --git a/www/ap-layout/MESSAGE b/www/ap-layout/MESSAGE
new file mode 100644
index 00000000000..fd8bb826489
--- /dev/null
+++ b/www/ap-layout/MESSAGE
@@ -0,0 +1,13 @@
+=============================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2002/02/25 02:55:22 grant Exp $
+
+You will need to edit ${PREFIX}/etc/httpd/httpd.conf and add the following
+lines in order to use this module.
+
+LoadModule layout_module lib/httpd/mod_layout.so
+AddModule mod_layout.c
+
+Also see ${PREFIX}/share/httpd/htdocs/manual/mod/mod_layout/faq.html
+for more information.
+
+=============================================================================
diff --git a/www/ap-layout/Makefile b/www/ap-layout/Makefile
new file mode 100644
index 00000000000..54df937f9e9
--- /dev/null
+++ b/www/ap-layout/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/02/25 02:55:22 grant Exp $
+#
+
+DISTNAME= mod_layout-3.0.4
+PKGNAME= ap-layout-3.0.4
+CATEGORIES= www
+MASTER_SITES= ftp://ftp.tangent.org/pub/apache/ \
+ http://software.tangent.org/download/
+
+MAINTAINER= grant@netbsd.org
+HOMEPAGE= http://software.tangent.org/
+COMMENT= Apache module to wrap static or dynamic content
+
+DEPENDS+= apache{,6}-1.3.*:../../www/apache
+# For "apxs":
+BUILD_DEPENDS= perl>=${PERL5_REQD}:../../lang/perl5
+
+LAYOUT_DIR= ${PREFIX}/share/httpd/htdocs/manual/mod/mod_layout
+
+do-build:
+ @cd ${WRKSRC} && ${PREFIX}/sbin/apxs -c -o mod_layout.so *.c
+
+do-install:
+ @cd ${WRKSRC} && ${PREFIX}/sbin/apxs -i mod_layout.so
+ ${INSTALL_DATA_DIR} ${LAYOUT_DIR}
+ ${INSTALL_DATA} ${WRKSRC}/faq.html ${LAYOUT_DIR}
+ ${INSTALL_DATA_DIR} ${LAYOUT_DIR}/directives
+ cd ${WRKSRC}/directives; ${PAX} -rw . ${LAYOUT_DIR}/directives
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/ap-layout/PLIST b/www/ap-layout/PLIST
new file mode 100644
index 00000000000..96575149aa1
--- /dev/null
+++ b/www/ap-layout/PLIST
@@ -0,0 +1,38 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/02/25 02:55:22 grant Exp $
+lib/httpd/mod_layout.so
+share/httpd/htdocs/manual/mod/mod_layout/faq.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutCache.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutCacheNeeded.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutComment.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutDefaultHandlers.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutDisplayOriginal.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutFooter.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutFooterFile.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutFooterOff.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutFooterTXT.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutHTTPHeader.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutHTTPHeaderOff.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutHTTPOverrideHandler.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutHTTPOverrideURI.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutHandler.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutHandlerGlob.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutHeader.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutHeaderFile.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutHeaderOff.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutHeaderTXT.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutIgnoreFooterURI.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutIgnoreHeaderURI.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutIgnoreTag.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutIgnoreTagFooter.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutIgnoreTagHeader.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutIgnoreURI.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutMerge.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutMergeBeginTag.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutMergeEndTag.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutMergeErrorIgnore.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutPostAsync.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutProxy.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutReplaceTags.html
+share/httpd/htdocs/manual/mod/mod_layout/directives/LayoutTimeFormat.html
+@dirrm share/httpd/htdocs/manual/mod/mod_layout/directives
+@dirrm share/httpd/htdocs/manual/mod/mod_layout
diff --git a/www/ap-layout/distinfo b/www/ap-layout/distinfo
new file mode 100644
index 00000000000..cd2f60618b7
--- /dev/null
+++ b/www/ap-layout/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/02/25 02:55:22 grant Exp $
+
+SHA1 (mod_layout-3.0.4.tar.gz) = a98a73654e490de4cf194166565399695e19ae10
+Size (mod_layout-3.0.4.tar.gz) = 31273 bytes