summaryrefslogtreecommitdiffstats
path: root/www/zope-parsedxml/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-12-29 04:32:36 +0000
committeredwin <edwin@FreeBSD.org>2003-12-29 04:32:36 +0000
commit6e14864e684994742cc57f320e9988f2b1d5f87c (patch)
tree4280abbba44b410b28f2f38d3c7ac725927b2acb /www/zope-parsedxml/Makefile
parent576ebddf6b792aa1a30b116195d2b6ac913c99e4 (diff)
downloadFreeBSD-ports-6e14864e684994742cc57f320e9988f2b1d5f87c.zip
FreeBSD-ports-6e14864e684994742cc57f320e9988f2b1d5f87c.tar.gz
New port: www/parsedxml, ParsedXML for Zope
Parsed XML allows you to use XML objects in the Zope environment. You can create XML documents in Zope and leverage Zope to format, query, and manipulate XML, using the standard W3C DOM. PR: ports/54095 Submitted by: Tim Middleton <x@vex.net>
Diffstat (limited to 'www/zope-parsedxml/Makefile')
-rw-r--r--www/zope-parsedxml/Makefile51
1 files changed, 51 insertions, 0 deletions
diff --git a/www/zope-parsedxml/Makefile b/www/zope-parsedxml/Makefile
new file mode 100644
index 0000000..e7317de
--- /dev/null
+++ b/www/zope-parsedxml/Makefile
@@ -0,0 +1,51 @@
+# New ports collection makefile for: ParsedXML
+# Date created: 3 Jul 2003
+# Whom: Tim Middleton
+#
+# $FreeBSD$
+#
+
+PORTNAME= parsedxml
+PORTVERSION= 1.3.1
+CATEGORIES= www zope
+MASTER_SITES= http://www.zope.org/Members/faassen/ParsedXML/${PORTVERSION}/
+MASTER_SITE_SUBDIR= formulator
+PKGNAMEPREFIX= zope-
+DISTNAME= ParsedXML-${PORTVERSION}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= x@Vex.Net
+COMMENT= ParsedXML - access and manipulated XML documents within Zope
+
+RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope \
+ ${PYTHON_LIBDIR}/site-packages/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml
+
+USE_PYTHON= yes
+USE_ZOPE= yes
+DIST_SUBDIR= zope
+
+ZOPEPRODUCTNAME= ParsedXML
+
+# yes, some of us are running zope on python 2.2
+#PYTHON_VERSION= python2.2
+
+PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR}
+WRKSRC= ${WRKDIR}/${ZOPEPRODUCTNAME}
+CPIO= cpio --quiet -pdum -R
+
+do-build:
+ @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
+
+do-install:
+ @ ${CHMOD} -R og+rX ${WRKSRC}/
+ @ ${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
+ @ cd ${WRKSRC} && ${FIND} . \
+ | ${CPIO} ${BINOWN}:${BINGRP} \
+ ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
+
+post-install:
+.if !defined(BATCH)
+ @${CAT} ${PKGMESSAGE}
+.endif
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud