From owner-svn-ports-all@freebsd.org Thu Dec 29 17:49:57 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 70FA5C9610F; Thu, 29 Dec 2016 17:49:57 +0000 (UTC) (envelope-from rm@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 26A3A12B2; Thu, 29 Dec 2016 17:49:57 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBTHnu8P020535; Thu, 29 Dec 2016 17:49:56 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBTHntxS020531; Thu, 29 Dec 2016 17:49:55 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201612291749.uBTHntxS020531@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Thu, 29 Dec 2016 17:49:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429932 - in head/devel: . py-podcastparser 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.23 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: Thu, 29 Dec 2016 17:49:57 -0000 Author: rm Date: Thu Dec 29 17:49:55 2016 New Revision: 429932 URL: https://svnweb.freebsd.org/changeset/ports/429932 Log: The podcast parser project is a library from the gPodder project to provide an easy and reliable way of parsing RSS- and Atom-based podcast feeds in Python. WWW: http://gpodder.org/podcastparser/ Added: head/devel/py-podcastparser/ head/devel/py-podcastparser/Makefile (contents, props changed) head/devel/py-podcastparser/distinfo (contents, props changed) head/devel/py-podcastparser/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Dec 29 17:44:48 2016 (r429931) +++ head/devel/Makefile Thu Dec 29 17:49:55 2016 (r429932) @@ -4457,6 +4457,7 @@ SUBDIR += py-plex SUBDIR += py-pluggy SUBDIR += py-ply + SUBDIR += py-podcastparser SUBDIR += py-polib SUBDIR += py-positional SUBDIR += py-posix_ipc Added: head/devel/py-podcastparser/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-podcastparser/Makefile Thu Dec 29 17:49:55 2016 (r429932) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= podcastparser +PORTVERSION= 0.6.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= rm@FreeBSD.org +COMMENT= Simplified, fast RSS parser + +LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-podcastparser/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-podcastparser/distinfo Thu Dec 29 17:49:55 2016 (r429932) @@ -0,0 +1,3 @@ +TIMESTAMP = 1483006684 +SHA256 (podcastparser-0.6.1.tar.gz) = a34790a940bc582f7d6388c43b69af7214432ba1bd7d400d199c63bd2da13d14 +SIZE (podcastparser-0.6.1.tar.gz) = 18006 Added: head/devel/py-podcastparser/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-podcastparser/pkg-descr Thu Dec 29 17:49:55 2016 (r429932) @@ -0,0 +1,4 @@ +The podcast parser project is a library from the gPodder project to provide +an easy and reliable way of parsing RSS- and Atom-based podcast feeds in Python. + +WWW: http://gpodder.org/podcastparser/