mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Auto-admin is a set of tools for automating common systems management tasks
from the command line. It is meant as a library of scripts to be used by more specific automated systems management scripts. WWW: http://acadix.biz/auto-admin.php PR: ports/165674 Submitted by: Jason Bacon <jwbacon@tds.net>
This commit is contained in:
parent
735f01e93a
commit
bc96fbb7a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292669
@ -44,6 +44,7 @@
|
||||
SUBDIR += ataidle
|
||||
SUBDIR += atitvout
|
||||
SUBDIR += atop
|
||||
SUBDIR += auto-admin
|
||||
SUBDIR += automounter
|
||||
SUBDIR += autopsy
|
||||
SUBDIR += avfs
|
||||
|
48
sysutils/auto-admin/Makefile
Normal file
48
sysutils/auto-admin/Makefile
Normal file
@ -0,0 +1,48 @@
|
||||
# New ports collection makefile for: auto-admin
|
||||
# Date created: 2011-11-01
|
||||
# Whom: Jason Bacon <jwbacon@tds.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= auto-admin
|
||||
PORTVERSION= 0.1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \
|
||||
http://acadix.biz/Ports/distfiles/
|
||||
|
||||
MAINTAINER= jwbacon@tds.net
|
||||
COMMENT= Tools for automating system management
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
MAN1= auto-admin.1 \
|
||||
auto-append-line.1 \
|
||||
auto-ask.1 \
|
||||
auto-clean-ports.1 \
|
||||
auto-disable-service.1 \
|
||||
auto-enable-service.1 \
|
||||
auto-fastest-mirror.1 \
|
||||
auto-install-packages.1 \
|
||||
auto-ipfw-gateway-setup.1 \
|
||||
auto-ldap-adduser.1 \
|
||||
auto-ldap-client-setup.1 \
|
||||
auto-package-installed.1 \
|
||||
auto-replace-file.1 \
|
||||
auto-service-enabled.1 \
|
||||
auto-update-port-framework.1 \
|
||||
auto-update-xorg.conf.1 \
|
||||
auto-xdm-toggle.1
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/sbin ${DATADIR}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/Scripts/* ${PREFIX}/sbin
|
||||
${INSTALL_DATA} ${WRKSRC}/Data/* ${DATADIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/Doc/auto-admin.man \
|
||||
${MANPREFIX}/man/man1/auto-admin.1
|
||||
for name in ${WRKSRC}/Scripts/*; do \
|
||||
${INSTALL_MAN} ${WRKSRC}/Doc/auto-admin.man \
|
||||
${MANPREFIX}/man/man1/`basename $${name}`.1; \
|
||||
done
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/auto-admin/distinfo
Normal file
2
sysutils/auto-admin/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (auto-admin-0.1.tar.gz) = 30c076203bb8936b8cc96aa7a9ba1d8127b854c016156bd0909cef5223c89f5e
|
||||
SIZE (auto-admin-0.1.tar.gz) = 9478
|
5
sysutils/auto-admin/pkg-descr
Normal file
5
sysutils/auto-admin/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Auto-admin is a set of tools for automating common systems management tasks
|
||||
from the command line. It is meant as a library of scripts to be used by
|
||||
more specific automated systems management scripts.
|
||||
|
||||
WWW: http://acadix.biz/auto-admin.php
|
18
sysutils/auto-admin/pkg-plist
Normal file
18
sysutils/auto-admin/pkg-plist
Normal file
@ -0,0 +1,18 @@
|
||||
sbin/auto-append-line
|
||||
sbin/auto-ask
|
||||
sbin/auto-clean-ports
|
||||
sbin/auto-disable-service
|
||||
sbin/auto-enable-service
|
||||
sbin/auto-fastest-mirror
|
||||
sbin/auto-install-packages
|
||||
sbin/auto-ipfw-gateway-setup
|
||||
sbin/auto-ldap-adduser
|
||||
sbin/auto-ldap-client-setup
|
||||
sbin/auto-package-installed
|
||||
sbin/auto-replace-file
|
||||
sbin/auto-service-enabled
|
||||
sbin/auto-update-port-framework
|
||||
sbin/auto-update-xorg.conf
|
||||
sbin/auto-xdm-toggle
|
||||
%%DATADIR%%/ipfw-rules.sh
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user