mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Add radmind 1.2.1, utility for administering filesystem changes.
radmind is a set of tools for creating filesystem diffs which can be loaded over the network. This is useful for administering a large number of hosts at the filesystem level. It can also act as an intelligent tripwire. WWW: http://www.radmind.org/ PR: 59388 Submitted by: Paul Dlug <paul@aps.org>
This commit is contained in:
parent
8e945423af
commit
4da74f3b87
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94253
@ -260,6 +260,7 @@
|
||||
SUBDIR += pyfind
|
||||
SUBDIR += qlogtools
|
||||
SUBDIR += qtpkg
|
||||
SUBDIR += radmind
|
||||
SUBDIR += rc_subr
|
||||
SUBDIR += rclean
|
||||
SUBDIR += rdate
|
||||
|
36
sysutils/radmind/Makefile
Normal file
36
sysutils/radmind/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# New ports collection makefile for: radmind
|
||||
# Date created: 2003-11-17
|
||||
# Whom: Paul Dlug <paul@aps.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= radmind
|
||||
PORTVERSION= 1.2.1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://rsug.itd.umich.edu/software/radmind/files/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= paul@aps.org
|
||||
COMMENT= Utility for administering filesystem changes
|
||||
|
||||
USE_OPENSSL= yes
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX}
|
||||
|
||||
MAN1= fsdiff.1 ktcheck.1 lapply.1 lcksum.1 lcreate.1 lfdiff.1 \
|
||||
lmerge.1 twhich.1
|
||||
MAN5= applefile.5
|
||||
MAN8= radmind.8
|
||||
DOCS= COPYRIGHT README SPEC
|
||||
|
||||
post-install:
|
||||
# Ugly hack to remove generated man pages
|
||||
${RM} -rf ${WRKSRC}/tmp
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
sysutils/radmind/distinfo
Normal file
1
sysutils/radmind/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (radmind-1.2.1.tgz) = 9c78f741a721c42573b9ba91e8cea74e
|
6
sysutils/radmind/pkg-descr
Normal file
6
sysutils/radmind/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
radmind is a set of tools for creating filesystem diffs which can be
|
||||
loaded over the network. This is useful for administering a large number
|
||||
of hosts at the filesystem level. It can also act as an intelligent
|
||||
tripwire.
|
||||
|
||||
WWW: http://www.radmind.org/
|
14
sysutils/radmind/pkg-plist
Normal file
14
sysutils/radmind/pkg-plist
Normal file
@ -0,0 +1,14 @@
|
||||
@comment $FreeBSD$
|
||||
bin/fsdiff
|
||||
bin/ktcheck
|
||||
bin/lapply
|
||||
bin/lcksum
|
||||
bin/lcreate
|
||||
bin/lfdiff
|
||||
bin/lmerge
|
||||
bin/twhich
|
||||
sbin/radmind
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/SPEC
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user