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

Add p5-XML-SAX-Simple 0.01, sAX version of XML::Simple.

PR:		32164
Submitted by:	Sergey Skvortsov <skv@protey.ru>
This commit is contained in:
Sergey Skvortsov 2002-05-27 08:40:57 +00:00
parent d2a68db38e
commit 9c28d9af90
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60083
6 changed files with 44 additions and 0 deletions

View File

@ -200,6 +200,7 @@
SUBDIR += p5-XML-SAX
SUBDIR += p5-XML-SAX-Expat
SUBDIR += p5-XML-SAX-Machines
SUBDIR += p5-XML-SAX-Simple
SUBDIR += p5-XML-SAX-Writer
SUBDIR += p5-XML-Sablotron
SUBDIR += p5-XML-Simple

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: XML::SAX::Simple
# Date created: 21 Nov 2001
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= XML-SAX-Simple
PORTVERSION= 0.01
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= XML::SAX::Simple.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (XML-SAX-Simple-0.01.tar.gz) = 8aebd4f3b3d5b5692d9d4ea21953d4cc

View File

@ -0,0 +1 @@
SAX version of XML::Simple

View File

@ -0,0 +1,7 @@
XML::SAX::Simple is a very simple version of XML::Simple but for
SAX. It can be used as a complete drop-in replacement for XML::Simple.
WWW: http://search.cpan.org/search?dist=XML-SAX-Simple
-- Sergey Skvortsov
skv@FreeBSD.org

View File

@ -0,0 +1,7 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/SAX/Simple/.packlist
lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Simple.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/SAX/Simple
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML/SAX 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/SAX 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true