pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Added www/htdavlcok 0.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/f9f1d89f38a9
branches: trunk
changeset: 379989:f9f1d89f38a9
user: manu <manu%pkgsrc.org@localhost>
date: Wed May 09 12:23:39 2018 +0000
description:
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:
doc/CHANGES-2018 | 3 ++-
www/Makefile | 3 ++-
www/htdavlock/DESCR | 6 ++++++
www/htdavlock/Makefile | 18 ++++++++++++++++++
www/htdavlock/PLIST | 3 +++
www/htdavlock/distinfo | 6 ++++++
6 files changed, 37 insertions(+), 2 deletions(-)
diffs (80 lines):
diff -r 3d1136a9cc2f -r f9f1d89f38a9 doc/CHANGES-2018
--- a/doc/CHANGES-2018 Wed May 09 12:19:13 2018 +0000
+++ b/doc/CHANGES-2018 Wed May 09 12:23:39 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2018,v 1.2253 2018/05/09 12:19:13 manu Exp $
+$NetBSD: CHANGES-2018,v 1.2254 2018/05/09 12:23:39 manu Exp $
Changes to the packages collection and infrastructure in 2018:
@@ -3217,3 +3217,4 @@
Updated graphics/leptonica to 1.76.0 [adam 2018-05-09]
Updated www/drupal8 to 8.5.3 [wen 2018-05-09]
Updated www/ap2-mkdir to 0.4 [manu 2018-05-09]
+ Added www/htdavlock 0.2 [manu 2018-05-09]
diff -r 3d1136a9cc2f -r f9f1d89f38a9 www/Makefile
--- a/www/Makefile Wed May 09 12:19:13 2018 +0000
+++ b/www/Makefile Wed May 09 12:23:39 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1325 2018/04/17 07:16:43 adam Exp $
+# $NetBSD: Makefile,v 1.1326 2018/05/09 12:23:39 manu Exp $
#
COMMENT= Packages related to the World Wide Web
@@ -129,6 +129,7 @@
SUBDIR+= hiawatha
SUBDIR+= horde
SUBDIR+= hs-HTTP
+SUBDIR+= htdavlock
SUBDIR+= htdig
SUBDIR+= htmlcxx
SUBDIR+= htmldoc
diff -r 3d1136a9cc2f -r f9f1d89f38a9 www/htdavlock/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/htdavlock/DESCR Wed May 09 12:23:39 2018 +0000
@@ -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 -r 3d1136a9cc2f -r f9f1d89f38a9 www/htdavlock/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/htdavlock/Makefile Wed May 09 12:23:39 2018 +0000
@@ -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@localhost
+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 -r 3d1136a9cc2f -r f9f1d89f38a9 www/htdavlock/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/htdavlock/PLIST Wed May 09 12:23:39 2018 +0000
@@ -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 -r 3d1136a9cc2f -r f9f1d89f38a9 www/htdavlock/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/htdavlock/distinfo Wed May 09 12:23:39 2018 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index