Update to Blosxom 1.5rc3.
What's new in 1.5 rc3 ===================== Pertinent to users: ------------------- 1. PyBlosxom shows an error page if it crashes rather than forcing you to go figure out what happened by finding the web server logs. This should make configuring and debugging much easier. 2. Bunch of new plugins. 3. Bunch of fixes to the comments plugin, tags and pycalendar plugins. Tags plugin gains tags cloud functionality. Comments plugin gains comment_disable_after_x_days feature. If you're using them, update to the latest versions. 4. Bunch of fixes to the documentation. If you see errors or things that are unclear, let us know. The documentation for the comments plugin still needs to be overhauled. 5. Bunch of other bug fixes. 6. Bunch of new plugins: magicword, pages, rst, check_nonhuman, and check_blacklist.
This commit is contained in:
parent
ab4f26e5d5
commit
9949da92b6
2 changed files with 7 additions and 10 deletions
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.4 2011/07/03 19:49:37 dholland Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2011/07/08 09:59:19 hauke Exp $
|
||||
#
|
||||
|
||||
PYBLOXSOMVERS= 1.5
|
||||
DISTNAME= pyblosxom-${PYBLOXSOMVERS}rc2
|
||||
DISTNAME= pyblosxom-${PYBLOXSOMVERS}rc3
|
||||
PKGNAME= ${PYPKGPREFIX}-blosxom-${PYBLOXSOMVERS}
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://pyblosxom.bluesock.org/download/
|
||||
|
||||
|
@ -21,9 +21,6 @@ DOC_SUBDIR= share/doc/pyblosxom
|
|||
DOCDIR= ${PREFIX}/${DOC_SUBDIR}
|
||||
DOCFILES= AUTHORS CHANGELOG INSTALL LICENSE README THANKS TODO UPGRADE
|
||||
|
||||
# Mend author's spelling mitsake
|
||||
WRKSRC= ${WRKDIR}/pybloxsom-1.5rc2
|
||||
|
||||
INSTALLATION_DIRS= ${DOC_SUBDIR}
|
||||
|
||||
REPLACE_PYTHON= Pyblosxom/data/pyblosxom.cgi
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2011/07/03 19:49:37 dholland Exp $
|
||||
$NetBSD: distinfo,v 1.4 2011/07/08 09:59:19 hauke Exp $
|
||||
|
||||
SHA1 (pyblosxom-1.5rc2/pyblosxom-1.5rc2.tar.gz) = 186c95036427e8ce894258ebcc6f3407ef92612f
|
||||
RMD160 (pyblosxom-1.5rc2/pyblosxom-1.5rc2.tar.gz) = 265318f79b752ce3c627fda8493161160c804993
|
||||
Size (pyblosxom-1.5rc2/pyblosxom-1.5rc2.tar.gz) = 175400 bytes
|
||||
SHA1 (pyblosxom-1.5rc3/pyblosxom-1.5rc3.tar.gz) = 976a7aeba086a0b83958d129e2d5c9250918a80f
|
||||
RMD160 (pyblosxom-1.5rc3/pyblosxom-1.5rc3.tar.gz) = 32c1a6e8a4a37507a86e53cbaf8b9f852522bb7f
|
||||
Size (pyblosxom-1.5rc3/pyblosxom-1.5rc3.tar.gz) = 187605 bytes
|
||||
|
|
Loading…
Reference in a new issue