From owner-cvs-all@FreeBSD.ORG Wed Nov 2 01:45:20 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFB321065675; Wed, 2 Nov 2011 01:45:20 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A06178FC0C; Wed, 2 Nov 2011 01:45:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id pA21jKSX009559; Wed, 2 Nov 2011 01:45:20 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pA21jKwZ009558; Wed, 2 Nov 2011 01:45:20 GMT (envelope-from clsung) Message-Id: <201111020145.pA21jKwZ009558@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 2 Nov 2011 01:45:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/py-django-piston Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2011 01:45:20 -0000 clsung 2011-11-02 01:45:20 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/py-django-piston Makefile distinfo pkg-descr Log: A mini-framework for Django for creating RESTful APIs. Piston is a relatively small Django application that lets you create application programming interfaces (API) for your sites. It has several unique features: * Ties into Django's internal mechanisms. * Supports OAuth out of the box (as well as Basic/Digest or custom auth.) * Doesn't require tying to models, allowing arbitrary resources. * Speaks JSON, YAML, Python Pickle & XML (and HATEOAS.) * Ships with a convenient reusable library in Python * Respects and encourages proper use of HTTP (status codes, ...) * Has built in (optional) form validation (via Django), throttling, etc. * Supports streaming, with a small memory footprint. WWW: https://bitbucket.org/jespern/django-piston Revision Changes Path 1.3020 +1 -0 ports/www/Makefile 1.1 +24 -0 ports/www/py-django-piston/Makefile (new) 1.1 +2 -0 ports/www/py-django-piston/distinfo (new) 1.1 +17 -0 ports/www/py-django-piston/pkg-descr (new)