head	1.5;
access;
symbols
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2012.01.06.09.16.09;	author rm;	state dead;
branches;
next	1.4;

1.4
date	2011.12.06.12.28.29;	author rm;	state Exp;
branches;
next	1.3;

1.3
date	2009.08.22.00.38.34;	author amdmi3;	state Exp;
branches;
next	1.2;

1.2
date	2004.08.16.07.35.21;	author netchild;	state Exp;
branches;
next	1.1;

1.1
date	2004.08.02.17.48.55;	author netchild;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Remove expired zope ports.
@
text
@# New ports collection makefile for: XMLMethods
# Date created:		02 Aug 2004
# Whom:			Alexander Leidinger
#
# $FreeBSD: ports/www/zope-xmlmethods/Makefile,v 1.4 2011/12/06 12:28:29 rm Exp $
#

PORTNAME=	xmlmethods
PORTVERSION=	1.0.0
CATEGORIES=	www zope
MASTER_SITES=	SF/zope${PORTNAME}/zope${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX=	zope-
DISTNAME=	zopexmlmethods-${PORTVERSION:C/\./-/g}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Provides methods to apply to Zope objects for XML/XSLT processing

DEPRECATED=	Development seems stalled. Last release is from 2003
EXPIRATION_DATE=	2012-01-06

LIB_DEPENDS=	xslt:${PORTSDIR}/textproc/libxslt

USE_PYTHON=	yes
USE_ZOPE=	yes
USE_ZIP=	yes
DIST_SUBDIR=	zope

ZOPEPRODUCTNAME=ZopeXMLMethods

WRKSRC=		${WRKDIR}/${ZOPEPRODUCTNAME}
CPIO_FLAGS=	--quiet -pdum -R

do-build:
	@@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
	@@${CHMOD} -R a+r,go-w ${WRKSRC}

do-install:
	@@ ${CHMOD} -R og+rX ${WRKSRC}/
	@@ ${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
	@@ cd ${WRKSRC} && ${FIND} . \
	  | ${CPIO} ${CPIO_FLAGS} ${BINOWN}:${BINGRP} \
	  ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}

post-install:
.if !defined(BATCH)
	@@${CAT} ${PKGMESSAGE}
.endif

.include <bsd.port.mk>
@


1.4
log
@Log:
- Deprecate second part of obsoleted zope-related ports. For all
  maintained ports approval was received from corresponding maintainers.

Bellow are links for more info.

Deprecation reasons:
http://people.freebsd.org/~rm/zope-ports-for-deprecation.html

Maintainers approval thread:
http://lists.freebsd.org/pipermail/freebsd-python/2011-December/003798.html

Approved by:   miwi (mentor)
Feature safe:  yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d18 3
@


1.2
log
@Fix cpio command line.

Noticed by:	kris (pointyhat)
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	zopexmlmethods
@


1.1
log
@ZopeXMLMethods provides methods to apply to Zope objects for XML/XSLT
processing. XSLTMethod associates XSLT transformers with XML documents.
ZopeXMLMethods succeeds the XMLTransform  plug-in. It features
file-system caching and works with many XML/XSLT libraries.
@
text
@d39 1
a39 1
	  | ${CPIO} $CPIO_FLAGS} ${BINOWN}:${BINGRP} \
@

