Add p5-XML-Quote 1.02, XML quote/dequote functions.

This commit is contained in:
Sergey Skvortsov 2003-02-05 11:41:52 +00:00
parent e6ef3a7589
commit f21b06e3bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74844
6 changed files with 42 additions and 0 deletions

View File

@ -254,6 +254,7 @@
SUBDIR += p5-XML-NamespaceSupport
SUBDIR += p5-XML-Node
SUBDIR += p5-XML-Parser
SUBDIR += p5-XML-Quote
SUBDIR += p5-XML-RSS
SUBDIR += p5-XML-RegExp
SUBDIR += p5-XML-SAX

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: XML-Quote
# Date created: 05 February 2003
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= XML-Quote
PORTVERSION= 1.02
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
PERL_CONFIGURE= yes
MAN3= XML::Quote.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (XML-Quote-1.02.tar.gz) = 98f45c2efeeea13793949e5c74689741

View File

@ -0,0 +1 @@
XML quote/dequote functions

View File

@ -0,0 +1,9 @@
This module provides functions to quote/dequote strings in "xml"-way.
All functions are written in XS and are very fast; they correctly process
utf8, tied, overloaded variables and all the rest of perl "magic".
WWW: http://search.cpan.org/search?dist=XML-Quote
-- Sergey Skvortsov
skv@FreeBSD.org

View File

@ -0,0 +1,8 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Quote/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/XML/Quote.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Quote/Quote.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Quote/Quote.so
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Quote/autosplit.ix
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Quote
@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true