Richard Thomas schrieb:
This will be setup with various releases of the full package.
The idea is to setup a pear channel where you can install all of the
Zend Framework with a simple "pear install"
This will provide quick and easy access to all the releases and current
snapshots through pear.
Consider this as more of an "extension" to svn.
Since most of ZF is very loosely coupled, however, wouldn't it be nicer
to have a single package for each component and then just setup a
dummy-package for the whole framework that contains only dependencies on
specific versions of the individual components? The whole Framework
could then be installed with, i,e.:
pear install --alldeps Zend_Framework
...but you could still install only parts of the framework if you don't
need the whole thing, i.e.:
pear install Zend_Search_Lucene
Same way you could install latest development versions of individual
packages (and have their dependencies auto-resolved) without having to
update the whole thing. I think that'd be really nice.
CU
Markus