summaryrefslogtreecommitdiff
path: root/www/zope25-Squishdot
diff options
context:
space:
mode:
authordrochner <drochner>2003-04-23 16:15:02 +0000
committerdrochner <drochner>2003-04-23 16:15:02 +0000
commit21d40b776f611eb13557ad1e0ed2e88a900174f1 (patch)
tree74a8701b188fc0303207ba8a2598c09f483119f3 /www/zope25-Squishdot
parent59061216b6123831fd9e8b5b6b220670da6bfca0 (diff)
downloadpkgsrc-21d40b776f611eb13557ad1e0ed2e88a900174f1.tar.gz
update to 1.5.0
changes: -- Added the ability to edit the date of posting on the posting edit form. -- Update the posting's 'modified' attribute when postings are editted. -- Use BTrees.IIBTree.IISet instead of the deprecated intSet.intSet. -- Fixed problems with indexes and metadata for Zope 2.6.0. -- Added 'date' as metadata by default. -- Fixed handling of reply counts and moderated counts when un-approving postings. -- Moved to Strip-o-Gram 1.4. -- Better documentation and some renaming in updaters.
Diffstat (limited to 'www/zope25-Squishdot')
-rw-r--r--www/zope25-Squishdot/Makefile6
-rw-r--r--www/zope25-Squishdot/PLIST9
-rw-r--r--www/zope25-Squishdot/distinfo6
3 files changed, 14 insertions, 7 deletions
diff --git a/www/zope25-Squishdot/Makefile b/www/zope25-Squishdot/Makefile
index f8b8d7803b8..21521c76d46 100644
--- a/www/zope25-Squishdot/Makefile
+++ b/www/zope25-Squishdot/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/10/01 17:59:42 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2003/04/23 16:15:02 drochner Exp $
#
-DISTNAME= Squishdot-1-4-1
-PKGNAME= zope25-Squishdot-1.4.1
+DISTNAME= Squishdot-1-5-0
+PKGNAME= zope25-Squishdot-1.5.0
CATEGORIES= www
MASTER_SITES= http://squishdot.org/Download/
diff --git a/www/zope25-Squishdot/PLIST b/www/zope25-Squishdot/PLIST
index fab65ff7c8e..507bf211a6e 100644
--- a/www/zope25-Squishdot/PLIST
+++ b/www/zope25-Squishdot/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/01 17:59:42 drochner Exp $
+@comment $NetBSD: PLIST,v 1.2 2003/04/23 16:15:02 drochner Exp $
lib/zope/lib/python/Products/Squishdot/Article.py
lib/zope/lib/python/Products/Squishdot/Article.pyc
lib/zope/lib/python/Products/Squishdot/Changes.txt
@@ -38,9 +38,13 @@ lib/zope/lib/python/Products/Squishdot/Updaters/1-2-x_1-3-0.py
lib/zope/lib/python/Products/Squishdot/Updaters/1-2-x_1-3-0.pyc
lib/zope/lib/python/Products/Squishdot/Updaters/1-3-0_1-4-0.py
lib/zope/lib/python/Products/Squishdot/Updaters/1-3-0_1-4-0.pyc
+lib/zope/lib/python/Products/Squishdot/Updaters/1-4-x_1-5-0.py
+lib/zope/lib/python/Products/Squishdot/Updaters/1-4-x_1-5-0.pyc
lib/zope/lib/python/Products/Squishdot/Updaters/README.TXT
lib/zope/lib/python/Products/Squishdot/Updaters/__init__.py
lib/zope/lib/python/Products/Squishdot/Updaters/__init__.pyc
+lib/zope/lib/python/Products/Squishdot/Updaters/fix_indexes.py
+lib/zope/lib/python/Products/Squishdot/Updaters/fix_indexes.pyc
lib/zope/lib/python/Products/Squishdot/Updaters/fix_replies.py
lib/zope/lib/python/Products/Squishdot/Updaters/fix_replies.pyc
lib/zope/lib/python/Products/Squishdot/Updaters/fix_threading.py
@@ -123,11 +127,14 @@ lib/zope/lib/python/Products/Squishdot/stripogram/html2text.py
lib/zope/lib/python/Products/Squishdot/stripogram/html2text.pyc
lib/zope/lib/python/Products/Squishdot/stripogram/license.txt
lib/zope/lib/python/Products/Squishdot/stripogram/readme.txt
+lib/zope/lib/python/Products/Squishdot/stripogram/setup.py
+lib/zope/lib/python/Products/Squishdot/stripogram/setup.pyc
lib/zope/lib/python/Products/Squishdot/stripogram/testStripogram.py
lib/zope/lib/python/Products/Squishdot/stripogram/testStripogram.pyc
lib/zope/lib/python/Products/Squishdot/tests/__init__.py
lib/zope/lib/python/Products/Squishdot/tests/base.py
lib/zope/lib/python/Products/Squishdot/tests/test.txt
+lib/zope/lib/python/Products/Squishdot/tests/testCounts.py
lib/zope/lib/python/Products/Squishdot/tests/testMail.py
lib/zope/lib/python/Products/Squishdot/tests/testMailHTMLArticle.mailre
lib/zope/lib/python/Products/Squishdot/tests/testMailHTMLComment.mailre
diff --git a/www/zope25-Squishdot/distinfo b/www/zope25-Squishdot/distinfo
index 84a84ffaec0..3fbc11d14e9 100644
--- a/www/zope25-Squishdot/distinfo
+++ b/www/zope25-Squishdot/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/10/01 17:59:42 drochner Exp $
+$NetBSD: distinfo,v 1.2 2003/04/23 16:15:02 drochner Exp $
-SHA1 (zope/Squishdot-1-4-1.tar.gz) = a20ecb9b5301e950fd1c1d4cefd979e845c49dd0
-Size (zope/Squishdot-1-4-1.tar.gz) = 277123 bytes
+SHA1 (zope/Squishdot-1-5-0.tar.gz) = 5cc8d018dbb37cf87528f0231151ec5df303c48d
+Size (zope/Squishdot-1-5-0.tar.gz) = 280867 bytes