From owner-cvs-ports@FreeBSD.ORG Wed Apr 9 22:18:26 2008 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 1EE081065671; Wed, 9 Apr 2008 22:18:26 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0D3D68FC0C; Wed, 9 Apr 2008 22:18:26 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m39MIPkF031143; Wed, 9 Apr 2008 22:18:25 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m39MIP95031142; Wed, 9 Apr 2008 22:18:25 GMT (envelope-from nivit) Message-Id: <200804092218.m39MIP95031142@repoman.freebsd.org> From: Nicola Vitale Date: Wed, 9 Apr 2008 22:18:25 +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/google-appengine Makefile distinfo pkg-descr pkg-plist 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: Wed, 09 Apr 2008 22:18:26 -0000 nivit 2008-04-09 22:18:25 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/google-appengine Makefile distinfo pkg-descr pkg-plist Log: Google App Engine software development kit (SDK). Google App Engine enables you to build web applications on the same scalable systems that power Google applications. Google App Engine applications are implemented using the Python programming language. The runtime environment includes the full Python language and most of the Python standard library. App Engine applications are easy to build, easy to maintain, and easy to scale as your traffic and data storage needs grow. With App Engine, there are no servers to maintain: you just upload your application, and it's ready to serve your users. WWW: http://code.google.com/appengine/ Revision Changes Path 1.2012 +1 -0 ports/www/Makefile 1.1 +55 -0 ports/www/google-appengine/Makefile (new) 1.1 +3 -0 ports/www/google-appengine/distinfo (new) 1.1 +14 -0 ports/www/google-appengine/pkg-descr (new) 1.1 +1226 -0 ports/www/google-appengine/pkg-plist (new)