Bug 122316 - New port: www/toofpy
Summary: New port: www/toofpy
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-31 23:50 UTC by Frank
Modified: 2008-04-16 07:30 UTC (History)
0 users

See Also:


Attachments
file.shar (13.96 KB, text/plain)
2008-03-31 23:50 UTC, Frank
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Frank 2008-03-31 23:50:01 UTC
This is a small daemon written in python that provides an easy way to return the results of python scripts via SOAP, XMLRPC and REST.

Fix: Patch attached with submission follows:
Comment 1 Beech Rintoul freebsd_committer freebsd_triage 2008-04-01 03:15:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-04-16 07:23:58 UTC
beech       2008-04-16 06:23:43 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/toofpy           Makefile distinfo pkg-descr pkg-install 
                         pkg-plist 
    www/toofpy/files     patch-tools_WSGITool.py toolserver.in 
  Log:
  - New port TooFPy-0.3.7
  
  From the website:
  
    The Toolserver Framework for Python is a framework for simple building of
    webservices. This is not Twisted - that one is much larger and much richer
    in features. If you need a full fledged webservice or internet protocol
    platform, you better go with Twisted. But if you need a lean and mean
    webservice machine, the Toolserver Framework for Python might be the right
    tool for the job.
  
  Author: Georg Bauer <gb@murphy.bofh.ms>
  WWW:    http://pyds.muensterland.org/wiki/toolserver.html
  
  PR:             ports/122316
  Submitted by:   Frank Fenor <frank at fenor.de>
  
  Revision  Changes    Path
  1.2017    +1 -0      ports/www/Makefile
  1.1       +48 -0     ports/www/toofpy/Makefile (new)
  1.1       +3 -0      ports/www/toofpy/distinfo (new)
  1.1       +28 -0     ports/www/toofpy/files/patch-tools_WSGITool.py (new)
  1.1       +68 -0     ports/www/toofpy/files/toolserver.in (new)
  1.1       +11 -0     ports/www/toofpy/pkg-descr (new)
  1.1       +36 -0     ports/www/toofpy/pkg-install (new)
  1.1       +137 -0    ports/www/toofpy/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2008-04-16 07:24:35 UTC
State Changed
From-To: open->closed

Committed, Thanks!