Port details |
- p5-HTTP-DAV WebDAV client library
- 0.50 www =4 0.49Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2002-06-02 18:39:51
- Last Update: 2024-10-22 21:58:34
- Commit Hash: 043253b
- People watching this port, also watch:: p5-HTML-CalendarMonthSimple, de-webalizer, p5-CGI-Cache, p5-Data-JavaScript, p5-FAQ-OMatic
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/HTTP-DAV
- Description:
- HTTP::DAV is a Perl API for interacting with and modifying content on
webservers using the WebDAV protocol. Now you can LOCK, DELETE and PUT
files and much more on a DAV-enabled webserver.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-HTTP-DAV>0:www/p5-HTTP-DAV
- To install the port:
- cd /usr/ports/www/p5-HTTP-DAV/ && make install clean
- To add the package, run one of these commands:
- pkg install www/p5-HTTP-DAV
- pkg install p5-HTTP-DAV
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-HTTP-DAV
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1729594558
SHA256 (HTTP-DAV-0.50.tar.gz) = aaf315027c26904b86c628d322fe2d65d5a777d45efb696a9ad0a43c60b79828
SIZE (HTTP-DAV-0.50.tar.gz) = 109555
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-URI>0 : net/p5-URI
- p5-XML-DOM>0 : textproc/p5-XML-DOM
- p5-libwww>=5.48 : www/p5-libwww
- perl5>=5.36<5.37 : lang/perl5.36
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- p5-URI>0 : net/p5-URI
- p5-XML-DOM>0 : textproc/p5-XML-DOM
- p5-libwww>=5.48 : www/p5-libwww
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_p5-HTTP-DAV
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.50 22 Oct 2024 21:58:34 |
Po-Chuan Hsieh (sunpoet) |
www/p5-HTTP-DAV: Update to 0.50
Changes: https://metacpan.org/dist/HTTP-DAV/changes |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.49 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.49 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
0.49 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.49 29 Nov 2018 16:45:39 |
sunpoet |
Update to 0.49
- Add NO_ARCH
- Sort PLIST
Changes: https://metacpan.org/changes/distribution/HTTP-DAV |
0.48 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
0.48 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.48 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.48 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.48 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
0.48 26 Mar 2015 14:13:24 |
sunpoet |
- Update to 0.48
- Sort PLIST
Changes: http://search.cpan.org/dist/HTTP-DAV/Changes |
0.47_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.47 07 Nov 2013 13:55:25 |
vanilla |
support STAGEDIR. |
0.47 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.47 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.47 29 Mar 2012 08:07:04 |
culot |
- Update to 0.47
Changes: http://search.cpan.org/dist/HTTP-DAV/lib/HTTP/DAV/Changes.pod
Feature safe: yes |
0.46 22 Jan 2012 08:35:29 |
culot |
- Update to 0.46
- Add missing dependency on p5-URI
- Add LICENSE (Artistic 1 & GPLv1)
Changes: http://search.cpan.org/dist/HTTP-DAV/Changes |
0.45 19 Sep 2011 14:56:34 |
swills |
- Update to 0.45
Changes: http://cpansearch.perl.org/dist/HTTP-DAV/Changes |
0.44 21 Jun 2011 19:33:41 |
culot |
- Update to 0.44
Changes: http://search.cpan.org/dist/HTTP-DAV/Changes
PR: ports/158107
Submitted by: Jin-Sih Lin <linpct@gmail.com> |
0.43 13 Apr 2011 13:54:18 |
bapt |
- update to 0.43
- changes: http://cpansearch.perl.org/src/OPERA/HTTP-DAV-0.43/Changes |
0.42 08 Nov 2010 10:51:06 |
wen |
- Update to 0.42
Changelog: http://search.cpan.org/src/OPERA/HTTP-DAV-0.42/Changes |
0.41 18 Aug 2010 06:53:04 |
az |
Update to 0.41.
PR: ports/149355
Submitted by: Frederic Culot <frederic@culot.org> |
0.40 27 Jan 2010 09:23:14 |
tobez |
Update to 0.40.
Assign maintainer to perl@ (do we have a resolution on the official
policy yet?).
Changes: http://search.cpan.org/dist/HTTP-DAV/Changes |
0.39 10 Jan 2010 03:54:09 |
linimon |
With portmgr hat on, reset the maintainership of skv@ for ports that
he has had one or more maintainer-timeouts on in the past 12 months. |
0.39 09 Jan 2010 23:34:45 |
pgollucci |
- Update to 0.39
PR: ports/141497
Approved by: maintainer timeout (skv; 25 days)
Submitted by: myself (pgollucci@) |
0.38 03 Jul 2009 20:20:22 |
pgollucci |
- Update to 0.38
PR: ports/135817
Approved by: maintainer timeout (skv; 16 days)
Submitted by: myself (pgollucci@) |
0.37 25 Mar 2009 12:13:35 |
skv |
Update to 0.37
Changes: http://cpansearch.perl.org/src/OPERA/HTTP-DAV-0.37/Changes |
0.36 03 Mar 2009 17:00:00 |
skv |
Update to 0.36
Changes: http://cpansearch.perl.org/src/OPERA/HTTP-DAV-0.36/Changes |
0.35 06 Nov 2008 16:44:00 |
skv |
Update to 0.35
Changes: http://search.cpan.org/src/OPERA/HTTP-DAV-0.35/Changes |
0.34 28 Sep 2008 18:17:52 |
skv |
Update to 0.34
Changes: http://search.cpan.org/src/OPERA/HTTP-DAV-0.34/Changes |
0.33 30 Aug 2008 08:39:15 |
skv |
Update to 0.33
Changes: http://search.cpan.org/src/OPERA/HTTP-DAV-0.33/Changes |
0.31 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
0.31 04 Aug 2006 12:34:50 |
erwin |
Add support for DESTDIR part I.
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006 |
0.31 24 Jan 2006 03:14:23 |
edwin |
SHA256ify
Approved by: krion@ |
0.31 22 Jan 2006 02:58:25 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.31 03 Sep 2004 08:51:54 |
skv |
Fix port description
PR: ports/71134
Submitted by: Peter van Dijk <peter@dataloss.nl> |
0.31 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.31 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.31 07 Mar 2003 06:12:57 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.31 02 Jun 2002 18:37:45 |
skv |
Add p5-HTTP-DAV 0.31, perl interface to the gnome ghttp library. |