From owner-cvs-all@FreeBSD.ORG Sun Mar 29 14:17:05 2009 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 1DA691065675; Sun, 29 Mar 2009 14:17:05 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0BD0C8FC1C; Sun, 29 Mar 2009 14:17:05 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n2TEH4KA048430; Sun, 29 Mar 2009 14:17:04 GMT (envelope-from lbr@repoman.freebsd.org) Received: (from lbr@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n2TEH4ih048429; Sun, 29 Mar 2009 14:17:04 GMT (envelope-from lbr) Message-Id: <200903291417.n2TEH4ih048429@repoman.freebsd.org> From: Lars Balker Rasmussen Date: Sun, 29 Mar 2009 14:17:04 +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-HTML-GenToc Makefile distinfo pkg-descr pkg-plist 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: Sun, 29 Mar 2009 14:17:05 -0000 lbr 2009-03-29 14:17:04 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-HTML-GenToc Makefile distinfo pkg-descr pkg-plist Log: New port www/p5-HTML-GenToc: HTML::GenToc generates anchors and a table of contents for HTML documents. Depending on the arguments, it will insert the information it generates, or output to a string, a separate file or STDOUT. While it defaults to taking H1 and H2 elements as the significant elements to put into the table of contents, any tag can be defined as a significant element. Also, it doesn't matter if the input HTML code is complete, pure HTML, one can input pseudo-html or page-fragments, which makes it suitable for using on templates and HTML meta-languages such as WML. Also included in the distrubution is hypertoc, a script which uses the module so that one can process files on the command-line in a user-friendly manner. Revision Changes Path 1.2308 +1 -0 ports/www/Makefile 1.1 +28 -0 ports/www/p5-HTML-GenToc/Makefile (new) 1.1 +3 -0 ports/www/p5-HTML-GenToc/distinfo (new) 1.1 +17 -0 ports/www/p5-HTML-GenToc/pkg-descr (new) 1.1 +3 -0 ports/www/p5-HTML-GenToc/pkg-plist (new)