summaryrefslogtreecommitdiff
path: root/www/ap-auth-cookie
AgeCommit message (Collapse)AuthorFilesLines
2006-09-10Already using un-zipped file, so no need to use gzcat.obache1-5/+3
2006-09-08Set EXTRACT_ONLY instead of EXTRACT_CMD, require gzcat.joerg1-2/+4
2006-07-21Update HOMEPAGE and MASTER_SITES, and use un-gzipped file provided there.wiz2-8/+8
Compared with previous gzipped version, no change. Fixes bulk build, because it will be able to download the file again :)
2006-06-07PKGNAME_NOREV changed, update distinfo.joerg1-4/+4
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg1-3/+4
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-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
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-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-05-15Use gzcat instead of "gzip -dc".jlam1-2/+2
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.snj1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv2-3/+3
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-24Do the gunzip in post-extract with the correct path to the distfilejmc1-2/+2
2003-02-17use apache/module.mk.grant1-9/+5
2003-02-17avoid loss of hair using this module by using the *correct* symbolgrant1-2/+2
name in the example.
2003-02-14Update to 1.9, and use DIST_SUBDIR. Closes PR 19888.wiz2-5/+7
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-08-26format and word Apache module MESSAGEs consistently.grant1-6/+4
2002-08-01Change MAINTAINER from tv at netbsd dot org to packages at netbsd dot orgjschauma1-2/+2
after consulting with Todd. Any volunteers for any of these packages?
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.
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