diff --git a/textproc/python-pptx/Makefile b/textproc/python-pptx/Makefile new file mode 100644 index 000000000000..4c4b35c99d74 --- /dev/null +++ b/textproc/python-pptx/Makefile @@ -0,0 +1,23 @@ +PORTNAME= python-pptx +PORTVERSION= 0.6.21 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= DtxdF@riseup.net +COMMENT= Generate and manipulate Open XML PowerPoint (.pptx) files + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.1.0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pillow>=3.3.2:graphics/py-pillow@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}XlsxWriter>=0.5.7:textproc/py-xlsxwriter@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}behave>0:devel/py-behave@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.1:devel/py-pyparsing@${PY_FLAVOR} + +USES= python:3.8+ +USE_PYTHON= autoplist distutils pytest + +.include diff --git a/textproc/python-pptx/distinfo b/textproc/python-pptx/distinfo new file mode 100644 index 000000000000..a5a8d40038a8 --- /dev/null +++ b/textproc/python-pptx/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1659916659 +SHA256 (python-pptx-0.6.21.tar.gz) = 7798a2aaf89563565b3c7120c0acfe9aff775db0db3580544e3bf4840c2e378f +SIZE (python-pptx-0.6.21.tar.gz) = 10100675 diff --git a/textproc/python-pptx/pkg-descr b/textproc/python-pptx/pkg-descr new file mode 100644 index 000000000000..2774d9142e5f --- /dev/null +++ b/textproc/python-pptx/pkg-descr @@ -0,0 +1,13 @@ +python-pptx is a Python library for creating and updating PowerPoint +(.pptx) files. + +A typical use would be generating a customized PowerPoint presentation +from database content, downloadable by clicking a link in a web +application. Several developers have used it to automate production +of presentation-ready engineering status reports based on information +held in their work management system. It could also be used for +making bulk updates to a library of presentations or simply to +automate the production of a slide or two that would be tedious to +get right by hand. + +WWW: https://github.com/scanny/python-pptx diff --git a/x11-themes/chicago95/Makefile b/x11-themes/chicago95/Makefile index 8590f81e4498..778d3f3552a6 100644 --- a/x11-themes/chicago95/Makefile +++ b/x11-themes/chicago95/Makefile @@ -1,59 +1,59 @@ PORTNAME= chicago95 DISTVERSIONPREFIX= v DISTVERSION= 2.0.1-81 DISTVERSIONSUFFIX= -gd1c86db CATEGORIES= x11-themes -MAINTAINER= evgeniy@khramtsov.org +MAINTAINER= ports@FreeBSD.org COMMENT= Classic Redmond theme LICENSE= GPLv3+ MIT LICENSE_COMB= multi USE_GITHUB= yes GH_ACCOUNT= grassmunk GH_PROJECT= ${NAME} NO_ARCH= yes NO_BUILD= yes OPTIONS_DEFINE= BACKGROUNDS CURSORS ICONS OPTIONS_DEFAULT=BACKGROUNDS CURSORS ICONS OPTIONS_SUB= yes BACKGROUNDS_DESC=Install background theme(s) CURSORS_DESC=Install cursor theme(s) ICONS_USES= gnome NAME= ${PORTNAME:S/c/C/} QT5CT= share/qt5ct/colors WALLDIR= share/wallpapers/${NAME} do-install: @cd ${WRKSRC}/Theme && \ ${COPYTREE_SHARE} ${NAME} ${STAGEDIR}${PREFIX}/share/themes ${MKDIR} ${STAGEDIR}${PREFIX}/${QT5CT} ${INSTALL_DATA} ${WRKSRC}/Extras/${NAME}_qt.conf \ ${STAGEDIR}${PREFIX}/${QT5CT} do-install-BACKGROUNDS-on: ${MKDIR} ${STAGEDIR}${PREFIX}/${WALLDIR} @cd ${WRKSRC}/Extras/Backgrounds && \ ${INSTALL_DATA} Patterns/* ${STAGEDIR}${PREFIX}/${WALLDIR} && \ ${INSTALL_DATA} Wallpaper/* ${STAGEDIR}${PREFIX}/${WALLDIR} do-install-CURSORS-on: @cd ${WRKSRC}/Cursors && \ ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/icons do-install-ICONS-on: @cd ${WRKSRC}/Icons && \ ${COPYTREE_SHARE} ${NAME} ${STAGEDIR}${PREFIX}/share/icons post-install: # autoplist: thousands of files, complex dependencies on options @cd ${STAGEDIR}${PREFIX} && \ ${FIND} * -type f -or -type l >> ${TMPPLIST} .include