Better catch the PLIST changes, too...
This commit is contained in:
parent
c70098c32c
commit
395c781364
2 changed files with 64 additions and 33 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2011/07/08 09:59:19 hauke Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2011/07/08 14:38:33 hauke Exp $
|
||||
#
|
||||
|
||||
PYBLOXSOMVERS= 1.5
|
||||
|
@ -19,7 +19,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
DIST_SUBDIR= ${DISTNAME} # upstream reissued tarball with no changes
|
||||
DOC_SUBDIR= share/doc/pyblosxom
|
||||
DOCDIR= ${PREFIX}/${DOC_SUBDIR}
|
||||
DOCFILES= AUTHORS CHANGELOG INSTALL LICENSE README THANKS TODO UPGRADE
|
||||
DOCFILES= INSTALL LICENSE README THANKS UPGRADE WHATSNEW
|
||||
|
||||
INSTALLATION_DIRS= ${DOC_SUBDIR}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2010/08/06 14:46:16 hauke Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2011/07/08 14:38:33 hauke Exp $
|
||||
bin/pyblosxom-cmd
|
||||
${PYSITELIB}/Pyblosxom/__init__.py
|
||||
${PYSITELIB}/Pyblosxom/__init__.pyc
|
||||
|
@ -18,6 +18,9 @@ ${PYSITELIB}/Pyblosxom/cache/entryshelve.pyo
|
|||
${PYSITELIB}/Pyblosxom/commandline.py
|
||||
${PYSITELIB}/Pyblosxom/commandline.pyc
|
||||
${PYSITELIB}/Pyblosxom/commandline.pyo
|
||||
${PYSITELIB}/Pyblosxom/crashhandling.py
|
||||
${PYSITELIB}/Pyblosxom/crashhandling.pyc
|
||||
${PYSITELIB}/Pyblosxom/crashhandling.pyo
|
||||
${PYSITELIB}/Pyblosxom/data/blog.ini
|
||||
${PYSITELIB}/Pyblosxom/data/config.py
|
||||
${PYSITELIB}/Pyblosxom/data/config.pyc
|
||||
|
@ -84,6 +87,9 @@ ${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_blosxom_renderer.py
|
||||
${PYSITELIB}/Pyblosxom/tests/test_blosxom_renderer.pyc
|
||||
${PYSITELIB}/Pyblosxom/tests/test_blosxom_renderer.pyo
|
||||
${PYSITELIB}/Pyblosxom/tests/test_entries.py
|
||||
${PYSITELIB}/Pyblosxom/tests/test_entries.pyc
|
||||
${PYSITELIB}/Pyblosxom/tests/test_entries.pyo
|
||||
|
@ -123,33 +129,45 @@ ${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/comments/akismet.py
|
||||
${PYSITELIB}/plugins/comments/akismet.pyc
|
||||
${PYSITELIB}/plugins/comments/akismet.pyo
|
||||
${PYSITELIB}/plugins/comments/akismetcomments.py
|
||||
${PYSITELIB}/plugins/comments/akismetcomments.pyc
|
||||
${PYSITELIB}/plugins/comments/akismetcomments.pyo
|
||||
${PYSITELIB}/plugins/comments/check_blacklist.py
|
||||
${PYSITELIB}/plugins/comments/check_blacklist.pyc
|
||||
${PYSITELIB}/plugins/comments/check_blacklist.pyo
|
||||
${PYSITELIB}/plugins/comments/check_javascript.py
|
||||
${PYSITELIB}/plugins/comments/check_javascript.pyc
|
||||
${PYSITELIB}/plugins/comments/check_javascript.pyo
|
||||
${PYSITELIB}/plugins/comments/check_nonhuman.py
|
||||
${PYSITELIB}/plugins/comments/check_nonhuman.pyc
|
||||
${PYSITELIB}/plugins/comments/check_nonhuman.pyo
|
||||
${PYSITELIB}/plugins/comments/commentAPI.py
|
||||
${PYSITELIB}/plugins/comments/commentAPI.pyc
|
||||
${PYSITELIB}/plugins/comments/commentAPI.pyo
|
||||
${PYSITELIB}/plugins/comments/comments.py
|
||||
${PYSITELIB}/plugins/comments/comments.pyc
|
||||
${PYSITELIB}/plugins/comments/comments.pyo
|
||||
${PYSITELIB}/plugins/comments/magicword.py
|
||||
${PYSITELIB}/plugins/comments/magicword.pyc
|
||||
${PYSITELIB}/plugins/comments/magicword.pyo
|
||||
${PYSITELIB}/plugins/comments/no_old_comments.py
|
||||
${PYSITELIB}/plugins/comments/no_old_comments.pyc
|
||||
${PYSITELIB}/plugins/comments/no_old_comments.pyo
|
||||
${PYSITELIB}/plugins/comments/trackback.py
|
||||
${PYSITELIB}/plugins/comments/trackback.pyc
|
||||
${PYSITELIB}/plugins/comments/trackback.pyo
|
||||
${PYSITELIB}/plugins/comments/xmlrpc_pingback.py
|
||||
${PYSITELIB}/plugins/comments/xmlrpc_pingback.pyc
|
||||
${PYSITELIB}/plugins/comments/xmlrpc_pingback.pyo
|
||||
${PYSITELIB}/plugins/content/__init__.py
|
||||
${PYSITELIB}/plugins/content/__init__.pyc
|
||||
${PYSITELIB}/plugins/content/__init__.pyo
|
||||
${PYSITELIB}/plugins/content/pages.py
|
||||
${PYSITELIB}/plugins/content/pages.pyc
|
||||
${PYSITELIB}/plugins/content/pages.pyo
|
||||
${PYSITELIB}/plugins/date/__init__.py
|
||||
${PYSITELIB}/plugins/date/__init__.pyc
|
||||
${PYSITELIB}/plugins/date/__init__.pyo
|
||||
|
@ -210,9 +228,15 @@ ${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_blacklist.py
|
||||
${PYSITELIB}/plugins/tests/comments/test_check_blacklist.pyc
|
||||
${PYSITELIB}/plugins/tests/comments/test_check_blacklist.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_check_nonhuman.py
|
||||
${PYSITELIB}/plugins/tests/comments/test_check_nonhuman.pyc
|
||||
${PYSITELIB}/plugins/tests/comments/test_check_nonhuman.pyo
|
||||
${PYSITELIB}/plugins/tests/comments/test_comments.py
|
||||
${PYSITELIB}/plugins/tests/comments/test_comments.pyc
|
||||
${PYSITELIB}/plugins/tests/comments/test_comments.pyo
|
||||
|
@ -222,6 +246,12 @@ ${PYSITELIB}/plugins/tests/display/__init__.pyo
|
|||
${PYSITELIB}/plugins/tests/display/test_entrytitle.py
|
||||
${PYSITELIB}/plugins/tests/display/test_entrytitle.pyc
|
||||
${PYSITELIB}/plugins/tests/display/test_entrytitle.pyo
|
||||
${PYSITELIB}/plugins/tests/tags/__init__.py
|
||||
${PYSITELIB}/plugins/tests/tags/__init__.pyc
|
||||
${PYSITELIB}/plugins/tests/tags/__init__.pyo
|
||||
${PYSITELIB}/plugins/tests/tags/test_tags.py
|
||||
${PYSITELIB}/plugins/tests/tags/test_tags.pyc
|
||||
${PYSITELIB}/plugins/tests/tags/test_tags.pyo
|
||||
${PYSITELIB}/plugins/tests/test_base.py
|
||||
${PYSITELIB}/plugins/tests/test_base.pyc
|
||||
${PYSITELIB}/plugins/tests/test_base.pyo
|
||||
|
@ -237,16 +267,17 @@ ${PYSITELIB}/plugins/text/__init__.pyo
|
|||
${PYSITELIB}/plugins/text/acronyms.py
|
||||
${PYSITELIB}/plugins/text/acronyms.pyc
|
||||
${PYSITELIB}/plugins/text/acronyms.pyo
|
||||
${PYSITELIB}/plugins/text/rst.py
|
||||
${PYSITELIB}/plugins/text/rst.pyc
|
||||
${PYSITELIB}/plugins/text/rst.pyo
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
||||
${PYSITELIB}/${EGG_INFODIR}/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
|
||||
share/doc/pyblosxom/UPGRADE
|
||||
share/doc/pyblosxom/WHATSNEW
|
||||
|
|
Loading…
Reference in a new issue