summaryrefslogtreecommitdiff
path: root/www/zope25
AgeCommit message (Collapse)AuthorFilesLines
2004-05-23bl3ifyrecht1-2/+2
2004-04-23"find ... -and ... -or ... "is a GNU'ism. Use -a and -o.uebayasi1-4/+4
2003-12-05update to 2.6.2drochner3-23/+19
(bugfix release)
2003-08-11add some metacharacter escapes to that 2 variables are resolved atdrochner1-2/+2
startscript runtime, not already at creation time. No difference in behaviour, just looks nicer.
2003-07-28install a little shell script which eases the creation of a zopedrochner3-2/+56
instance in response to PR: pkg/18191 by Kent Polk
2003-07-25Tweak an "#ifdef unix" check to get initgroups(3) support.drochner2-1/+15
Fix from MLH per PR pkg/21697.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-05-05PKGREVISION goes after PKGNAME.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-04-23change the default installation method to "short path" since mostdrochner1-2/+2
packages do it that way now
2003-04-23allow to override the required zope versiondrochner1-2/+3
2003-04-18weaken dependency so that any zope-2.* is matcheddrochner1-2/+2
2003-04-17update Zope to 2.6.1drochner3-56/+302
There are lots of features added - too much to list here. Still compatible enough to work with products and user data written for zope-2.5, so we can stay in the zope25 directory for now.
2003-04-10make ${PAX} usage consistent:grant1-6/+6
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup
2002-10-24USE_BUILDLINK_ONLY -> USE_BUILDLINK2drochner1-2/+2
2002-09-22application.buildlink.mk -> application.mkwiz1-2/+2
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-09-12unuseddrochner1-31/+0
2002-09-12rename product.buildlink.mk to product.mk since this doesn't usedrochner1-0/+32
"buildlink" logics also define a default prefix - fixes PR pkg/18191
2002-09-04common definitions for add-on productsdrochner1-0/+31
2002-08-22First cut on an actual Zope pkg, which requires a thread enabled Python,drochner6-0/+2341
for which we only have a pth version. Needs Testing. Also needs some work for installation/startup scripts.