Index: head/converters/py-pisa/Makefile =================================================================== --- head/converters/py-pisa/Makefile (revision 425761) +++ head/converters/py-pisa/Makefile (revision 425762) @@ -1,24 +1,27 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= pisa PORTVERSION= 3.0.33 PORTREVISION= 2 CATEGORIES= converters python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= PDF generator using HTML and CSS LICENSE= APACHE20 +DEPRECATED= Deprecated upstream, depends on broken and expired py-reportlab2 +EXPIRATION_DATE= 2016-12-08 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}html5lib>=0.11.1:www/py-html5lib \ ${PYTHON_PKGNAMEPREFIX}reportlab2>=2.1:print/py-reportlab2 \ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}pdf>=1.12:print/py-pdf USES= python USE_PYTHON= autoplist distutils .include Index: head/devel/py-itools/Makefile =================================================================== --- head/devel/py-itools/Makefile (revision 425761) +++ head/devel/py-itools/Makefile (revision 425762) @@ -1,63 +1,66 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= itools PORTVERSION= 0.75.2 PORTREVISION= 7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= cpm@fbsd.es COMMENT= Python library Provides Wide Range Of Capabilities LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +DEPRECATED= Depends on broken and expired py-reportlab2 +EXPIRATION_DATE= 2016-12-08 + BUILD_DEPENDS= ${LOCALBASE}/include/poppler/goo/gtypes.h:graphics/poppler \ ${LOCALBASE}/include/git2.h:devel/libgit2 \ ${PYTHON_PKGNAMEPREFIX}reportlab2>=2.3:print/py-reportlab2 \ ${PYTHON_PKGNAMEPREFIX}pygit2>0:devel/py-pygit2 \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}xlrd>0:textproc/py-xlrd \ ${PYTHON_PKGNAMEPREFIX}magic>0:devel/py-magic \ ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx \ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib \ ${PYTHON_PKGNAMEPREFIX}gobject>=2.16.1:devel/py-gobject \ ${LOCALBASE}/bin/git:devel/git \ xapian-bindings>1.0.8:databases/xapian-bindings RUN_DEPENDS:= ${BUILD_DEPENDS} LIB_DEPENDS= libglib-2.0.so:devel/glib20 \ libsoup-2.4.so:devel/libsoup \ libwv2.so:textproc/wv2 CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/poppler LDFLAGS+= -L${LOCALBASE}/lib USES= gettext-tools:run pkgconfig python:2.7+ USE_PYTHON= autoplist distutils OPTIONS_DEFINE= DOCS EXAMPLES PORTDOCS= INSTALL.txt MANIFEST README.rst RELEASE-0.75.0 \ RELEASE-0.75.1 RELEASE-0.75.2 UPGRADE-0.75.0 PORTEXAMPLES= * post-install: .for f in office pdf web xml ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/${f}/*.so .endfor post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/docs/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} regression-test: build cd ${WRKSRC}/test && ${PYTHON_CMD} test.py .include Index: head/graphics/ocrfeeder/Makefile =================================================================== --- head/graphics/ocrfeeder/Makefile (revision 425761) +++ head/graphics/ocrfeeder/Makefile (revision 425762) @@ -1,47 +1,50 @@ # Created by: buganini@gmail.com # $FreeBSD$ PORTNAME= ocrfeeder PORTVERSION= 0.8.1 PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= GNOME MAINTAINER= ports@FreeBSD.org COMMENT= Document layout analysis and optical character recognition LICENSE= GPLv3 +DEPRECATED= Depends on broken and expired py-reportlab2 +EXPIRATION_DATE= 2016-12-08 + BUILD_DEPENDS= goocanvas2>0:graphics/goocanvas2 \ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}sane>0:graphics/py-sane \ ${PYTHON_PKGNAMEPREFIX}reportlab2>0:print/py-reportlab2 \ ${PYTHON_PKGNAMEPREFIX}enchant>0:textproc/py-enchant RUN_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml \ unpaper:graphics/unpaper \ iso-codes>0:misc/iso-codes \ gtkspell3>0:textproc/gtkspell3 \ ${BUILD_DEPENDS} NO_ARCH= yes USES= desktop-file-utils gettext ghostscript gmake pkgconfig \ python tar:xz USE_GNOME= gnomedocutils gtk30 intltool librsvg2 pygobject3 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e \ 's|"gobject|"gi|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e \ '/Gdk.threads_init/s|^|#|' \ ${WRKSRC}/src/ocrfeeder/studio/studioBuilder.py @${REINPLACE_CMD} -e \ 's|/usr/share|${LOCALBASE}/share|' \ ${WRKSRC}/src/ocrfeeder/util/constants.py.in .include Index: head/graphics/py-aafigure/Makefile =================================================================== --- head/graphics/py-aafigure/Makefile (revision 425761) +++ head/graphics/py-aafigure/Makefile (revision 425762) @@ -1,36 +1,39 @@ # Created by: TAKATSU Tomonari # $FreeBSD$ PORTNAME= aafigure PORTVERSION= 0.5 PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tota@FreeBSD.org COMMENT= ASCII art to image converter written in Python LICENSE= BSD2CLAUSE +DEPRECATED= Depends on broken and expired py-reportlab2 +EXPIRATION_DATE= 2016-12-08 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \ ${PYTHON_SITELIBDIR}/reportlab/__init__.py:print/py-reportlab2 USES= python USE_PYTHON= distutils autoplist DOCSDIR= ${PREFIX}/share/doc/${PKGBASE} EXAMPLESDIR= ${PREFIX}/share/examples/${PKGBASE} PORTDOCS= README.txt PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .include