diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-12-26 07:54:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-12-26 07:54:28 +0000 |
commit | de61a8720881da46af35e6e0abf44f90665881a4 (patch) | |
tree | 3bf9892e82abdc673d0347fd10ca9dc8108c22a6 /print | |
parent | a67f3f35a3078187a2ab3b4163d501c43cabbb66 (diff) | |
download | ports-de61a8720881da46af35e6e0abf44f90665881a4.tar.gz ports-de61a8720881da46af35e6e0abf44f90665881a4.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/pkipplib/Makefile | 3 | ||||
-rw-r--r-- | print/pkpgcounter/Makefile | 3 | ||||
-rw-r--r-- | print/ttfquery/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/print/pkipplib/Makefile b/print/pkipplib/Makefile index 6c82bba86ae1..70623c908106 100644 --- a/print/pkipplib/Makefile +++ b/print/pkipplib/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= http://www.pykota.com/software/pkipplib/download/tarballs/ MAINTAINER= ports@FreeBSD.org COMMENT= Create and parse IPP requests +DEPRECATED= Unmaintained, uses EOLed python27 +EXPIRATION_DATE= 2020-01-27 + LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/print/pkpgcounter/Makefile b/print/pkpgcounter/Makefile index f4c7a6083faf..3f9e86251bf1 100644 --- a/print/pkpgcounter/Makefile +++ b/print/pkpgcounter/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= http://www.pykota.com/software/pkpgcounter/download/tarballs/ MAINTAINER= ports@FreeBSD.org COMMENT= Count pages and ink coverage percent +DEPRECATED= Unmaintained, uses EOLed python27 +EXPIRATION_DATE= 2020-01-27 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/print/ttfquery/Makefile b/print/ttfquery/Makefile index 944545f8c836..4026acf3371f 100644 --- a/print/ttfquery/Makefile +++ b/print/ttfquery/Makefile @@ -11,6 +11,9 @@ DISTNAME= TTFQuery-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= FontTools-based package for querying system fonts +DEPRECATED= Unmaintained, uses EOLed python27 +EXPIRATION_DATE= 2020-01-27 + LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/license.txt |