[Zope-CVS] CVS: Releases - packages.map:1.1
Fred L. Drake, Jr.
fred at zope.com
Fri May 7 23:10:55 EDT 2004
Update of /cvs-repository/Releases
In directory cvs.zope.org:/tmp/cvs-serv12511
Added Files:
packages.map
Log Message:
initial packages map for cvs.zope.org
=== Added File Releases/packages.map ===
# ------------------------------------------------------
# Resources that live in the public Zope CVS repository.
# ------------------------------------------------------
# The resources identified here are for use with the "zpkg" tool found
# at /Packages/zpkgtools/ in this repository; you can find more
# information on the web at
#
# http://www.zope.org/Members/fdrake/zpkgtools/
#
# This file is referred to as a "resource map". It defines names of
# resources (which may be Python packages) and associates them with
# the locations from which they may be retrieved. Resource names are
# case-sensitive.
#
# The resources identified in this file may be identified by either
# "cvs:" URLs or "repository:" URLs. "repository:" URLs would be
# shorter, but using "cvs:" URLs allows this file to be saved on a the
# machine where packaging is performed, allowing it to be loaded more
# quickly. (This map also specifies the use of anonymous pserver
# connections to avoid the SSH overhead endured for authenticated
# interactions.)
#
# This file may itself be referenced by either of the URLs
#
# cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Releases/packages.map:HEAD
# http://cvs.zope.org/Releases/packages.map?rev=HEAD
# ---------------------------------------------------------------------
# These resources are intended to drive releases of "accessible"
# chunks of functionality that may be useful separately from Zope 3,
# with the exception of the ZopeX3 resource (that one *is* Zope 3).
#
ZODB3 cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Releases/ZODB3/
ZopeX3 cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Releases/ZopeX3/
ZopeInterface cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Releases/ZopeInterface/
Zope3-TAL cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Releases/Zope3-TAL/
# ---------------------------------------------------------------------
# These are separately released packages that aren't really
# collections.
#
ZConfig cvs://anonymous@cvs.zope.org:ext/cvs-repository:Packages/ZConfig
# ---------------------------------------------------------------------
# These are packages that are dependencies of one or more of the
# packages listed above; when building a collection or application
# distribution, "zpkg" will load the dependencies and include them in
# the distribution.
#
BTrees cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Zope3/src/BTrees
persistent cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Zope3/src/persistent
zdaemon cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Zope3/src/zdaemon
ZEO cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Zope3/src/ZEO
ZODB cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Zope3/src/ZODB
zope cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Zope3/src/zope
zope.app cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Zope3/src/zope/app
zope.app.container cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Zope3/src/zope/app/container
zope.app.presentation cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Zope3/src/zope/app/presentation
zope.app.sqlscript cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Zope3/src/zope/app/sqlscript
zope.cachedescriptors cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Zope3/src/zope/cachedescriptors
zope.component cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Zope3/src/zope/component
zope.configuration cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Zope3/src/zope/configuration
zope.exceptions cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Zope3/src/zope/exceptions
zope.fssync cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Zope3/src/zope/fssync
zope.hookable cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Zope3/src/zope/hookable
zope.i18n cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Zope3/src/zope/i18n
zope.i18nmessageid cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Zope3/src/zope/i18nmessageid
zope.interface cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Zope3/src/zope/interface
zope.modulealias cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Zope3/src/zope/modulealias
zope.pagetemplate cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Zope3/src/zope/pagetemplate
zope.proxy cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Zope3/src/zope/proxy
zope.publisher cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Zope3/src/zope/publisher
zope.schema cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Zope3/src/zope/schema
zope.security cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Zope3/src/zope/security
zope.server cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Zope3/src/zope/server
zope.tal cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Zope3/src/zope/tal
zope.tales cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Zope3/src/zope/tales
zope.testing cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Zope3/src/zope/testing
# ---------------------------------------------------------------------
# These are support packages used by the packaging tool itself. One
# of them lives on cvs.zope.org, and another lives in the Python CVS
# tree.
#
setuptools cvs://anonymous@cvs.sourceforge.net:pserver/cvsroot/python:python/nondist/sandbox/setuptools/setuptools
zpkgtools cvs://anonymous@cvs.zope.org:pserver/cvs-repository:Packages/zpkgtools/zpkgtools
# That's it.
# ---------------------------------------------------------------------
More information about the Zope-CVS
mailing list