Date: Sun, 4 Mar 2012 00:49:10 GMT From: Jason Bacon <jwbacon@tds.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/165674: New port: sysutils/auto-admin Message-ID: <201203040049.q240nAel087993@red.freebsd.org> Resent-Message-ID: <201203040050.q240o1oH049357@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 165674 >Category: ports >Synopsis: New port: sysutils/auto-admin >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 04 00:50:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jason Bacon >Release: 9.0-RELEASE >Organization: Acadix Consulting, LLC >Environment: FreeBSD porpoise.jbacon.dyndns.org 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Auto-admin is a set of tools for automating common systems management tasks from the command line. It is a library of tools meant to be used by other automated systems management scripts. This initial release was developed by factoring code out of desktop-installer and cluster-admin. Future updates of these ports will depend on auto-admin. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # auto-admin # auto-admin/distinfo # auto-admin/Makefile # auto-admin/pkg-descr # auto-admin/pkg-plist # echo c - auto-admin mkdir -p auto-admin > /dev/null 2>&1 echo x - auto-admin/distinfo sed 's/^X//' >auto-admin/distinfo << '86bbd2cf91a9095db6dfc30c1ee99da2' XSHA256 (auto-admin-0.1.tar.gz) = 30c076203bb8936b8cc96aa7a9ba1d8127b854c016156bd0909cef5223c89f5e XSIZE (auto-admin-0.1.tar.gz) = 9478 86bbd2cf91a9095db6dfc30c1ee99da2 echo x - auto-admin/Makefile sed 's/^X//' >auto-admin/Makefile << '61e8ab3b420e6b36a532ad753df1574e' X# New ports collection makefile for: auto-admin X# Date created: 2011-11-01 X# Whom: Jason Bacon <jwbacon@tds.net> X# X# $FreeBSD$ X# X XPORTNAME= auto-admin XPORTVERSION= 0.1 XCATEGORIES= sysutils XMASTER_SITES= http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \ X http://acadix.biz/Ports/distfiles/ X XMAINTAINER= jwbacon@tds.net XCOMMENT= Tools for automating system management X XNO_BUILD= yes X XMAN1= auto-admin.1 \ X auto-append-line.1 \ X auto-ask.1 \ X auto-clean-ports.1 \ X auto-disable-service.1 \ X auto-enable-service.1 \ X auto-fastest-mirror.1 \ X auto-install-packages.1 \ X auto-ipfw-gateway-setup.1 \ X auto-ldap-adduser.1 \ X auto-ldap-client-setup.1 \ X auto-package-installed.1 \ X auto-replace-file.1 \ X auto-service-enabled.1 \ X auto-update-port-framework.1 \ X auto-update-xorg.conf.1 \ X auto-xdm-toggle.1 X Xdo-install: X ${MKDIR} ${PREFIX}/sbin ${DATADIR} X ${INSTALL_SCRIPT} ${WRKSRC}/Scripts/* ${PREFIX}/sbin X ${INSTALL_DATA} ${WRKSRC}/Data/* ${DATADIR} X ${INSTALL_MAN} ${WRKSRC}/Doc/auto-admin.man \ X ${MANPREFIX}/man/man1/auto-admin.1 X for name in ${WRKSRC}/Scripts/*; do \ X ${INSTALL_MAN} ${WRKSRC}/Doc/auto-admin.man \ X ${MANPREFIX}/man/man1/`basename $${name}`.1; \ X done X X.include <bsd.port.mk> 61e8ab3b420e6b36a532ad753df1574e echo x - auto-admin/pkg-descr sed 's/^X//' >auto-admin/pkg-descr << '78f4f9c041e7f886851f43b7ba7792a6' XAuto-admin is a set of tools for automating common systems management tasks Xfrom the command line. It is meant as a library of scripts to be used by Xmore specific automated systems management scripts. X XWWW: http://acadix.biz/auto-admin.php 78f4f9c041e7f886851f43b7ba7792a6 echo x - auto-admin/pkg-plist sed 's/^X//' >auto-admin/pkg-plist << 'e6b2beb233bc522f6a7d83f3ceb95d81' Xsbin/auto-append-line Xsbin/auto-ask Xsbin/auto-clean-ports Xsbin/auto-disable-service Xsbin/auto-enable-service Xsbin/auto-fastest-mirror Xsbin/auto-install-packages Xsbin/auto-ipfw-gateway-setup Xsbin/auto-ldap-adduser Xsbin/auto-ldap-client-setup Xsbin/auto-package-installed Xsbin/auto-replace-file Xsbin/auto-service-enabled Xsbin/auto-update-port-framework Xsbin/auto-update-xorg.conf Xsbin/auto-xdm-toggle X%%DATADIR%%/ipfw-rules.sh X@dirrm %%DATADIR%% e6b2beb233bc522f6a7d83f3ceb95d81 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203040049.q240nAel087993>