Index: head/textproc/py-docutils/Makefile =================================================================== --- head/textproc/py-docutils/Makefile (revision 470596) +++ head/textproc/py-docutils/Makefile (revision 470597) @@ -1,38 +1,35 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= docutils PORTVERSION= 0.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Python Documentation Utilities LICENSE= BSD2CLAUSE GPLv3+ PD PSFL LICENSE_COMB= multi PORTSCOUT= limit:^[0-9\.]*$$ NO_ARCH= yes - -USES= python USE_PYTHON= autoplist concurrent distutils +USES= python OPTIONS_DEFINE= PYGMENTS +PYGMENTS_DESC= Syntax highlighting +PYGMENTS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${FLAVOR} -PYGMENTS_DESC= Syntax highlighting -PYGMENTS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR} +SCRIPTS= rst2html rst2latex rst2man rst2odt rst2odt_prepstyles \ + rst2pseudoxml rst2s5 rst2xetex rst2xml rstpep2html -.include +post-install: +.for script in ${SCRIPTS} + ${LN} -s ${script}.py-${PYTHON_VER} ${STAGEDIR}${PREFIX}/bin/${script} +.endfor -do-test: -.if ${PYTHON_VER} < 3 - @cd ${WRKSRC}/test && ${PYTHON_CMD} alltests.py -.else - @cd ${WRKSRC}/test3 && ${PYTHON_CMD} alltests.py -.endif - -.include +.include Index: head/textproc/py-docutils/pkg-plist =================================================================== --- head/textproc/py-docutils/pkg-plist (nonexistent) +++ head/textproc/py-docutils/pkg-plist (revision 470597) @@ -0,0 +1,10 @@ +bin/rst2html +bin/rst2latex +bin/rst2man +bin/rst2odt +bin/rst2odt_prepstyles +bin/rst2pseudoxml +bin/rst2s5 +bin/rst2xetex +bin/rst2xml +bin/rstpep2html Property changes on: head/textproc/py-docutils/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property