summaryrefslogtreecommitdiff
path: root/www/zope25
AgeCommit message (Collapse)AuthorFilesLines
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg2-7/+11
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2007-11-22Fixed invalid dependency pattern.rillig1-3/+3
2007-06-09Make Zope product dependency stricter, so that it doesn't matchjoerg1-2/+2
Zope 2.9 and later. No revision bump for all components, but this should help pkg_add to pick up the right Zope when binaries for all are available. Discussed with taca@
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-12Fixed some pkglint warnings.rillig1-2/+4
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-01-12Added the target zope-std-copyproduct-long-nogarbage that works likerillig1-1/+10
zope-std-copyproduct-long, except that it doesn't copy CVS files and *.orig.
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-05-24Replaced $i with ${i}.rillig1-3/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 checksums.wiz1-1/+2
2005-01-27Adapt to the latest python package changes: s/21pth/21/recht1-2/+2
2005-01-23Build Python with thread support by default and turn the existingrecht1-2/+2
python*-pth packages into meta-packages which will install the non-pth packages. Bump PKGREVISIONs on the non-pth versions to propagate the thread change, but leave the *-pth versions untouched to not affect existing installations. Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
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.