svn commit: r412308 - in head/www: . py-ua-parser

Tom Judge tj at FreeBSD.org
Mon Apr 4 14:53:38 UTC 2016


Yep, guess I missed this as the name is off (_ vs -).

Deleting the duplicate now.


> On Apr 1, 2016, at 5:51 AM, Dmitry Sivachenko <trtrmitya at gmail.com> wrote:
> 
> 
>> On 01 Apr 2016, at 05:57, Tom Judge <tj at FreeBSD.org> wrote:
>> 
>> Author: tj
>> Date: Fri Apr  1 02:57:28 2016
>> New Revision: 412308
>> URL: https://svnweb.freebsd.org/changeset/ports/412308
>> 
>> Log:
>> New port www/py-ua-parser 0.7.0
> 
> 
> Isn't it the same as /usr/ports/devel/py-ua_parser ?
> Also COMMENT looks irrelevant.
> 
> 
> 
>> 
>> A python implementation of the UA Parser (https://github.com/ua-parser,
>> formerly https://github.com/tobie/ua-parser).
>> 
>> WWW: https://github.com/ua-parser/uap-python
>> 
>> Added:
>> head/www/py-ua-parser/
>> head/www/py-ua-parser/Makefile   (contents, props changed)
>> head/www/py-ua-parser/distinfo   (contents, props changed)
>> head/www/py-ua-parser/pkg-descr   (contents, props changed)
>> Modified:
>> head/www/Makefile
>> 
>> Modified: head/www/Makefile
>> ==============================================================================
>> --- head/www/Makefile	Fri Apr  1 02:45:08 2016	(r412307)
>> +++ head/www/Makefile	Fri Apr  1 02:57:28 2016	(r412308)
>> @@ -1787,6 +1787,7 @@
>>    SUBDIR += py-twistedWeb
>>    SUBDIR += py-twistedWeb2
>>    SUBDIR += py-txrequests
>> +    SUBDIR += py-ua-parser
>>    SUBDIR += py-uliweb
>>    SUBDIR += py-urlgrabber
>>    SUBDIR += py-urljr
>> 
>> Added: head/www/py-ua-parser/Makefile
>> ==============================================================================
>> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
>> +++ head/www/py-ua-parser/Makefile	Fri Apr  1 02:57:28 2016	(r412308)
>> @@ -0,0 +1,19 @@
>> +# Created by: Tom Judge <tj at FreeBSD.org>
>> +# $FreeBSD$
>> +
>> +PORTNAME=	ua-parser
>> +PORTVERSION=	0.7.0
>> +CATEGORIES=	www python
>> +MASTER_SITES=	CHEESESHOP
>> +PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
>> +
>> +MAINTAINER=	tj at FreeBSD.org
>> +COMMENT=	Tools for using a Web Server Gateway Interface stack
>> +
>> +RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml
>> +BUILD_DEPENDS=	${RUN_DEPENDS}
>> +
>> +USES=		python
>> +USE_PYTHON=	distutils autoplist
>> +
>> +.include <bsd.port.mk>
>> 
>> Added: head/www/py-ua-parser/distinfo
>> ==============================================================================
>> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
>> +++ head/www/py-ua-parser/distinfo	Fri Apr  1 02:57:28 2016	(r412308)
>> @@ -0,0 +1,2 @@
>> +SHA256 (ua-parser-0.7.0.tar.gz) = 0d3b7882262c8fef932d268ad9df11c72882bf6c690635a6e7645dd89bed7076
>> +SIZE (ua-parser-0.7.0.tar.gz) = 32501
>> 
>> Added: head/www/py-ua-parser/pkg-descr
>> ==============================================================================
>> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
>> +++ head/www/py-ua-parser/pkg-descr	Fri Apr  1 02:57:28 2016	(r412308)
>> @@ -0,0 +1,4 @@
>> +A python implementation of the UA Parser (https://github.com/ua-parser,
>> +formerly https://github.com/tobie/ua-parser).
>> +
>> +WWW: https://github.com/ua-parser/uap-python
>> 
> 



More information about the svn-ports-all mailing list