mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Update to 2.125 [1]
- Support staging - Add LICENSE (LGPL 2.1) - Enforce dependencies' minimum required version - Remove leading article from COMMENT Changes: http://search.cpan.org/dist/OpenOffice-OODoc/Changes PR: ports/185804 [1] Submitted by: Matthias Meyser <Meyser@xenet.de> (maintainer)
This commit is contained in:
parent
38cb017be2
commit
ea136d98dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340149
@ -2,29 +2,21 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= OpenOffice-OODoc
|
||||
PORTVERSION= 2.124
|
||||
PORTVERSION= 2.125
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= meyser@xenet.de
|
||||
COMMENT= The Perl Open OpenDocument Connector
|
||||
COMMENT= Perl Open OpenDocument Connector
|
||||
|
||||
RUN_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \
|
||||
p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig
|
||||
LICENSE= LGPL21
|
||||
|
||||
RUN_DEPENDS= p5-Archive-Zip>=1.18:${PORTSDIR}/archivers/p5-Archive-Zip \
|
||||
p5-XML-Twig>=3.32:${PORTSDIR}/textproc/p5-XML-Twig
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
CONFIGURE_ARGS+= --noprompt
|
||||
|
||||
MAN1= odf2pod.1 odf_set_fields.1 odf_set_title.1 odfbuild.1 \
|
||||
odfextract.1 odffilesearch.1 odffindbasic.1 odfhighlight.1 \
|
||||
odfmetadoc.1 odfsearch.1 oodoc_test.1 text2odf.1 text2table.1
|
||||
MAN3= OpenOffice::OODoc.3 OpenOffice::OODoc::Document.3 \
|
||||
OpenOffice::OODoc::File.3 OpenOffice::OODoc::Image.3 \
|
||||
OpenOffice::OODoc::Intro.3 OpenOffice::OODoc::Manifest.3 \
|
||||
OpenOffice::OODoc::Meta.3 OpenOffice::OODoc::Styles.3 \
|
||||
OpenOffice::OODoc::Text.3 OpenOffice::OODoc::XPath.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (OpenOffice-OODoc-2.124.tar.gz) = 722fed3b16a1929ca0c02d26b778d0af92a982e30d55f9cc17b48e3fa0b4cc2b
|
||||
SIZE (OpenOffice-OODoc-2.124.tar.gz) = 306197
|
||||
SHA256 (OpenOffice-OODoc-2.125.tar.gz) = c11448970693c42a8b9e93da48cac913516ce33a9d44a6468400f7ad8791dab6
|
||||
SIZE (OpenOffice-OODoc-2.125.tar.gz) = 306347
|
||||
|
@ -28,6 +28,16 @@
|
||||
%%SITE_PERL%%/OpenOffice/OODoc/templates/template.sxd
|
||||
%%SITE_PERL%%/OpenOffice/OODoc/templates/template.odg
|
||||
%%SITE_PERL%%/OpenOffice/OODoc/data/image.png
|
||||
%%PERL5_MAN3%%/OpenOffice::OODoc.3.gz
|
||||
%%PERL5_MAN3%%/OpenOffice::OODoc::Document.3.gz
|
||||
%%PERL5_MAN3%%/OpenOffice::OODoc::File.3.gz
|
||||
%%PERL5_MAN3%%/OpenOffice::OODoc::Image.3.gz
|
||||
%%PERL5_MAN3%%/OpenOffice::OODoc::Intro.3.gz
|
||||
%%PERL5_MAN3%%/OpenOffice::OODoc::Manifest.3.gz
|
||||
%%PERL5_MAN3%%/OpenOffice::OODoc::Meta.3.gz
|
||||
%%PERL5_MAN3%%/OpenOffice::OODoc::Styles.3.gz
|
||||
%%PERL5_MAN3%%/OpenOffice::OODoc::Text.3.gz
|
||||
%%PERL5_MAN3%%/OpenOffice::OODoc::XPath.3.gz
|
||||
bin/oodoc_test
|
||||
bin/odfhighlight
|
||||
bin/odf_set_title
|
||||
@ -42,6 +52,19 @@ bin/odffilesearch
|
||||
bin/text2odf
|
||||
bin/odffindbasic
|
||||
bin/odfextract
|
||||
man/man1/odf2pod.1.gz
|
||||
man/man1/odf_set_fields.1.gz
|
||||
man/man1/odf_set_title.1.gz
|
||||
man/man1/odfbuild.1.gz
|
||||
man/man1/odfextract.1.gz
|
||||
man/man1/odffilesearch.1.gz
|
||||
man/man1/odffindbasic.1.gz
|
||||
man/man1/odfhighlight.1.gz
|
||||
man/man1/odfmetadoc.1.gz
|
||||
man/man1/odfsearch.1.gz
|
||||
man/man1/oodoc_test.1.gz
|
||||
man/man1/text2odf.1.gz
|
||||
man/man1/text2table.1.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenOffice/OODoc
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenOffice
|
||||
@dirrm %%SITE_PERL%%/OpenOffice/OODoc/data
|
||||
|
Loading…
Reference in New Issue
Block a user