Port details |
- litmus WebDAV server protocol compliance test suite
- 0.13_2 www =2 0.13_2Version of this port present on the latest quarterly branch.
- Maintainer: pi@FreeBSD.org
- Port Added: 2015-02-11 09:04:34
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- http://www.webdav.org/neon/litmus/
- Description:
- WebDAV server protocol compliance test suite.
Tests include:
- OPTIONS for DAV: header
- PUT, GET with byte comparison
- MKCOL
- DELETE (collections, non-collections)
- COPY, MOVE using combinations of:
o overwrite t/f
o destination exists/doesn't exist
o collection/non-collection
- Property manipulation and querying:
o set, delete, replace properties
o persist dead props across COPY
o namespace handling
- Locking
o attempts to modify locked resource (as lock owner, not owner)
o shared/exclusive locks, lock discovery
usage: litmus <url> <username> <password>
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/www/litmus/ && make install clean
- To add the package, run one of these commands:
- pkg install www/litmus
- pkg install litmus
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: litmus
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (litmus-0.13.tar.gz) = 09d615958121706444db67e09c40df5f753ccf1fa14846fdeb439298aa9ac3ff
SIZE (litmus-0.13.tar.gz) = 467532
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libneon.so : www/neon
- libk5crypto.so : security/krb5
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_litmus
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 11
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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.13_2 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.13_2 15 Nov 2021 15:30:04 |
Daniel Engberg (diizzy) |
www/litmus: Allow build with neon >= 0.32
Additionally do some minor touch ups to Makefile while at it
PR: 259595
Approved by: pi (maintainer), mentors (implicit) |
0.13_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.13_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.13_2 07 Nov 2020 06:49:56 |
pi |
www/litmus: fix build with newer www/neon version |
0.13_1 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.13_1 21 Feb 2015 11:05:24 |
marino |
www/litmus: The "DONTSTRIP" hack didn't work, let's use BSD_INSTALL_* !
Modern binutils squawks if an attempt to strip an non-executable is made,
as seen below DONTSTRIP doesn't work, at least not in all cases:
DONTSTRIP=1 install -s -o root -g wheel -m 555 ./litmus
/wrkdirs/www/litmus/work/stage/usr/local/bin/litmus
/usr/libexec/binutils224/elf/strip:
/wrkdirs/www/litmus/work/stage/usr/local/bin/litmus:
File format not recognized
I closer look at the Makefile.in patch revealed that BSD_INSTALL_SCRIPT
should have been used instead. While here, convert all the install
variables to BSD_INSTALL_*
Approved by: just fix it |
0.13_1 15 Feb 2015 22:11:39 |
antoine |
Fix LIB_DEPENDS syntax |
0.13_1 11 Feb 2015 09:42:37 |
pi |
www/litmus: fix linking with ports neon, krb5 |
0.13 11 Feb 2015 09:04:17 |
pi |
New port: www/litmus
WebDAV server protocol compliance test suite.
Tests include:
- OPTIONS for DAV: header
- PUT, GET with byte comparison
- MKCOL
- DELETE (collections, non-collections)
- COPY, MOVE using combinations of:
o overwrite t/f
o destination exists/doesn't exist
o collection/non-collection
- Property manipulation and querying:
o set, delete, replace properties (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 11
|