summaryrefslogtreecommitdiff
path: root/www/ap-csacek
AgeCommit message (Collapse)AuthorFilesLines
2003-07-22COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-02-17use buildlink2 to satisfy the zlib dependency when zlib is notgrant1-3/+4
included in the base system.
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-03-10Update to 2.1.9jdolecek2-6/+6
Changes: * parser fix: convert remaining isalpha(), toupper() calls so that parameters are cast to unsigned char * parser fix: internal flags were not properly reset when end of buffer was encountered while reading command * with EAPI, hook the mod_ssl hooks to different processing phase, so that CSacek works with SSL also when authentication is _not_ used * radical documentation facelift (still czech only, tho)
2002-02-21Update to 2.1.8.jdolecek2-6/+6
The only difference is removal of mistakely left debug message.
2002-02-14Update to 2.1.7. Changes are merely bugfixes.jdolecek2-6/+6
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-05-20Make all the ap-* packages work with apache6 as well as apachejonb1-2/+2
(except for ap-ssl, of course)
2001-05-19Update to Csacek 2.1.6. Changes are merely bugfixes.jdolecek3-22/+8
Use a --with-apxs=FOO configure flag instead of a patch.
2001-04-30Change build dependency from perl-5.* to perl>=${PERL5_REQD}.jlam1-2/+2
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-09-05Update build dependency on perl to build in correct directory if perljlam1-2/+2
interpreter is not found.
2000-08-29Add BUILD_DEPENDS on perl since it's used by apxs.jlam1-1/+3
2000-08-28Fix compilation if ${LOCALBASE}/sbin is not in PATH.wiz3-1/+18
2000-03-31Upgrade to 2.1.4. This is only bugfix release, no new features.jdolecek2-5/+5
2000-03-16silence pkglintwiz1-2/+1
2000-02-25Add a package for CSacek 2.1.3, module for on-fly recoding of the documentsjdolecek5-0/+46
to client code set. Currently supported code sets are the center-europian ones (iso-8859-2, windows-1250, macce, cp852 & bunch of already obsoleted code sets). There is also limited support for cyrillic (koi8-r, iso-8859-5, cp866). Documentation is currently in czech language only, sorry.