Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jul 2006 19:27:27 GMT
From:      Alan Snelson <Alan@Wave2.co.uk>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/99975: Update port: www/planet Updated for 1.0 release
Message-ID:  <200607091927.k69JRRJ1001624@www.freebsd.org>
Resent-Message-ID: <200607091930.k69JUEIg091073@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         99975
>Category:       ports
>Synopsis:       Update port: www/planet Updated for 1.0 release
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 09 19:30:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alan Snelson
>Release:        6.1-RELEASE
>Organization:
Wave2 Limited
>Environment:
FreeBSD bserver2.wave2.org 6.1-RELEASE FreeBSD 6.1-RELEASE #1: Sat May 13 18:42:04 BST 2006     root@bserver2.wave2.org:/usr/obj/usr/src/sys/BSERVER2  i386
>Description:
# 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
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607091927.k69JRRJ1001624>