mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add p5-XML-SAXDriver-CSV 0.07, perl SAX driver for converting CSV files
to XML. PR: ports/100510 Submitted by: chinsan <chinsan.tw at gmail.com>
This commit is contained in:
parent
55638af93c
commit
8423c37d63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168218
@ -607,6 +607,7 @@
|
||||
SUBDIR += p5-XML-SAX-Machines
|
||||
SUBDIR += p5-XML-SAX-Simple
|
||||
SUBDIR += p5-XML-SAX-Writer
|
||||
SUBDIR += p5-XML-SAXDriver-CSV
|
||||
SUBDIR += p5-XML-SAXDriver-Sablotron
|
||||
SUBDIR += p5-XML-STX
|
||||
SUBDIR += p5-XML-Sablotron
|
||||
|
27
textproc/p5-XML-SAXDriver-CSV/Makefile
Normal file
27
textproc/p5-XML-SAXDriver-CSV/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: XML-SAXDriver-CSV
|
||||
# Date created: 2006/07/19
|
||||
# Whom: chinsan <chinsan.tw@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= XML-SAXDriver-CSV
|
||||
PORTVERSION= 0.07
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= XML
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= chinsan.tw@gmail.com
|
||||
COMMENT= Perl SAX driver for converting CSV files to XML
|
||||
|
||||
BUILD_DEPENDS= p5-Text-CSV_XS>=0.22:${PORTSDIR}/textproc/p5-Text-CSV_XS \
|
||||
p5-XML-SAX>=0.14:${PORTSDIR}/textproc/p5-XML-SAX
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USE_DOS2UNIX= yes
|
||||
|
||||
MAN3= XML::SAXDriver::CSV.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-XML-SAXDriver-CSV/distinfo
Normal file
3
textproc/p5-XML-SAXDriver-CSV/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (XML-SAXDriver-CSV-0.07.tar.gz) = db8ab460b4c1d32975b70d899f47c17e
|
||||
SHA256 (XML-SAXDriver-CSV-0.07.tar.gz) = af6675c5688f04d067bb430bde970e17c14cb3e30a3a5d75807f28cc7e88875e
|
||||
SIZE (XML-SAXDriver-CSV-0.07.tar.gz) = 4784
|
3
textproc/p5-XML-SAXDriver-CSV/pkg-descr
Normal file
3
textproc/p5-XML-SAXDriver-CSV/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
SAXDriver for converting CSV files to XML
|
||||
|
||||
WWW: http://search.cpan.org/dist/XML-SAXDriver-CSV/
|
7
textproc/p5-XML-SAXDriver-CSV/pkg-plist
Normal file
7
textproc/p5-XML-SAXDriver-CSV/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SAXDriver/CSV/.packlist
|
||||
%%SITE_PERL%%/XML/SAXDriver/CSV.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SAXDriver/CSV
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SAXDriver
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML
|
||||
@dirrmtry %%SITE_PERL%%/XML/SAXDriver
|
||||
@dirrmtry %%SITE_PERL%%/XML
|
Loading…
Reference in New Issue
Block a user