Commit graph

18 commits

Author SHA1 Message Date
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
809ad6f2f7 Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
snj
124c082233 Convert to buildlink3. 2004-04-25 06:58:43 +00:00
jlam
e8132b3fbf Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
grant
68fd50e391 bump PKGREVISIONs after bump of expat BUILDLINK_DEPENDS. 2003-10-11 13:40:19 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
wiz
282e2ccfea Close PR 18095: INSTALL_DATA_DIR does not take more than one argument
on Solaris. Patch by Julien T. Letessier.
2002-09-25 18:10:20 +00:00
wiz
e8817c9088 Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
grant
b9e3298441 format and word Apache module MESSAGEs consistently. 2002-08-26 00:12:46 +00:00
jlam
a020ed9056 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:50:52 +00:00
jlam
dbeb1cd0c5 Fix comment to note that we must have apache<2.0. 2002-08-13 22:19:48 +00:00
jlam
9c8768d43b Update www/ap-dav to 1.0.3. Major bugfixes and changes from
version 1.0.2 include:

  * ignore Depth: Infinity for non-collection resources in a PROPFIND;
    this prevents a bogus error when someone has not used the
    "DAVDepthInfinity On" directive
  * fix for Web Folders not recognizing the last-modified date in
    PROPFIND responses (Joe Orton)
  * tweak to also allow recognition of the creationdate
  * fix copying of collection properties during a Depth:0 operation
    (Keith Wannamaker)
  * return 507 (Insufficient Space) for quota errors (on Linux, at
    least) (Joe)
  * fix moving/copying of a collection over a non-collection (found by
    Joe's interop testing tool)
  * LOCK with a missing intermediate collection now returns a standard
    409 (Conflict) response rather than 500 (Internal Server Error)
    (Keith, reported by Dan Brotsky)
  * fix problems with empty URIs in xmlns attributes (fixes from Joe
    and Greg, reported by Julian Reschke)
2002-03-06 15:35:04 +00:00
jlam
d338162c8c * Fix the build against expat as the apache xml headers are not correct for
the library routines we will use when loaded into httpd.
* This package won't work with apache-2.*, so ensure that it won't match
  the apache dependency.
2002-02-28 18:28:14 +00:00
zuntum
431e7a7dda Move pkg/ files into package's toplevel directory 2001-11-01 02:15:23 +00:00
jonb
6c1b257916 Make all the ap-* packages work with apache6 as well as apache
(except for ap-ssl, of course)
2001-05-20 05:23:26 +00:00
jlam
ff9ccac706 ap-dav -- Apache WebDAV module
WebDAV stands for "Web-based Distributed Authoring and Versioning".  It is
a set of extensions to the HTTP protocol which allows users to
collaboratively edit and manage files on remote web servers.

mod_dav is an Apache module to provide DAV capabilities (RFC 2518) for the
Apache web server.  mod_dav currently implements a Class 1 and Class 2 DAV
server.  This means that it provides all the basic DAV facilities for
manipulating resources (files) on the target web server, along with
manipulating properties on those resources.  In addition, it handles the
(un)locking of resources so that clients can have exclusive access to
modify resources.
2001-05-16 02:11:54 +00:00