summaryrefslogtreecommitdiff
path: root/www/ap-layout
AgeCommit message (Collapse)AuthorFilesLines
2010-03-21Reset maintainer, developer lost his commit bit.wiz1-2/+2
2010-02-20DESTDIR support for various Apache modules.joerg1-5/+7
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-3/+1
2009-06-06update master sites.zafer1-2/+2
2008-08-23Remove unresolvable hosts from MASTER_SITES.obache1-3/+2
Noticed by Zafer Aydogan via private mail.
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-2/+4
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg1-3/+3
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 checksums.wiz1-1/+2
2004-05-08convert to buildlink3.grant1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-04-10make ${PAX} usage consistent:grant1-2/+2
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup
2003-02-17no need to specify *.c anymore.grant1-2/+1
2003-02-17use buildlink2 to correctly register dependency on apache.grant1-2/+4
2003-02-17use apache/module.mk.grant1-8/+5
2003-02-17generate PKGNAME from DISTNAME.grant1-2/+2
2003-01-28Update ap-layout to 3.2.grant3-7/+8
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.
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-08-26format and word Apache module MESSAGEs consistently.grant1-7/+7
2002-07-24Change explicit build dependencies on perl into "USE_PERL5=build". Thisjlam1-3/+2
makes these packages build correctly on Darwin where perl>=5.8.0 is required.
2002-02-25Initial import of mod_layout package.grant5-0/+92
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.