From owner-cvs-ports@FreeBSD.ORG Sat Jan 28 11:51:38 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 C0B17106566C; Sat, 28 Jan 2012 11:51:38 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AFFBF8FC12; Sat, 28 Jan 2012 11:51:38 +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 q0SBpcTr059255; Sat, 28 Jan 2012 11:51:38 GMT (envelope-from culot@repoman.freebsd.org) Received: (from culot@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q0SBpcwU059254; Sat, 28 Jan 2012 11:51:38 GMT (envelope-from culot) Message-Id: <201201281151.q0SBpcwU059254@repoman.freebsd.org> From: Frederic Culot Date: Sat, 28 Jan 2012 11:51:38 +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/p5-Dancer-Plugin-SiteMap 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: Sat, 28 Jan 2012 11:51:38 -0000 culot 2012-01-28 11:51:38 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-Dancer-Plugin-SiteMap Makefile distinfo pkg-descr pkg-plist Log: Dancer::Plugin::SiteMap automagically adds sitemap routes to the webapp. Currently adds /sitemap and /sitemap.xml where the former is a basic HTML list and the latter is an XML document of URLS. WWW: http://search.cpan.org/dist/Dancer-Plugin-SiteMap/ PR: ports/164558 Submitted by: Grzegorz Blach Revision Changes Path 1.3093 +1 -0 ports/www/Makefile 1.1 +30 -0 ports/www/p5-Dancer-Plugin-SiteMap/Makefile (new) 1.1 +2 -0 ports/www/p5-Dancer-Plugin-SiteMap/distinfo (new) 1.1 +5 -0 ports/www/p5-Dancer-Plugin-SiteMap/pkg-descr (new) 1.1 +7 -0 ports/www/p5-Dancer-Plugin-SiteMap/pkg-plist (new)