summaryrefslogtreecommitdiff
path: root/lang
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 /lang
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 'lang')
-rw-r--r--lang/Makefile3
-rw-r--r--lang/py-extclass/DESCR17
-rw-r--r--lang/py-extclass/Makefile41
-rw-r--r--lang/py-extclass/PLIST48
-rw-r--r--lang/py-extclass/buildlink3.mk22
-rw-r--r--lang/py-extclass/distinfo5
-rw-r--r--lang/python20/Makefile.inc42
7 files changed, 1 insertions, 177 deletions
diff --git a/lang/Makefile b/lang/Makefile
index cfb56c82a84..ec85dd8088f 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.240 2007/05/13 14:39:16 wiz Exp $
+# $NetBSD: Makefile,v 1.241 2007/05/29 10:16:44 joerg Exp $
#
COMMENT= Programming languages
@@ -112,7 +112,6 @@ SUBDIR+= pnetC
SUBDIR+= pnetlib
SUBDIR+= pnetlib-nox11
SUBDIR+= py-basicproperty
-SUBDIR+= py-extclass
SUBDIR+= py-funge
SUBDIR+= py-html-docs
SUBDIR+= py-psyco
diff --git a/lang/py-extclass/DESCR b/lang/py-extclass/DESCR
deleted file mode 100644
index 0ef5da230f6..00000000000
--- a/lang/py-extclass/DESCR
+++ /dev/null
@@ -1,17 +0,0 @@
-ExtensionClasses is a lightweight mechanism has been developed for
-making Python extension types more class-like. Classes can be developed
-in an extension language, such as C or C++, and these classes can be
-treated like other python classes. They can be sub-classed in python,
-they provide access to method documentation strings, and they can be
-used to directly create new instances.
-
-Extension classes provide additional extensions to class and instance
-semantics, including A protocol for accessing subobjects "in the context
-of" their containers. This is used to implement custom method types and
-environmental acquisition*. A protocol for overriding method call
-semantics. This is used to implement "synchonized" classes and could be
-used to implement argument type checking. A protocol for class
-initialization that supports execution of a special __class_init__
-method after a class has been initialized.
-
-(* see http://www.digicool.com/releases/ExtensionClass/Acquisition.html)
diff --git a/lang/py-extclass/Makefile b/lang/py-extclass/Makefile
deleted file mode 100644
index 725b966bc5b..00000000000
--- a/lang/py-extclass/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# $NetBSD: Makefile,v 1.19 2007/02/22 19:26:39 wiz Exp $
-#
-
-DISTNAME= Zope-2.2.2-src
-PKGNAME= py-extclass-2.2.2
-PKGREVISION= 1
-CATEGORIES= lang python
-MASTER_SITES= http://www.zope.org/Products/Zope/2.2.2/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= tsarna@NetBSD.org
-HOMEPAGE= http://cvs.zope.org/*checkout*/Cruft/ExtensionClass/doc/Attic/Acquisition.html?rev=1.2
-COMMENT= Python-extensible C "classes" and Acquisition for Python
-
-EXTRACT_ELEMENTS= ${DISTNAME}/lib/Components/ExtensionClass
-WRKSRC= ${WRKDIR}/${DISTNAME}/lib/Components/ExtensionClass
-
-do-configure:
- ( cd ${WRKSRC} ;\
- ${CP} ${PY_CONFIGDIR}/Makefile.pre.in . ;\
- ${MAKE} -f Makefile.pre.in boot)
-
-post-build:
- (cd ${WRKSRC}; ${PY_PROG} ${PY_LIBDIR}/compileall.py .)
- (cd ${WRKSRC}; ${PY_PROG} -O ${PY_LIBDIR}/compileall.py .)
-
-do-install:
- (cd ${WRKSRC}; \
- ${INSTALL_DATA_DIR} ${PY_INCDIR} ; \
- ${INSTALL_DATA} ExtensionClass.h ${PY_INCDIR} ; \
- ${INSTALL_SCRIPT_DIR} ${PY_SITEPKG} ; \
- ${INSTALL_SCRIPT} Xaq.py* ${PY_SITEPKG} ; \
- ${INSTALL_PROGRAM} *.so ${PY_SITEPKG} ; \
- ${INSTALL_SCRIPT_DIR} ${PY_SITEPKG}/extclass_test ; \
- ${INSTALL_SCRIPT} test_*.py* ${PY_SITEPKG}/extclass_test ; \
- ${INSTALL_DATA_DIR} ${PY_SITEPKG}/extclass_doc ; \
- ${INSTALL_DATA} *.txt *.stx ${PY_SITEPKG}/extclass_doc)
-
-.include "../../lang/python20/Makefile.inc"
-.include "../../lang/python20/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lang/py-extclass/PLIST b/lang/py-extclass/PLIST
deleted file mode 100644
index 43fc8d6c23b..00000000000
--- a/lang/py-extclass/PLIST
+++ /dev/null
@@ -1,48 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:24:35 zuntum Exp $
-include/python2.0/ExtensionClass.h
-lib/python2.0/site-packages/Acquisition.so
-lib/python2.0/site-packages/ComputedAttribute.so
-lib/python2.0/site-packages/ExtensionClass.so
-lib/python2.0/site-packages/MethodObject.so
-lib/python2.0/site-packages/Missing.so
-lib/python2.0/site-packages/MultiMapping.so
-lib/python2.0/site-packages/Record.so
-lib/python2.0/site-packages/Sync.so
-lib/python2.0/site-packages/ThreadLock.so
-lib/python2.0/site-packages/Xaq.py
-lib/python2.0/site-packages/Xaq.pyc
-lib/python2.0/site-packages/Xaq.pyo
-lib/python2.0/site-packages/extclass_doc/COPYRIGHT.txt
-lib/python2.0/site-packages/extclass_doc/Acquisition.stx
-lib/python2.0/site-packages/extclass_doc/ExtensionClass.stx
-lib/python2.0/site-packages/extclass_doc/MultiMapping.stx
-lib/python2.0/site-packages/extclass_doc/index.stx
-lib/python2.0/site-packages/extclass_test/test_Sync.py
-lib/python2.0/site-packages/extclass_test/test_ThreadLock.py
-lib/python2.0/site-packages/extclass_test/test_acquisition.py
-lib/python2.0/site-packages/extclass_test/test_add.py
-lib/python2.0/site-packages/extclass_test/test_binding.py
-lib/python2.0/site-packages/extclass_test/test_explicit_acquisition.py
-lib/python2.0/site-packages/extclass_test/test_func_attr.py
-lib/python2.0/site-packages/extclass_test/test_method_hook.py
-lib/python2.0/site-packages/extclass_test/test_MultiMapping.py
-lib/python2.0/site-packages/extclass_test/test_MultiMapping.pyc
-lib/python2.0/site-packages/extclass_test/test_MultiMapping.pyo
-lib/python2.0/site-packages/extclass_test/test_Sync.pyc
-lib/python2.0/site-packages/extclass_test/test_Sync.pyo
-lib/python2.0/site-packages/extclass_test/test_ThreadLock.pyc
-lib/python2.0/site-packages/extclass_test/test_ThreadLock.pyo
-lib/python2.0/site-packages/extclass_test/test_acquisition.pyc
-lib/python2.0/site-packages/extclass_test/test_acquisition.pyo
-lib/python2.0/site-packages/extclass_test/test_add.pyc
-lib/python2.0/site-packages/extclass_test/test_add.pyo
-lib/python2.0/site-packages/extclass_test/test_binding.pyc
-lib/python2.0/site-packages/extclass_test/test_binding.pyo
-lib/python2.0/site-packages/extclass_test/test_explicit_acquisition.pyc
-lib/python2.0/site-packages/extclass_test/test_explicit_acquisition.pyo
-lib/python2.0/site-packages/extclass_test/test_func_attr.pyc
-lib/python2.0/site-packages/extclass_test/test_func_attr.pyo
-lib/python2.0/site-packages/extclass_test/test_method_hook.pyc
-lib/python2.0/site-packages/extclass_test/test_method_hook.pyo
-@dirrm lib/python2.0/site-packages/extclass_doc
-@dirrm lib/python2.0/site-packages/extclass_test
diff --git a/lang/py-extclass/buildlink3.mk b/lang/py-extclass/buildlink3.mk
deleted file mode 100644
index 0e1afa390a2..00000000000
--- a/lang/py-extclass/buildlink3.mk
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.5 2006/07/08 23:10:55 jlam Exp $
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
-PYEXTCLASS_BUILDLINK3_MK:= ${PYEXTCLASS_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+= pyextclass
-.endif
-
-BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Npyextclass}
-BUILDLINK_PACKAGES+= pyextclass
-BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}pyextclass
-
-.if !empty(PYEXTCLASS_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.pyextclass+= py-extclass>=2.2.2nb1
-BUILDLINK_ABI_DEPENDS.pyextclass+= py-extclass>=2.2.2nb1
-BUILDLINK_PKGSRCDIR.pyextclass?= ../../lang/py-extclass
-.endif # PYEXTCLASS_BUILDLINK3_MK
-
-.include "../../lang/python20/buildlink3.mk"
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/lang/py-extclass/distinfo b/lang/py-extclass/distinfo
deleted file mode 100644
index ee4536a7408..00000000000
--- a/lang/py-extclass/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 09:03:10 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
diff --git a/lang/python20/Makefile.inc b/lang/python20/Makefile.inc
deleted file mode 100644
index bc56fb15318..00000000000
--- a/lang/python20/Makefile.inc
+++ /dev/null
@@ -1,42 +0,0 @@
-# $NetBSD: Makefile.inc,v 1.3 2004/12/03 15:15:01 wiz Exp $
-#
-
-PY_VERSION= 2.0
-PY_DISTNAME= BeOpen-Python-${PY_VERSION}
-PY_MASTER_SITES=http://www.pythonlabs.com/products/python${PY_VERSION}/downloads/
-DIST_SUBDIR?= python
-
-PY_WRKSRC= ${WRKDIR}/Python-${PY_VERSION}/Modules
-PY_MODULES= Python-${PY_VERSION}/Modules
-
-PY_CONFIGDIR= ${LOCALBASE}/lib/python${PY_VERSION}/config
-PY_LIBPATH= lib/python${PY_VERSION}
-PY_LIBDIR= ${LOCALBASE}/${PY_LIBPATH}
-PY_SITEPATH= ${PY_LIBPATH}/site-packages
-PY_SITEPKG= ${PY_LIBDIR}/site-packages
-PY_PROG= ${LOCALBASE}/bin/python${PY_VERSION}
-PY_INCDIR= ${LOCALBASE}/include/python${PY_VERSION}
-
-PY_COMPILEDIR= ${PY_PROG} ${PY_LIBDIR}/compileall.py
-
-DEPENDS+= python20-${PY_VERSION}*:../../lang/python20
-
-BUILD_TARGET?= default
-
-.if ${MACHINE_ARCH} == "sparc64"
-PKG_FAIL_REASON= "${PKGNAME} needs dynamic loading"
-.endif
-
-# Set PY_SETUP_SUBST to substitute "${variable}" for "@value@" in Setup.in.
-PY_SETUP_SUBST+= LOCALBASE=${LOCALBASE}
-PY_SETUP_SUBST+= X11BASE=${X11BASE}
-
-# This is used for standard modules shipped with Python but build as
-# separate packages.
-
-python-std-do-configure:
- ${SED} ${PY_SETUP_SUBST:S/=/@!/:S/$/!g/:S/^/ -e s!@/} \
- ${FILESDIR}/Setup.in > ${WRKSRC}/Setup.in
- ( cd ${WRKSRC} ;\
- ${CP} ${PY_CONFIGDIR}/Makefile.pre.in .;\
- ${MAKE} -f Makefile.pre.in boot)