From owner-svn-ports-head@freebsd.org Thu Nov 19 12:03:59 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 5766BA334A5; Thu, 19 Nov 2015 12:03:59 +0000 (UTC) (envelope-from bofh@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 167E710AD; Thu, 19 Nov 2015 12:03:59 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAJC3wZg029717; Thu, 19 Nov 2015 12:03:58 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAJC3vQh029712; Thu, 19 Nov 2015 12:03:57 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201511191203.tAJC3vQh029712@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Thu, 19 Nov 2015 12:03:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401939 - in head/devel: . py3-babel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Thu, 19 Nov 2015 12:03:59 -0000 Author: bofh Date: Thu Nov 19 12:03:57 2015 New Revision: 401939 URL: https://svnweb.freebsd.org/changeset/ports/401939 Log: [NEW] devel/py3-babel: Collection of tools for internationalizing Python - Python 3 specific version of devel/py-babel Babel is composed of two major parts: * tools to build and work with gettext message catalogs * a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc. WWW: http://babel.pocoo.org/ Added: head/devel/py3-babel/ head/devel/py3-babel/Makefile (contents, props changed) head/devel/py3-babel/distinfo (contents, props changed) head/devel/py3-babel/pkg-descr (contents, props changed) head/devel/py3-babel/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Nov 19 11:59:16 2015 (r401938) +++ head/devel/Makefile Thu Nov 19 12:03:57 2015 (r401939) @@ -4471,6 +4471,7 @@ SUBDIR += py-zope.testing SUBDIR += py-zope.traversing SUBDIR += py-zope.viewlet + SUBDIR += py3-babel SUBDIR += py3-dbus SUBDIR += py3-gobject3 SUBDIR += py3-libpeas Added: head/devel/py3-babel/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py3-babel/Makefile Thu Nov 19 12:03:57 2015 (r401939) @@ -0,0 +1,31 @@ +# Created by: Muhammad Moinur Rahman +# $FreeBSD$ + +PORTNAME= Babel +PORTVERSION= 2.1.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= bofh@FreeBSD.org +COMMENT= Collection of tools for internationalizing Python applications + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py3-pytz + +USES= python:3 +USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + +PORTDOCS= docs/* + +OPTIONS_DEFINE= DOCS + +do-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} +.for docfile in ${PORTDOCS} + ${CP} -r ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR} +.endfor + +.include Added: head/devel/py3-babel/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py3-babel/distinfo Thu Nov 19 12:03:57 2015 (r401939) @@ -0,0 +1,2 @@ +SHA256 (Babel-2.1.1.tar.gz) = 7fb6d50effe88a087feb2036cb972fd7a893bf338361516f1a55a820bf7b5248 +SIZE (Babel-2.1.1.tar.gz) = 3437647 Added: head/devel/py3-babel/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py3-babel/pkg-descr Thu Nov 19 12:03:57 2015 (r401939) @@ -0,0 +1,9 @@ +Babel is composed of two major parts: + + * tools to build and work with gettext message catalogs + + * a Python interface to the CLDR (Common Locale Data Repository), + providing access to various locale display names, localized + number and date formatting, etc. + +WWW: http://babel.pocoo.org/ Added: head/devel/py3-babel/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py3-babel/pkg-plist Thu Nov 19 12:03:57 2015 (r401939) @@ -0,0 +1,39 @@ +%%PORTDOCS%%%%DOCSDIR%%/Makefile +%%PORTDOCS%%%%DOCSDIR%%/_static/logo.pdf +%%PORTDOCS%%%%DOCSDIR%%/_static/logo.png +%%PORTDOCS%%%%DOCSDIR%%/_static/logo_small.png +%%PORTDOCS%%%%DOCSDIR%%/_templates/sidebar-about.html +%%PORTDOCS%%%%DOCSDIR%%/_templates/sidebar-links.html +%%PORTDOCS%%%%DOCSDIR%%/_templates/sidebar-logo.html +%%PORTDOCS%%%%DOCSDIR%%/_themes/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/_themes/README +%%PORTDOCS%%%%DOCSDIR%%/_themes/babel/layout.html +%%PORTDOCS%%%%DOCSDIR%%/_themes/babel/relations.html +%%PORTDOCS%%%%DOCSDIR%%/_themes/babel/static/babel.css_t +%%PORTDOCS%%%%DOCSDIR%%/_themes/babel/static/small_babel.css +%%PORTDOCS%%%%DOCSDIR%%/_themes/babel/theme.conf +%%PORTDOCS%%%%DOCSDIR%%/api/core.rst +%%PORTDOCS%%%%DOCSDIR%%/api/dates.rst +%%PORTDOCS%%%%DOCSDIR%%/api/index.rst +%%PORTDOCS%%%%DOCSDIR%%/api/messages/catalog.rst +%%PORTDOCS%%%%DOCSDIR%%/api/messages/extract.rst +%%PORTDOCS%%%%DOCSDIR%%/api/messages/index.rst +%%PORTDOCS%%%%DOCSDIR%%/api/messages/mofile.rst +%%PORTDOCS%%%%DOCSDIR%%/api/messages/pofile.rst +%%PORTDOCS%%%%DOCSDIR%%/api/numbers.rst +%%PORTDOCS%%%%DOCSDIR%%/api/plural.rst +%%PORTDOCS%%%%DOCSDIR%%/api/support.rst +%%PORTDOCS%%%%DOCSDIR%%/changelog.rst +%%PORTDOCS%%%%DOCSDIR%%/cmdline.rst +%%PORTDOCS%%%%DOCSDIR%%/conf.py +%%PORTDOCS%%%%DOCSDIR%%/dates.rst +%%PORTDOCS%%%%DOCSDIR%%/index.rst +%%PORTDOCS%%%%DOCSDIR%%/installation.rst +%%PORTDOCS%%%%DOCSDIR%%/intro.rst +%%PORTDOCS%%%%DOCSDIR%%/license.rst +%%PORTDOCS%%%%DOCSDIR%%/locale.rst +%%PORTDOCS%%%%DOCSDIR%%/make.bat +%%PORTDOCS%%%%DOCSDIR%%/messages.rst +%%PORTDOCS%%%%DOCSDIR%%/numbers.rst +%%PORTDOCS%%%%DOCSDIR%%/setup.rst +%%PORTDOCS%%%%DOCSDIR%%/support.rst