- Reviwe flock
PR: ports/159114 Submitted by: Andrey Zonov <andrey@zonov.org>
This commit is contained in:
parent
cc16dea34a
commit
2a282d3588
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279280
5 changed files with 29 additions and 1 deletions
1
MOVED
1
MOVED
|
@ -1831,7 +1831,6 @@ sysutils/deleted||2011-05-01|Has expired: Upstream disapear and distfile is no m
|
|||
sysutils/dolly+||2011-05-01|Has expired: Upstream disapear and distfile is no more available
|
||||
sysutils/durep||2011-05-01|Has expired: Upstream disapear and distfile is no more available
|
||||
sysutils/dvdtape||2011-05-01|Has expired: Upstream disapear and distfile is no more available
|
||||
sysutils/flock||2011-05-01|Has expired: Upstream disapear and distfile is no more available
|
||||
sysutils/fontedit||2011-05-01|Has expired: Upstream disapear and distfile is no more available
|
||||
sysutils/ftrace||2011-05-01|Has expired: Upstream disapear and distfile is no more available
|
||||
sysutils/gfslicer||2011-05-01|Has expired: Upstream disapear and distfile is no more available
|
||||
|
|
|
@ -233,6 +233,7 @@
|
|||
SUBDIR += flasher
|
||||
SUBDIR += flashrom
|
||||
SUBDIR += flexbackup
|
||||
SUBDIR += flock
|
||||
SUBDIR += flog
|
||||
SUBDIR += flyback
|
||||
SUBDIR += fonteditfs
|
||||
|
|
23
sysutils/flock/Makefile
Normal file
23
sysutils/flock/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: flock
|
||||
# Date created: 26 May 2011
|
||||
# Whom: Andrey Zonov <andrey@zonov.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= flock
|
||||
PORTVERSION= 2.19
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.zonov.org/${PORTNAME}/
|
||||
|
||||
MAINTAINER= andrey@zonov.org
|
||||
COMMENT= Manage locks from shell scripts
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
MAN1= ${PORTNAME}.1
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/flock/distinfo
Normal file
2
sysutils/flock/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (flock-2.19.tar.gz) = 9716618042a753cc4bd6e787d0886ea5fce8a167d5ce62421cee2c09ea86fbda
|
||||
SIZE (flock-2.19.tar.gz) = 5452
|
3
sysutils/flock/pkg-descr
Normal file
3
sysutils/flock/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Manage locks from shell scripts
|
||||
|
||||
WWW: http://ftp.kernel.org/pub/linux/utils/util-linux/
|
Loading…
Reference in a new issue