From owner-cvs-ports@FreeBSD.ORG Tue Jan 3 08:06:27 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 9709A106564A; Tue, 3 Jan 2012 08:06:27 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 690F38FC1D; Tue, 3 Jan 2012 08:06:27 +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 q0386Rv9092188; Tue, 3 Jan 2012 08:06:27 GMT (envelope-from rm@repoman.freebsd.org) Received: (from rm@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q0386R48092187; Tue, 3 Jan 2012 08:06:27 GMT (envelope-from rm) Message-Id: <201201030806.q0386R48092187@repoman.freebsd.org> From: Ruslan Mahmatkhanov Date: Tue, 3 Jan 2012 08:06:27 +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-plone.app.caching Makefile distinfo pkg-descr pkg-plist ports/www/py-plone.app.controlpanel Makefile distinfo pkg-descr pkg-plist ports/www/py-plone.app.i18n 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, 03 Jan 2012 08:06:27 -0000 rm 2012-01-03 08:06:27 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/py-plone.app.caching Makefile distinfo pkg-descr pkg-plist www/py-plone.app.controlpanel Makefile distinfo pkg-descr pkg-plist www/py-plone.app.i18n Makefile distinfo pkg-descr pkg-plist www/py-plone.app.kss Makefile distinfo pkg-descr pkg-plist www/py-plone.app.portlets Makefile distinfo pkg-descr pkg-plist www/py-plone.app.querystring Makefile distinfo pkg-descr pkg-plist www/py-plone.app.registry Makefile distinfo pkg-descr pkg-plist www/py-plone.app.registry/files patch-plone-app-registry-exportimport_handler.py patch-plone-app-registry-tests_test_exportimport.py www/py-plone.app.testing Makefile distinfo pkg-descr pkg-plist www/py-plone.app.workflow Makefile distinfo pkg-descr pkg-plist www/py-plone.app.z3cform Makefile distinfo pkg-descr pkg-plist Log: Import plone4 dependencies part 12/15 Revision Changes Path 1.3075 +10 -0 ports/www/Makefile 1.1 +45 -0 ports/www/py-plone.app.caching/Makefile (new) 1.1 +2 -0 ports/www/py-plone.app.caching/distinfo (new) 1.1 +3 -0 ports/www/py-plone.app.caching/pkg-descr (new) 1.1 +147 -0 ports/www/py-plone.app.caching/pkg-plist (new) 1.1 +52 -0 ports/www/py-plone.app.controlpanel/Makefile (new) 1.1 +2 -0 ports/www/py-plone.app.controlpanel/distinfo (new) 1.1 +3 -0 ports/www/py-plone.app.controlpanel/pkg-descr (new) 1.1 +121 -0 ports/www/py-plone.app.controlpanel/pkg-plist (new) 1.1 +24 -0 ports/www/py-plone.app.i18n/Makefile (new) 1.1 +2 -0 ports/www/py-plone.app.i18n/distinfo (new) 1.1 +3 -0 ports/www/py-plone.app.i18n/pkg-descr (new) 1.1 +59 -0 ports/www/py-plone.app.i18n/pkg-plist (new) 1.1 +44 -0 ports/www/py-plone.app.kss/Makefile (new) 1.1 +2 -0 ports/www/py-plone.app.kss/distinfo (new) 1.1 +3 -0 ports/www/py-plone.app.kss/pkg-descr (new) 1.1 +184 -0 ports/www/py-plone.app.kss/pkg-plist (new) 1.1 +58 -0 ports/www/py-plone.app.portlets/Makefile (new) 1.1 +2 -0 ports/www/py-plone.app.portlets/distinfo (new) 1.1 +3 -0 ports/www/py-plone.app.portlets/pkg-descr (new) 1.1 +244 -0 ports/www/py-plone.app.portlets/pkg-plist (new) 1.1 +27 -0 ports/www/py-plone.app.querystring/Makefile (new) 1.1 +2 -0 ports/www/py-plone.app.querystring/distinfo (new) 1.1 +6 -0 ports/www/py-plone.app.querystring/pkg-descr (new) 1.1 +67 -0 ports/www/py-plone.app.querystring/pkg-plist (new) 1.1 +39 -0 ports/www/py-plone.app.registry/Makefile (new) 1.1 +2 -0 ports/www/py-plone.app.registry/distinfo (new) 1.1 +10 -0 ports/www/py-plone.app.registry/files/patch-plone-app-registry-exportimport_handler.py (new) 1.1 +11 -0 ports/www/py-plone.app.registry/files/patch-plone-app-registry-tests_test_exportimport.py (new) 1.1 +3 -0 ports/www/py-plone.app.registry/pkg-descr (new) 1.1 +77 -0 ports/www/py-plone.app.registry/pkg-plist (new) 1.1 +34 -0 ports/www/py-plone.app.testing/Makefile (new) 1.1 +2 -0 ports/www/py-plone.app.testing/distinfo (new) 1.1 +3 -0 ports/www/py-plone.app.testing/pkg-descr (new) 1.1 +43 -0 ports/www/py-plone.app.testing/pkg-plist (new) 1.1 +43 -0 ports/www/py-plone.app.workflow/Makefile (new) 1.1 +2 -0 ports/www/py-plone.app.workflow/distinfo (new) 1.1 +3 -0 ports/www/py-plone.app.workflow/pkg-descr (new) 1.1 +89 -0 ports/www/py-plone.app.workflow/pkg-plist (new) 1.1 +33 -0 ports/www/py-plone.app.z3cform/Makefile (new) 1.1 +2 -0 ports/www/py-plone.app.z3cform/distinfo (new) 1.1 +4 -0 ports/www/py-plone.app.z3cform/pkg-descr (new) 1.1 +92 -0 ports/www/py-plone.app.z3cform/pkg-plist (new)