head	1.11;
access;
symbols
	pkgsrc-2013Q2:1.11.0.54
	pkgsrc-2013Q2-base:1.11
	pkgsrc-2012Q4:1.11.0.52
	pkgsrc-2012Q4-base:1.11
	pkgsrc-2011Q4:1.11.0.50
	pkgsrc-2011Q4-base:1.11
	pkgsrc-2011Q2:1.11.0.48
	pkgsrc-2011Q2-base:1.11
	pkgsrc-2009Q4:1.11.0.46
	pkgsrc-2009Q4-base:1.11
	pkgsrc-2008Q4:1.11.0.44
	pkgsrc-2008Q4-base:1.11
	pkgsrc-2008Q3:1.11.0.42
	pkgsrc-2008Q3-base:1.11
	cube-native-xorg:1.11.0.40
	cube-native-xorg-base:1.11
	pkgsrc-2008Q2:1.11.0.38
	pkgsrc-2008Q2-base:1.11
	pkgsrc-2008Q1:1.11.0.36
	pkgsrc-2008Q1-base:1.11
	pkgsrc-2007Q4:1.11.0.34
	pkgsrc-2007Q4-base:1.11
	pkgsrc-2007Q3:1.11.0.32
	pkgsrc-2007Q3-base:1.11
	pkgsrc-2007Q2:1.11.0.30
	pkgsrc-2007Q2-base:1.11
	pkgsrc-2007Q1:1.11.0.28
	pkgsrc-2007Q1-base:1.11
	pkgsrc-2006Q4:1.11.0.26
	pkgsrc-2006Q4-base:1.11
	pkgsrc-2006Q3:1.11.0.24
	pkgsrc-2006Q3-base:1.11
	pkgsrc-2006Q2:1.11.0.22
	pkgsrc-2006Q2-base:1.11
	pkgsrc-2006Q1:1.11.0.20
	pkgsrc-2006Q1-base:1.11
	pkgsrc-2005Q4:1.11.0.18
	pkgsrc-2005Q4-base:1.11
	pkgsrc-2005Q3:1.11.0.16
	pkgsrc-2005Q3-base:1.11
	pkgsrc-2005Q2:1.11.0.14
	pkgsrc-2005Q2-base:1.11
	pkgsrc-2005Q1:1.11.0.12
	pkgsrc-2005Q1-base:1.11
	pkgsrc-2004Q4:1.11.0.10
	pkgsrc-2004Q4-base:1.11
	pkgsrc-2004Q3:1.11.0.8
	pkgsrc-2004Q3-base:1.11
	pkgsrc-2004Q2:1.11.0.6
	pkgsrc-2004Q2-base:1.11
	pkgsrc-2004Q1:1.11.0.4
	pkgsrc-2004Q1-base:1.11
	pkgsrc-2003Q4:1.11.0.2
	pkgsrc-2003Q4-base:1.11
	netbsd-1-6-1:1.8.0.2
	netbsd-1-6-1-base:1.8
	netbsd-1-6:1.7.0.8
	netbsd-1-6-RELEASE-base:1.7
	pkgviews:1.7.0.4
	pkgviews-base:1.7
	buildlink2:1.7.0.2
	buildlink2-base:1.7
	netbsd-1-5-PATCH003:1.7
	netbsd-1-5-PATCH001:1.5
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.11
date	2003.06.23.08.48.20;	author jlam;	state dead;
branches;
next	1.10;

1.10
date	2003.06.23.07.54.39;	author jlam;	state Exp;
branches;
next	1.9;

1.9
date	2003.03.22.00.40.49;	author salo;	state Exp;
branches;
next	1.8;

1.8
date	2002.10.30.09.43.35;	author seb;	state Exp;
branches;
next	1.7;

1.7
date	2001.11.01.18.24.44;	author tron;	state Exp;
branches;
next	1.6;

1.6
date	2001.07.27.11.23.20;	author wiz;	state Exp;
branches;
next	1.5;

1.5
date	2001.04.26.13.57.23;	author jlam;	state Exp;
branches;
next	1.4;

1.4
date	2001.04.26.13.56.01;	author jlam;	state Exp;
branches;
next	1.3;

1.3
date	2001.04.18.21.28.48;	author manu;	state Exp;
branches;
next	1.2;

1.2
date	2001.04.17.19.58.53;	author manu;	state Exp;
branches;
next	1.1;

1.1
date	2001.04.12.19.23.24;	author manu;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2001.04.12.19.23.24;	author manu;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Rename textproc/xerces-p to textproc/p5-XML-Xerces.
@
text
@# $NetBSD: Makefile,v 1.10 2003/06/23 07:54:39 jlam Exp $
#

DISTNAME=	XML-Xerces-1.7.0-3
PKGNAME=	p5-${DISTNAME:C/-([0-9]*)$/.\1/}
CATEGORIES=	textproc
MASTER_SITES=	http://xml.apache.org/dist/xerces-p/stable/archives/

MAINTAINER=	manu@@netbsd.org
HOMEPAGE=	http://xml.apache.org/xerces-p/
COMMENT=	Validating XML parser API for Perl

CONFLICTS+=	XML-Xerces-[0-9]*

USE_BUILDLINK2=	YES
USE_GMAKE=	YES
PERL5_REQD=	5.6.0
PERL5_PACKLIST=	${PERL5_SITEARCH}/auto/XML/Xerces/.packlist

MAKE_ENV+=	XERCESCROOT="${BUILDLINK_PREFIX.xerces-c}"
MAKE_ENV+=	ICUROOT="${BUILDLINK_PREFIX.icu}"

# Xerces-C is built unthreaded in pkgsrc (for now).
BUILDLINK_TRANSFORM+=	s:-lpthread:

.include "../../lang/perl5/module.mk"
.include "../../textproc/xerces-c/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
@


1.10
log
@Update textproc/xerces-p to 1.7.0.3, and rename package to p5-XML-Xerces
to better match other perl5 module packages.  This release mirrors the
Xerces-C 1.7.0 releases and implements a DOM API (though that seems to
be broken).  Also, several major memory leaks were fixed.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2003/03/22 00:40:49 salo Exp $
@


1.9
log
@Bump PKGREVISION for textproc/icu update.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2002/10/30 09:43:35 seb Exp $
d4 2
a5 2
DISTNAME=	XML-Xerces-1.3.5
PKGREVISION=	1
d7 1
a7 1
MASTER_SITES=	http://xml.apache.org/dist/xerces-p/
d13 1
a13 1
DEPENDS+=	swig-1.1p5:../../devel/swig
d16 1
d20 2
a21 2
MAKE_ENV+=	XERCES_LIB=${BUILDLINK_PREFIX.xerces-c}/lib
MAKE_ENV+=	XERCES_INCLUDE=${BUILDLINK_PREFIX.xerces-c}/include
d23 1
@


1.8
log
@Use buildlink2. Use perl5/module.mk.
Take care of a hidden -and unneeded- dependency on pthread library with
the help of BUILDLINK_TRANSFORM.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2001/11/01 18:24:44 tron Exp $
d5 1
@


1.7
log
@Use "${PREFIX}" instead of hard coded "/usr/pkg".
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2001/07/27 11:23:20 wiz Exp $
a12 2
DEPENDS+=	xerces-c-1.3.*:../../textproc/xerces-c
DEPENDS+=	icu>=1.7:../../textproc/icu
d14 1
a14 1
USE_PERL5=	# defined
d18 2
a19 2
MAKE_ENV+=	XERCES_LIB=${PREFIX}/lib
MAKE_ENV+=	XERCES_INCLUDE=${PREFIX}/include
d21 1
a21 2
do-build:
	@@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL && make
d23 2
@


1.6
log
@Unwildcard non-dewey dependency.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2001/04/26 13:57:23 jlam Exp $
d20 2
a21 2
MAKE_ENV+=	XERCES_LIB=/usr/pkg/lib
MAKE_ENV+=	XERCES_INCLUDE=/usr/pkg/include
@


1.5
log
@Add HOMEPAGE and use new PERL5_REQD variable to denote dependence on
perl>=5.6.0.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2001/04/26 13:56:01 jlam Exp $
d12 1
a12 1
DEPENDS+=	swig>=1.1p5:../../devel/swig
@


1.4
log
@Convert spaces to tabs (whitespace fixes).
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2001/04/18 21:28:48 manu Exp $
d9 1
a9 1
HOMEPAGE=	
a11 2
DEPENDS+=	perl>={5.00560,5.6.0}:../../lang/perl5
DEPENDS+=	perl-base>=5.6.0nb1:../../lang/perl5-base
d17 1
@


1.3
log
@Fixed the xerces-c dependency: xerces-p-1.3.5 works only with xerces-p-1.3.x
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2001/04/17 19:58:53 manu Exp $
d10 1
a10 1
COMMENT=		Validating XML parser API for Perl
d12 5
a16 5
DEPENDS+=   perl>={5.00560,5.6.0}:../../lang/perl5
DEPENDS+=   perl-base>=5.6.0nb1:../../lang/perl5-base
DEPENDS+=   swig>=1.1p5:../../devel/swig
DEPENDS+=   xerces-c-1.3.*:../../textproc/xerces-c
DEPENDS+=   icu>=1.7:../../textproc/icu
d18 2
a19 2
USE_PERL5=  # defined
PERL5_PACKLIST=   ${PERL5_SITEARCH}/auto/XML/Xerces/.packlist
@


1.2
log
@Updated to Xerces-Perl-1.3.5 and fixed empty PLIST
@
text
@d1 1
a1 1
# $NetBSD$
d15 1
a15 1
DEPENDS+=   xerces-c>=1.3.0:../../textproc/xerces-c
@


1.1
log
@Initial revision
@
text
@d4 1
a4 1
DISTNAME=	XML-Xerces-1.3.3
d18 3
d25 1
a25 1
	cd ${WRKSRC} && perl Makefile.PL && make 
@


1.1.1.1
log
@Xerces-P is a Perl API for the Xerces validating XML parser from the 
Apache Software Fundation. 
@
text
@@
