diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-09-09 15:14:39 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-09-09 15:14:39 +0000 |
commit | 5ee3ef46fe3d39350cdfb73f6324cc78f90666f1 (patch) | |
tree | d04c6ed5e5357e0b4fe69d2f8fefb86a6ebb554e /textproc | |
parent | c409367697941af3e5cc2a49e90ebe17feaac0b4 (diff) | |
download | ports-5ee3ef46fe3d39350cdfb73f6324cc78f90666f1.tar.gz ports-5ee3ef46fe3d39350cdfb73f6324cc78f90666f1.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-sphinxcontrib-httpdomain/Makefile | 18 | ||||
-rw-r--r-- | textproc/py-sphinxcontrib-httpdomain/distinfo | 2 | ||||
-rw-r--r-- | textproc/py-sphinxcontrib-httpdomain/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/py-sphinxcontrib-httpdomain/pkg-plist | 29 |
5 files changed, 54 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index c6f4f4d411ce..385f7dfa7061 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1194,6 +1194,7 @@ SUBDIR += py-sphinx SUBDIR += py-sphinxcontrib-adadomain SUBDIR += py-sphinxcontrib-bitbucket + SUBDIR += py-sphinxcontrib-httpdomain SUBDIR += py-stripogram SUBDIR += py-syck SUBDIR += py-texttable diff --git a/textproc/py-sphinxcontrib-httpdomain/Makefile b/textproc/py-sphinxcontrib-httpdomain/Makefile new file mode 100644 index 000000000000..11a3d881b7c6 --- /dev/null +++ b/textproc/py-sphinxcontrib-httpdomain/Makefile @@ -0,0 +1,18 @@ +# Created by: William Grzybowski <wg@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= sphinxcontrib-httpdomain +PORTVERSION= 1.1.9 +CATEGORIES= textproc +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wg@FreeBSD.org +COMMENT= Sphinx domain for HTTP APIs + +RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.1.3:${PORTSDIR}/textproc/py-sphinx + +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install + +.include <bsd.port.mk> diff --git a/textproc/py-sphinxcontrib-httpdomain/distinfo b/textproc/py-sphinxcontrib-httpdomain/distinfo new file mode 100644 index 000000000000..cd368086b447 --- /dev/null +++ b/textproc/py-sphinxcontrib-httpdomain/distinfo @@ -0,0 +1,2 @@ +SHA256 (sphinxcontrib-httpdomain-1.1.9.tar.gz) = 560eec7b60872cb570dd6a4f29f8d717a2217dfec775919651e8adf0e55a585a +SIZE (sphinxcontrib-httpdomain-1.1.9.tar.gz) = 9589 diff --git a/textproc/py-sphinxcontrib-httpdomain/pkg-descr b/textproc/py-sphinxcontrib-httpdomain/pkg-descr new file mode 100644 index 000000000000..f0fdcdd43e4b --- /dev/null +++ b/textproc/py-sphinxcontrib-httpdomain/pkg-descr @@ -0,0 +1,4 @@ +This contrib extension, sphinxcontrib.httpdomain provides a Sphinx domain for +describing RESTful HTTP APIs. + +WWW: http://bitbucket.org/birkenfeld/sphinx-contrib/ diff --git a/textproc/py-sphinxcontrib-httpdomain/pkg-plist b/textproc/py-sphinxcontrib-httpdomain/pkg-plist new file mode 100644 index 000000000000..cf91edb88a39 --- /dev/null +++ b/textproc/py-sphinxcontrib-httpdomain/pkg-plist @@ -0,0 +1,29 @@ +%%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%%/sphinxcontrib/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sphinxcontrib/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sphinxcontrib/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sphinxcontrib/autohttp/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sphinxcontrib/autohttp/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sphinxcontrib/autohttp/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sphinxcontrib/autohttp/bottle.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sphinxcontrib/autohttp/bottle.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sphinxcontrib/autohttp/bottle.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sphinxcontrib/autohttp/common.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sphinxcontrib/autohttp/common.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sphinxcontrib/autohttp/common.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sphinxcontrib/autohttp/flask.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sphinxcontrib/autohttp/flask.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sphinxcontrib/autohttp/flask.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sphinxcontrib/httpdomain.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sphinxcontrib/httpdomain.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sphinxcontrib/httpdomain.pyo +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sphinxcontrib/autohttp +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sphinxcontrib +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% |