diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-05 19:24:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-05 19:24:37 +0000 |
commit | 6cf0827c9575aa634f9b8eee4a98297a71b0cb5a (patch) | |
tree | 2278af4eecb3ad245d613e140ea50ee79589c100 /www/planet | |
parent | e6e41a957948b2ccde1e35b326eec01c37745f8d (diff) |
Notes
Diffstat (limited to 'www/planet')
-rw-r--r-- | www/planet/Makefile | 2 | ||||
-rw-r--r-- | www/planet/distinfo | 6 | ||||
-rw-r--r-- | www/planet/pkg-plist | 15 |
3 files changed, 19 insertions, 4 deletions
diff --git a/www/planet/Makefile b/www/planet/Makefile index b4a8065a1bf6..8d074f6eebd1 100644 --- a/www/planet/Makefile +++ b/www/planet/Makefile @@ -6,7 +6,7 @@ # PORTNAME= planet -PORTVERSION= 1.0 +PORTVERSION= 2.0 CATEGORIES= www MASTER_SITES= http://www.wave2.co.uk/freebsd/planet/ diff --git a/www/planet/distinfo b/www/planet/distinfo index e4ddaf5cdcc2..d1183240a6c6 100644 --- a/www/planet/distinfo +++ b/www/planet/distinfo @@ -1,3 +1,3 @@ -MD5 (planet-1.0.tar.gz) = 8efcc0cf4df33f9423b997677c36147e -SHA256 (planet-1.0.tar.gz) = e4ca69c8bd9adf186a39943d12e6afc010549d6a90982b495eaa4dd8d7430b35 -SIZE (planet-1.0.tar.gz) = 138340 +MD5 (planet-2.0.tar.gz) = df2782e30a07b60ed1e1544e4ee72be9 +SHA256 (planet-2.0.tar.gz) = cce9c58e72fac59b75b81e0b024e2819b582492a06c406242849f6b7baa46317 +SIZE (planet-2.0.tar.gz) = 157410 diff --git a/www/planet/pkg-plist b/www/planet/pkg-plist index 10ac9205ad8e..2afe85188553 100644 --- a/www/planet/pkg-plist +++ b/www/planet/pkg-plist @@ -4,7 +4,9 @@ %%DATADIR%%/NEWS %%DATADIR%%/PKG-INFO %%DATADIR%%/README +%%DATADIR%%/runtests.py %%DATADIR%%/THANKS +%%DATADIR%%/TODO %%DATADIR%%/examples/atom.xml.tmpl %%DATADIR%%/examples/basic/config.ini %%DATADIR%%/examples/basic/index.html.tmpl @@ -14,9 +16,11 @@ %%DATADIR%%/examples/foafroll.xml.tmpl %%DATADIR%%/examples/output/images/edd.png %%DATADIR%%/examples/output/images/evolution.png +%%DATADIR%%/examples/output/images/feed-icon-10x10.png %%DATADIR%%/examples/output/images/jdub.png %%DATADIR%%/examples/output/images/keybuk.png %%DATADIR%%/examples/output/images/logo.png +%%DATADIR%%/examples/output/images/opml.png %%DATADIR%%/examples/output/images/planet.png %%DATADIR%%/examples/output/images/thom.png %%DATADIR%%/examples/output/planet.css @@ -24,16 +28,25 @@ %%DATADIR%%/examples/rss10.xml.tmpl %%DATADIR%%/examples/rss20.xml.tmpl %%DATADIR%%/planet/__init__.py +%%DATADIR%%/planet/atomstyler.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/sanitize.py %%DATADIR%%/planet/timeoutsocket.py %%DATADIR%%/planet-cache.py %%DATADIR%%/planet.py %%DATADIR%%/setup.py +%%DATADIR%%/planet/tests/__init__.py +%%DATADIR%%/planet/tests/data/simple.tmpl +%%DATADIR%%/planet/tests/data/simple2.tmpl +%%DATADIR%%/planet/tests/test_channel.py +%%DATADIR%%/planet/tests/test_main.py +%%DATADIR%%/planet/tests/test_sanitize.py +%%DATADIR%%/planet/tests/test_sub.py @dirrm %%DATADIR%%/examples/basic @dirrm %%DATADIR%%/examples/cache @dirrm %%DATADIR%%/examples/fancy @@ -41,5 +54,7 @@ @dirrm %%DATADIR%%/examples/output @dirrm %%DATADIR%%/examples @dirrm %%DATADIR%%/planet/compat_logging +@dirrm %%DATADIR%%/planet/tests/data +@dirrm %%DATADIR%%/planet/tests @dirrm %%DATADIR%%/planet @dirrm %%DATADIR%% |