Date: Mon, 12 Oct 2009 22:07:19 +0200 (CEST) From: Matthias Meyser <meyser@xenet.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Matthias Meyser <meyser@xenet.de> Subject: ports/139548: New port textproc/p5-OpenOffice-OODoc perl connector for Open OpenDocumentFormat Message-ID: <200910122007.n9CK7JFl064293@intserv1.intern> Resent-Message-ID: <200910122050.n9CKo1uf056749@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 139548 >Category: ports >Synopsis: New port textproc/p5-OpenOffice-OODoc perl connector for Open OpenDocumentFormat >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 12 20:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Matthias Meyser >Release: FreeBSD 7.2-STABLE i386 >Organization: XeNET GmbH, Clausthal-Zellerfeld >Environment: System: FreeBSD intserv1.intern 7.2-STABLE FreeBSD 7.2-STABLE #0: Tue Jul 21 19:51:39 CEST 2009 root@intserv1.intern:/usr/obj/usr/src/sys/INTSERV1 i386 >Description: New port textproc/p5-OpenOffice-OODoc perl connector for Open OpenDocumentFormat >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./pkg-descr # ./pkg-plist # ./Makefile # ./distinfo # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << '0e313719ff012ceaf97a028d51caa8f5' XOpenOffice::OODoc is an extensible Perl interface allowing direct Xread/write operations on files which comply with the XOASIS Open Document Format for Office Applications (ODF), Xi.e. the ISO/IEC 26300:2006 standard. X XIt provides a high-level, document-oriented language, and isolates Xthe programmer from the details of the file format. It can process Xdifferent document classes (texts, spreadsheets, presentations, Xand drawings). It can retrieve or update styles and images, Xdocument metadata, as well as text content. X XWWW: http://search.cpan.org/dist/OpenOffice-OODoc/ 0e313719ff012ceaf97a028d51caa8f5 echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'ef3e7f63841ae908ba397c2bef1fbad6' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenOffice/OODoc/.packlist X%%SITE_PERL%%/OpenOffice/OODoc.pod X%%SITE_PERL%%/OpenOffice/OODoc.pm X%%SITE_PERL%%/OpenOffice/OODoc/Styles.pod X%%SITE_PERL%%/OpenOffice/OODoc/File.pod X%%SITE_PERL%%/OpenOffice/OODoc/Manifest.pod X%%SITE_PERL%%/OpenOffice/OODoc/Image.pod X%%SITE_PERL%%/OpenOffice/OODoc/Manifest.pm X%%SITE_PERL%%/OpenOffice/OODoc/config.xml X%%SITE_PERL%%/OpenOffice/OODoc/XPath.pm X%%SITE_PERL%%/OpenOffice/OODoc/Meta.pod X%%SITE_PERL%%/OpenOffice/OODoc/File.pm X%%SITE_PERL%%/OpenOffice/OODoc/Styles.pm X%%SITE_PERL%%/OpenOffice/OODoc/Image.pm X%%SITE_PERL%%/OpenOffice/OODoc/Meta.pm X%%SITE_PERL%%/OpenOffice/OODoc/XPath.pod X%%SITE_PERL%%/OpenOffice/OODoc/Document.pm X%%SITE_PERL%%/OpenOffice/OODoc/Intro.pod X%%SITE_PERL%%/OpenOffice/OODoc/Text.pod X%%SITE_PERL%%/OpenOffice/OODoc/Text.pm X%%SITE_PERL%%/OpenOffice/OODoc/Document.pod X%%SITE_PERL%%/OpenOffice/OODoc/templates/template.sxi X%%SITE_PERL%%/OpenOffice/OODoc/templates/template.ods X%%SITE_PERL%%/OpenOffice/OODoc/templates/template.odp X%%SITE_PERL%%/OpenOffice/OODoc/templates/template.sxc X%%SITE_PERL%%/OpenOffice/OODoc/templates/template.sxw X%%SITE_PERL%%/OpenOffice/OODoc/templates/template.odt X%%SITE_PERL%%/OpenOffice/OODoc/templates/template.sxd X%%SITE_PERL%%/OpenOffice/OODoc/templates/template.odg X%%SITE_PERL%%/OpenOffice/OODoc/data/image.png Xbin/oodoc_test Xbin/odfhighlight Xbin/odf_set_title Xbin/odf_set_fields Xbin/odfmetadoc Xbin/odf2pod Xbin/text2table Xbin/odfbuild Xbin/odfsearch Xbin/oodoc_version Xbin/odffilesearch Xbin/text2odf Xbin/odffindbasic Xbin/odfextract X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenOffice/OODoc X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenOffice X@dirrm %%SITE_PERL%%/OpenOffice/OODoc/data X@dirrm %%SITE_PERL%%/OpenOffice/OODoc/templates X@dirrm %%SITE_PERL%%/OpenOffice/OODoc X@dirrmtry %%SITE_PERL%%/OpenOffice ef3e7f63841ae908ba397c2bef1fbad6 echo x - ./Makefile sed 's/^X//' >./Makefile << '464ef7c6571951809b23e262cbe26e19' X# New ports collection makefile for: OpenOffice::OODoc X# Date created: 10 October 2009 X# Whom: meyser@xenet.de X# X# $FreeBSD$ X# X XPORTNAME= OpenOffice-OODoc XPORTVERSION= 2.108 XCATEGORIES= textproc perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= meyser@xenet.de XCOMMENT= The Perl Open OpenDocument Connector X XRUN_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ X p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig X XPERL_CONFIGURE= yes XCONFIGURE_ARGS+= --noprompt X XMAN3= OpenOffice::OODoc.3 OpenOffice::OODoc::Document.3 \ X OpenOffice::OODoc::File.3 OpenOffice::OODoc::Image.3 \ X OpenOffice::OODoc::Intro.3 OpenOffice::OODoc::Manifest.3 \ X OpenOffice::OODoc::Meta.3 OpenOffice::OODoc::Styles.3 \ X OpenOffice::OODoc::Text.3 OpenOffice::OODoc::XPath.3 X XMAN1= odf2pod.1 odf_set_fields.1 odf_set_title.1 odfbuild.1 \ X odfextract.1 odffilesearch.1 odffindbasic.1 odfhighlight.1 \ X odfmetadoc.1 odfsearch.1 oodoc_test.1 text2odf.1 text2table.1 X X.include <bsd.port.mk> 464ef7c6571951809b23e262cbe26e19 echo x - ./distinfo sed 's/^X//' >./distinfo << 'aec8793adfd5b7c3f00e62ae41a09ac2' XMD5 (OpenOffice-OODoc-2.108.tar.gz) = 745c6ba13360d005447451b2ed8b8ff0 XSHA256 (OpenOffice-OODoc-2.108.tar.gz) = 0f3c81e39b62ccc08d750b26b14af4c3db9f8435fa7d3bc85b256009ed088ab2 XSIZE (OpenOffice-OODoc-2.108.tar.gz) = 278758 aec8793adfd5b7c3f00e62ae41a09ac2 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910122007.n9CK7JFl064293>