summaryrefslogtreecommitdiff
path: root/www/ap-auth-cookie
AgeCommit message (Collapse)AuthorFilesLines
2001-11-01Move pkg/ files into package's toplevel directoryzuntum4-3/+3
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-05-20Make all the ap-* packages work with apache6 as well as apachejonb1-2/+2
(except for ap-ssl, of course)
2001-05-09Use SHA1, and add size.wiz1-2/+3
2001-04-30Change build dependency from perl-5.* to perl>=${PERL5_REQD}.jlam1-2/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-09Since ${PREFIX} expansion in MESSAGE is automatic, remove outdatedwiz1-3/+2
comment.
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-28Use PERL5 variable for location of perl5 binary.jlam1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-11-21Use wildcard dependence for "apache" package.tron1-2/+2
1999-10-05Bump version to 1.7 - that's the version number in the distfile.simonb1-2/+2
1999-04-30Update Apache to 1.3.6, mod_ssl to 2.2.8, and mod_perl to 1.19. mod_ssltv1-2/+2
now makes use of OpenSSL.
1999-04-14${LOCALBAASE}/bin/perl or bust.bad1-2/+2
1999-01-06installed pathnames of module and httpd.conf filesmarc2-5/+5
1998-12-04Bump Apache version to `1.3.3.2'.tv1-2/+2
1998-12-03Bump Apache version to 1.3.3.1.tv1-2/+2
1998-12-03Update for Apache 1.3.3.0.tv2-7/+9
1998-11-19Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinaryagc1-3/+2
DEPENDS definition.
1998-10-03Change the DEPENDS=apache-1.3.1 to atv1-2/+3
{BUILD,RUN}_DEPENDS=${PREFIX}/sbin/apxs so that this works with apache-modssl as well.
1998-08-14As apache got upgraded to 1.3.1, adjust DEPENDS on it as well.frueauf1-2/+2
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc1-0/+1
1998-07-14cat ${PKGDIR}/MESSAGE in bsd.pkg.mk if it exists, don't do it in everyfrueauf1-2/+1
package Makefile.
1998-07-13Update Apache dependency to match reality.tv1-2/+2
1998-06-05Portlint.tv2-7/+6
1998-06-04A cookie-based authentication mechanism for Apache, allowing Basic authtv6-0/+52
strings to be embedded in cookies. This pkg is intended also as a framework for creating other Apache module pkgs.