Index: head/devel/hachoir-core/Makefile =================================================================== --- head/devel/hachoir-core/Makefile (revision 522320) +++ head/devel/hachoir-core/Makefile (revision 522321) @@ -1,15 +1,18 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= hachoir-core PORTVERSION= 1.3.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP MAINTAINER= lwhsu@FreeBSD.org COMMENT= Hachoir core parser +DEPRECATED= Outdated, uses EOLed python27 +EXPIRATION_DATE= 2020-02-08 + USES= python:2.7 USE_PYTHON= distutils .include Index: head/devel/hachoir-parser/Makefile =================================================================== --- head/devel/hachoir-parser/Makefile (revision 522320) +++ head/devel/hachoir-parser/Makefile (revision 522321) @@ -1,18 +1,21 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= hachoir-parser PORTVERSION= 1.3.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP MAINTAINER= lwhsu@FreeBSD.org COMMENT= Parsers of most common file formats +DEPRECATED= Outdated, uses EOLed python27 +EXPIRATION_DATE= 2020-02-08 + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_core/__init__.py:devel/hachoir-core RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_core/__init__.py:devel/hachoir-core USES= python:2.7 USE_PYTHON= distutils .include Index: head/devel/hachoir-regex/Makefile =================================================================== --- head/devel/hachoir-regex/Makefile (revision 522320) +++ head/devel/hachoir-regex/Makefile (revision 522321) @@ -1,15 +1,19 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= hachoir-regex PORTVERSION= 1.0.5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP MAINTAINER= lwhsu@FreeBSD.org COMMENT= Regular expression manipulation library +BROKEN= unfetchable +DEPRECATED= Outdated, uses EOLed python27 +EXPIRATION_DATE= 2020-02-08 + USES= python:2.7 USE_PYTHON= distutils .include Index: head/sysutils/hachoir-metadata/Makefile =================================================================== --- head/sysutils/hachoir-metadata/Makefile (revision 522320) +++ head/sysutils/hachoir-metadata/Makefile (revision 522321) @@ -1,31 +1,34 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= hachoir-metadata PORTVERSION= 1.3.3 PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP MAINTAINER= lwhsu@FreeBSD.org COMMENT= Extract metadata from files +DEPRECATED= Outdated, uses EOLed python27 +EXPIRATION_DATE= 2020-02-08 + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:devel/hachoir-parser RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:devel/hachoir-parser USES= python:2.7 USE_PYTHON= distutils .include PYDISTUTILS_CONFIGUREARGS+= --disable-qt PYDISTUTILS_BUILDARGS+= --disable-qt PYDISTUTILS_INSTALLARGS+= --disable-qt pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "To make hachoir-metadata-gtk work you need to have" @${ECHO_MSG} "py-gtk (x11-toolkits/py-gtk2) installed." @${ECHO_MSG} "" .include Index: head/sysutils/hachoir-subfile/Makefile =================================================================== --- head/sysutils/hachoir-subfile/Makefile (revision 522320) +++ head/sysutils/hachoir-subfile/Makefile (revision 522321) @@ -1,20 +1,22 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= hachoir-subfile PORTVERSION= 0.5.3 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP MAINTAINER= lwhsu@FreeBSD.org COMMENT= Find subfiles in any binary stream BROKEN= unfetchable +DEPRECATED= Outdated, uses EOLed python27 +EXPIRATION_DATE= 2020-02-08 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:devel/hachoir-parser \ ${PYTHON_SITELIBDIR}/hachoir_regex/__init__.py:devel/hachoir-regex USES= python:2.7 USE_PYTHON= distutils .include Index: head/sysutils/hachoir-urwid/Makefile =================================================================== --- head/sysutils/hachoir-urwid/Makefile (revision 522320) +++ head/sysutils/hachoir-urwid/Makefile (revision 522321) @@ -1,20 +1,22 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= hachoir-urwid PORTVERSION= 1.1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP MAINTAINER= lwhsu@FreeBSD.org COMMENT= Binary file explorer BROKEN= unfetchable +DEPRECATED= Outdated, uses EOLed python27 +EXPIRATION_DATE= 2020-02-08 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:devel/hachoir-parser \ ${PYTHON_SITELIBDIR}/urwid/__init__.py:devel/py-urwid@${PY_FLAVOR} USES= python:2.7 USE_PYTHON= distutils .include Index: head/sysutils/hachoir-wx/Makefile =================================================================== --- head/sysutils/hachoir-wx/Makefile (revision 522320) +++ head/sysutils/hachoir-wx/Makefile (revision 522321) @@ -1,22 +1,24 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= hachoir-wx PORTVERSION= 0.3 PORTREVISION= 8 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP MAINTAINER= lwhsu@FreeBSD.org COMMENT= Hachoir GUI BROKEN= unfetchable +DEPRECATED= Outdated, uses EOLed python27 +EXPIRATION_DATE= 2020-02-08 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:devel/hachoir-parser USES= python:2.7 USE_PYTHON= distutils USE_WX= 3.0+ WX_COMPS= python .include