1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Adding port textproc/p5-MKDoc-XML, The MKDoc XML Toolkit.

Approved by:	tobez (implicit)
This commit is contained in:
Aaron Dalton 2006-05-25 22:55:23 +00:00
parent 60fc88b535
commit 21d57492ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163435
5 changed files with 93 additions and 0 deletions

View File

@ -365,6 +365,7 @@
SUBDIR += p5-Lingua-StopWords
SUBDIR += p5-MARC
SUBDIR += p5-MARC-Record
SUBDIR += p5-MKDoc-XML
SUBDIR += p5-Makefile-Parser
SUBDIR += p5-MathML-Entities
SUBDIR += p5-NetAddr-IP-Find

View File

@ -0,0 +1,40 @@
# New ports collection makefile for: p5-MKDoc-XML
# Date created: 25 May 2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= MKDoc-XML
PORTVERSION= 0.75
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/B/BP/BPOSTLE
PKGNAMEPREFIX= p5-
MAINTAINER= aaron@FreeBSD.org
COMMENT= The MKDoc XML Toolkit
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= MKDoc::XML.3 \
MKDoc::XML::Decode.3 \
MKDoc::XML::Dumper.3 \
MKDoc::XML::Encode.3 \
MKDoc::XML::Stripper.3 \
MKDoc::XML::Tagger.3 \
MKDoc::XML::Token.3 \
MKDoc::XML::Tokenizer.3 \
MKDoc::XML::TreeBuilder.3 \
MKDoc::XML::TreePrinter.3
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (MKDoc-XML-0.75.tar.gz) = bae96f16d2f55ac01f562d2e101b2824
SHA256 (MKDoc-XML-0.75.tar.gz) = be938c99a5e5951dc0abe4ffcb7557b15f45b74ed5232e70aac9a102e7165aa8
SIZE (MKDoc-XML-0.75.tar.gz) = 40990

View File

@ -0,0 +1,23 @@
MKDoc is a web content management system written in Perl which focuses on
standards compliance, accessiblity and usability issues, and multi-lingual
websites.
At MKDoc Ltd we have decided to gradually break up our existing commercial
software into a collection of completely independent, well-documented,
well-tested open-source CPAN modules.
Ultimately we want MKDoc code to be a coherent collection of module
distributions, yet each distribution should be usable and useful in
itself.
MKDoc::XML is part of this effort.
You could help us and turn some of MKDoc's code into a CPAN module. You
can take a look at the existing code at http://download.mkdoc.org/.
If you are interested in some functionality which you would like to see as
a standalone CPAN module, send an email to
<mkdoc-modules@lists.webarch.co.uk>
WWW: http://search.cpan.org/dist/MKDoc-XML
Author: Jean-Michel Hiver

View File

@ -0,0 +1,26 @@
%%SITE_PERL%%/MKDoc/XML.pm
%%SITE_PERL%%/MKDoc/XML/Decode.pm
%%SITE_PERL%%/MKDoc/XML/Decode/Numeric.pm
%%SITE_PERL%%/MKDoc/XML/Decode/XHTML.pm
%%SITE_PERL%%/MKDoc/XML/Decode/XMLBase.pm
%%SITE_PERL%%/MKDoc/XML/Dumper.pm
%%SITE_PERL%%/MKDoc/XML/Encode.pm
%%SITE_PERL%%/MKDoc/XML/Stripper.pm
%%SITE_PERL%%/MKDoc/XML/Stripper/mkdoc16.txt
%%SITE_PERL%%/MKDoc/XML/Stripper/xhtml10frameset.txt
%%SITE_PERL%%/MKDoc/XML/Stripper/xhtml10strict.txt
%%SITE_PERL%%/MKDoc/XML/Stripper/xhtml10transitional.txt
%%SITE_PERL%%/MKDoc/XML/Tagger.pm
%%SITE_PERL%%/MKDoc/XML/Tagger/Preserve.pm
%%SITE_PERL%%/MKDoc/XML/Token.pm
%%SITE_PERL%%/MKDoc/XML/Tokenizer.pm
%%SITE_PERL%%/MKDoc/XML/TreeBuilder.pm
%%SITE_PERL%%/MKDoc/XML/TreePrinter.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MKDoc/XML/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MKDoc/XML
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MKDoc
@dirrm %%SITE_PERL%%/MKDoc/XML/Tagger
@dirrm %%SITE_PERL%%/MKDoc/XML/Stripper
@dirrm %%SITE_PERL%%/MKDoc/XML/Decode
@dirrm %%SITE_PERL%%/MKDoc/XML
@dirrmtry %%SITE_PERL%%/MKDoc