git: 2925f5aaaf57 - main - graphics/xpeps: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Mar 2025 16:13:35 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=2925f5aaaf57b4620e8e646e6d10dc61cf3545be commit 2925f5aaaf57b4620e8e646e6d10dc61cf3545be Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-03-01 16:13:29 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-03-01 16:13:29 +0000 graphics/xpeps: Remove expired port 2025-02-28 graphics/xpeps: Depends on expired graphics/peps --- MOVED | 1 + graphics/Makefile | 1 - graphics/xpeps/Makefile | 30 ------------------------------ graphics/xpeps/distinfo | 2 -- graphics/xpeps/pkg-descr | 8 -------- 5 files changed, 1 insertion(+), 41 deletions(-) diff --git a/MOVED b/MOVED index 1712011810c4..2a9c03780dec 100644 --- a/MOVED +++ b/MOVED @@ -4177,3 +4177,4 @@ devel/rubygem-aws-sdk-iot1clickdevicesservice||2025-02-28|Remove expired port devel/rubygem-aws-sdk-iot1clickprojects||2025-02-28|Remove expired port databases/postgis31||2025-03-01|Has expired: Please use newer versions textproc/zorba||2025-03-01|Has expired: Unmaintained, outdated and fails to build with ICU 76.1 +graphics/xpeps||2025-03-01|Has expired: Depends on expired graphics/peps diff --git a/graphics/Makefile b/graphics/Makefile index 712bbb2a74bc..1e72bdb13a96 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1282,7 +1282,6 @@ SUBDIR += xpdf SUBDIR += xpdf3 SUBDIR += xpdf4 - SUBDIR += xpeps SUBDIR += xpx SUBDIR += xsane SUBDIR += xtexcad diff --git a/graphics/xpeps/Makefile b/graphics/xpeps/Makefile deleted file mode 100644 index 70304d12712e..000000000000 --- a/graphics/xpeps/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -PORTNAME= peps -PORTVERSION= 2.0 -PORTREVISION= 2 -CATEGORIES= graphics -MASTER_SITES= http://peps.redprince.net/peps/ \ - ftp://ftp.peps.redprince.net/unix/peps/ -PKGNAMEPREFIX= x - -MAINTAINER= doceng@FreeBSD.org -COMMENT= Converts EPS images to anti-aliased bitmaps with X11 support -WWW= http://peps.redprince.net/peps/ - -LICENSE= BSD2CLAUSE - -DEPRECATED= Depends on expired graphics/peps -EXPIRATION_DATE=2025-02-28 - -RUN_DEPENDS= peps>=2.0_6:graphics/peps - -USES= ghostscript:x11,run -MAKE_ENV= GSPATH="${LOCALBASE}/bin/gs" GZPATH="/usr/bin/gzip" \ - ETC="${PREFIX}/etc" -ALL_TARGET= xpeps - -PLIST_FILES= bin/xpeps - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xpeps ${STAGEDIR}${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/graphics/xpeps/distinfo b/graphics/xpeps/distinfo deleted file mode 100644 index 6bcfa2bf9d3c..000000000000 --- a/graphics/xpeps/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (peps-2.0.tar.gz) = b514fed9412548cdcf43a95b6dcf01b2038f314bc9ef363498ebd2779c897a91 -SIZE (peps-2.0.tar.gz) = 55421 diff --git a/graphics/xpeps/pkg-descr b/graphics/xpeps/pkg-descr deleted file mode 100644 index d8c0e1061b80..000000000000 --- a/graphics/xpeps/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Peps will preprocess encapsulated Postscript files for conversion by -Ghostscript into bitmaps. It provides variable levels of resolution and -anti-aliasing. You can use it as a stand-alone Postscript-to-bitmap -conversion program, or use it on-line to create bitmaps on the fly and send -them out to a web browser, even compressing them if the browser supports -gzip compression. - -Xpeps is peps with X11 support.