From owner-svn-ports-head@freebsd.org Sun Nov 22 02:28:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8570A35614; Sun, 22 Nov 2015 02:28:03 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x22d.google.com (mail-pa0-x22d.google.com [IPv6:2607:f8b0:400e:c03::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AD09B1CE4; Sun, 22 Nov 2015 02:28:03 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pabfh17 with SMTP id fh17so160074647pab.0; Sat, 21 Nov 2015 18:28:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=1h2g/ePtYq8H+eQXRXO33BFooRyinxSLQxRJpGgvwb4=; b=XAHeJQ8zg/czgVYWTNqcIuDzpjxfvMp6IwN/ugJmgSQtneECWsci46PILe466WW4By IxyFW57JjD8R/JIiirS2fHQ/Gg7vaNSiPRmuvUrnDIUqfTY/xqNwNzj9uHAHhNK1j0au S9PgRCJ0zx0ujrsiW/Oc0SFDq6jsTxI9wh6znaQ3oMZp/SK8U77mnni6jRbjOT0WDqDj HtK2JGiAuhievHysZZvmUbdRgPm4xSjdJFK5KjfP7IQBVHuGpmj2LNYKQgdBHkqXX2Ho F/Hi63bVFU//Gu0LrqjnmRSJwsqCfzjYn2xxDKTiIcsDaYvoTbalh+TDzvAy/qeNuJVN h1+g== X-Received: by 10.66.219.163 with SMTP id pp3mr27769720pac.55.1448159283030; Sat, 21 Nov 2015 18:28:03 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:d939:c35c:9479:b078? (2001-44b8-31ae-7b01-d939-c35c-9479-b078.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:d939:c35c:9479:b078]) by smtp.gmail.com with ESMTPSA id 6sm4655151pfm.58.2015.11.21.18.28.00 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 21 Nov 2015 18:28:02 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r402210 - head/sysutils/py-dlipower References: <201511220109.tAM19ne8049272@repo.freebsd.org> To: Warner Losh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <5651282C.5020009@FreeBSD.org> Date: Sun, 22 Nov 2015 13:27:56 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Thunderbird/42.0 MIME-Version: 1.0 In-Reply-To: <201511220109.tAM19ne8049272@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Nov 2015 02:28:04 -0000 On 22/11/2015 12:09 PM, Warner Losh wrote: > Author: imp > Date: Sun Nov 22 01:09:49 2015 > New Revision: 402210 > URL: https://svnweb.freebsd.org/changeset/ports/402210 > > Log: > Create dlipower, a python-based control program for Data Logger Inc's > various web-based power strips. > > Added: > head/sysutils/py-dlipower/ > head/sysutils/py-dlipower/Makefile (contents, props changed) > head/sysutils/py-dlipower/distinfo (contents, props changed) > head/sysutils/py-dlipower/pkg-descr (contents, props changed) > > Added: head/sysutils/py-dlipower/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/sysutils/py-dlipower/Makefile Sun Nov 22 01:09:49 2015 (r402210) > @@ -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 > > Added: head/sysutils/py-dlipower/distinfo > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/sysutils/py-dlipower/distinfo Sun Nov 22 01:09:49 2015 (r402210) > @@ -0,0 +1,2 @@ > +SHA256 (dwighthubbard-python-dlipower-20151118-9c3bb94_GH0.tar.gz) = aeeb36d5ae497f31bbfb3b09149f56c3d47889f3d00ffed879ea5d852c904ce2 > +SIZE (dwighthubbard-python-dlipower-20151118-9c3bb94_GH0.tar.gz) = 19810 > > Added: head/sysutils/py-dlipower/pkg-descr > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/sysutils/py-dlipower/pkg-descr Sun Nov 22 01:09:49 2015 (r402210) > @@ -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 > Since this exists in PyPI [1], references a version 0.7.117 (March 2015), it's probably worth asking the author for a new release. doesn't appear to match the version format mentioned/used elsewhere. I'd also ask for proper upstream (github) repository 'tags' for each version, at a minimum for current versions and going forward, so those can be used instead of having to make versions up. [1] https://pypi.python.org/pypi/dlipower