Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2007 09:53:55 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www Makefile ports/www/py-pastedeploy Makefile distinfo pkg-descr pkg-plist ports/www/py-pastedeploy/files pkg-deinstall.in pkg-install.in
Message-ID:  <200701070953.l079rtoK048541@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
nivit       2007-01-07 09:53:55 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/py-pastedeploy   Makefile distinfo pkg-descr pkg-plist 
    www/py-pastedeploy/files pkg-deinstall.in pkg-install.in 
  Log:
  Load, configure, and compose WSGI applications and servers
  
  Paste Deployment is a system for finding and configuring WSGI
  applications and servers. For WSGI application consumers it provides a
  single, simple function (loadapp) for loading a WSGI application from
  a configuration file or a Python Egg. For WSGI application providers
  it only asks for a single, simple entry point to your application, so
  that application users don't need to be exposed to the implementation
  details of your application.
  
  The result is something a system administrator can install and manage
  without knowing any Python, or the details of the WSGI application or
  its container.
  
  This tool provides code to load WSGI applications and servers from
  URIs; these URIs can refer to Python Eggs for INI-style configuration
  files. Paste Script provides commands to serve applications based on
  this configuration file.
  
  Author: Ian Bicking <ianb at colorstudy com>
  WWW:    http://pythonpaste.org/deploy/
  
  PR:             ports/106755
  Submitted by:   Dryice Liu      <dryice at dryice.name>
  Approved by:    alexbl (mentor)
  Reviewed by:    dryice (maintainer)
  
  Revision  Changes    Path
  1.1676    +1 -0      ports/www/Makefile
  1.1       +37 -0     ports/www/py-pastedeploy/Makefile (new)
  1.1       +3 -0      ports/www/py-pastedeploy/distinfo (new)
  1.1       +17 -0     ports/www/py-pastedeploy/files/pkg-deinstall.in (new)
  1.1       +16 -0     ports/www/py-pastedeploy/files/pkg-install.in (new)
  1.1       +21 -0     ports/www/py-pastedeploy/pkg-descr (new)
  1.1       +51 -0     ports/www/py-pastedeploy/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701070953.l079rtoK048541>