From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 1 02:50:38 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B45D516A4CE for ; Thu, 1 Jul 2004 02:50:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99F6E43D2F for ; Thu, 1 Jul 2004 02:50:38 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i612oNEs037571 for ; Thu, 1 Jul 2004 02:50:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i612oNer037570; Thu, 1 Jul 2004 02:50:23 GMT (envelope-from gnats) Resent-Date: Thu, 1 Jul 2004 02:50:23 GMT Resent-Message-Id: <200407010250.i612oNer037570@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Matthew X. Economou" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3017D16A4CE for ; Thu, 1 Jul 2004 02:43:42 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12BE543D46 for ; Thu, 1 Jul 2004 02:43:42 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i612hM4h053924 for ; Thu, 1 Jul 2004 02:43:22 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i612hMBV053923; Thu, 1 Jul 2004 02:43:22 GMT (envelope-from nobody) Message-Id: <200407010243.i612hMBV053923@www.freebsd.org> Date: Thu, 1 Jul 2004 02:43:22 GMT From: "Matthew X. Economou" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/68538: Update port: textproc/py-feedparser New version 3.1 (and software author now on SourceForge) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 02:50:38 -0000 >Number: 68538 >Category: ports >Synopsis: Update port: textproc/py-feedparser New version 3.1 (and software author now on SourceForge) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jul 01 02:50:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Matthew X. Economou >Release: FreeBSD 5.2.1-RELEASE-p8 i386 >Organization: IRTNOG.ORG >Environment: FreeBSD p03-0362-bsd.chmccorp.cchmc.org 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #4: Sat Jun 12 16:19:18 EDT 2004 root@p03-0362-bsd.chmccorp.cchmc.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: The current version of feedparser in the ports tree is no longer maintained. This is the latest stable release of the software available from the software author's SourceForge site. >How-To-Repeat: N/A >Fix: --- py-feedparser-3.1.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-feedparser # py-feedparser/Makefile # py-feedparser/distinfo # py-feedparser/pkg-descr # echo c - py-feedparser mkdir -p py-feedparser > /dev/null 2>&1 echo x - py-feedparser/Makefile sed 's/^X//' >py-feedparser/Makefile << 'END-of-py-feedparser/Makefile' X# ex:ts=8 X# Ports collection makefile for: feedparser X# Date created: Mar 11, 2004 X# Whom: ijliao X# X# $FreeBSD: ports/textproc/py-feedparser/Makefile,v 1.1 2004/03/12 02:53:58 ijliao Exp $ X# X XPORTNAME= feedparser XPORTVERSION= 3.1 XCATEGORIES= textproc python XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= feedparser XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= ports@FreeBSD.org XCOMMENT= An RSS feed parser X XWRKSRC= ${WRKDIR}/${PORTNAME} XNO_BUILD= yes XUSE_PYTHON= yes XUSE_ZIP= yes X XPLIST_FILES= ${PYTHON_SITELIBDIR:S,^${PREFIX}/,,}/${PORTNAME}.py X Xdo-install: X @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.py ${PYTHON_SITELIBDIR} X X.include END-of-py-feedparser/Makefile echo x - py-feedparser/distinfo sed 's/^X//' >py-feedparser/distinfo << 'END-of-py-feedparser/distinfo' XMD5 (feedparser-3.1.zip) = 1e499c6195b9f5a5aecc1fce14aa2189 XSIZE (feedparser-3.1.zip) = 1205563 END-of-py-feedparser/distinfo echo x - py-feedparser/pkg-descr sed 's/^X//' >py-feedparser/pkg-descr << 'END-of-py-feedparser/pkg-descr' XUniversal Feed Parser is a Python module for downloading and parsing Xsyndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, Userland XRSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom, and XCDF feeds. X XTo use Universal Feed Parser, you will need Python 2.1 or later. XUniversal Feed Parser is not meant to run standalone; it is a module Xfor you to use as part of a larger Python program. X XUniversal Feed Parser is easy to use; the module is self-contained in Xa single file, feedparser.py, and it has only one public function, Xparse. parse takes a number of arguments, but only one is required, Xand it can be a URL, a local filename, or a raw string containing feed Xdata in any format. X XWWW: http://feedparser.org/ END-of-py-feedparser/pkg-descr exit --- py-feedparser-3.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: