NOTICE: This package has been removed from pkgsrc

./www/zope25, Zope, the Z Object Publishing Environment

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.6.2, Package name: zope-2.6.2, Maintainer: pkgsrc-users

Zope is a free, open source web application platform used for building
high-performance, dynamic web sites.

The Zope architecture competes in the web application server market
against products such as Cold Fusion, Silverstream, Netscape Application
Server, and the like. These products are aimed at systems programmers
and relational databases. Zope, however, contains a powerful and simple
scripting object model and high-performance, integrated object database.
Thus the term "platform".


Required to run:
[lang/python21]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2008-05-26 04:13:26 by Joerg Sonnenberger | Files touched by this commit (274)
Log message:
Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
   2007-11-22 11:04:32 by Roland Illig | Files touched by this commit (1)
Log message:
Fixed invalid dependency pattern.
   2007-06-10 01:28:37 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Make Zope product dependency stricter, so that it doesn't match
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-06 08:23:06 by Jeremy C. Reed | Files touched by this commit (1147)
Log message:
Over 1200 files touched but no revisions bumped :)

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-12 18:35:05 by Roland Illig | Files touched by this commit (1)
Log message:
Fixed some pkglint warnings.
   2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257)
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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-13 00:50:14 by Roland Illig | Files touched by this commit (1)
Log message:
Added the target zope-std-copyproduct-long-nogarbage that works like
zope-std-copyproduct-long, except that it doesn't copy CVS files and
*.orig.
   2005-06-17 05:50:45 by Johnny C. Lam | Files touched by this commit (387)
Log message:
Create directories before installing files into them.