From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 07:12:44 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E340A335; Wed, 1 Oct 2014 07:12:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 B57141BB; Wed, 1 Oct 2014 07:12:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s917Ci3H011570; Wed, 1 Oct 2014 07:12:44 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s917ChsH011566; Wed, 1 Oct 2014 07:12:43 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201410010712.s917ChsH011566@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 1 Oct 2014 07:12:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369696 - in head/devel: . py-google-apputils 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.18-1 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: Wed, 01 Oct 2014 07:12:45 -0000 Author: vanilla Date: Wed Oct 1 07:12:43 2014 New Revision: 369696 URL: https://svnweb.freebsd.org/changeset/ports/369696 QAT: https://qat.redports.org/buildarchive/r369696/ Log: Add py-google-apputils, it's small collections of utilities for building python application. Added: head/devel/py-google-apputils/ head/devel/py-google-apputils/Makefile (contents, props changed) head/devel/py-google-apputils/distinfo (contents, props changed) head/devel/py-google-apputils/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Oct 1 06:46:06 2014 (r369695) +++ head/devel/Makefile Wed Oct 1 07:12:43 2014 (r369696) @@ -3714,6 +3714,7 @@ SUBDIR += py-glob2 SUBDIR += py-gobject SUBDIR += py-gobject3 + SUBDIR += py-google-apputils SUBDIR += py-grab SUBDIR += py-greenlet SUBDIR += py-grizzled Added: head/devel/py-google-apputils/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-google-apputils/Makefile Wed Oct 1 07:12:43 2014 (r369696) @@ -0,0 +1,19 @@ +# Created by: vanilla@ +# $FreeBSD$ + +PORTNAME= google-apputils +PORTVERSION= 0.4.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= vanilla@FreeBSD.org +COMMENT= Google Application Utilities for Python + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/devel/py-google-apputils/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-google-apputils/distinfo Wed Oct 1 07:12:43 2014 (r369696) @@ -0,0 +1,2 @@ +SHA256 (google-apputils-0.4.0.tar.gz) = b260eb39f2723b71329ad016773033b95a31e89d8c9e13b8e6a1ef8eed8e94a3 +SIZE (google-apputils-0.4.0.tar.gz) = 80014 Added: head/devel/py-google-apputils/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-google-apputils/pkg-descr Wed Oct 1 07:12:43 2014 (r369696) @@ -0,0 +1,3 @@ +Google application utilities for python. + +WWW: https://pypi.python.org/pypi/google-apputils