Commit c18295be authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

sysutils/disktype: Remove expired port:

2023-03-31 sysutils/disktype: Abandonware, last release in 2006 and no development since
parent 441dfd20
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17873,3 +17873,4 @@ www/horde-wicked||2023-03-31|Has expired: Requires php74
www/horde-passwd||2023-03-31|Has expired: Requires php74
www/horde-ansel||2023-03-31|Has expired: Requires php74
multimedia/subtitleripper||2023-03-31|Has expired: Depends on broken transcode port
sysutils/disktype||2023-03-31|Has expired: Abandonware, last release in 2006 and no development since
+0 −1
Original line number Diff line number Diff line
@@ -292,7 +292,6 @@
    SUBDIR += diskimage-tools
    SUBDIR += diskonaut
    SUBDIR += diskscrub
    SUBDIR += disktype
    SUBDIR += diskus
    SUBDIR += dmg2img
    SUBDIR += dmidecode

sysutils/disktype/Makefile

deleted100644 → 0
+0 −31
Original line number Diff line number Diff line
PORTNAME=	disktype
PORTVERSION=	9
CATEGORIES=	sysutils
MASTER_SITES=	SF

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Disk formatting type autodetector
WWW=		http://disktype.sourceforge.net/

DEPRECATED=	Abandonware, last release in 2006 and no development since
EXPIRATION_DATE=2023-03-31

USES=		gmake

PLIST_FILES=	bin/disktype
PORTDOCS=	README

OPTIONS_DEFINE=	DOCS

post-patch:
.for var in CFLAGS LDFLAGS CC
	@${REINPLACE_CMD} -e 's|^\(${var}\)[ ]*=|\1 ?=|' \
		${WRKSRC}/Makefile
.endfor

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>

sysutils/disktype/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (disktype-9.tar.gz) = b6701254d88412bc5d2db869037745f65f94b900b59184157d072f35832c1111
SIZE (disktype-9.tar.gz) = 43809

sysutils/disktype/pkg-descr

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
Disktype detects the content format of a disk, device, or disk image.
It knows about common file systems, partition tables, and boot codes.