A Sphinx extension to literally insert the output of arbitrary commands into
documents, helping you to keep your command examples up to date. WWW: http://sphinxcontrib-programoutput.readthedocs.org/ PR: 203190 Submitted by: Carlos J Puga Medina <cpm@fbsd.es>
This commit is contained in:
parent
1dd15bfd00
commit
6b3b7f2630
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397260
4 changed files with 27 additions and 0 deletions
|
@ -1265,6 +1265,7 @@
|
|||
SUBDIR += py-sphinxcontrib-adadomain
|
||||
SUBDIR += py-sphinxcontrib-bitbucket
|
||||
SUBDIR += py-sphinxcontrib-httpdomain
|
||||
SUBDIR += py-sphinxcontrib-programoutput
|
||||
SUBDIR += py-syck
|
||||
SUBDIR += py-texttable
|
||||
SUBDIR += py-tinycss
|
||||
|
|
20
textproc/py-sphinxcontrib-programoutput/Makefile
Normal file
20
textproc/py-sphinxcontrib-programoutput/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Created by: Carlos J Puga Medina <cpm@fbsd.es>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sphinxcontrib-programoutput
|
||||
PORTVERSION= 0.8
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= cpm@fbsd.es
|
||||
COMMENT= Sphinx extension to include program output
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.1.3:${PORTSDIR}/textproc/py-sphinx
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/py-sphinxcontrib-programoutput/distinfo
Normal file
2
textproc/py-sphinxcontrib-programoutput/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (sphinxcontrib-programoutput-0.8.tar.gz) = 1776a03124bab87e35576f7f3992fc21d5bb457321b35e6023eb011dbed10a25
|
||||
SIZE (sphinxcontrib-programoutput-0.8.tar.gz) = 14419
|
4
textproc/py-sphinxcontrib-programoutput/pkg-descr
Normal file
4
textproc/py-sphinxcontrib-programoutput/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
A Sphinx extension to literally insert the output of arbitrary commands into
|
||||
documents, helping you to keep your command examples up to date.
|
||||
|
||||
WWW: http://sphinxcontrib-programoutput.readthedocs.org/
|
Loading…
Reference in a new issue