From owner-svn-ports-all@freebsd.org Fri Apr 1 02:57:29 2016 Return-Path: Delivered-To: svn-ports-all@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 C75FBAE5F8D; Fri, 1 Apr 2016 02:57:29 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7ADBF1AAD; Fri, 1 Apr 2016 02:57:29 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u312vSMk051749; Fri, 1 Apr 2016 02:57:28 GMT (envelope-from tj@FreeBSD.org) Received: (from tj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u312vSi4051745; Fri, 1 Apr 2016 02:57:28 GMT (envelope-from tj@FreeBSD.org) Message-Id: <201604010257.u312vSi4051745@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tj set sender to tj@FreeBSD.org using -f From: Tom Judge Date: Fri, 1 Apr 2016 02:57:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412308 - in head/www: . py-ua-parser X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 02:57:29 -0000 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 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 +# $FreeBSD$ + +PORTNAME= ua-parser +PORTVERSION= 0.7.0 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= tj@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 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