Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/web
In directory vz-cvs-3.sog:/tmp/cvs-serv20183
Added Files:
featureserver-py.info paste-py.info pastedeploy-py.info
pastescript-py.info
Log Message:
pushed from 10.6
--- NEW FILE: featureserver-py.info ---
Info2: <<
Package: featureserver-py%type_pkg[python]
Type: python (2.7)
Version: 1.12
Revision: 1
Depends: python%type_pkg[python], simplejson-py%type_pkg[python],
gdal-py%type_pkg[python], paste-py%type_pkg[python],
cheetah-py%type_pkg[python], psycopg2-py%type_pkg[python]
Source: http://featureserver.org/featureserver-%v.tar.gz
Source-MD5: 6081e2bee7273d239515e017565218de
DocFiles: LICENSE.txt doc
CompileScript: echo Skipping compile stage
InstallScript: <<
#! /bin/bash -ev
%p/bin/python%type_raw[python] setup.py install --root=%d
mkdir -p %i/lib/cgi-bin
mv %i/bin/featureserver.cgi %i/lib/cgi-bin/featureserver.cgi%type_raw[python]
mv %i/bin/featureserver.fcgi
%i/lib/cgi-bin/featureserver.fcgi%type_raw[python]
mv %i/bin/featureserver_http_server.py
%i/bin/featureserver_http_server%type_raw[python]
mv %i/bin/featureserver_install_config.py
%i/bin/featureserver_install_config.py%type_raw[python]
mkdir -p %i/share/doc/%n
mv %i/FeatureServer/featureserver.cfg %i/share/doc/%n/
rmdir %i/FeatureServer
<<
# Thought about this, but instead putting it in as an example and leaving it to
the
# local admin to configure how they want to setup their system for cgi.
#ConfFiles: %p/etc/featureserver-py%type_pkg[python]/featureserver.cfg
# based on ipython info file
PostInstScript: <<
update-alternatives --install %p/lib/cgi-bin/featureserver.cgi
featureserver.cgi %p/lib/cgi-bin/featureserver.cgi%type_raw[python]
%type_pkg[python]
update-alternatives --install %p/lib/cgi-bin/featureserver.fcgi
featureserver.fcgi %p/lib/cgi-bin/featureserver.fcgi%type_raw[python]
%type_pkg[python]
update-alternatives --install %p/bin/featureserver_http_server
featureserver_http_server
%p/bin/featureserver_http_server%type_raw[python] %type_pkg[python]
update-alternatives --install %p/bin/featureserver_install_config.py
featureserver_install_config.py
%p/bin/featureserver_install_config.py%type_raw[python] %type_pkg[python]
echo ""
echo "The scripts 'featureserver.cgi', 'featureserver.fcgi',
'featureserver_http_server' "
echo "and 'featureserver_install_config.py installed in %p/bin/ and
%p/lib/cgi-bin"
echo "are symlinks automatically updated by the update-alternatives utility."
echo "If you install multiple flavours of the featureserver package, the
symlinks"
echo "will point to the higher flavour by default."
<<
PreRmScript: <<
if [ $1 != "upgrade" ]; then
update-alternatives --remove featureserver.cgi
%p/lib/cgi-bin/featureserver.cgi%type_raw[python]
update-alternatives --remove featureserver.fcgi
%p/lib/cgi-bin/featureserver.fcgi%type_raw[python]
update-alternatives --remove featureserver_http_server
%p/bin/featureserver_http_server%type_raw[python]
update-alternatives --remove featureserver_install_config.py
%p/bin/featureserver_install_config.py%type_raw[python]
fi
<<
DescPort: <<
Putting CGIs in %i/lib/cgi-bin to match apache2.
Avoiding ConfFiles for now to allow admins total control of the cgi
without surprises of the default cfg going in %p/etc/%n or similiar
location.
<<
Description: Python RESTful Geographic Feature Service
DescDetail: <<
FeatureServer is an implementation of a RESTful Geographic Feature
Service. Using standard HTTP methods, you can fetch a representation
of a feature or a collection of features, add new data to the service,
or delete data from the service. Use it as an aggregator -- post your
GeoRSS feeds to it, and then browse them using WFS. Use it as a
translator: use the OGR DataSource to load a shapefile and open it in
Google Earth.
<<
DescUsage: <<
You need to create a config file for featureserver and setup the cgi
before this works. A sample config file:
%p/share/doc/%n/featureserver.cfg
<<
Maintainer: Kurt Schwehr <[email protected]>
Homepage: http://featureserver.org/
LICENSE: BSD
# Info2:
<<
--- NEW FILE: pastedeploy-py.info ---
Info2: <<
Package: pastedeploy-py%type_pkg[python]
Version: 1.5.0
Revision: 1
Homepage: http://pypi.python.org/pypi/PasteDeploy
Maintainer: Kurt Schwehr <[email protected]>
Type: python (2.7)
Depends: python%type_pkg[python]
BuildDepends: distribute-py%type_pkg[python]
Source:
http://pypi.python.org/packages/source/P/PasteDeploy/PasteDeploy-%v.tar.gz
Source-MD5: f1a068a0b680493b6eaff3dd7690690f
CompileScript: python%type_raw[python] setup.py build
InstallScript: python%type_raw[python] setup.py install --root=%d
DocFiles: <<
PKG-INFO
docs
<<
License: GPL
Description: Load and configure WSGI apps and servers
DescDetail: <<
Load, configure, and compose WSGI applications and servers
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.
<<
InfoTest: <<
TestScript: <<
%p/bin/python%type_raw[python] setup.py test || exit 2
<<
<<
# Info2
<<
--- NEW FILE: pastescript-py.info ---
Info2: <<
Package: pastescript-py%type_pkg[python]
Version: 1.7.4.2
Revision: 1
Homepage: http://pypi.python.org/pypi/PasteScript
Maintainer: Kurt Schwehr <[email protected]>
Type: python (2.7)
Depends: <<
python%type_pkg[python],
cheetah-py%type_pkg[python],
pastedeploy-py%type_pkg[python],
paste-py%type_pkg[python]
<<
BuildDepends: distribute-py%type_pkg[python]
Source:
http://pypi.python.org/packages/source/P/PasteScript/PasteScript-%v.tar.gz
Source-MD5: e08017f60f4ff9067d2b88d3c2a49717
CompileScript: python%type_raw[python] setup.py build
InstallScript: <<
python%type_raw[python] setup.py install --root=%d
mv %i/bin/paster %i/bin/paster%type_raw[python]
<<
PostInstScript: <<
Update-alternatives --install %p/bin/paster paster
%p/bin/paster%type_raw[python] %type_pkg[python]
<<
PreRmScript: <<
update-alternatives --remove paster %p/bin/paster%type_raw[python]
<<
DocFiles: <<
PKG-INFO
docs
<<
License: GPL
Description: Command line interface to paste
DescDetail: <<
A pluggable command-line frontend, including commands to setup package
file layouts
This is a pluggable command-line tool.
It includes some built-in features;
* Create file layouts for packages. For instance, paste create
--template=basic_package MyPackage will create a
setuptools-ready file layout.
* Serving up web applications, with configuration based on
paste.deploy.
<<
# Info2
<<
--- NEW FILE: paste-py.info ---
Info2: <<
Package: paste-py%type_pkg[python]
Type: python (2.7)
Version: 1.7.5.1
Revision: 1
Depends: python%type_pkg[python], distribute-py%type_pkg[python]
Source: http://pypi.python.org/packages/source/P/Paste/Paste-%v.tar.gz
Source-MD5: 7ea5fabed7dca48eb46dc613c4b6c4ed
DocFiles: PKG-INFO Paste.egg-info docs/*
CompileScript: echo Skipping compile stage
InstallScript: <<
#! /bin/bash -ev
%p/bin/python%type_raw[python] setup.py install --root=%d
<<
Description: Python web developement middleware
DescDetail: <<
Python Paste brings consistency to Python web development and web
application installation, providing tools for both developers and
system administrators.
Using Paste does not exclude the use of other WSGI libraries and
components. There's really no advantage to putting new development or
major rewrites in Paste, as opposed to putting them in new
packages. Because of this it is planned that major new development
will happen outside of Paste. This makes Paste a very stable and
conservative piece of infrastructure for building on.
<<
Maintainer: Kurt Schwehr <[email protected]>
Homepage: http://pythonpaste.org/
LICENSE: BSD
# Info2:
<<
------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management
Up to 160% more powerful than alternatives and 25% more efficient.
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs