# $FreeBSD$ PORTNAME= sd-agent DISTVERSION= 1.13.4 PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= tim@wallago.co.uk COMMENT= Server Density Agent for FreeBSD LICENSE= BSD3CLAUSE RUN_DEPENDS= ${LOCALBASE}/sbin/sysinfo:sysutils/sysinfo USERS= sd-agent GROUPS= sd-agent USE_GITHUB= yes GH_ACCOUNT= serverdensity USES= python shebangfix SHEBANG_FILES= agent.py plugins.py USE_RC_SUBR= ${PORTNAME} SUB_LIST+= RCNAME=${PORTNAME:S/-/_/g} NO_ARCH= yes INSTALLDIR= ${STAGEDIR}${PREFIX}/libexec/${PORTNAME} FLIST= agent.py checks.py daemon.py logtail.py minjson.py pep8.sh plugins.py sd-deploy.py do-build:: ${SED} -i .bak 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/agent.py do-install:: ${MKDIR} ${INSTALLDIR}/plugins .for f in ${FLIST} ${INSTALL_SCRIPT} ${WRKSRC}/$f ${INSTALLDIR} .endfor ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/config.cfg ${STAGEDIR}${ETCDIR}/config.cfg.sample .include d class='logo' rowspan='2'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/www/freeway
Commit message (Expand)AuthorAgeFilesLines
* - Allow staging as a regular userantoine2014-12-212-180/+178
* - Stage support [1]wen2014-05-222-12/+10
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-21