From owner-cvs-ports@FreeBSD.ORG Tue May 8 21:25:51 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 691E7106566C; Tue, 8 May 2012 21:25:51 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3B9E78FC08; Tue, 8 May 2012 21:25:51 +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 q48LPpXU030566; Tue, 8 May 2012 21:25:51 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q48LPp0f030565; Tue, 8 May 2012 21:25:51 GMT (envelope-from delphij) Message-Id: <201205082125.q48LPp0f030565@repoman.freebsd.org> From: Xin LI Date: Tue, 8 May 2012 21:25:51 +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-tastypie Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2012 21:25:51 -0000 delphij 2012-05-08 21:25:51 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/py-django-tastypie Makefile distinfo pkg-descr Log: Creating delicious APIs for Django apps since 2010. Here are some common reasons for tastypie: * You need an API that is RESTful and uses HTTP well. * You want to support deep relations. * You DON'T want to have to write your own serializer to make the output right. * You want an API framework that has little magic, very flexible and maps well to the problem domain. * You want/need XML serialization that is treated equally to JSON (and YAML is there too). * You want to support my perceived NIH syndrome, which is less about NIH and more about trying to help out friends/coworkers. PR: ports/167716 Submitted by: William Grzybowski Revision Changes Path 1.3178 +1 -0 ports/www/Makefile 1.1 +25 -0 ports/www/py-django-tastypie/Makefile (new) 1.1 +2 -0 ports/www/py-django-tastypie/distinfo (new) 1.1 +16 -0 ports/www/py-django-tastypie/pkg-descr (new)