Index: head/sysutils/py-dlipower/Makefile =================================================================== --- head/sysutils/py-dlipower/Makefile (nonexistent) +++ head/sysutils/py-dlipower/Makefile (revision 402210) @@ -0,0 +1,27 @@ +# Created by: M. Warner Losh +# $FreeBSD$ + +PORTNAME= dlipower +PORTVERSION= 20151118 +CATEGORIES= sysutils python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= imp@FreeBSD.org +COMMENT= CLI interface to Digital Logger's (DLI) Power Strips + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.0:${PORTSDIR}/www/py-beautifulsoup \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.0:${PORTSDIR}/www/py-requests + +USE_GITHUB= yes +GH_ACCOUNT= dwighthubbard +GH_PROJECT= python-dlipower +GH_TAGNAME= 9c3bb94 + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include Property changes on: head/sysutils/py-dlipower/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/py-dlipower/distinfo =================================================================== --- head/sysutils/py-dlipower/distinfo (nonexistent) +++ head/sysutils/py-dlipower/distinfo (revision 402210) @@ -0,0 +1,2 @@ +SHA256 (dwighthubbard-python-dlipower-20151118-9c3bb94_GH0.tar.gz) = aeeb36d5ae497f31bbfb3b09149f56c3d47889f3d00ffed879ea5d852c904ce2 +SIZE (dwighthubbard-python-dlipower-20151118-9c3bb94_GH0.tar.gz) = 19810 Property changes on: head/sysutils/py-dlipower/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +t \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/py-dlipower/pkg-descr =================================================================== --- head/sysutils/py-dlipower/pkg-descr (nonexistent) +++ head/sysutils/py-dlipower/pkg-descr (revision 402210) @@ -0,0 +1,10 @@ +This is a python module and a script to mange the Digital Loggers Web +Power switch. + +The module provides a python class named PowerSwitch that allows +managing the web power switch from python programs. + +When run as a script this acts as a command line utility to manage the +DLI Power switch. + +WWW: https://github.com/dwighthubbard/python-dlipower Property changes on: head/sysutils/py-dlipower/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +t \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property