Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 May 2001 22:38:33 -0700 (PDT)
From:      netman@dynaplex.net
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/27022: NEW PORT: System maintenance package in Python and csh, v0.5.2
Message-ID:  <200105020538.f425cXd74326@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         27022
>Category:       ports
>Synopsis:       NEW PORT: System maintenance package in Python and csh, v0.5.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 01 22:40:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Dale Weber
>Release:        4.3-STABLE
>Organization:
The Dynaplex Network
>Environment:
FreeBSD defiant.dynaplex.org 4.3-STABLE FreeBSD 4.3-STABLE #2: Sat Apr 28 06:58:39 PDT 2001     root@defiant.dynaplex.org:/usr/src/sys/compile/DEFIANT  i386

>Description:
NEW PORT
>How-To-Repeat:
N/A
>Fix:
# 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:
#
#       /usr/ports/sysutils/maint
#       /usr/ports/sysutils/maint/files
#       /usr/ports/sysutils/maint/pkg-descr
#       /usr/ports/sysutils/maint/pkg-comment
#       /usr/ports/sysutils/maint/pkg-plist
#       /usr/ports/sysutils/maint/distinfo
#       /usr/ports/sysutils/maint/Makefile
#
echo c - /usr/ports/sysutils/maint
mkdir -p /usr/ports/sysutils/maint > /dev/null 2>&1
echo c - /usr/ports/sysutils/maint/files
mkdir -p /usr/ports/sysutils/maint/files > /dev/null 2>&1
echo x - /usr/ports/sysutils/maint/pkg-descr
sed 's/^X//' >/usr/ports/sysutils/maint/pkg-descr << 'END-of-/usr/ports/sysutils/maint/pkg-descr'
X  Maint is a system maintenance script wrapper package written in Python and CSH
Xto handle common tasks, such as updating ports and source trees, building the
XOS, readmes, cleaning ports and source trees, and other common tasks.  Maint
Xis very modular and easy to extend and/or add new functions to. Maint also
Xincludes a batch facility to allow creating batch files for the most often
Xdone or special sequences of commands - and is cronable.
X
X  A fully automatic system build facility is in the works, which will include
Xbuilding the OS and kernel, as well as software from the ports collection.
XThis will make duplicating or restoring a system setup extremely easy.
X
XWWW: http://www.dynaplex.net/opensource/software
X
X- Dale Weber <software@dynaplex.net>
END-of-/usr/ports/sysutils/maint/pkg-descr
echo x - /usr/ports/sysutils/maint/pkg-comment
sed 's/^X//' >/usr/ports/sysutils/maint/pkg-comment << 'END-of-/usr/ports/sysutils/maint/pkg-comment'
XSystem maintenance package written in Python and CSH
END-of-/usr/ports/sysutils/maint/pkg-comment
echo x - /usr/ports/sysutils/maint/pkg-plist
sed 's/^X//' >/usr/ports/sysutils/maint/pkg-plist << 'END-of-/usr/ports/sysutils/maint/pkg-plist'
Xbin/maint
Xbin/maint.py
Xbin/maint-backup.py
Xbin/maint-build.pyXbin/maint-build-kde2.csh
Xbin/maint-build-system.csh
Xbin/maint-build-system2.csh
Xbin/maint-clean.py
Xbin/maint-restore.py
Xbin/maint-update.py
Xbin/maintlib.py
Xetc/maint/daily.conf.sample
Xetc/maint/monthly.conf.sample
Xetc/maint/special.conf.sample
Xetc/maint/weekly.conf.sample
Xetc/maint/yearly.conf.sample
Xetc/maint/scripts/daily.local
Xetc/maint/scripts/weekly.local
Xetc/maint/scripts/monthly.local
Xetc/maint/scripts/yearly.local
Xetc/maint/supfiles/kde2.sample
Xetc/maint/supfiles/ports.sample
Xetc/maint/supfiles/source.sample
Xshare/maint/data/packages.sample
Xshare/maint/data/portsdeps.sample
Xshare/maint/doc/README.NOW
Xshare/maint/doc/TODO
Xshare/maint/doc/maint.txt
Xshare/maint/logs/keep.me
X@dirrm share/maint/data
X@dirrm share/maint/doc
X@dirrm share/maint/logs
X@dirrm share/maint
X@dirrm etc/maint/scripts
X@dirrm etc/maint/supfiles
X@dirrm etc/maint
END-of-/usr/ports/sysutils/maint/pkg-plist
echo x - /usr/ports/sysutils/maint/distinfo
sed 's/^X//' >/usr/ports/sysutils/maint/distinfo << 'END-of-/usr/ports/sysutils/maint/distinfo'
XMD5 (maint-0.5.2.tar.gz) = 16b97fa744dcebe90b9de72ae9e0597c
END-of-/usr/ports/sysutils/maint/distinfo
echo x - /usr/ports/sysutils/maint/Makefile
sed 's/^X//' >/usr/ports/sysutils/maint/Makefile << 'END-of-/usr/ports/sysutils/maint/Makefile'
X# New ports collection makefile for:   maint
X# Date created:                                02-May-2001
X# Whom:                                Dale Weber <netman@dynaplex.net>
X#
X# $FreeBSD$
X
XPORTNAME=      maint

XPORTVERSION=   0.5.2
XCATEGORIES=    sysutils python
XMASTER_SITES=  http://www.dynaplex.net/opensource/software/
XDISTNAME=      ${PORTNAME:S/f/F/}-${PORTVERSION}
X
XMAINTAINER=    netman@dynaplex.net
X
XBUILD_DEPENDS= python:${PORTSDIR}/lang/python \
X               cvsup:${PORTSDIR}/net/cvsup-bin
X
XRUN_DEPENDS=   python:${PORTSDIR}/lang/python \
X               cvsup:${PORTSDIR}/net/cvsup-bin
X
XUSE_PYTHON=    yes
X
XBINDIR=                ${PREFIX}/bin
XMYCONFDIR=     ${PREFIX}/etc/maint
XMYSCRIPTDIR=   ${MYCONFDIR}/scripts
XMYSUPFILESDIR= ${MYCONFDIR}/supfiles
XMYSHAREDIR=    ${PREFIX}/share/maint
XMYDATADIR=     ${MYSHAREDIR}/data
XMYLOGSDIR=     ${MYSHAREDIR}/logs
XMYDOCDIR=      ${MYSHAREDIR}/doc
X
Xdo-build:
X
Xdo-install:
X       ${MKDIR} ${MYCONFDIR}
X       ${MKDIR} ${MYSCRIPTDIR}
X       ${MKDIR} ${MYSUPFILESDIR}
X       ${MKDIR} ${MYSHAREDIR}
X       ${MKDIR} ${MYDOCDIR}
X       ${MKDIR} ${MYDATADIR}
X       ${MKDIR} ${MYLOGSDIR}
X       ${INSTALL_SCRIPT} ${WRKSRC}/maint* ${BINDIR}
X       ${INSTALL_DATA} ${WRKSRC}/share/maint/data/* ${MYDATADIR}
X       ${INSTALL_DATA} ${WRKSRC}/etc/maint/*.sample ${MYCONFDIR}
X       ${INSTALL_DATA} ${WRKSRC}/etc/maint/scripts/* ${MYSCRIPTDIR}
X       ${INSTALL_DATA} ${WRKSRC}/etc/maint/supfiles/* ${MYSUPFILESDIR}
X       ${INSTALL_DATA} ${WRKSRC}/share/maint/logs/* ${MYLOGSDIR}
X       ${INSTALL_MAN} ${WRKSRC}/share/maint/doc/* ${MYDOCDIR}
X
Xpost-install:
X       ${CP} ${BINDIR}/maint.py ${BINDIR}/maint
X
X.include <bsd.port.mk>

END-of-/usr/ports/sysutils/maint/Makefile
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105020538.f425cXd74326>