summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg>2007-05-29 10:16:42 +0000
committerjoerg <joerg>2007-05-29 10:16:42 +0000
commitc5d0d4e1d6ab12d512cfdfc296b4788b1d4d546d (patch)
treec14732e1a39b8fdfe15fae673abfe54f8c87872c /textproc
parente59c1072d5b96419b09f73dd67ea6f7bdab3603d (diff)
downloadpkgsrc-c5d0d4e1d6ab12d512cfdfc296b4788b1d4d546d.tar.gz
Remove Zope 2.2 and related pieces:
databases/zope-mysql lang/py-extclass textproc/py-dtml www/py-pcgi www/py-zpublisher www/zope No objection from pkgsrc-users. cVS: ----------------------------------------------------------------------
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile3
-rw-r--r--textproc/py-dtml/DESCR20
-rw-r--r--textproc/py-dtml/Makefile47
-rw-r--r--textproc/py-dtml/PLIST.pre4
-rw-r--r--textproc/py-dtml/distinfo5
5 files changed, 1 insertions, 78 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 42bca246e91..20c825f2112 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.366 2007/05/26 13:17:16 obache Exp $
+# $NetBSD: Makefile,v 1.367 2007/05/29 10:16:52 joerg Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -283,7 +283,6 @@ SUBDIR+= py-X
SUBDIR+= py-cmTemplate
SUBDIR+= py-csv
SUBDIR+= py-docutils
-SUBDIR+= py-dtml
SUBDIR+= py-elementtree
SUBDIR+= py-expat
SUBDIR+= py-feedparser
diff --git a/textproc/py-dtml/DESCR b/textproc/py-dtml/DESCR
deleted file mode 100644
index 806e54a303f..00000000000
--- a/textproc/py-dtml/DESCR
+++ /dev/null
@@ -1,20 +0,0 @@
-This package contains the DTML and StructruedText facilities from Zope.
-They are also useful independent of Zope for other Python programs.
-
-The Zope Document Template Markup Language (DTML) is a facility for
-generating textual information using a template document and application
-information. It is used in Zope primarily to generate Hypertext Markup
-Language (HTML) files, but it can also be used to create other types of
-textual information. For example, it is used to generate Structured
-Query Language (SQL) commands in Zope SQL Methods.
-
-The DTML facility is used to convert from document template source text
-to rendered text. Document template source text consists of ordinary
-text interspersed with DTML's SSI-like (server side includes) "markup"
-tags.
-
-Structured text is text that uses indentation and simple symbology to
-indicate the structure of a document. StructuredText format text files
-are generally quite readbale by themselves, or they can be converted to
-HTML, MML, or other formats using the StructuredText module included in
-this package.
diff --git a/textproc/py-dtml/Makefile b/textproc/py-dtml/Makefile
deleted file mode 100644
index 7924747de4d..00000000000
--- a/textproc/py-dtml/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# $NetBSD: Makefile,v 1.19 2007/02/22 19:27:16 wiz Exp $
-#
-
-DISTNAME= Zope-2.2.2-src
-PKGNAME= py-dtml-2.2.2
-PKGREVISION= 1
-CATEGORIES= textproc python
-MASTER_SITES= http://www.zope.org/Products/Zope/2.2.2/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= tsarna@NetBSD.org
-HOMEPAGE= http://www.zope.org/Documentation/Guides/DTML-HTML/DTML.html
-COMMENT= DTML and StructuredText from Zope, also independently useful
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/lib/python/DocumentTemplate
-PLIST_SRC= ${WRKDIR}/.PLIST_SRC
-EXTRACT_ELEMENTS= ${DISTNAME}/lib/python/DocumentTemplate \
- ${DISTNAME}/lib/python/StructuredText \
- ${DISTNAME}/lib/python/ts_regex.py
-
-do-configure:
- (cd ${WRKSRC} && \
- ${CP} ${PY_CONFIGDIR}/Makefile.pre.in . &&\
- ${MAKE} -f Makefile.pre.in boot)
-
-post-build:
- cd ${WRKSRC} && make clean && ${RM} Makefile* sedscript release.* *.c
- cd ${WRKSRC}/.. && ${PY_PROG} ${PY_LIBDIR}/compileall.py .
- cd ${WRKSRC}/.. && ${PY_PROG} -O ${PY_LIBDIR}/compileall.py .
-
-do-install:
- ${INSTALL_SCRIPT_DIR} ${PY_SITEPKG}
- ${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC}
- cd ${WRKSRC}/.. && ${PAX} -rw -pp . ${PY_SITEPKG}
- cd ${PREFIX} && ${FIND} ${PY_SITEPATH}/DocumentTemplate \
- ${PY_SITEPATH}/StructuredText \
- -type f -print >>${PLIST_SRC}
- cd ${PREFIX} && ${FIND} ${PY_SITEPATH}/DocumentTemplate \
- ${PY_SITEPATH}/StructuredText \
- -type d -print | ${SORT} -r | \
- ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC}
-
-.include "../../lang/python20/Makefile.inc"
-
-.include "../../lang/py-extclass/buildlink3.mk"
-.include "../../lang/python20/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/py-dtml/PLIST.pre b/textproc/py-dtml/PLIST.pre
deleted file mode 100644
index 0523aa7ea6a..00000000000
--- a/textproc/py-dtml/PLIST.pre
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST.pre,v 1.1 2001/10/31 23:10:16 zuntum Exp $
-lib/python2.0/site-packages/ts_regex.py
-lib/python2.0/site-packages/ts_regex.pyc
-lib/python2.0/site-packages/ts_regex.pyo
diff --git a/textproc/py-dtml/distinfo b/textproc/py-dtml/distinfo
deleted file mode 100644
index 5d8ea2e35ee..00000000000
--- a/textproc/py-dtml/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 14:48:48 agc Exp $
-
-SHA1 (python/Zope-2.2.2-src.tgz) = 16a1a4525e078c7b62120311443075dcadae6df5
-RMD160 (python/Zope-2.2.2-src.tgz) = 3990a9fe292c66280cb32522fcbdd7cb516aa1bc
-Size (python/Zope-2.2.2-src.tgz) = 1575270 bytes