1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

- update to 0.530

- Changes:
    - Allow scalar references for the OUTPUT parameter
    - Added ENCODING parameter; currently only UTF-8 is supported
    - Escape newlines in attribute values
This commit is contained in:
Cheng-Lung Sung 2005-02-17 08:26:06 +00:00
parent 87ddd82202
commit 17d9cfabf8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129064
2 changed files with 4 additions and 5 deletions

View File

@ -6,10 +6,9 @@
#
PORTNAME= XML-Writer
PORTVERSION= 0.520
PORTVERSION= 0.530
CATEGORIES= textproc perl5
MASTER_SITES= http://www.cpan.dk/CPAN/authors/id/E/ED/EDAVIS/ \
${MASTER_SITE_PERL_CPAN}
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-

View File

@ -1,2 +1,2 @@
MD5 (XML-Writer-0.520.tar.gz) = 0a194acc70c906c0be32f4b2b7a9f689
SIZE (XML-Writer-0.520.tar.gz) = 18689
MD5 (XML-Writer-0.530.tar.gz) = b7ea03b65cf1fcfc8441ff31bb69985d
SIZE (XML-Writer-0.530.tar.gz) = 19725