# 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: # # planet # planet/Makefile # planet/distinfo # planet/pkg-descr # planet/pkg-plist # planet/files # planet/files/pkg-message.in # echo c - planet mkdir -p planet > /dev/null 2>&1 echo x - planet/Makefile sed 's/^X//' >planet/Makefile << 'END-of-planet/Makefile' X# New ports collection makefile for: planet X# Date created: 09 July 2005 X# Whom: Alan Snelson <alan@wave2.co.uk> X XPORTNAME= planet XPORTVERSION= 1.0 XCATEGORIES= www XMASTER_SITES= http://www.wave2.co.uk/freebsd/planet/ X XMAINTAINER= alan@wave2.co.uk XCOMMENT= Planet is a flexible feed aggregator - and more! X XRUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/Tidy/Tidy.py:${PORTSDIR}/devel/py-mx-experimental \ X ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb X XNO_BUILD= yes XUSE_PYTHON= yes XSUB_FILES= pkg-message XPKGMESSAGE= ${WRKDIR}/pkg-message X Xdo-install: X ${MKDIR} ${PREFIX}/share/planet X ${CP} -R ${WRKSRC}/ ${PREFIX}/share/planet X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include <bsd.port.mk> END-of-planet/Makefile echo x - planet/distinfo sed 's/^X//' >planet/distinfo << 'END-of-planet/distinfo' XMD5 (planet-1.0.tar.gz) = 8efcc0cf4df33f9423b997677c36147e XSHA256 (planet-1.0.tar.gz) = e4ca69c8bd9adf186a39943d12e6afc010549d6a90982b495eaa4dd8d7430b35 XSIZE (planet-1.0.tar.gz) = 138340 END-of-planet/distinfo echo x - planet/pkg-descr sed 's/^X//' >planet/pkg-descr << 'END-of-planet/pkg-descr' XPlanet is a flexible feed aggregator, this means that it downloads feeds Xand aggregates their content together into a single combined feed with Xthe latest news first. X XIt uses Mark Pilgrim's Ultra-liberal feed parser so can read from RDF, RSS Xand Atom feeds and Tomas Styblo's template library to output static files Xin unlimited formats based on a series of templates. X XPlanet was written for the Planet Debian and Planet GNOME websites by XScott James Remnant <scott@netsplit.com> and XJeff Waugh <jdub@perkypants.org>. It was originally based on 'spycyroll'. X XWWW: http://www.planetplanet.org END-of-planet/pkg-descr echo x - planet/pkg-plist sed 's/^X//' >planet/pkg-plist << 'END-of-planet/pkg-plist' X%%DATADIR%%/AUTHORS X%%DATADIR%%/INSTALL X%%DATADIR%%/LICENCE X%%DATADIR%%/NEWS X%%DATADIR%%/PKG-INFO X%%DATADIR%%/README X%%DATADIR%%/THANKS X%%DATADIR%%/examples/atom.xml.tmpl X%%DATADIR%%/examples/basic/config.ini X%%DATADIR%%/examples/basic/index.html.tmpl X%%DATADIR%%/examples/cache/.empty X%%DATADIR%%/examples/fancy/config.ini X%%DATADIR%%/examples/fancy/index.html.tmpl X%%DATADIR%%/examples/foafroll.xml.tmpl X%%DATADIR%%/examples/output/images/edd.png X%%DATADIR%%/examples/output/images/evolution.png X%%DATADIR%%/examples/output/images/jdub.png X%%DATADIR%%/examples/output/images/keybuk.png X%%DATADIR%%/examples/output/images/logo.png X%%DATADIR%%/examples/output/images/planet.png X%%DATADIR%%/examples/output/images/thom.png X%%DATADIR%%/examples/output/planet.css X%%DATADIR%%/examples/opml.xml.tmpl X%%DATADIR%%/examples/rss10.xml.tmpl X%%DATADIR%%/examples/rss20.xml.tmpl X%%DATADIR%%/planet/__init__.py X%%DATADIR%%/planet/cache.py X%%DATADIR%%/planet/compat_logging/__init__.py X%%DATADIR%%/planet/compat_logging/config.py X%%DATADIR%%/planet/compat_logging/handlers.py X%%DATADIR%%/planet/feedparser.py X%%DATADIR%%/planet/htmltmpl.py X%%DATADIR%%/planet/timeoutsocket.py X%%DATADIR%%/planet-cache.py X%%DATADIR%%/planet.py X%%DATADIR%%/setup.py X@dirrm %%DATADIR%%/examples/basic X@dirrm %%DATADIR%%/examples/cache X@dirrm %%DATADIR%%/examples/fancy X@dirrm %%DATADIR%%/examples/output/images X@dirrm %%DATADIR%%/examples/output X@dirrm %%DATADIR%%/examples X@dirrm %%DATADIR%%/planet/compat_logging X@dirrm %%DATADIR%%/planet X@dirrm %%DATADIR%% END-of-planet/pkg-plist echo c - planet/files mkdir -p planet/files > /dev/null 2>&1 echo x - planet/files/pkg-message.in sed 's/^X//' >planet/files/pkg-message.in << 'END-of-planet/files/pkg-message.in' X XPlanet has been installed into %%DATADIR%% X XTo get started, make a copy of the examples directory and configure to taste. X X*** Try to keep your configuration and output files away from the installation folder %%DATADIR%%, the INSTALL doc recommends ~/planet, but %%PREFIX%%/etc/planet is a good choice.*** X END-of-planet/files/pkg-message.in exit
Class Changed From-To: change-request->maintainer-update Fix category (submitter is maintainer)
State Changed From-To: open->feedback Please submit the update as a diff
--- /usr/ports/www/planet/Makefile Tue Sep 27 21:44:17 2005 +++ planet/Makefile Sun Jul 9 20:21:49 2006 @@ -1,19 +1,17 @@ # New ports collection makefile for: planet -# Date created: 26 September 2005 +# Date created: 09 July 2005 # Whom: Alan Snelson <alan@wave2.co.uk> -# -# $FreeBSD: ports/www/planet/Makefile,v 1.1 2005/09/27 20:44:17 vsevolod Exp $ -# PORTNAME= planet -PORTVERSION= 0.0p22 +PORTVERSION= 1.0 CATEGORIES= www MASTER_SITES= http://www.wave2.co.uk/freebsd/planet/ MAINTAINER= alan@wave2.co.uk COMMENT= Planet is a flexible feed aggregator - and more! -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/Tidy/Tidy.py:${PORTSDIR}/ devel/py-mx-experimental +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/Tidy/Tidy.py:${PORTSDIR}/ devel/py-mx-experimental \ + ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/ py-bsddb NO_BUILD= yes USE_PYTHON= yes diff -r -u /usr/ports/www/planet/distinfo planet/distinfo --- /usr/ports/www/planet/distinfo Tue Jan 24 03:14:03 2006 +++ planet/distinfo Sun Jul 9 19:52:33 2006 @@ -1,3 +1,3 @@ -MD5 (planet-0.0p22.tar.gz) = e755e5fd0f98bdec7e88890612e01f24 -SHA256 (planet-0.0p22.tar.gz) = 54276baadda1c4af9f3f6cf857bea9234039d84375c773b604bae1583b0c228d -SIZE (planet-0.0p22.tar.gz) = 123705 +MD5 (planet-1.0.tar.gz) = 8efcc0cf4df33f9423b997677c36147e +SHA256 (planet-1.0.tar.gz) = e4ca69c8bd9adf186a39943d12e6afc010549d6a90982b495eaa4dd8d7430b35 +SIZE (planet-1.0.tar.gz) = 138340 Only in /usr/ports/www/planet/files: patch-htmltmpl.py diff -r -u /usr/ports/www/planet/pkg-plist planet/pkg-plist --- /usr/ports/www/planet/pkg-plist Tue Sep 27 21:44:17 2005 +++ planet/pkg-plist Sun Jul 9 20:17:35 2006 @@ -1,38 +1,45 @@ %%DATADIR%%/AUTHORS -%%DATADIR%%/ChangeLog %%DATADIR%%/INSTALL -%%DATADIR%%/Makefile +%%DATADIR%%/LICENCE +%%DATADIR%%/NEWS +%%DATADIR%%/PKG-INFO %%DATADIR%%/README %%DATADIR%%/THANKS -%%DATADIR%%/TODO -%%DATADIR%%/compat_logging/__init__.py -%%DATADIR%%/compat_logging/config.py -%%DATADIR%%/compat_logging/handlers.py -%%DATADIR%%/examples/config.ini +%%DATADIR%%/examples/atom.xml.tmpl +%%DATADIR%%/examples/basic/config.ini +%%DATADIR%%/examples/basic/index.html.tmpl +%%DATADIR%%/examples/cache/.empty +%%DATADIR%%/examples/fancy/config.ini +%%DATADIR%%/examples/fancy/index.html.tmpl %%DATADIR%%/examples/foafroll.xml.tmpl -%%DATADIR%%/examples/index.html.tmpl +%%DATADIR%%/examples/output/images/edd.png +%%DATADIR%%/examples/output/images/evolution.png +%%DATADIR%%/examples/output/images/jdub.png +%%DATADIR%%/examples/output/images/keybuk.png +%%DATADIR%%/examples/output/images/logo.png +%%DATADIR%%/examples/output/images/planet.png +%%DATADIR%%/examples/output/images/thom.png +%%DATADIR%%/examples/output/planet.css %%DATADIR%%/examples/opml.xml.tmpl %%DATADIR%%/examples/rss10.xml.tmpl %%DATADIR%%/examples/rss20.xml.tmpl -%%DATADIR%%/fancy-examples/config.ini -%%DATADIR%%/fancy-examples/index.html.tmpl -%%DATADIR%%/feedparser.py -%%DATADIR%%/htmltmpl.py -%%DATADIR%%/htmltmpl.py.orig -%%DATADIR%%/output/images/edd.png -%%DATADIR%%/output/images/evolution.png -%%DATADIR%%/output/images/jdub.png -%%DATADIR%%/output/images/keybuk.png -%%DATADIR%%/output/images/logo.png -%%DATADIR%%/output/images/planet.png -%%DATADIR%%/output/images/thom.png -%%DATADIR%%/output/planet.css +%%DATADIR%%/planet/__init__.py +%%DATADIR%%/planet/cache.py +%%DATADIR%%/planet/compat_logging/__init__.py +%%DATADIR%%/planet/compat_logging/config.py +%%DATADIR%%/planet/compat_logging/handlers.py +%%DATADIR%%/planet/feedparser.py +%%DATADIR%%/planet/htmltmpl.py +%%DATADIR%%/planet/timeoutsocket.py +%%DATADIR%%/planet-cache.py %%DATADIR%%/planet.py -%%DATADIR%%/planetlib.py -%%DATADIR%%/timeoutsocket.py -@dirrm %%DATADIR%%/compat_logging +%%DATADIR%%/setup.py +@dirrm %%DATADIR%%/examples/basic +@dirrm %%DATADIR%%/examples/cache +@dirrm %%DATADIR%%/examples/fancy +@dirrm %%DATADIR%%/examples/output/images +@dirrm %%DATADIR%%/examples/output @dirrm %%DATADIR%%/examples -@dirrm %%DATADIR%%/fancy-examples -@dirrm %%DATADIR%%/output/images -@dirrm %%DATADIR%%/output +@dirrm %%DATADIR%%/planet/compat_logging +@dirrm %%DATADIR%%/planet @dirrm %%DATADIR%% ---------------------------------------- Alan Snelson Wave2 Limited Tel: 0845 8683945 Fax: 0845 8683946 Email: Alan@Wave2.co.uk Web: www.Wave2.co.uk ----------------------------------------
State Changed From-To: feedback->open new patch received
State Changed From-To: open->feedback Dont modify Date created: (it refers to the port, not the current version of the Makefile); don't remove $FreeBSD tag; attach your patch as text/x-xpatch, not format=flowed or quoted-printable (thepatch was mangled by the email and it's unusable) - or put it soewhere on the web and pass the link. Thanks.
Responsible Changed From-To: freebsd-ports-bugs->itetcu I'll take it.
State Changed From-To: feedback->closed Last patch snet to my commited, thanks