Date: Mon, 24 Mar 2014 00:48:57 GMT From: Horia Racoviceanu <horia@racoviceanu.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/187893: [New Port] textproc/py-cloud_sptheme: Sphinx theme Message-ID: <201403240048.s2O0mvM6092721@cgiserv.freebsd.org> Resent-Message-ID: <201403240050.s2O0o0m2005198@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 187893 >Category: ports >Synopsis: [New Port] textproc/py-cloud_sptheme: Sphinx theme >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 24 00:50:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Horia Racoviceanu >Release: 10.0-RELEASE amd64 >Organization: >Environment: FreeBSD heta 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: This is a small package containing a Sphinx theme named "Cloud", along with some related Sphinx extensions. To see an example of the theme in action, check out it's documentation. WWW: https://pypi.python.org/pypi/cloud_sptheme/ >How-To-Repeat: >Fix: Build log: https://redports.org/buildarchive/20140324004057-29460/ Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-cloud_sptheme # py-cloud_sptheme/Makefile # py-cloud_sptheme/distinfo # py-cloud_sptheme/pkg-descr # echo c - py-cloud_sptheme mkdir -p py-cloud_sptheme > /dev/null 2>&1 echo x - py-cloud_sptheme/Makefile sed 's/^X//' >py-cloud_sptheme/Makefile << '585bbaed585cc0ad1dc976fea16e70d9' X# Created by: Horia Racoviceanu <horia@racoviceanu.com> X# $FreeBSD$ X XPORTNAME= cloud_sptheme XPORTVERSION= 1.6 XCATEGORIES= textproc python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDIST_SUBDIR= python X XMAINTAINER= horia@racoviceanu.com XCOMMENT= Sphinx theme X XLICENSE= BSD3CLAUSE X XBUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:${PORTSDIR}/textproc/py-sphinx XRUN_DEPENDS:= ${BUILD_DEPENDS} X XUSE_PYTHON= yes XUSE_PYDISTUTILS=yes XPYDISTUTILS_AUTOPLIST= yes XPYDISTUTILS_BUILDARGS= build_sphinx -E X XPORTDOCS= * X XDOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} X XDOCSRCDIR1= ${WRKSRC} XDOC_FILES1= README CHANGES X XDOCSDIR2= ${DOCSDIR}/html XDOCSRCDIR2= ${DOCSRCDIR1}/build/sphinx/html XDOC_FILES2= ${DOC_FILES3} *.js X XDOCSDIR3= ${DOCSDIR2}/lib XDOCSRCDIR3= ${DOCSRCDIR2}/lib XDOC_FILES3= *.html X XDOCSDIR4= ${DOCSDIR2}/_static XDOCSRCDIR4= ${DOCSRCDIR2}/_static XDOC_FILES4= *.css *.gif *.js *.png *.svg X XOPTIONS_DEFINE= DOCS X Xpost-install: X @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${DOCSDIR2} X ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} X ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2} X @${MKDIR} ${STAGEDIR}${DOCSDIR3} ${STAGEDIR}${DOCSDIR4} X ${INSTALL_DATA} ${DOC_FILES3:S|^|${DOCSRCDIR3}/|} ${STAGEDIR}${DOCSDIR3} X ${INSTALL_DATA} ${DOC_FILES4:S|^|${DOCSRCDIR4}/|} ${STAGEDIR}${DOCSDIR4} X X.include <bsd.port.mk> 585bbaed585cc0ad1dc976fea16e70d9 echo x - py-cloud_sptheme/distinfo sed 's/^X//' >py-cloud_sptheme/distinfo << '2b8da6b0cdde6b435c1fa578b4fd68c4' XSHA256 (python/cloud_sptheme-1.6.tar.gz) = 658e8cf1479155faded4d88abd9dea8698b19baf2276bc8a25d51202a7bdce35 XSIZE (python/cloud_sptheme-1.6.tar.gz) = 412913 2b8da6b0cdde6b435c1fa578b4fd68c4 echo x - py-cloud_sptheme/pkg-descr sed 's/^X//' >py-cloud_sptheme/pkg-descr << '42cfcaea2cdeb2700b8379f5f0cb9355' XThis is a small package containing a Sphinx theme named "Cloud", Xalong with some related Sphinx extensions. To see an example Xof the theme in action, check out it's documentation. X XWWW: https://pypi.python.org/pypi/cloud_sptheme/ 42cfcaea2cdeb2700b8379f5f0cb9355 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403240048.s2O0mvM6092721>