pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www Remove pyblosxom and re-import as py-blosxom, bein...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/729d28781d5f
branches:  trunk
changeset: 576871:729d28781d5f
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Fri Jun 25 12:59:47 2010 +0000

description:
Remove pyblosxom and re-import as py-blosxom, being pkgsrc conformant.

diffstat:

 www/Makefile           |    4 +-
 www/pyblosxom/DESCR    |   21 ----
 www/pyblosxom/Makefile |   34 -------
 www/pyblosxom/PLIST    |  216 -------------------------------------------------
 www/pyblosxom/distinfo |    5 -
 5 files changed, 2 insertions(+), 278 deletions(-)

diffs (truncated from 310 to 300 lines):

diff -r 0db44bfb6eb5 -r 729d28781d5f www/Makefile
--- a/www/Makefile      Fri Jun 25 09:58:51 2010 +0000
+++ b/www/Makefile      Fri Jun 25 12:59:47 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.730 2010/06/17 07:18:20 wiz Exp $
+# $NetBSD: Makefile,v 1.731 2010/06/25 12:59:47 hauke Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -491,7 +491,7 @@
 SUBDIR+=       py-swish-e
 SUBDIR+=       py-uwsgi
 SUBDIR+=       py-webpy
-SUBDIR+=       pyblosxom
+SUBDIR+=       py-blosxom
 SUBDIR+=       qDecoder
 SUBDIR+=       raggle
 SUBDIR+=       rails
diff -r 0db44bfb6eb5 -r 729d28781d5f www/pyblosxom/DESCR
--- a/www/pyblosxom/DESCR       Fri Jun 25 09:58:51 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-PyBlosxom is a lightweight file-based weblog system. The project
-started as a Python clone of Blosxom but has since evolved into a
-beast of its own. PyBlosxom focuses on three things: simplicity,
-extensibility, and community.
-
-simplicity - PyBlosxom uses the file system for all its data
-storage. Because of this you can use whatever existing editor,
-scripts and tools you want to create, update and manipulate
-entries and other blog data.
-
-extensibility - PyBlosxom has a plugin framework allowing you to build
-plugins in Python to augment and change PyBlosxom's default behavior.
-
-community - There are hundreds of PyBlosxom users out there all of
-whom have different needs. PyBlosxom is used on a variety of operating
-systems in a variety of environments. The pyblosxom users list shares
-their experiences, plugins, and expertise. The pyblosxom devel list
-shares their ideas for changes, patches and plugins.
-
-PyBlosxom can run in CGI environments, under Paste, and as a WSGI
-application.
diff -r 0db44bfb6eb5 -r 729d28781d5f www/pyblosxom/Makefile
--- a/www/pyblosxom/Makefile    Fri Jun 25 09:58:51 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/06/15 14:06:08 hauke Exp $
-#
-
-PYBLOXSOMVERS= 1.5
-DISTNAME=      pyblosxom-${PYBLOXSOMVERS}-rc1
-PKGNAME=       ${PYPKGPREFIX}-pyblosxom-${PYBLOXSOMVERS}
-CATEGORIES=    www
-MASTER_SITES=  http://pyblosxom.bluesock.org/download/
-
-MAINTAINER=    hauke%NetBSD.org@localhost
-HOMEPAGE=      http://pyblosxom.bluesock.org/
-COMMENT=       PyBlosxom is a lightweight file-based weblog system
-
-LICENSE=       mit
-
-DOC_SUBDIR=     share/doc/pyblosxom
-DOCDIR=         ${PREFIX}/${DOC_SUBDIR}
-DOCFILES=       AUTHORS CHANGELOG INSTALL LICENSE README THANKS TODO UPGRADE
-
-INSTALLATION_DIRS=     ${DOC_SUBDIR}
-
-REPLACE_PYTHON=                ${WRKSRC}/*.py
-
-PKG_DESTDIR_SUPPORT=   user-destdir
-
-# There is a set of manual files in docs/source that could be
-# converted to HTML or PDF, and installed
-post-install:
-.for f in ${DOCFILES}
-       ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${DOCDIR}/${f}
-.endfor
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 0db44bfb6eb5 -r 729d28781d5f www/pyblosxom/PLIST
--- a/www/pyblosxom/PLIST       Fri Jun 25 09:58:51 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,216 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/06/15 14:06:08 hauke Exp $
-bin/pyblosxom-cmd
-${PYSITELIB}/Pyblosxom/__init__.py
-${PYSITELIB}/Pyblosxom/__init__.pyc
-${PYSITELIB}/Pyblosxom/__init__.pyo
-${PYSITELIB}/Pyblosxom/cache/__init__.py
-${PYSITELIB}/Pyblosxom/cache/__init__.pyc
-${PYSITELIB}/Pyblosxom/cache/__init__.pyo
-${PYSITELIB}/Pyblosxom/cache/base.py
-${PYSITELIB}/Pyblosxom/cache/base.pyc
-${PYSITELIB}/Pyblosxom/cache/base.pyo
-${PYSITELIB}/Pyblosxom/cache/entrypickle.py
-${PYSITELIB}/Pyblosxom/cache/entrypickle.pyc
-${PYSITELIB}/Pyblosxom/cache/entrypickle.pyo
-${PYSITELIB}/Pyblosxom/cache/entryshelve.py
-${PYSITELIB}/Pyblosxom/cache/entryshelve.pyc
-${PYSITELIB}/Pyblosxom/cache/entryshelve.pyo
-${PYSITELIB}/Pyblosxom/commandline.py
-${PYSITELIB}/Pyblosxom/commandline.pyc
-${PYSITELIB}/Pyblosxom/commandline.pyo
-${PYSITELIB}/Pyblosxom/data/blog.ini
-${PYSITELIB}/Pyblosxom/data/config.py
-${PYSITELIB}/Pyblosxom/data/config.pyc
-${PYSITELIB}/Pyblosxom/data/config.pyo
-${PYSITELIB}/Pyblosxom/data/pyblosxom.cgi
-${PYSITELIB}/Pyblosxom/entries/__init__.py
-${PYSITELIB}/Pyblosxom/entries/__init__.pyc
-${PYSITELIB}/Pyblosxom/entries/__init__.pyo
-${PYSITELIB}/Pyblosxom/entries/base.py
-${PYSITELIB}/Pyblosxom/entries/base.pyc
-${PYSITELIB}/Pyblosxom/entries/base.pyo
-${PYSITELIB}/Pyblosxom/entries/fileentry.py
-${PYSITELIB}/Pyblosxom/entries/fileentry.pyc
-${PYSITELIB}/Pyblosxom/entries/fileentry.pyo
-${PYSITELIB}/Pyblosxom/flavours/atom.flav/content_type
-${PYSITELIB}/Pyblosxom/flavours/atom.flav/foot
-${PYSITELIB}/Pyblosxom/flavours/atom.flav/head
-${PYSITELIB}/Pyblosxom/flavours/atom.flav/story
-${PYSITELIB}/Pyblosxom/flavours/error.flav/content_type
-${PYSITELIB}/Pyblosxom/flavours/error.flav/foot
-${PYSITELIB}/Pyblosxom/flavours/error.flav/head
-${PYSITELIB}/Pyblosxom/flavours/error.flav/story
-${PYSITELIB}/Pyblosxom/flavours/html.flav/content_type
-${PYSITELIB}/Pyblosxom/flavours/html.flav/date_foot
-${PYSITELIB}/Pyblosxom/flavours/html.flav/date_head
-${PYSITELIB}/Pyblosxom/flavours/html.flav/foot
-${PYSITELIB}/Pyblosxom/flavours/html.flav/head
-${PYSITELIB}/Pyblosxom/flavours/html.flav/story
-${PYSITELIB}/Pyblosxom/flavours/rss.flav/content_type
-${PYSITELIB}/Pyblosxom/flavours/rss.flav/foot
-${PYSITELIB}/Pyblosxom/flavours/rss.flav/head
-${PYSITELIB}/Pyblosxom/flavours/rss.flav/story
-${PYSITELIB}/Pyblosxom/flavours/rss20.flav/content_type
-${PYSITELIB}/Pyblosxom/flavours/rss20.flav/foot
-${PYSITELIB}/Pyblosxom/flavours/rss20.flav/head
-${PYSITELIB}/Pyblosxom/flavours/rss20.flav/story
-${PYSITELIB}/Pyblosxom/plugin_utils.py
-${PYSITELIB}/Pyblosxom/plugin_utils.pyc
-${PYSITELIB}/Pyblosxom/plugin_utils.pyo
-${PYSITELIB}/Pyblosxom/pyblosxom.py
-${PYSITELIB}/Pyblosxom/pyblosxom.pyc
-${PYSITELIB}/Pyblosxom/pyblosxom.pyo
-${PYSITELIB}/Pyblosxom/renderers/__init__.py
-${PYSITELIB}/Pyblosxom/renderers/__init__.pyc
-${PYSITELIB}/Pyblosxom/renderers/__init__.pyo
-${PYSITELIB}/Pyblosxom/renderers/base.py
-${PYSITELIB}/Pyblosxom/renderers/base.pyc
-${PYSITELIB}/Pyblosxom/renderers/base.pyo
-${PYSITELIB}/Pyblosxom/renderers/blosxom.py
-${PYSITELIB}/Pyblosxom/renderers/blosxom.pyc
-${PYSITELIB}/Pyblosxom/renderers/blosxom.pyo
-${PYSITELIB}/Pyblosxom/renderers/debug.py
-${PYSITELIB}/Pyblosxom/renderers/debug.pyc
-${PYSITELIB}/Pyblosxom/renderers/debug.pyo
-${PYSITELIB}/Pyblosxom/tests/__init__.py
-${PYSITELIB}/Pyblosxom/tests/__init__.pyc
-${PYSITELIB}/Pyblosxom/tests/__init__.pyo
-${PYSITELIB}/Pyblosxom/tests/helpers.py
-${PYSITELIB}/Pyblosxom/tests/helpers.pyc
-${PYSITELIB}/Pyblosxom/tests/helpers.pyo
-${PYSITELIB}/Pyblosxom/tests/test_backwards_compatibility.py
-${PYSITELIB}/Pyblosxom/tests/test_backwards_compatibility.pyc
-${PYSITELIB}/Pyblosxom/tests/test_backwards_compatibility.pyo
-${PYSITELIB}/Pyblosxom/tests/test_blog.py
-${PYSITELIB}/Pyblosxom/tests/test_blog.pyc
-${PYSITELIB}/Pyblosxom/tests/test_blog.pyo
-${PYSITELIB}/Pyblosxom/tests/test_entries.py
-${PYSITELIB}/Pyblosxom/tests/test_entries.pyc
-${PYSITELIB}/Pyblosxom/tests/test_entries.pyo
-${PYSITELIB}/Pyblosxom/tests/test_pathinfo.py
-${PYSITELIB}/Pyblosxom/tests/test_pathinfo.pyc
-${PYSITELIB}/Pyblosxom/tests/test_pathinfo.pyo
-${PYSITELIB}/Pyblosxom/tests/test_tools.py
-${PYSITELIB}/Pyblosxom/tests/test_tools.pyc
-${PYSITELIB}/Pyblosxom/tests/test_tools.pyo
-${PYSITELIB}/Pyblosxom/tests/testrunner.py
-${PYSITELIB}/Pyblosxom/tests/testrunner.pyc
-${PYSITELIB}/Pyblosxom/tests/testrunner.pyo
-${PYSITELIB}/Pyblosxom/tools.py
-${PYSITELIB}/Pyblosxom/tools.pyc
-${PYSITELIB}/Pyblosxom/tools.pyo
-${PYSITELIB}/plugins/__init__.py
-${PYSITELIB}/plugins/__init__.pyc
-${PYSITELIB}/plugins/__init__.pyo
-${PYSITELIB}/plugins/archives/__init__.py
-${PYSITELIB}/plugins/archives/__init__.pyc
-${PYSITELIB}/plugins/archives/__init__.pyo
-${PYSITELIB}/plugins/archives/pyarchives.py
-${PYSITELIB}/plugins/archives/pyarchives.pyc
-${PYSITELIB}/plugins/archives/pyarchives.pyo
-${PYSITELIB}/plugins/archives/yeararchives.py
-${PYSITELIB}/plugins/archives/yeararchives.pyc
-${PYSITELIB}/plugins/archives/yeararchives.pyo
-${PYSITELIB}/plugins/category/__init__.py
-${PYSITELIB}/plugins/category/__init__.pyc
-${PYSITELIB}/plugins/category/__init__.pyo
-${PYSITELIB}/plugins/category/pycategories.py
-${PYSITELIB}/plugins/category/pycategories.pyc
-${PYSITELIB}/plugins/category/pycategories.pyo
-${PYSITELIB}/plugins/comments/__init__.py
-${PYSITELIB}/plugins/comments/__init__.pyc
-${PYSITELIB}/plugins/comments/__init__.pyo
-${PYSITELIB}/plugins/comments/plugins/__init__.py
-${PYSITELIB}/plugins/comments/plugins/__init__.pyc
-${PYSITELIB}/plugins/comments/plugins/__init__.pyo
-${PYSITELIB}/plugins/comments/plugins/akismet.py
-${PYSITELIB}/plugins/comments/plugins/akismet.pyc
-${PYSITELIB}/plugins/comments/plugins/akismet.pyo
-${PYSITELIB}/plugins/comments/plugins/akismetcomments.py
-${PYSITELIB}/plugins/comments/plugins/akismetcomments.pyc
-${PYSITELIB}/plugins/comments/plugins/akismetcomments.pyo
-${PYSITELIB}/plugins/comments/plugins/check_javascript.py
-${PYSITELIB}/plugins/comments/plugins/check_javascript.pyc
-${PYSITELIB}/plugins/comments/plugins/check_javascript.pyo
-${PYSITELIB}/plugins/comments/plugins/commentAPI.py
-${PYSITELIB}/plugins/comments/plugins/commentAPI.pyc
-${PYSITELIB}/plugins/comments/plugins/commentAPI.pyo
-${PYSITELIB}/plugins/comments/plugins/comments.py
-${PYSITELIB}/plugins/comments/plugins/comments.pyc
-${PYSITELIB}/plugins/comments/plugins/comments.pyo
-${PYSITELIB}/plugins/comments/plugins/no_old_comments.py
-${PYSITELIB}/plugins/comments/plugins/no_old_comments.pyc
-${PYSITELIB}/plugins/comments/plugins/no_old_comments.pyo
-${PYSITELIB}/plugins/comments/plugins/trackback.py
-${PYSITELIB}/plugins/comments/plugins/trackback.pyc
-${PYSITELIB}/plugins/comments/plugins/trackback.pyo
-${PYSITELIB}/plugins/comments/plugins/xmlrpc_pingback.py
-${PYSITELIB}/plugins/comments/plugins/xmlrpc_pingback.pyc
-${PYSITELIB}/plugins/comments/plugins/xmlrpc_pingback.pyo
-${PYSITELIB}/plugins/date/__init__.py
-${PYSITELIB}/plugins/date/__init__.pyc
-${PYSITELIB}/plugins/date/__init__.pyo
-${PYSITELIB}/plugins/date/firstdaydiv.py
-${PYSITELIB}/plugins/date/firstdaydiv.pyc
-${PYSITELIB}/plugins/date/firstdaydiv.pyo
-${PYSITELIB}/plugins/date/pycalendar.py
-${PYSITELIB}/plugins/date/pycalendar.pyc
-${PYSITELIB}/plugins/date/pycalendar.pyo
-${PYSITELIB}/plugins/date/pyfilenamemtime.py
-${PYSITELIB}/plugins/date/pyfilenamemtime.pyc
-${PYSITELIB}/plugins/date/pyfilenamemtime.pyo
-${PYSITELIB}/plugins/date/w3cdate.py
-${PYSITELIB}/plugins/date/w3cdate.pyc
-${PYSITELIB}/plugins/date/w3cdate.pyo
-${PYSITELIB}/plugins/headers/__init__.py
-${PYSITELIB}/plugins/headers/__init__.pyc
-${PYSITELIB}/plugins/headers/__init__.pyo
-${PYSITELIB}/plugins/headers/conditionalhttp.py
-${PYSITELIB}/plugins/headers/conditionalhttp.pyc
-${PYSITELIB}/plugins/headers/conditionalhttp.pyo
-${PYSITELIB}/plugins/tags/__init__.py
-${PYSITELIB}/plugins/tags/__init__.pyc
-${PYSITELIB}/plugins/tags/__init__.pyo
-${PYSITELIB}/plugins/tags/tags.py
-${PYSITELIB}/plugins/tags/tags.pyc
-${PYSITELIB}/plugins/tags/tags.pyo
-${PYSITELIB}/plugins/testrunner.py
-${PYSITELIB}/plugins/testrunner.pyc
-${PYSITELIB}/plugins/testrunner.pyo
-${PYSITELIB}/plugins/tests/__init__.py
-${PYSITELIB}/plugins/tests/__init__.pyc
-${PYSITELIB}/plugins/tests/__init__.pyo
-${PYSITELIB}/plugins/tests/categories/__init__.py
-${PYSITELIB}/plugins/tests/categories/__init__.pyc
-${PYSITELIB}/plugins/tests/categories/__init__.pyo
-${PYSITELIB}/plugins/tests/categories/test_pycategories.py
-${PYSITELIB}/plugins/tests/categories/test_pycategories.pyc
-${PYSITELIB}/plugins/tests/categories/test_pycategories.pyo
-${PYSITELIB}/plugins/tests/comments/__init__.py
-${PYSITELIB}/plugins/tests/comments/__init__.pyc
-${PYSITELIB}/plugins/tests/comments/__init__.pyo
-${PYSITELIB}/plugins/tests/comments/test_akismetcomments.py
-${PYSITELIB}/plugins/tests/comments/test_akismetcomments.pyc
-${PYSITELIB}/plugins/tests/comments/test_akismetcomments.pyo
-${PYSITELIB}/plugins/tests/comments/test_check_javascript.py
-${PYSITELIB}/plugins/tests/comments/test_check_javascript.pyc
-${PYSITELIB}/plugins/tests/comments/test_check_javascript.pyo
-${PYSITELIB}/plugins/tests/comments/test_comments.py
-${PYSITELIB}/plugins/tests/comments/test_comments.pyc
-${PYSITELIB}/plugins/tests/comments/test_comments.pyo
-${PYSITELIB}/plugins/tests/test_base.py
-${PYSITELIB}/plugins/tests/test_base.pyc
-${PYSITELIB}/plugins/tests/test_base.pyo
-${PYSITELIB}/pyblosxom-1.5_rc1-py2.6.egg-info/PKG-INFO
-${PYSITELIB}/pyblosxom-1.5_rc1-py2.6.egg-info/SOURCES.txt
-${PYSITELIB}/pyblosxom-1.5_rc1-py2.6.egg-info/dependency_links.txt
-${PYSITELIB}/pyblosxom-1.5_rc1-py2.6.egg-info/not-zip-safe
-${PYSITELIB}/pyblosxom-1.5_rc1-py2.6.egg-info/top_level.txt
-share/doc/pyblosxom/AUTHORS
-share/doc/pyblosxom/CHANGELOG
-share/doc/pyblosxom/INSTALL
-share/doc/pyblosxom/LICENSE
-share/doc/pyblosxom/README
-share/doc/pyblosxom/THANKS
-share/doc/pyblosxom/TODO



Home | Main Index | Thread Index | Old Index