aboutsummaryrefslogtreecommitdiff
path: root/www/litmus
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* www/litmus: fix build with newer www/neon versionKurt Jaeger2020-11-072-3/+3
| | | | Notes: svn path=/head/; revision=554343
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* www/litmus: The "DONTSTRIP" hack didn't work, let's use BSD_INSTALL_* !John Marino2015-02-211-5/+11
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=379496
* Fix LIB_DEPENDS syntaxAntoine Brodin2015-02-151-1/+1
| | | | Notes: svn path=/head/; revision=379054
* www/litmus: fix linking with ports neon, krb5Kurt Jaeger2015-02-112-2/+24
| | | | Notes: svn path=/head/; revision=378826
* New port: www/litmusKurt Jaeger2015-02-115-0/+58
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> WWW: http://www.webdav.org/neon/litmus/ Submitted by: pi@FreeBSD.org Notes: svn path=/head/; revision=378822