diff options
author | dougb <dougb@FreeBSD.org> | 2002-07-09 00:23:51 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2002-07-09 00:23:51 +0000 |
commit | b296a2d736fa7f8bd8bbb2fdbb84efb6dedad72c (patch) | |
tree | 280c890df30705b0a667405ee4764154ea4a14d3 /sysutils/shlock | |
parent | b3793c79e1d3c0fc2a6f750fdf83643d81d87399 (diff) | |
download | FreeBSD-ports-b296a2d736fa7f8bd8bbb2fdbb84efb6dedad72c.zip FreeBSD-ports-b296a2d736fa7f8bd8bbb2fdbb84efb6dedad72c.tar.gz |
A seperate port for the very useful shlock utility, which comes
as part of INN.
Diffstat (limited to 'sysutils/shlock')
-rw-r--r-- | sysutils/shlock/Makefile | 30 | ||||
-rw-r--r-- | sysutils/shlock/distinfo | 1 | ||||
-rw-r--r-- | sysutils/shlock/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/shlock/pkg-descr | 8 | ||||
-rw-r--r-- | sysutils/shlock/pkg-plist | 1 |
5 files changed, 41 insertions, 0 deletions
diff --git a/sysutils/shlock/Makefile b/sysutils/shlock/Makefile new file mode 100644 index 0000000..234a896 --- /dev/null +++ b/sysutils/shlock/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: shlock +# Date created: 8 July 2002 +# Whom: dougb +# +# $FreeBSD$ +# + +PORTNAME= shlock +PORTVERSION= 2.3.3 +CATEGORIES= sysutils +MASTER_SITES= ftp://ftp.isc.org/isc/inn/ + +DISTFILES= inn-${PORTVERSION}${EXTRACT_SUFX} + +MAINTAINER= DougB@FreeBSD.org + +HAS_CONFIGURE= yes + +MAN1= shlock.1 + +WRKSRC= ${WRKDIR}/inn-${PORTVERSION} + +do-build: + cd ${WRKSRC}/backends && ${MAKE} shlock + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/backends/shlock ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/doc/man/shlock.1 ${MANPREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/sysutils/shlock/distinfo b/sysutils/shlock/distinfo new file mode 100644 index 0000000..e751f28 --- /dev/null +++ b/sysutils/shlock/distinfo @@ -0,0 +1 @@ +MD5 (inn-2.3.3.tar.gz) = 97080ce1dcdc5fe8f3dacd230c9d4a0a diff --git a/sysutils/shlock/pkg-comment b/sysutils/shlock/pkg-comment new file mode 100644 index 0000000..066a9af --- /dev/null +++ b/sysutils/shlock/pkg-comment @@ -0,0 +1 @@ +Create lock files for use in shell scripts diff --git a/sysutils/shlock/pkg-descr b/sysutils/shlock/pkg-descr new file mode 100644 index 0000000..b2ec9c9 --- /dev/null +++ b/sysutils/shlock/pkg-descr @@ -0,0 +1,8 @@ +The historical, and still very useful process-locking program. Use to make +sure that your shell script is the only version of itself running on your +system. There are many other creative ways to use this program. + +WWW: http://www.isc.org/products/INN/ + +- Doug Barton +DougB@FreeBSD.org diff --git a/sysutils/shlock/pkg-plist b/sysutils/shlock/pkg-plist new file mode 100644 index 0000000..860912a --- /dev/null +++ b/sysutils/shlock/pkg-plist @@ -0,0 +1 @@ +bin/shlock |