aboutsummaryrefslogtreecommitdiff
path: root/devel/py-zope.componentvocabulary
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2011-12-18 19:27:58 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2011-12-18 19:27:58 +0000
commit9ebd3bc0cd246355a5b43c3a89b41c64d81a3466 (patch)
tree25e5c244fcc1b7fe409da6386efdcfb35ff5759a /devel/py-zope.componentvocabulary
parente4fd6df643dfd1b60615a5db67aa4006746ddc52 (diff)
Notes
Diffstat (limited to 'devel/py-zope.componentvocabulary')
-rw-r--r--devel/py-zope.componentvocabulary/Makefile29
-rw-r--r--devel/py-zope.componentvocabulary/distinfo2
-rw-r--r--devel/py-zope.componentvocabulary/pkg-descr3
-rw-r--r--devel/py-zope.componentvocabulary/pkg-plist31
4 files changed, 65 insertions, 0 deletions
diff --git a/devel/py-zope.componentvocabulary/Makefile b/devel/py-zope.componentvocabulary/Makefile
new file mode 100644
index 000000000000..8ed5f6b14a01
--- /dev/null
+++ b/devel/py-zope.componentvocabulary/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: py-zope.componentvocabulary
+# Date created: 18 December 2011
+# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= zope.componentvocabulary
+PORTVERSION= 1.0.1
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= rm@FreeBSD.org
+COMMENT= Zope Component vocabularies
+
+LICENSE= ZPL21
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \
+ ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:${PORTSDIR}/textproc/py-zope.i18nmessageid \
+ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
+ ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema \
+ ${PYTHON_PKGNAMEPREFIX}zope.security>=0:${PORTSDIR}/security/py-zope.security
+
+DIST_SUBDIR= zope
+USE_PYTHON= yes
+USE_PYDISTUTILS= easy_install
+
+.include <bsd.port.mk>
diff --git a/devel/py-zope.componentvocabulary/distinfo b/devel/py-zope.componentvocabulary/distinfo
new file mode 100644
index 000000000000..9b670ecf056e
--- /dev/null
+++ b/devel/py-zope.componentvocabulary/distinfo
@@ -0,0 +1,2 @@
+SHA256 (zope/zope.componentvocabulary-1.0.1.tar.gz) = 07899d971e97f51be31b49c35b6c2d812cafc8d53ce130e5bd08662d50444829
+SIZE (zope/zope.componentvocabulary-1.0.1.tar.gz) = 8089
diff --git a/devel/py-zope.componentvocabulary/pkg-descr b/devel/py-zope.componentvocabulary/pkg-descr
new file mode 100644
index 000000000000..07c0e9f4ac06
--- /dev/null
+++ b/devel/py-zope.componentvocabulary/pkg-descr
@@ -0,0 +1,3 @@
+Component vocabularies.
+
+WWW: http://pypi.python.org/pypi/zope.componentvocabulary
diff --git a/devel/py-zope.componentvocabulary/pkg-plist b/devel/py-zope.componentvocabulary/pkg-plist
new file mode 100644
index 000000000000..7ddf9f062326
--- /dev/null
+++ b/devel/py-zope.componentvocabulary/pkg-plist
@@ -0,0 +1,31 @@
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/namespace_packages.txt
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/componentvocabulary/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/componentvocabulary/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/componentvocabulary/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/componentvocabulary/configure.zcml
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/componentvocabulary/i18n.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/componentvocabulary/i18n.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/componentvocabulary/i18n.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/componentvocabulary/tests/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/componentvocabulary/tests/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/componentvocabulary/tests/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/componentvocabulary/tests/test_vocabulary.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/componentvocabulary/tests/test_vocabulary.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/componentvocabulary/tests/test_vocabulary.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/componentvocabulary/vocabulary.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/componentvocabulary/vocabulary.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/componentvocabulary/vocabulary.pyo
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/componentvocabulary/tests
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/componentvocabulary
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%