From owner-cvs-ports@FreeBSD.ORG Wed Oct 21 09:16:05 2009 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 4CE041065693; Wed, 21 Oct 2009 09:16:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3D46E8FC25; Wed, 21 Oct 2009 09:16:05 +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 n9L9G5YL002446; Wed, 21 Oct 2009 09:16:05 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9L9G5Q4002445; Wed, 21 Oct 2009 09:16:05 GMT (envelope-from miwi) Message-Id: <200910210916.n9L9G5Q4002445@repoman.freebsd.org> From: Martin Wilke Date: Wed, 21 Oct 2009 09:16:05 +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-OpenOffice-OODoc 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, 21 Oct 2009 09:16:05 -0000 miwi 2009-10-21 09:16:05 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-OpenOffice-OODoc Makefile distinfo pkg-descr pkg-plist Log: OpenOffice::OODoc is an extensible Perl interface allowing direct read/write operations on files which comply with the OASIS Open Document Format for Office Applications (ODF), i.e. the ISO/IEC 26300:2006 standard. It provides a high-level, document-oriented language, and isolates the programmer from the details of the file format. It can process different document classes (texts, spreadsheets, presentations, and drawings). It can retrieve or update styles and images, document metadata, as well as text content. WWW: http://search.cpan.org/dist/OpenOffice-OODoc/ PR: ports/139548 Submitted by: meyser at xenet.de Revision Changes Path 1.1384 +1 -0 ports/textproc/Makefile 1.1 +32 -0 ports/textproc/p5-OpenOffice-OODoc/Makefile (new) 1.1 +3 -0 ports/textproc/p5-OpenOffice-OODoc/distinfo (new) 1.1 +12 -0 ports/textproc/p5-OpenOffice-OODoc/pkg-descr (new) 1.1 +51 -0 ports/textproc/p5-OpenOffice-OODoc/pkg-plist (new)