From owner-cvs-all@FreeBSD.ORG Thu May 27 08:47:17 2010 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 3B667106566B; Thu, 27 May 2010 08:47:17 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2ABE68FC0C; Thu, 27 May 2010 08:47:17 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o4R8lHBi015784; Thu, 27 May 2010 08:47:17 GMT (envelope-from wen@repoman.freebsd.org) Received: (from wen@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4R8lHjA015783; Thu, 27 May 2010 08:47:17 GMT (envelope-from wen) Message-Id: <201005270847.o4R8lHjA015783@repoman.freebsd.org> From: Wen Heping Date: Thu, 27 May 2010 08:47:17 +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/textproc Makefile ports/textproc/p5-Pod-Elemental 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: Thu, 27 May 2010 08:47:17 -0000 wen 2010-05-27 08:47:17 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-Pod-Elemental Makefile distinfo pkg-descr pkg-plist Log: Pod::Elemental is a system for treating a Pod (plain old documentation) documents as trees of elements. This model may be familiar from many other document systems, especially the HTML DOM. Pod::Elemental's document object model is much less sophisticated than the HTML DOM, but still makes a lot of document transformations easy. WWW: http://search.cpan.org/dist/Pod-Elemental/ Revision Changes Path 1.1463 +1 -0 ports/textproc/Makefile 1.1 +57 -0 ports/textproc/p5-Pod-Elemental/Makefile (new) 1.1 +3 -0 ports/textproc/p5-Pod-Elemental/distinfo (new) 1.1 +7 -0 ports/textproc/p5-Pod-Elemental/pkg-descr (new) 1.1 +34 -0 ports/textproc/p5-Pod-Elemental/pkg-plist (new)