Commit 6e83af80 authored by Rene Ladan's avatar Rene Ladan
Browse files

archivers/zipmix: Remove expired port

2026-06-30 archivers/zipmix: No longer supported upstream. Replaced by archivers/archmerge
parent 718b5e25
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5468,3 +5468,4 @@ x11/wapanel||2026-06-30|Has expired: https://github.com/Firstbober/wapanel/issue
databases/py-fastparquet||2026-06-30|Has expired: Retired by upstream. See https://github.com/dask/fastparquet/commit/dfe8d4ed0107427674dfa1b18918a167f057a328 for details
devel/py-yamlordereddictloader|devel/py-yamlloader|2026-06-30|Has expired: Deprecated by upstream and no longer actively maintained, please use devel/py-yamlloader instead
editors/notepadnext-devel|editors/notepadnext|2026-06-30|Has expired: editors/notepadnext contains fixes in this port
archivers/zipmix|archivers/archmerge|2026-06-30|Has expired: No longer supported upstream. Replaced by archivers/archmerge
+0 −1
Original line number Diff line number Diff line
@@ -299,7 +299,6 @@
    SUBDIR += zchunk
    SUBDIR += zim-tools
    SUBDIR += zip
    SUBDIR += zipmix
    SUBDIR += zipper
    SUBDIR += zlib-ng
    SUBDIR += zoo

archivers/zipmix/Makefile

deleted100644 → 0
+0 −24
Original line number Diff line number Diff line
PORTNAME=	zipmix
DISTVERSION=	20070221
CATEGORIES=	archivers
MASTER_SITES=	http://www.advsys.net/ken/util/ \
		https://BSDforge.com/projects/source/archivers/zipmix/
DISTNAME=	${PORTNAME}_src

MAINTAINER=	portmaster@BSDforge.com
COMMENT=	Produce .ZIP file from two other ones with the best compressed files
WWW=		http://www.advsys.net/ken/utils.htm

DEPRECATED=	No longer supported upstream. Replaced by archivers/archmerge
EXPIRATION_DATE=	2026-06-30

USES=		dos2unix ncurses zip
MAKEFILE=	${FILESDIR}/Makefile
NO_WRKSUBDIR=	yes

PLIST_FILES=	bin/${PORTNAME}

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>

archivers/zipmix/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (zipmix_src.zip) = 34f049928f691be4ba3decd559654a052877b2cc377ebe78255398b532592b99
SIZE (zipmix_src.zip) = 4759

archivers/zipmix/files/Makefile

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
PROG=   zipmix

MAN=

.include <bsd.prog.mk>
Loading