summaryrefslogtreecommitdiff
path: root/www/zope/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2002-09-21Strip the ".buildlink" from the names of the python application andjlam1-2/+2
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
2002-01-22use buildlink file for python, but keep tied to version 2.0drochner1-2/+5
because of some dependencies
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-10-22Update to 2.2.2 and for Python 2.0tsarna1-8/+9
2000-08-23wildcard dependencywiz1-2/+2
2000-08-23update the depends on py-dtml to match what we have in pkgsrcdmcmahill1-2/+2
2000-02-15Update to 2.1.4. Besides the changes listed below, the pkg was alsotsarna1-5/+9
fractured into two more pieces: py-extclass and py-dtml, which are independantly useful. Highlights of changes from 2.0.1 to 2.1.4: - Performance improvements - Switch to new dtml <dtml-xxx> syntax by default. - Many ZCatalog improvements - try/except, try/except/else in DTML (py-dtml package) - FastCGI support (not on NetBSD yet -- no threads) - Two security fixes (mostly for sites that allow untrusted people to write DTML) - Two object database fixes when working with versions and doing a pack - Other minor bugs See full changes at http://www.zope.org/Products/Zope/2.1.4/CHANGES.txt
2000-02-05$() -> ${}wiz1-6/+6
1999-09-23Updated to 2.0.1tsarna1-5/+5
1999-06-19Update to 1.10.3. Also fix PR#6884, and move base directory fromtsarna1-8/+10
${PREFIX}/zope to ${PREFIX}/lib/zope Changes in 1.10.3: Features Added: - A new flag attribute, only, of the DTML with tag prunes the DTML namespace to only the namespace created with the with tag. - A new flag attribute, reverse, of the DTML in tag which will reverse the order of the items iterated over. - A new flag attribute, reverse, of the DTML tree tag which will reverse the order of the items iterated over. - Added contributed support for encoding options in the SendMail tag and MailHost send method. Bugs Fixed: - A significant memory leak, introduced in 1.10.0 has been plugged. This is the main reason for this release. - Construction, upload, and edit methods did not consistently support either string or file data. This caused really weird behavior when file upload was used with out includeing the ":string" suffix in the argument name when doing a file upload. - This bug was previously (and incorrectly) reported as a ZPublisher.Client problem. - Errors in ExternalMethods were masked by bugs in error reporting logic. The bugs were made far more effective by Python 1.5.1. - Bug in sqlvar tag where the combination of type=nb and optional would not behave as expected. - Databases (or export files) created in binary distributions were not usable in source distributions due to cPickle limitations in stock Python 1.5.1. We now link/copy the cPickle extension to BoboPOS to make sure that it uses the latest version. - Broken products seemed to remain broken (were shown as broken in the control panel products area) even after problems were corrected.
1999-04-16Update to 1.10.2tsarna1-7/+8
1999-03-08s/make/${MAKE}/gagc1-2/+2
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1998-12-23Don't install the zlib distribution either.tsarna1-1/+2
1998-12-23Upgrade to 1.9.0 release.tsarna1-4/+4
Also, don't build zlib. The zlib module included with the python pkg is fine.
1998-12-18Update to beta 3. Adds "Z SQL Methods" and "Gadfly Z Database Adaptor".tsarna1-5/+5
next version should include a MySQL DA, which I'll add as a separate pkg.
1998-12-12Import of pkg for Zope, a web application platformtsarna1-0/+39