summaryrefslogtreecommitdiff
path: root/www/htdavlock
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2018-05-09 12:23:39 +0000
committermanu <manu@pkgsrc.org>2018-05-09 12:23:39 +0000
commit91570f824a74a1f0c3e18059d299bce1832179be (patch)
treef53c126441006cc0b16f16cce1abd745864c2f9d /www/htdavlock
parente3b9b24ed614f9816b62d25cbc02b89d3e4cf010 (diff)
downloadpkgsrc-91570f824a74a1f0c3e18059d299bce1832179be.tar.gz
Added www/htdavlcok 0.2
This is an Apache mod_davv_fs lock database management tool. Sometimes a program crashes, leaving stale a lock on a WebDAV-based file. This tool can inspect the lock database, and remove a stale lock. The alternative is to wait for lock expiration.
Diffstat (limited to 'www/htdavlock')
-rw-r--r--www/htdavlock/DESCR6
-rw-r--r--www/htdavlock/Makefile18
-rw-r--r--www/htdavlock/PLIST3
-rw-r--r--www/htdavlock/distinfo6
4 files changed, 33 insertions, 0 deletions
diff --git a/www/htdavlock/DESCR b/www/htdavlock/DESCR
new file mode 100644
index 00000000000..23b830ff230
--- /dev/null
+++ b/www/htdavlock/DESCR
@@ -0,0 +1,6 @@
+This is an Apache mod_davv_fs lock database management tool.
+
+Sometimes a program crashes, leaving stale a lock on a WebDAV-based file.
+This tool can inspect the lock database, and remove a stale lock.
+
+The alternative is to wait for lock expiration.
diff --git a/www/htdavlock/Makefile b/www/htdavlock/Makefile
new file mode 100644
index 00000000000..693d976ecb6
--- /dev/null
+++ b/www/htdavlock/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2018/05/09 12:23:39 manu Exp $
+
+DISTNAME= htdavlock-0.2
+CATEGORIES= www
+MASTER_SITES= https://ftp.espci.fr/pub/htdavlock/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://ftp.espci.fr/pub/htdavlock/
+COMMENT= Apache mod_dav_fs lock database management tool
+LICENSE= original-bsd
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+
+.include "../../devel/apr/buildlink3.mk"
+.include "../../devel/apr-util/buildlink3.mk"
+.include "../../www/curl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/htdavlock/PLIST b/www/htdavlock/PLIST
new file mode 100644
index 00000000000..5aacea92ffd
--- /dev/null
+++ b/www/htdavlock/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2018/05/09 12:23:39 manu Exp $
+bin/htdavlock
+man/man1/htdavlock.1
diff --git a/www/htdavlock/distinfo b/www/htdavlock/distinfo
new file mode 100644
index 00000000000..f3702bb46a2
--- /dev/null
+++ b/www/htdavlock/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/05/09 12:23:39 manu Exp $
+
+SHA1 (htdavlock-0.2.tar.gz) = c22953150e14d39b6dc18b46b7dd5f74e25b38f8
+RMD160 (htdavlock-0.2.tar.gz) = 966f2d458c4be81787aa571ced31363d1ebaf58a
+SHA512 (htdavlock-0.2.tar.gz) = ec3b2b6da48417e4ba91e5bde9f9e8c3f49e7eebdb3fe55781538cf7fa8e1d3c98ec315b9e9938cda69f6391d03b609659332aec9ac0c4f1b0b6835b09c1aebd
+Size (htdavlock-0.2.tar.gz) = 84790 bytes