diff options
author | grant <grant@pkgsrc.org> | 2003-01-28 09:05:59 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-01-28 09:05:59 +0000 |
commit | 9f80382f9736a99eca4898b73e80509926434390 (patch) | |
tree | 5a72401824a8f86fc5d47c441c866104f735337f /www/ap-layout | |
parent | 1ca11de789d1541fb970c5e00993a0f2059f493b (diff) | |
download | pkgsrc-9f80382f9736a99eca4898b73e80509926434390.tar.gz |
Update ap-layout to 3.2.
Changes since 3.0.4:
Version 3.2
* Added rpm support
* Appends now working again
Version 3.1.7
* Removed ap_send_mmap calls which seem to be broken
Version 3.1.6
* Fix for files that were not always displaying the entire file
* Fixes from never released 3.1.5
Version 3.1.5
* File descriptor cleanup
* PHP 3 handlers are now on by default
Version 3.1.4
* Fixes for ignore rules
* During a directive merge some fields were not set to null
* Additional buffer call
* Makefile fix for RedHat 7.2
Version 3.1.3
* Fixed merge problem with directory and other pieces
* Pattern layouts will now work without a header or footer being defined.
Version 3.1.2
* Bit more random cleanup
* Found a couple of places where file descriptors were not getting cleaned up correctly.
Version 3.1.1
* Fixed filedescriptor problem (this is why dynamic documents were broken)
* Fixed Merge ruleset to make sure footers and headers always happen
Version 3.1.0
* New layout_print method for just printing single layouts
* Cleaned up all of the random errors when compiling with -WALL
* Layouts are now all just done by patterns allowing for multiple
layouts on different tags
Version 3.0.5
* Shipped 3.0.4 with the debug file enabled.
From Nick Cuccia in PR pkg/20093.
Diffstat (limited to 'www/ap-layout')
-rw-r--r-- | www/ap-layout/Makefile | 6 | ||||
-rw-r--r-- | www/ap-layout/PLIST | 3 | ||||
-rw-r--r-- | www/ap-layout/distinfo | 6 |
3 files changed, 8 insertions, 7 deletions
diff --git a/www/ap-layout/Makefile b/www/ap-layout/Makefile index a1bb36f44cd..daadf7fc8dc 100644 --- a/www/ap-layout/Makefile +++ b/www/ap-layout/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2002/07/24 19:45:30 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2003/01/28 09:05:59 grant Exp $ # -DISTNAME= mod_layout-3.0.4 -PKGNAME= ap-layout-3.0.4 +DISTNAME= mod_layout-3.2 +PKGNAME= ap-layout-3.2 CATEGORIES= www MASTER_SITES= ftp://ftp.tangent.org/pub/apache/ \ http://software.tangent.org/download/ diff --git a/www/ap-layout/PLIST b/www/ap-layout/PLIST index 96575149aa1..a2aac0d48e6 100644 --- a/www/ap-layout/PLIST +++ b/www/ap-layout/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/02/25 02:55:22 grant Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/01/28 09:06:00 grant Exp $ lib/httpd/mod_layout.so share/httpd/htdocs/manual/mod/mod_layout/faq.html +share/httpd/htdocs/manual/mod/mod_layout/directives/Layout.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 diff --git a/www/ap-layout/distinfo b/www/ap-layout/distinfo index cd2f60618b7..c143cad0154 100644 --- a/www/ap-layout/distinfo +++ b/www/ap-layout/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/02/25 02:55:22 grant Exp $ +$NetBSD: distinfo,v 1.2 2003/01/28 09:06:00 grant Exp $ -SHA1 (mod_layout-3.0.4.tar.gz) = a98a73654e490de4cf194166565399695e19ae10 -Size (mod_layout-3.0.4.tar.gz) = 31273 bytes +SHA1 (mod_layout-3.2.tar.gz) = d63d2e3534e776179384d90f3e6463a575751783 +Size (mod_layout-3.2.tar.gz) = 33209 bytes |