Date: Fri, 31 Dec 2010 17:13:44 +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-poster Makefile distinfo pkg-descr pkg-plist Message-ID: <201012311713.oBVHDi4h042807@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
nivit 2010-12-31 17:13:44 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/py-poster Makefile distinfo pkg-descr pkg-plist Log: The modules in the Python standard library don't provide a way to upload large Files via HTTP without having to load the entire file into memory first. poster provides support for both streaming POST requests as well as multipart/form-data encoding of string or file parameters. WWW: http://atlee.ca/software/poster Revision Changes Path 1.2785 +1 -0 ports/www/Makefile 1.1 +22 -0 ports/www/py-poster/Makefile (new) 1.1 +2 -0 ports/www/py-poster/distinfo (new) 1.1 +7 -0 ports/www/py-poster/pkg-descr (new) 1.1 +2 -0 ports/www/py-poster/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012311713.oBVHDi4h042807>