From owner-freebsd-python@FreeBSD.ORG Sat Oct 26 19:00:02 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3ED5E227 for ; Sat, 26 Oct 2013 19:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1D7E92D76 for ; Sat, 26 Oct 2013 19:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9QJ01fd024630 for ; Sat, 26 Oct 2013 19:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9QJ01uR024457; Sat, 26 Oct 2013 19:00:01 GMT (envelope-from gnats) Date: Sat, 26 Oct 2013 19:00:01 GMT Message-Id: <201310261900.r9QJ01uR024457@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/181612: commit references a PR X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Oct 2013 19:00:02 -0000 The following reply was made to PR ports/181612; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/181612: commit references a PR Date: Sat, 26 Oct 2013 18:50:11 +0000 (UTC) Author: wg Date: Sat Oct 26 18:50:03 2013 New Revision: 331727 URL: http://svnweb.freebsd.org/changeset/ports/331727 Log: devel/py-glob2: Glob that captures patterns and supports recursive wildcards Version of the glob module that can capture patterns and supports recursive wildcards. WWW: http://github.com/miracle2k/python-glob2/ PR: ports/181612 Submitted by: loader Added: head/devel/py-glob2/ head/devel/py-glob2/Makefile (contents, props changed) head/devel/py-glob2/distinfo (contents, props changed) head/devel/py-glob2/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Oct 26 18:03:03 2013 (r331726) +++ head/devel/Makefile Sat Oct 26 18:50:03 2013 (r331727) @@ -3555,6 +3555,7 @@ SUBDIR += py-gitdb SUBDIR += py-gitosis SUBDIR += py-gitpython + SUBDIR += py-glob2 SUBDIR += py-gobject SUBDIR += py-gobject3 SUBDIR += py-grab Added: head/devel/py-glob2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-glob2/Makefile Sat Oct 26 18:50:03 2013 (r331727) @@ -0,0 +1,20 @@ +# Created by: loader +# $FreeBSD$ + +PORTNAME= glob2 +PORTVERSION= 0.4.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= loader@freebsdmall.com +COMMENT= Glob that captures patterns and supports recursive wildcards + +LICENSE= BSD + +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes +NO_STAGE= yes + +.include Added: head/devel/py-glob2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-glob2/distinfo Sat Oct 26 18:50:03 2013 (r331727) @@ -0,0 +1,2 @@ +SHA256 (glob2-0.4.1.tar.gz) = 9974c375c54eb56223643980e724b37fc8efcaeb65fc55045fc521baa5f60175 +SIZE (glob2-0.4.1.tar.gz) = 9124 Added: head/devel/py-glob2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-glob2/pkg-descr Sat Oct 26 18:50:03 2013 (r331727) @@ -0,0 +1,4 @@ +Version of the glob module that can capture patterns +and supports recursive wildcards. + +WWW: http://github.com/miracle2k/python-glob2/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"