Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-12-05 | update to 2.6.2 | drochner | 3 | -23/+19 | |
(bugfix release) | |||||
2003-08-11 | add some metacharacter escapes to that 2 variables are resolved at | drochner | 1 | -2/+2 | |
startscript runtime, not already at creation time. No difference in behaviour, just looks nicer. | |||||
2003-07-28 | install a little shell script which eases the creation of a zope | drochner | 3 | -2/+56 | |
instance in response to PR: pkg/18191 by Kent Polk | |||||
2003-07-25 | Tweak an "#ifdef unix" check to get initgroups(3) support. | drochner | 2 | -1/+15 | |
Fix from MLH per PR pkg/21697. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -1/+1 | |
2003-05-05 | PKGREVISION goes after PKGNAME. | jmmv | 1 | -2/+2 | |
2003-05-02 | Dependency bumps, needed because of devel/pth's major bump, and related | wiz | 1 | -1/+2 | |
dependency bumps. | |||||
2003-04-23 | change the default installation method to "short path" since most | drochner | 1 | -2/+2 | |
packages do it that way now | |||||
2003-04-23 | allow to override the required zope version | drochner | 1 | -2/+3 | |
2003-04-18 | weaken dependency so that any zope-2.* is matched | drochner | 1 | -2/+2 | |
2003-04-17 | update Zope to 2.6.1 | drochner | 3 | -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-10 | make ${PAX} usage consistent: | grant | 1 | -6/+6 | |
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup | |||||
2002-10-24 | USE_BUILDLINK_ONLY -> USE_BUILDLINK2 | drochner | 1 | -2/+2 | |
2002-09-22 | application.buildlink.mk -> application.mk | wiz | 1 | -2/+2 | |
2002-09-21 | Strip the ".buildlink" from the names of the python application and | jlam | 1 | -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-12 | unused | drochner | 1 | -31/+0 | |
2002-09-12 | rename product.buildlink.mk to product.mk since this doesn't use | drochner | 1 | -0/+32 | |
"buildlink" logics also define a default prefix - fixes PR pkg/18191 | |||||
2002-09-04 | common definitions for add-on products | drochner | 1 | -0/+31 | |
2002-08-22 | First cut on an actual Zope pkg, which requires a thread enabled Python, | drochner | 6 | -0/+2341 | |
for which we only have a pth version. Needs Testing. Also needs some work for installation/startup scripts. |